HomeSort by relevance Sort by last modified time
    Searched refs:hack (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/webrtc/webrtc/base/
maccocoathreadhelper.mm 27 // Doing NSAutoreleasePool* hack = [[NSAutoreleasePool alloc] init];
29 NSAutoreleasePool* hack;
30 hack = [[NSAutoreleasePool alloc] init];
34 [hack drain];
  /external/parameter-framework/upstream/utility/
BinaryCopy.hpp 66 } hack; local
68 hack.source = source;
69 return hack.destination;
  /external/valgrind/memcheck/tests/
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/libnl/tests/
test-nf-cache-mngr.c 7 static struct nl_addr *hack = NULL; local
9 if (!hack)
10 hack = nl_addr_parse("194.88.212.233", AF_INET);
12 if (!nl_addr_cmp(hack, nfnl_ct_get_src(ct, 1)) ||
13 !nl_addr_cmp(hack, nfnl_ct_get_dst(ct, 1))) {
  /external/dhcpcd-6.8.2/
iconfig.mk 1 # Nasty hack so that make clean works without configure being run
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/number/
CurrencyDemo.java 45 HackCurrencyInfo hack = (HackCurrencyInfo)(hackData.get(currency.getCurrencyCode())); local
46 result.setMinimumFractionDigits(hack.decimals);
47 result.setMaximumFractionDigits(hack.decimals);
48 result.setRoundingIncrement(hack.rounding);
50 symbols.setCurrencySymbol(hack.symbol);
  /external/libcap/progs/
quicktest.sh 119 cat > hack.sh <<EOF
132 chmod +xs hack.sh
133 ./capsh --uid=500 --inh=none --print -- ./hack.sh
135 rm -f ./hack.sh
Makefile 38 rm -f *.o $(BUILD) tcapsh ping hack.sh
  /hardware/ril/rild/
Android.mk 16 # temporary hack for broken vendor rils
  /system/bt/stack/btu/
btu_hcif.c 48 // TODO(zachoverflow): remove this horrible hack
906 command_complete_hack_t *hack = (command_complete_hack_t *)&event->data[0]; local
909 uint8_t *stream = hack->response->data + hack->response->offset + 3; // 2 to skip the event headers, 1 to skip the command credits
915 hack->response->len - 5, // 3 for the command complete headers, 2 for the event headers
916 hack->context);
918 osi_free(hack->response);
925 command_complete_hack_t *hack = (command_complete_hack_t *)&event->data[0]; local
927 hack->callback = btu_hcif_command_complete_evt_on_task;
928 hack->response = response
1103 command_status_hack_t *hack = (command_status_hack_t *)&event->data[0]; local
1122 command_status_hack_t *hack = (command_status_hack_t *)&event->data[0]; local
    [all...]
  /external/icu/icu4j/
adjust_icudt_path.mk 2 # this hack here removes the path to that file in the source tree and instead
  /build/core/combo/arch/arm/
armv7-a-neon.mk 45 # TODO This is a hack and we need to add it for each processor that supports LPAE until some
  /cts/tests/tests/net/
Android.mk 32 # include CtsTestServer as a temporary hack to free net.cts from cts.stub.
  /dalvik/
Android.mk 48 # The "touch -c $(DX)" is a hack that we know will force
  /external/v8/test/mjsunit/regress/
regress-crbug-160010.js 33 %FlattenString(str); // Evil performance hack
  /external/toybox/toys/posix/
ls.c 200 char hack[32]; local
208 sprintf(hack, "/proc/self/fd/%d", fd);
209 lsm_lget_context(hack, (char **)&new->extra);
  /external/valgrind/exp-bbv/tests/ppc32-linux/
ll.S 51 # the hack loading BSS_BEGIN and DATA_BEGIN
  /build/tools/droiddoc/templates-ndk/
docpage.cs 91 <?cs # horrible horrible hack to move TOC up when the next/prev links are not there ?>
  /build/tools/droiddoc/templates-sdk/
docpage.cs 113 <?cs # horrible horrible hack to move TOC up when the next/prev links are not there ?>
  /build/tools/droiddoc/templates-sdk-refonly/
docpage.cs 113 <?cs # horrible horrible hack to move TOC up when the next/prev links are not there ?>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
AST.stg 292 <else>se: <! little hack to get if .. elif .. else block right !>
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
allegrocl.swg 353 ; We need some kind of a hack here to handle template classes
  /toolchain/binutils/binutils-2.25/gas/config/
tc-m68k.c 4578 struct m68k_incant *hack, *slak; local
    [all...]
  /external/valgrind/exp-bbv/tests/x86-linux/
ll.S 275 # because of ugly newer cpuinfos from intel I had to hack this
  /external/curl/packages/vms/
gnv_link_curl.com 378 $! VAX will not allow the logical name hack for the

Completed in 1013 milliseconds

1 2 3