/external/valgrind/main/memcheck/tests/ |
H A D | partiallydefinedeq.c | 7 // assignment to *hack is a trick to fool memcheck's bogus-literal 12 void foo ( int* p1, int* p2, unsigned int * hack ) 14 *hack = 0x80808080; 25 unsigned int hack; local 37 foo(pi1,pi2, &hack); 45 foo(pi1,pi2, &hack); 52 foo(pi1,pi2, &hack);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
H A D | maccocoathreadhelper.mm | 49 // Doing NSAutoreleasePool* hack = [[NSAutoreleasePool alloc] init]; 51 NSAutoreleasePool* hack; 52 hack = [[NSAutoreleasePool alloc] init];
|
/external/chromium_org/third_party/libxslt/libxslt/ |
H A D | attrvt.c | 332 * This is a "hack", but I can't see any clean method of
|
/external/libxslt/libxslt/ |
H A D | attrvt.c | 332 * This is a "hack", but I can't see any clean method of
|
/external/valgrind/main/exp-bbv/tests/ppc32-linux/ |
H A D | ll.S | 51 # the hack loading BSS_BEGIN and DATA_BEGIN
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
H A D | s_server.c | 299 static int hack=0; variable 451 hack=0; 1171 else if (strcmp(*argv,"-hack") == 0) 1172 { hack=1; } 1545 if (hack) SSL_CTX_set_options(ctx,SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG); 1618 if (hack) SSL_CTX_set_options(ctx2,SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG); 2640 if (hack)
|
/external/openssl/apps/ |
H A D | s_server.c | 299 static int hack=0; variable 451 hack=0; 1171 else if (strcmp(*argv,"-hack") == 0) 1172 { hack=1; } 1545 if (hack) SSL_CTX_set_options(ctx,SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG); 1618 if (hack) SSL_CTX_set_options(ctx2,SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG); 2640 if (hack)
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
H A D | AST.stg | 292 <else>se: <! little hack to get if .. elif .. else block right !>
|
/external/valgrind/main/exp-bbv/tests/x86-linux/ |
H A D | ll.S | 275 # because of ugly newer cpuinfos from intel I had to hack this
|
/external/elfutils/ |
H A D | elfutils.spec | 548 - drop x86_64 hack, ICE fixed in gcc-3.2-11.
|
/external/iproute2/doc/ |
H A D | ip-tunnels.tex | 423 hack with NBMA mode and \verb|onlink| modifier. Unfortunately,
|
H A D | ip-cref.tex | 2735 However, this hack {\em must not\/} be used on multihomed hosts
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
H A D | CSharp2.stg | 649 <! This comment is a hack to make sure the following
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
H A D | CSharp3.stg | 627 <! This comment is a hack to make sure the following
|
/external/valgrind/main/coregrind/m_debuginfo/ |
H A D | readdwarf.c | 270 XXX this is a hack: the endianness of the initial length field is 4165 /* Run the CIE's instructions. Ugly hack: if 4171 { Bool hack = di->ddump_frames; local 4178 di->ddump_frames = hack;
|
/external/mksh/src/ |
H A D | Build.sh | 463 # Evil hack 2409 MKSH_NO_EXTERNAL_CAT omit hack to skip cat builtin when flags passed
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
H A D | deprecated_code_generator_v8.pm | 791 // This is a performance optimization hack. See V8Element::wrap. 1598 # FIXME: Introduce [DoNotKeepAttributeAliveForGC] and remove this hack
|
/external/grub/docs/ |
H A D | texinfo.tex | 1117 \fixbackslash % Turn off hack to swallow `\input texinfo'. 1239 % Thanh's hack / proper braces in bookmarks
|
/external/openssh/ |
H A D | configure | 11362 # Cheap hack to ensure NEWS-OS libraries are arranged right. 17336 # FIXME: This hack should be removed a few years after 2.60. 17520 echo " IP address in \$DISPLAY hack: $DISPLAY_HACK_MSG" 17521 echo " Translate v4 in v6 hack: $IPV4_IN6_HACK_MSG"
|
/external/bison/build-aux/ |
H A D | texinfo.tex | 1044 \fixbackslash % Turn off hack to swallow `\input texinfo'.
|
/external/dropbear/libtomcrypt/ |
H A D | crypt.tex | 4947 having to hack the library. For example, suppose you have a hardware specific PRNG on your system. You could easily
|
/external/qemu-pc-bios/bochs/ |
H A D | configure | 1549 --enable-idle-hack use Roland Mainz's idle hack 1575 --enable-port-e9-hack writes to port e9 go to console 2276 # also, I can't get it to link without this -DBROKEN_LINKER=1 hack. 6633 # This hack is so that the source file can tell whether it is being 6688 # This hack is so that the source file can tell whether it is being 7390 # FIXME: Setting linknames here is a bad hack. 11025 # This hack is so that the source file can tell whether it is being 13400 # This hack is so that the source file can tell whether it is being 13455 # This hack i [all...] |