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

1 2

  /external/valgrind/main/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);
  /bionic/linker/
Android.mk 82 # end of BUILD_EXECUTABLE hack
  /build/core/
prebuilt.mk 165 $(transform-host-ranlib-copy-hack)
167 $(transform-ranlib-copy-hack)
definitions.mk     [all...]
  /cts/tests/tests/net/
Android.mk 28 # include CtsTestServer as a temporary hack to free net.cts from cts.stub.
  /dalvik/
Android.mk 53 # The "touch -c $(DX)" is a hack that we know will force
  /cts/tests/SignatureTest/
Android.mk 45 # hack.
  /external/v8/test/es5conform/
harness-adapt.js 39 // that's nothing we can't hack our way around.
  /external/libxslt/libxslt/
attrvt.c 332 * This is a "hack", but I can't see any clean method of
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
ll.S 51 # the hack loading BSS_BEGIN and DATA_BEGIN
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 6 * @fileoverview NTP Standalone hack
13 * just in the latest version of Chrome, this hack attempts to add some support
17 * browser should not leak out of this file - and so we will hack global JS
369 * On iOS we need a hack to avoid spurious click events
422 /* Hack to add Element.classList to older browsers that don't yet support it.
533 /* Hack to add Function.bind to older browsers that don't yet support it. From:
  /external/webkit/LayoutTests/fast/dom/DOMImplementation/script-tests/
createDocument-namespace-err.js 122 // we will instead just hack the args list here.
  /external/openssl/apps/
s_server.c 299 static int hack=0; variable
451 hack=0;
    [all...]
  /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/valgrind/main/exp-bbv/tests/x86-linux/
ll.S 275 # because of ugly newer cpuinfos from intel I had to hack this
  /external/elfutils/
elfutils.spec 548 - drop x86_64 hack, ICE fixed in gcc-3.2-11.
  /external/iproute2/doc/
ip-tunnels.tex 423 hack with NBMA mode and \verb|onlink| modifier. Unfortunately,
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 959 // This hack lets us localize the top level directories.
    [all...]
  /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...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 270 XXX this is a hack: the endianness of the initial length field is
4171 { Bool hack = di->ddump_frames; local
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 992 // Gross nasty hack to make tree view show up upon first swap by setting height manually
995 // Another nasty hack to make the scrollbar appear now that we have height
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 1018 // Gross nasty hack to make tree view show up upon first swap by setting height manually
1021 // Another nasty hack to make the scrollbar appear now that we have height
    [all...]
  /external/mksh/src/
Build.sh 463 # Evil hack
    [all...]

Completed in 471 milliseconds

1 2