HomeSort by relevance Sort by last modified time
    Searched refs:hack (Results 1 - 25 of 70) 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];
  /external/chromium_org/third_party/webrtc/base/
maccocoathreadhelper.mm 32 // Doing NSAutoreleasePool* hack = [[NSAutoreleasePool alloc] init];
34 NSAutoreleasePool* hack;
35 hack = [[NSAutoreleasePool alloc] init];
  /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
  /ndk/
find-win-host.cmd 30 rem Uses "endlocal &&" hack to allow env. vars to survive setlocal/endlocal
  /build/core/
prebuilt_internal.mk 237 $(transform-host-ranlib-copy-hack)
239 $(transform-ranlib-copy-hack)
  /cts/tests/tests/net/
Android.mk 31 # 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
  /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
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
load_failures.js 14 // FIXME: This is a gross hack to make it so that changing the test type and group in loadNextTestType don't reload the page.
67 // FIXME: Gross hack to allow loading all the builders for different test types.
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.
  /cts/tests/signature/
Android.mk 40 # hack.
  /external/chromium_org/chrome/renderer/resources/extensions/
notifications_custom_bindings.js 102 // 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/chromium_org/third_party/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_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/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
key_util.js 160 // TODO(rshearer): This is a hack to work around the special casing of the
431 // TODO(rshearer): This is a hack to work around the special casing
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
attributes.cpp 254 {% elif not is_node %}{# EventHandler hack #}
  /build/tools/droiddoc/templates-sdk/
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 !>

Completed in 1870 milliseconds

1 2 3