Home
last modified time | relevance | path

Searched refs:hack (Results 1 – 25 of 229) sorted by relevance

12345678910

/external/valgrind/main/memcheck/tests/
Dpartiallydefinedeq.c12 void foo ( int* p1, int* p2, unsigned int * hack ) in foo() argument
14 *hack = 0x80808080; in foo()
25 unsigned int hack; in main() local
37 foo(pi1,pi2, &hack); in main()
45 foo(pi1,pi2, &hack); in main()
52 foo(pi1,pi2, &hack); in main()
/external/libnl/tests/
Dtest-nf-cache-mngr.c7 static struct nl_addr *hack = NULL; in change_cb() local
9 if (!hack) in change_cb()
10 hack = nl_addr_parse("194.88.212.233", AF_INET); in change_cb()
12 if (!nl_addr_cmp(hack, nfnl_ct_get_src(ct, 1)) || in change_cb()
13 !nl_addr_cmp(hack, nfnl_ct_get_dst(ct, 1))) { in change_cb()
/external/chromium_org/third_party/webrtc/base/
Dmaccocoathreadhelper.mm27 // Doing NSAutoreleasePool* hack = [[NSAutoreleasePool alloc] init];
29 NSAutoreleasePool* hack;
30 hack = [[NSAutoreleasePool alloc] init];
34 [hack drain];
/external/llvm/test/CodeGen/X86/
Dx86-64-jumps.ll19 …64)) to i32), i32 trunc (i64 sub (i64 ptrtoint (i8* blockaddress(@test2, %hack) to i64), i64 ptrto…
37 br label %hack
39 hack: ; preds = %bar, %indirectgoto
44 …indirectbr i8* %indirect.goto.dest, [label %foo, label %foo, label %bar, label %foo, label %hack, …
Daddr-label-difference.ll8 …ss(@test, %foo) to i32)), i32 sub (i32 ptrtoint (i8* blockaddress(@test, %hack) to i32), i32 ptrto…
21 br label %hack
23 hack:
Dcrash-O0.ll8 ; AH in 64-bit mode. The hack used must not generate copyFromReg nodes for
/external/libexif/m4m/
Dgp-gettext-hack.m44 dnl gettext hack, originally designed for libexif, libgphoto2, and Co.
48 # Not so sure whether this hack is all *that* evil...
49 AC_MSG_CHECKING([for po/Makevars requiring hack])
DMakefile.am1 …heck-shell-environment.m4 gp-config-msg.m4 gp-documentation.m4 gp-gettext-hack.m4 gp-packaging.m4 …
/external/chromium_org/third_party/tcmalloc/vendor/
DTODO14 shared libaries, and get rid of the profile-naming hack once we
38 shared libaries(), and get rid of the profile-naming hack once we
/external/chromium_org/third_party/sqlite/
Dicu-shell.patch40 +** This a hack job of icu_utils.cc:Initialize(). It's Chrome-specific code.
70 +** This a hack job of icu_utils.cc:Initialize(). It's Chrome-specific code.
/external/emma/pregenerated/
DANDROID-CHANGES.txt6 This is a hack, but it's convenient to keep Emma's own build system working
/external/llvm/test/Other/
DResponseFile.ll2 ; is a hack to make sure that neither echo nor the shell expands the response
/external/chromium_org/media/base/simd/
Dconvert_yuva_to_argb_mmx.inc49 ; Add one to our alpha values, this is a somewhat unfortunate hack; while
98 ; See above note about this hack.
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/hosted/
Dsunspider.css12 zoom: 1.0 /* I CAN HAS LAYOUT? (ie hack) */ }
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
Die.css5 Contains every hack for Internet Explorer versions prior
/external/jpeg/
Djconfig.manx41 #define signal_catcher _abort /* hack for Aztec C naming requirements */
/external/qemu/distrib/jpeg-6b/
Djconfig.manx41 #define signal_catcher _abort /* hack for Aztec C naming requirements */
/external/libexif/
DREADME-Win32.txt8 a) hack yourself a build system somehow
/external/chromium_org/sdch/
DREADME.chromium18 open-vcdiff. We have this to avoid putting open-vcdiff's minimal stdint.h hack
/external/valgrind/main/
Dglibc-2.4.supp64 Fedora-Core-5-__strcpy_chk-64bit-hack-TODO-fix-this-properly
80 Fedora-Core-5-yet-another-ppc32-hack
/external/chromium_org/chrome/browser/resources/uber/
Duber.css14 /* This is a hack to prevent the navigation bar from occluding pointer events
/external/chromium_org/chrome/browser/resources/print_preview/common/
Dsearch_bubble.css11 top: -1000px; /* Minor hack: position off-screen by default. */
/external/chromium_org/chrome/browser/resources/options/
Dsearch_page.css19 top: -1000px; /* Minor hack: position off-screen by default. */
/external/libpcap/
DREADME.hpux177 The attached hack does this and some security-related stuff
184 Install the hack as /sbin/init.d/hacl_ip_stack (adjust
198 # nettune: hack kernel parms for safety
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DST.stg51 e <! little hack to get if .. elsif .. else block right !>

12345678910