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

1 2

  /external/webkit/JavaScriptCore/tests/mozilla/js1_6/Array/
regress-320887.js 48 (function xxx() { ["var x"].map(eval); })()
  /external/webkit/JavaScriptCore/tests/mozilla/js1_6/Regress/
regress-320172.js 49 (function xxx(){ ["var x"].forEach(eval); })();
  /bionic/libm/src/
k_tan.c 55 static const double xxx[] = { variable
73 #define one xxx[13]
74 #define pio4 xxx[14]
75 #define pio4lo xxx[15]
76 #define T xxx
  /external/fdlibm/
k_tan.c 49 static const double xxx[] = { variable
67 #define one xxx[13]
68 #define pio4 xxx[14]
69 #define pio4lo xxx[15]
70 #define T xxx
  /external/v8/test/mjsunit/
value-wrapper.js 36 assertEquals('object', 'xxx'.TypeOfThis());
44 assertEquals('object', 'xxx'['TypeOfThis']());
56 CallTypeOfThis('xxx');
71 TestWithWith('xxx');
85 assertEquals('object', typeof 'xxx'.ObjectValueOf());
93 assertEquals('[object String]', 'xxx'.ObjectToString());
152 assertEquals('object', TypeOfThis.apply('xxx', []));
160 assertEquals('object', TypeOfThis.call('xxx'));
array-constructor.js 109 assertArrayEquals(['xxx'], new Array('xxx'));
110 assertArrayEquals(['xxx'], Array('xxx'));
arguments-opt.js 95 assertTrue(typeof A('xxx') == 'undefined');
123 assertTrue(typeof A(O('xxx')) == 'undefined');
fuzz-accessors.js 44 /xxx/,
leakcheck.js 44 var result = input.replace(/[4-6]+/g, "xxx");
regexp-indexof.js 64 CheckMatch(new RegExp(""), "xxx", [[0, 0]]);
  /external/netcat/data/
showmount.d 36 xxx # "sed s/xxx/$1/ | data -g | nc ..." or some such...
  /external/openssl/crypto/des/
des-lib.com 11 $! "[.xxx.EXE.CRYPTO.DES]LIBDES.OLB" library. The "xxx" denotes the machine
21 $! LIBRARY To Just Build The [.xxx.EXE.CRYPTO.DES]LIBDES.OLB Library.
22 $! DESTEST To Just Build The [.xxx.EXE.CRYPTO.DES]DESTEST.EXE Program.
23 $! SPEED To Just Build The [.xxx.EXE.CRYPTO.DES]SPEED.EXE Program.
24 $! RPW To Just Build The [.xxx.EXE.CRYPTO.DES]RPW.EXE Program.
25 $! DES To Just Build The [.xxx.EXE.CRYPTO.DES]DES.EXE Program.
26 $! DES_OPTS To Just Build The [.xxx.EXE.CRYPTO.DES]DES_OPTS.EXE Program.
149 $! Check To See If We Already Have A "[.xxx.EXE.CRYPTO.DES]LIBDES.OLB" Library...
629 $! Tell The User We Can't Find The [.xxx.CRYPTO.DES]LIBDES.OLB Library
    [all...]
  /external/openssl/ssl/
ssl-lib.com 10 $! This command file compiles and creates the "[.xxx.EXE.SSL]LIBSSL.OLB"
11 $! library for OpenSSL. The "xxx" denotes the machine architecture of
21 $! LIBRARY To just compile the [.xxx.EXE.SSL]LIBSSL.OLB Library.
22 $! SSL_TASK To just compile the [.xxx.EXE.SSL]SSL_TASK.EXE
159 $! Check To See If We Already Have A "[.xxx.EXE.SSL]LIBSSL.OLB" Library...
546 $ WRITE SYS$OUTPUT " LIBRARY : To Compile Just The [.xxx.EXE.SSL]LIBSSL.OLB Library."
547 $ WRITE SYS$OUTPUT " SSL_TASK : To Compile Just The [.xxx.EXE.SSL]SSL_TASK.EXE Program."
549 $ WRITE SYS$OUTPUT " Where 'xxx' Stands For:"
  /external/tcpdump/
nameser.h 95 #define xxx 0x3 /* 0x3 reserved */
209 #define C_HS 4 /* for Hesiod name server (MIT) (XXX) */
  /frameworks/base/media/libdrm/mobile1/src/xml/
xml_tinyparser.c 380 retPtr = buffer; /* retPtr starts with '<xxx>' */
  /external/openssl/crypto/
crypto-lib.com 11 $! This command files compiles and creates the "[.xxx.EXE.CRYPTO]LIBCRYPTO.OLB"
12 $! library for OpenSSL. The "xxx" denotes the machine architecture, ALPHA,
21 $! LIBRARY To just compile the [.xxx.EXE.CRYPTO]LIBCRYPTO.OLB Library.
22 $! APPS To just compile the [.xxx.EXE.CRYPTO]*.EXE
149 $! Check To See If We Already Have A "[.xxx.EXE.CRYPTO]LIBCRYPTO.OLB" Library...
801 $ WRITE SYS$OUTPUT " LIBRARY : To Compile Just The [.xxx.EXE.CRYPTO]LIBCRYPTO.OLB Library."
802 $ WRITE SYS$OUTPUT " APPS : To Compile Just The [.xxx.EXE.CRYPTO]*.EXE Programs."
804 $ WRITE SYS$OUTPUT " Where 'xxx' Stands For:"
    [all...]
  /external/elfutils/tests/
Makefile.am 98 CLEANFILES = xxx
Makefile 370 CLEANFILES = xxx
  /ndk/build/core/
build-local.mk 112 # If a goal is DUMP_xxx then we dump a variable xxx instead
build-binary.mk 210 # The compile-xxx-source calls updated LOCAL_OBJECTS and LOCAL_DEPENDENCY_DIRS
  /build/core/
envsetup.mk 24 # was invoked with a PRODUCT-xxx-yyy goal.
  /build/tools/droiddoc/templates/
macros.cs 93 <?cs # The message about This xxx is deprecated. ?><?cs
  /external/ppp/pppd/
auth.c 639 * XXX we may not be able to do this if the line has hung up!
676 /* XXX if doing_multilink, should do something to stop
2320 int newline, xxx; local
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
FieldTest.java 219 f = TestAccess.class.getDeclaredField("xxx");
2156 private static int xxx; field in class:TestAccess
    [all...]

Completed in 240 milliseconds

1 2