Home
last modified time | relevance | path

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

12345678910>>...14

/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/swiftshader/third_party/llvm-7.0/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/python/oauth2client/
DCONTRIBUTING.md47 You’ll have to create a development environment to hack on
56 the destination as `hack-on-oauth2client`. For example:
60 $ git clone git@github.com:USERNAME/oauth2client.git hack-on-oauth2client
61 $ cd hack-on-oauth2client
76 $ cd ~/hack-on-oauth2client
89 `~/hack-on-oauth2client/env` virtual environment you created above will be
91 follow literally, use the `export VENV=~/hack-on-oauth2client/env`
100 $ cd ~/hack-on-oauth2client
122 $ cd ~/hack-on-oauth2client
/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/grpc-grpc-java/netty/shaded/
Dbuild.gradle49 // This is a hack to have shadow plugin modify the uploadArchives POM's
54 // And then we use a further hack to share that POM with install
/external/droiddriver/manualtest/
Dsettings.gradle1 // This is a hack for building with droiddriver source.
/external/parameter-framework/upstream/parameter/
DCMakeLists.txt157 # "plugin-internal-hack" is for them.
158 add_library(plugin-internal-hack INTERFACE)
159 target_link_libraries(plugin-internal-hack INTERFACE parameter xmlserializer)
/external/emma/pregenerated/
DANDROID-CHANGES.txt6 This is a hack, but it's convenient to keep Emma's own build system working
/external/python/cpython3/Modules/_ctypes/libffi_msvc/
DREADME.ctypes1 The purpose is to hack the libffi sources so that they can be compiled
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
DREADME.ctypes1 The purpose is to hack the libffi sources so that they can be compiled
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/
DDESCRIPTION35 - IE7 hack (``>/**/``)
36 - Mac-IE5 hack (``/*\*/.../**/``)
/external/mksh/
DAndroid.patch.txt12 /* dash compatibility 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

12345678910>>...14