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

1 2 3

  /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);
  /external/chromium_org/third_party/libjingle/source/talk/base/
maccocoathreadhelper.mm 49 // Doing NSAutoreleasePool* hack = [[NSAutoreleasePool alloc] init];
51 NSAutoreleasePool* hack;
52 hack = [[NSAutoreleasePool alloc] init];
  /hardware/ril/rild/
Android.mk 16 # temporary hack for broken vendor rils
  /ndk/
find-win-host.cmd 30 rem Uses "endlocal &&" hack to allow env. vars to survive setlocal/endlocal
  /bionic/linker/
Android.mk 82 # end of BUILD_EXECUTABLE hack
  /build/core/
prebuilt.mk 168 $(transform-host-ranlib-copy-hack)
170 $(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 52 # The "touch -c $(DX)" is a hack that we know will force
  /device/asus/grouper/keymaster/
Android.mk 18 # This is a nasty hack. keystore.grouper is Open Source, but it
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-160010.js 33 %FlattenString(str); // Evil performance hack
  /cts/tests/SignatureTest/
Android.mk 45 # hack.
  /external/chromium_org/chrome/renderer/resources/extensions/
notifications_custom_bindings.js 93 // TODO(dewittj): Remove this hack. This is used as a way to deep
  /external/chromium_org/content/test/data/media/
encrypted_media_utils.js 102 initData = KEY_ID; // Temporary hack for Clear Key in v0.1.
  /external/v8/test/es5conform/
harness-adapt.js 39 // that's nothing we can't hack our way around.
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
overview.js 36 // FIXME: This is a gross hack to make it so that changing the test type in loadNextTestType doesn't reload the page.
50 // FIXME: Gross hack to allow loading all the builders for different test types.
  /external/chromium_org/third_party/libxslt/libxslt/
attrvt.c 332 * This is a "hack", but I can't see any clean method of
  /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/chromium_org/chrome/browser/resources/standalone/
standalone_hack.js 6 * @fileoverview LIS Standalone hack
170 * On iOS we need a hack to avoid spurious click events
223 /* Hack to add Element.classList to older browsers that don't yet support it.
334 /* Hack to add Function.bind to older browsers that don't yet support it. From:
  /external/chromium_org/third_party/openssl/openssl/apps/
s_server.c 299 static int hack=0; variable
451 hack=0;
    [all...]
  /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/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/
background.js 342 // This hack is needed because Chrome 22 does not persist browserAction icon

Completed in 1292 milliseconds

1 2 3