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

1 2

  /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))) {
  /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
953 command_complete_hack_t *hack = (command_complete_hack_t *)&event->data[0]; local
956 uint8_t *stream = hack->response->data + hack->response->offset + 3; // 2 to skip the event headers, 1 to skip the command credits
962 hack->response->len - 5, // 3 for the command complete headers, 2 for the event headers
963 hack->context);
965 GKI_freebuf(hack->response);
972 command_complete_hack_t *hack = (command_complete_hack_t *)&event->data[0]; local
974 hack->callback = btu_hcif_command_complete_evt_on_task;
975 hack->response = response
1151 command_status_hack_t *hack = (command_status_hack_t *)&event->data[0]; local
1170 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
  /ndk/
find-win-host.cmd 30 rem Uses "endlocal &&" hack to allow env. vars to survive setlocal/endlocal
  /cts/tests/tests/net/
Android.mk 32 # include CtsTestServer as a temporary hack to free net.cts from cts.stub.
  /dalvik/
Android.mk 49 # 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
  /cts/tests/signature/
Android.mk 40 # hack.
  /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-dev/
docpage.cs 107 <?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 !>
  /external/lldb/utils/vim-lldb/plugin/
lldb.vim 110 " hack: service the LLDB event-queue when the cursor moves
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
allegrocl.swg 353 ; We need some kind of a hack here to handle template classes
  /external/lldb/test/pexpect-2.4/examples/
cgishell.cgi 413 // hack to set quote key to show both single quote and double quote
  /external/valgrind/exp-bbv/tests/x86-linux/
ll.S 275 # because of ugly newer cpuinfos from intel I had to hack this
  /external/iproute2/doc/
ip-tunnels.tex 423 hack with NBMA mode and \verb|onlink| modifier. Unfortunately,
  /external/libvncserver/x11vnc/misc/
Xdummy 25 # Xdummy: an LD_PRELOAD hack to run a stock Xorg(1) or XFree86(1) server
54 A hack to run a stock Xorg(1) or XFree86(1) X server with the "dummy"
    [all...]
  /external/v8/src/
v8natives.js 902 // TODO(mstarzinger): This hack should be removed once we have addressed the
904 // For the time being, we need a hack to prevent Object.observe from
    [all...]
string.js 247 // We use this hack to detect whether StringReplaceRegExpWithString
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 649 <! This comment is a hack to make sure the following
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 627 <! This comment is a hack to make sure the following
    [all...]

Completed in 2042 milliseconds

1 2