Skip to content

Instantly share code, notes, and snippets.

=== IN SOURCE =======================================================
---Composite_Clear : ------------------------------------------------
./WebCore/css/CSSPrimitiveValueMappings.h: case CompositeClear:
./WebCore/css/CSSPrimitiveValueMappings.h: return CompositeClear;
./WebCore/css/CSSPrimitiveValueMappings.h: return CompositeClear;
./WebCore/platform/graphics/GraphicsTypes.h: CompositeClear,
./WebCore/platform/graphics/openvg/GraphicsContextOpenVG.cpp: m_data->setCompositeOperation(CompositeClear);
./WebCore/platform/graphics/openvg/PainterOpenVG.cpp: case CompositeClear: {
./WebCore/platform/graphics/openvg/PainterOpenVG.cpp: if (compositeOperation != CompositeClear) {
static void
_cairo_gl_set_operator (cairo_gl_context_t *ctx,
cairo_operator_t op,
cairo_bool_t component_alpha)
{
struct {
GLenum src;
GLenum dst;
} blend_factors[] = {
{ GL_ZERO, GL_ZERO }, /* Clear */
files = {
'train.author.final':'.key_author',
'train.author.stem.final':'.key_author_stem',
'train.combined.final':'.key_combined',
'train.combined.stem.final':'.key_combined_stem',
'train.reader.final':'.key_reader',
'train.reader.stem.final':'.key_reader_stem'
}
for file_name, file_end in files.iteritems():
@kkristof
kkristof / gist:3899045
Created October 16, 2012 12:44
/var/lib/dkms/pvr-omap4/1.9.0.6.1.1/build/make.log
DKMS make.log for pvr-omap4-1.9.0.6.1.1 for kernel 3.2.0-32-omap (armv7l)
2012. okt. 16., kedd, 05.38.44 PDT
make[1]: Entering directory `/var/lib/dkms/pvr-omap4/1.9.0.6.1.1/build/eurasiacon/build/linux2/omap4430_linux'
../config/core.mk:292: Setting SGX_DISABLE_VISTEST_SUPPORT=1 because PVRSRV_USSE_EDM_STATUS_DEBUG=1
../config/core.mk:339: CROSS_COMPILE is not set. Target components will be built with the host compiler
../config/core.mk:419: $(KERNELDIR)/vmlinux does not exist. Kbuild may fail.
LD /var/lib/dkms/pvr-omap4/1.9.0.6.1.1/build/eurasiacon/binary2_omap4430_linux_release/target/kbuild/built-in.o
CC [M] /var/lib/dkms/pvr-omap4/1.9.0.6.1.1/build/eurasiacon/binary2_omap4430_linux_release/target/kbuild/services4/srvkm/env/linux/osfunc.o
CC [M] /var/lib/dkms/pvr-omap4/1.9.0.6.1.1/build/eurasiacon/binary2_omap4430_linux_release/target/kbuild/services4/srvkm/env/linux/mutils.o
CC [M] /var/lib/dkms/pvr-omap4/1.9.0.6.1.1/build/eurasiacon/binary2_omap4430_linux_release/target/kbuild/services4/
pvr-omap4 - PowerVR SGX540 libraries for OMAP4, libs and drivers.
pvr-omap4-dbg - PowerVR SGX540 libraries for OMAP4, debugging symbols
pvr-omap4-dev - PowerVR SGX540 libraries for OMAP4, development files
pubi@pubi:~/kkristof$ apt-cache search omap4
linux-headers-3.2.0-1412 - Header files related to Linux kernel version 3.2.0
linux-headers-3.2.0-1412-omap4 - Linux kernel headers for version 3.2.0 on TI OMAP4-based systems
linux-headers-omap4 - Linux kernel headers for the OMAP4 architecture.
linux-image-3.2.0-1412-omap4 - Linux kernel image for version 3.2.0 on TI OMAP4-based systems
linux-image-omap4 - Linux kernel image for the OMAP4 architecture.
linux-omap4 - Complete Linux kernel for the OMAP4 architecture.
def test_next_patch(self):
queue = AbstractPatchQueue()
tool = MockTool()
queue.bind_to_tool(tool)
queue._options = Mock()
queue._options.port = None
self.assertEquals(queue._next_patch(), None)
tool.status_server = MockStatusServer(work_items=[2, 10000, 10001])
expected_stdout = "MOCK: fetch_attachment: 2 is not a known attachment id\n" # A mock-only message to prevent us from making mistakes.
expected_stderr = "MOCK: release_work_item: None 2\n"
Hallgatói ösztöndíjszerződés aláírása
a 2012/2013. tanévre felvett állami (rész)ösztöndíjas hallgatóknak
Tisztelt Hallgató!
A nemzeti felsőoktatásról szóló 2011. évi CCIV. törvény (a továbbiakban: Nftv.) 39. § (3) bekezdése szerint "a hallgatói jogviszony a felvételről vagy az átvételről szóló döntés alapján, a beiratkozással jön létre. A beiratkozást megelőzően a 15. § (2)-(6) bekezdésben meghatározott képzésben részt vevő hallgatóval hallgatói ösztöndíjszerződést, illetve az önköltség fizetése mellett folytatott képzés tekintetében hallgatói képzési szerződést kell kötni. […]"
A törvényben leírtak szerint hallgatói ösztöndíjszerződést kell kötni az alapképzésben, a mesterképzésben, a felsőfokú szakképzésben, a szakirányú továbbképzésben állami ösztöndíjas, illetve állami részösztöndíjas jelentkezőkkel a beiratkozás előtt. Az ösztöndíjszerződés aláírása a beiratkozás előfeltétele az állami (rész)ösztöndíjas finanszírozási formában, ezért amennyiben a jelentkező beiratkozáskor nem kívánja aláírni a hallgat
def skipped_layout_tests(self, test_list):
"""Returns the set of tests found in Skipped files. Does *not* include tests marked as SKIP in expectations files."""
tests_to_skip = set(self._expectations_from_skipped_files(self._skipped_file_search_paths()))
tests_to_skip.update(self._tests_for_other_platforms())
tests_to_skip.update(self._skipped_tests_for_unsupported_features(test_list))
return tests_to_skip
def _tests_from_skipped_file_contents(self, skipped_file_contents):
tests_to_skip = []
for line in skipped_file_contents.split('\n'):
@kkristof
kkristof / gist:3141672
Created July 19, 2012 08:51
build_log
(32bit)kosztyo@cute4:~/WebKit$ nice Tools/Scripts/build-webkit --debug --makeargs='-j12'
Last built revision was unknown, now at revision 123080. Full incremental build needed.
Calling 'make -j12 incremental' in /home/kosztyo/WebKit/WebKitBuild/Debug
QMAKEPATH=/home/kosztyo/WebKit/Tools/qmake /usr/local/Trolltech/Qt-4.8.0/bin/qmake CONFIG-=release CONFIG+=debug -o Makefile ../../WebKit.pro
Project MESSAGE: Building WebKit2 with Qt versions older than 5.0 is not supported. Disabling WebKit2.
Project MESSAGE: Read http://www.mail-archive.com/webkit-qt@lists.webkit.org/msg01674.html for more information.
make -f Makefile qmake_all && make -f Makefile
make[1]: Entering directory `/home/kosztyo/WebKit/WebKitBuild/Debug'
class TrivialMockPort(object):
def __init__(self):
self.host = MockSystemHost()
def results_directory(self):
return "/mock-results"
def check_for_leaks(self, process_name, process_pid):
pass