Searched refs:code (Results 1 - 25 of 2332) sorted by relevance

1234567891011>>

/external/v8/test/webkit/
H A Ddfg-double-vote-fuzz.js7 // 1. Redistributions of source code must retain the above copyright
31 code = "function foo(o, a, b) {\n";
32 code += " var x = 0;\n";
33 code += " var c = a + b;\n";
35 code += " var " + String.fromCharCode("d".charCodeAt(0) + j) + " = " + ((i & (1 << ((j / 2) | 0))) ? "0.5" : "0") + ";\n";
36 code += " for (var __i = 0; __i < 10; ++__i) {\n";
37 code += " if (a + b + 1 > __i) {\n";
38 code += " c = d;\n";
39 code += " x += c;\n";
40 code
[all...]
H A Ddfg-dead-variable-on-exit.js7 // 1. Redistributions of source code must retain the above copyright
31 var code = "";
32 code += "(function(";
35 code += ", ";
36 code += "arg" + j;
38 code += ") {\n";
39 code += " return ";
43 code += " + ";
44 code += "arg" + j;
47 code
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
/external/zlib/src/contrib/infback9/
H A Dinffix9.h10 static const code lenfix[512] = {
99 static const code distfix[32] = {
/external/zlib/src/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
/external/v8/test/mjsunit/compiler/
H A Dproperty-simple.js6 // * Redistributions of source code must retain the above copyright
33 code = "a = {x:8, y:9}; a.x";
35 assertEquals(8, eval(code));
37 code = "b = {z:a}; b.z.y";
39 assertEquals(9, eval(code));
H A Dliterals-assignment.js6 // * Redistributions of source code must retain the above copyright
34 var code = "(function() {\ variable
39 assertEquals(8, eval(code));
41 code = "(function() {\
46 assertEquals("abc", eval(code));
50 code = "(function() {\
55 assertEquals(8, eval(code));
58 code = "(function() {\
63 assertEquals(8, eval(code));
66 code
[all...]
/external/clang/test/Driver/
H A Dinhibit-downstream-commands.c6 invalid C code!
/external/llvm/test/MC/ARM/
H A Dfixup-cpu-mode.s5 .code 16
8 .code 32
/external/javassist/src/main/javassist/bytecode/
H A DByteArray.java25 public static int readU16bit(byte[] code, int index) { argument
26 return ((code[index] & 0xff) << 8) | (code[index + 1] & 0xff);
32 public static int readS16bit(byte[] code, int index) { argument
33 return (code[index] << 8) | (code[index + 1] & 0xff);
39 public static void write16bit(int value, byte[] code, int index) { argument
40 code[index] = (byte)(value >>> 8);
41 code[index + 1] = (byte)value;
47 public static int read32bit(byte[] code, in argument
55 write32bit(int value, byte[] code, int index) argument
[all...]
/external/v8/test/mjsunit/
H A Dchar-escape.js6 // * Redistributions of source code must retain the above copyright
36 function code(str) { function
41 assertEquals(0x08, code("\b"));
42 assertEquals(0x09, code("\t"));
43 assertEquals(0x0A, code("\n"));
44 assertEquals(0x0B, code("\v"));
45 assertEquals(0x0C, code("\f"));
46 assertEquals(0x0D, code("\r"));
47 assertEquals(0x22, code("\""));
48 assertEquals(0x27, code("\'"));
[all...]
H A Dnewline-in-string.js6 // * Redistributions of source code must retain the above copyright
39 var code = "'asdf\\" + String.fromCharCode(0xD) + String.fromCharCode(0xA) + "asdf'"; variable
40 assertEquals('asdfasdf', eval(code));
43 code = "'asdf\\" + String.fromCharCode(0xA) + String.fromCharCode(0xD) + "asdf'";
44 assertEquals('asdfasdf', eval(code));
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMDOMException.java36 * @param code
39 public DTMDOMException(short code, String message) argument
41 super(code, message);
48 * @param code
50 public DTMDOMException(short code) argument
52 super(code, "");
/external/icu/icu4c/source/common/
H A Dutypes.c193 u_errorName(UErrorCode code) { argument
194 if(U_ZERO_ERROR <= code && code < U_STANDARD_ERROR_LIMIT) {
195 return _uErrorName[code];
196 } else if(U_ERROR_WARNING_START <= code && code < U_ERROR_WARNING_LIMIT) {
197 return _uErrorInfoName[code - U_ERROR_WARNING_START];
198 } else if(U_PARSE_ERROR_START <= code && code < U_PARSE_ERROR_LIMIT){
199 return _uTransErrorName[code
[all...]
/external/doclava/res/assets/customizations/
H A Dcustomizations.cs1 <?cs # placeholder for custom clearsilver code. ?
/external/libpng/tests/
H A Dpngstest-error2 code=77 # skipped
10 code=0 # oops, success: should not happen!
14 exit $code
/external/libxml2/include/libxml/
H A Dxmlunicode.h26 XMLPUBFUN int XMLCALL xmlUCSIsAegeanNumbers (int code);
27 XMLPUBFUN int XMLCALL xmlUCSIsAlphabeticPresentationForms (int code);
28 XMLPUBFUN int XMLCALL xmlUCSIsArabic (int code);
29 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsA (int code);
30 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsB (int code);
31 XMLPUBFUN int XMLCALL xmlUCSIsArmenian (int code);
32 XMLPUBFUN int XMLCALL xmlUCSIsArrows (int code);
33 XMLPUBFUN int XMLCALL xmlUCSIsBasicLatin (int code);
34 XMLPUBFUN int XMLCALL xmlUCSIsBengali (int code);
35 XMLPUBFUN int XMLCALL xmlUCSIsBlockElements (int code);
[all...]
/external/elfutils/src/tests/
H A Drun-show-abbrev.sh24 abbrev[0]: code = 1, tag = 17, children = 1
25 abbrev[0]: attr[0]: code = 16, form = 6, offset = 0
26 abbrev[0]: attr[1]: code = 18, form = 1, offset = 2
27 abbrev[0]: attr[2]: code = 17, form = 1, offset = 4
28 abbrev[0]: attr[3]: code = 3, form = 8, offset = 6
29 abbrev[0]: attr[4]: code = 27, form = 8, offset = 8
30 abbrev[0]: attr[5]: code = 37, form = 8, offset = 10
31 abbrev[0]: attr[6]: code = 19, form = 11, offset = 12
32 abbrev[19]: code = 2, tag = 46, children = 1
33 abbrev[19]: attr[0]: code
[all...]
/external/v8/test/mjsunit/lithium/
H A DSeqStringSetChar.js6 // * Redistributions of source code must retain the above copyright
30 function MyStringFromCharCode(code, i) {
32 %_OneByteSeqStringSetChar(0, code, one_byte);
33 %_OneByteSeqStringSetChar(1, code, one_byte);
34 %_OneByteSeqStringSetChar(i, code, one_byte);
36 %_TwoByteSeqStringSetChar(0, code, two_byte);
37 %_TwoByteSeqStringSetChar(1, code, two_byte);
38 %_TwoByteSeqStringSetChar(i, code, two_byte);
/external/proguard/src/proguard/classfile/instruction/
H A DInstruction.java890 * Writes the Instruction at the given offset in the given code attribute.
894 write(codeAttribute.code, offset);
899 * Writes the Instruction at the given offset in the given code array.
901 public void write(byte[] code, int offset) argument
906 code[offset++] = InstructionConstants.OP_WIDE;
910 code[offset++] = opcode;
913 writeInfo(code, offset);
930 protected abstract void readInfo(byte[] code, int offset); argument
936 protected abstract void writeInfo(byte[] code, int offset); argument
1010 protected static int readByte(byte[] code, in argument
1015 readShort(byte[] code, int offset) argument
1021 readInt(byte[] code, int offset) argument
1029 readValue(byte[] code, int offset, int valueSize) argument
1041 readSignedByte(byte[] code, int offset) argument
1046 readSignedShort(byte[] code, int offset) argument
1052 readSignedValue(byte[] code, int offset, int valueSize) argument
1064 writeByte(byte[] code, int offset, int value) argument
1074 writeShort(byte[] code, int offset, int value) argument
1085 writeInt(byte[] code, int offset, int value) argument
1093 writeValue(byte[] code, int offset, int value, int valueSize) argument
1105 writeSignedByte(byte[] code, int offset, int value) argument
1115 writeSignedShort(byte[] code, int offset, int value) argument
1126 writeSignedValue(byte[] code, int offset, int value, int valueSize) argument
[all...]
/external/clang/utils/TestUtils/
H A Dpch-test.pl20 my $code = system("clang -fsyntax-only -x $language $file > /dev/null 2>&1");
21 if ($code == 0) {
23 $code = system("clang -cc1 -emit-pch -x $language -o $file.pch $file > /dev/null 2>&1");
24 if ($code == 0) {
25 $code = system("clang -cc1 -include-pch $file.pch -x $language -ast-dump /dev/null > /dev/null 2>&1");
26 if ($code == 0) {
28 } elsif (($code & 0xFF) == SIGINT) {
36 } elsif (($code & 0xFF) == SIGINT) {
43 } elsif (($code & 0xFF) == SIGINT) {
/external/openfst/src/include/fst/
H A Dicu.h48 int code = c & ((1 << (6 - count)) - 1); local
59 code = (code << 6) | (cb & 0x3f);
62 if (code < 0) {
67 labels->push_back(code);
77 int32_t code = labels[i]; local
78 if (code < 0) {
79 LOG(ERROR) << "LabelsToUTF8String: Invalid character found: " << code;
81 } else if (code < 0x80) {
82 ostr << static_cast<char>(code);
[all...]
/external/mesa3d/src/mapi/glapi/
H A Dglapi_entrypoint.c28 * Arch-specific code for manipulating GL API entrypoints (dispatch stubs).
100 GLubyte * const code = (GLubyte *) u_execmem_alloc(DISPATCH_FUNCTION_SIZE); local
103 if ( code != NULL ) {
104 (void) memcpy(code, template_func, DISPATCH_FUNCTION_SIZE);
105 fill_in_entrypoint_offset( (_glapi_proc) code, functionOffset );
108 return (_glapi_proc) code;
119 GLubyte * const code = (GLubyte *) entrypoint; local
122 *((unsigned int *)(code + 8)) = 4 * offset;
124 *((unsigned int *)(code + 11)) = 4 * offset;
125 *((unsigned int *)(code
195 unsigned int *code = &__glapi_sparc_tls_stub; local
199 unsigned int *code = &__glapi_sparc_pthread_stub; local
283 unsigned int *code = (unsigned int *) u_execmem_alloc(sizeof(template)); local
302 unsigned int *code = (unsigned int *) entrypoint; local
[all...]
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
H A DWebSocketException.java8 private CloseCode code; field in class:WebSocketException
15 public WebSocketException(CloseCode code, String reason) { argument
16 this(code, reason, null);
19 public WebSocketException(CloseCode code, String reason, Exception cause) { argument
20 super(code + ": " + reason, cause);
21 this.code = code;
26 return code;
/external/valgrind/gdbserver_tests/
H A Dnlgone_exit.stdoutB.exp2 Program exited with code 01.

Completed in 3187 milliseconds

1234567891011>>