/external/v8/test/mjsunit/regress/ |
regress-crbug-349853.js | 8 function funky(array) { return array[0] = 1; } function 9 funky(a); 15 funky(q); 18 funky(q)
|
regress-crbug-280333.js | 30 function funky() { return false; } function 43 assertEquals(0, foo(1, funky)); 44 assertEquals(0, foo(1, funky)); 46 assertEquals(0, foo(1, funky));
|
/external/v8/test/mjsunit/ |
fun-as-prototype.js | 29 function Funky(a, b, c) { return 7; } 30 Number.prototype.__proto__ = Funky; 32 assertEquals("Funky", x.name); 33 assertEquals(Funky.prototype, x.prototype);
|
/external/llvm/test/CodeGen/X86/ |
fdiv.ll | 19 define double @funky(double %x) { 20 ; No conversion to multiplication if too funky. 21 ; CHECK: @funky
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/ |
TestAllTranslit.java | 24 // funky tests of test code
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cookie.py | 79 C['val'] = "some,funky;stuff" 81 'Set-Cookie: val="some\\054funky\\073stuff"')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cookie.py | 79 C['val'] = "some,funky;stuff" 81 'Set-Cookie: val="some\\054funky\\073stuff"')
|
/external/llvm/lib/Support/ |
SearchForAddressOfSpecialSymbol.cpp | 24 // If this is darwin, it has some funky issues, try to solve them here. Some
|
/external/markdown/tests/misc/ |
benchmark.dat | 19 funky-list:0.060000:0.000000
|
/external/llvm/test/CodeGen/AArch64/ |
sibling-call.ll | 50 ; some funky aligning.
|
/external/iproute2/doc/actions/ |
mirred-usage | 2 Very funky action. I do plan to add to a few more things to it 100 3) Even more funky example:
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRBaseRecognizer.h | 178 // support for syntactic predicates. these are called indirectly to support funky stuff in grammars,
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRBaseRecognizer.h | 178 // support for syntactic predicates. these are called indirectly to support funky stuff in grammars,
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRBaseRecognizer.h | 178 // support for syntactic predicates. these are called indirectly to support funky stuff in grammars,
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRBaseRecognizer.h | 170 // support for syntactic predicates. these are called indirectly to support funky stuff in grammars,
|
/external/iptables/extensions/ |
libip6t_DNAT.c | 109 "Port range `%s' funky\n", colon+1);
|
libip6t_SNAT.c | 109 "Port range `%s' funky\n", colon+1);
|
libipt_DNAT.c | 113 "Port range `%s' funky\n", colon+1);
|
libipt_SNAT.c | 113 "Port range `%s' funky\n", colon+1);
|
/external/skia/tools/ |
sk_tool_utils_font.cpp | 21 // Chrome seems to have funky multi-process things going on in unit tests that
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
wait.h | 53 /* This is the type of the argument to `wait'. The funky union
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
wait.h | 53 /* This is the type of the argument to `wait'. The funky union
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
wait.h | 53 /* This is the type of the argument to `wait'. The funky union
|
/bionic/libc/bionic/ |
pthread_key.cpp | 74 // Because destructors can do funky things like deleting/creating other keys,
|
/external/v8/src/base/ |
atomicops_internals_arm_gcc.h | 19 // Memory barriers on ARM are funky, but the kernel is here to help:
|