Home
last modified time | relevance | path

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

12345678910>>...13

/external/valgrind/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 nl_addr_parse("194.88.212.233", AF_INET, &hack); 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/icu/icu4j/demos/src/com/ibm/icu/dev/demo/number/
DCurrencyDemo.java47 HackCurrencyInfo hack = (HackCurrencyInfo)(hackData.get(currency.getCurrencyCode())); in getCurrencyFormat() local
48 result.setMinimumFractionDigits(hack.decimals); in getCurrencyFormat()
49 result.setMaximumFractionDigits(hack.decimals); in getCurrencyFormat()
50 result.setRoundingIncrement(hack.rounding); in getCurrencyFormat()
52 symbols.setCurrencySymbol(hack.symbol); in getCurrencyFormat()
/external/parameter-framework/upstream/utility/
DBinaryCopy.hpp66 } hack; in binaryCopy() local
68 hack.source = source; in binaryCopy()
69 return hack.destination; in binaryCopy()
/external/libcap/progs/
Dquicktest.sh123 cat > hack.sh <<EOF
137 chmod +xs hack.sh
138 ./capsh --uid=500 --inh=none --print -- ./hack.sh
140 rm -f ./hack.sh
DMakefile35 rm -f *.o $(BUILD) tcapsh ping hack.sh
/external/webrtc/webrtc/base/
Dmaccocoathreadhelper.mm27 // Doing NSAutoreleasePool* hack = [[NSAutoreleasePool alloc] init];
29 NSAutoreleasePool* hack;
30 hack = [[NSAutoreleasePool alloc] init];
34 [hack drain];
/external/swiftshader/third_party/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:
/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:
/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/slf4j/slf4j-site/src/site/pages/css/
Dpopup.css6 _position:absolute; /* hack for internet explorer 6*/
19 _position:absolute; /* hack for internet explorer 6*/
/external/droiddriver/manualtest/
Dsettings.gradle1 // This is a hack for building with droiddriver source.
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
DREADME.ctypes1 The purpose is to hack the libffi sources so that they can be compiled
/external/python/cpython3/Modules/_ctypes/libffi_msvc/
DREADME.ctypes1 The purpose is to hack the libffi sources so that they can be compiled
/external/emma/pregenerated/
DANDROID-CHANGES.txt6 This is a hack, but it's convenient to keep Emma's own build system working
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/
DDESCRIPTION35 - IE7 hack (``>/**/``)
36 - Mac-IE5 hack (``/*\*/.../**/``)
/external/mksh/
DAndroid.patch.txt11 /* dash compatibility hack */
/external/valgrind/
Dsolaris11.supp2 # FILE structure. It's an intentional hack to differentiate between two file
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-trace/catapult/common/py_vulcanize/third_party/rjsmin/
DREADME.chromium16 - Added a small hack to not clobber template strings. (Not a complete solution
/external/libxml2/VxWorks/
DREADME4 how I did this because it is a complete hack, but it works great, so I
29 hack). Since the VxWorks GNU toolchain is very close in version to the
/external/curl/tests/data/
Dtest86849 # we try to use the LD_PRELOAD hack, if not a debug build

12345678910>>...13