Searched defs:code (Results 1 - 25 of 1408) sorted by relevance

1234567891011>>

/external/chromium_org/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/chromium_org/v8/test/mjsunit/compiler/
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/elfutils/0.153/libdw/
H A Ddwarf_hasattr.c20 additional right to link the code of Red Hat elfutils with code licensed
23 distribution of source code with any binary distribution and to
25 this exception must only link to the code of Red Hat elfutils through
27 found in the source code files (the "Approved Interfaces"). The files
35 License in all respects for all of the Red Hat elfutils code and other
36 code used in conjunction with Red Hat elfutils except the Non-GPL Code
68 unsigned int code; local
69 (void) __libdw_find_attr (die, search_name, &code, NULL);
71 return code
[all...]
/external/chromium_org/content/test/data/service_worker/
H A Dsync.js2 // Use of this source code is governed by a BSD-style license that can be
5 var code = 404; variable
9 status: code,
19 code = 200;
/external/chromium_org/net/http/
H A Dhttp_status_code.cc2 // Use of this source code is governed by a BSD-style license that can be
11 const char* GetHttpReasonPhrase(HttpStatusCode code) { argument
12 switch (code) {
14 #define HTTP_STATUS(label, code, reason) case HTTP_ ## label: return reason;
19 NOTREACHED() << "unknown HTTP status code " << code;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/bin/
H A Dgas-llabel.asm7 jmp code
10 code: label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/tasm/tests/
H A Dsegment.asm6 code segment label
8 code ends
/external/chromium_org/tools/gn/
H A Dtemplate_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
84 std::string code; local
86 code += "template(\"test" + base::IntToString(i) + "\") {}\n";
88 TestParseInput input(code);
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-run-jsbranches.cc2 // Use of this source code is governed by a BSD-style license that can be
108 static void TestForIn(const char* code) { argument
109 FunctionTester T(code);
H A Dtest-pipeline.cc2 // Use of this source code is governed by a BSD-style license that can be
32 Handle<Code> code = pipeline.GenerateCode(); local
34 CHECK(!code.is_null());
/external/qemu/android/
H A Dkeycode.c15 android_keycode_rotate( AndroidKeyCode code, int rotation ) argument
25 if (code == wheel[index]) {
27 code = wheel[index];
31 return code;
H A Dkeycode-array.c20 unsigned code,
23 if (code != 0 && keycodes->keycode_count < MAX_KEYCODES) {
25 ( (code & 0x1ff) | (down ? 0x200 : 0) );
37 int code = keycodes->keycodes[nn]; local
38 printf(" [0x%03x,%s]", (code & 0x1ff), (code & 0x200) ? "down" : " up " );
19 android_keycodes_add_key_event( AKeycodeBuffer* keycodes, unsigned code, unsigned down ) argument
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_wsc_common.c17 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code) argument
21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
/external/wpa_supplicant_8/src/eap_common/
H A Deap_wsc_common.c17 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code) argument
21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_wsc_common.c17 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code) argument
21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
/external/chromium_org/extensions/renderer/
H A Dmessaging_utils_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
14 void RegisterTestModule(const char* code) { argument
23 code));
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dgypsh.py2 # Use of this source code is governed by a BSD-style license that can be
17 import code namespace
51 # code.interact uses by default, but tack on something to indicate what
56 code.interact(banner, local=locals)
/external/lldb/test/api/multithreaded/
H A Ddriver.cpp20 int code = 0; local
33 code = 1;
37 return code;
/external/llvm/lib/Support/
H A Dregcname.h2 * This code is derived from OpenBSD's libc/regex, original license follows:
8 * This code is derived from software contributed to Berkeley by
14 * 1. Redistributions of source code must retain the above copyright
44 char code; member in struct:cname
/external/chromium_org/chrome/test/remoting/
H A Dkey_code_conv.cc2 // Use of this source code is governed by a BSD-style license that can be
16 char c, const char** code, ui::KeyboardCode* vkey_code, bool* shift) {
17 *code = NULL;
22 *code = key_code_map[i].code;
29 *code = key_code_map[i].code;
15 GetKeyValuesFromChar( char c, const char** code, ui::KeyboardCode* vkey_code, bool* shift) argument
/external/chromium_org/third_party/WebKit/public/web/
H A DWebScriptSource.h8 * * Redistributions of source code must retain the above copyright
40 WebString code; member in struct:blink::WebScriptSource
44 WebScriptSource(const WebString& code) argument
45 : code(code), startLine(1) { }
46 WebScriptSource(const WebString& code, const WebURL& url) argument
47 : code(code), url(url), startLine(1) { }
48 WebScriptSource(const WebString& code, const WebURL& url, int startLine) argument
49 : code(cod
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Derrorcode.cpp25 UErrorCode code = errorCode; local
27 return code;
/external/chromium_org/third_party/icu/source/extra/scrptrun/
H A Dsrtest.cpp34 UScriptCode code = scriptRun.getScriptCode(); local
36 printf("Script '%s' from %d to %d.\n", uscript_getName(code), start, end);
/external/chromium_org/ui/events/keycodes/dom4/
H A Dkeycode_converter.h2 // Use of this source code is governed by a BSD-style license that can be
30 // The UIEvents (aka: DOM4Events) |code| value as defined in:
32 const char* code; member in struct:ui::__anon16757
36 // and platform-neutral |code| values (as defined in the W3C UI Events
43 // Return the string that indentifies an invalid UI Event |code|.
47 // Convert a native (Mac/Win/Linux) keycode into the |code| string.
51 // Convert a UI Events |code| string value into a native keycode.
52 static uint16_t CodeToNativeKeycode(const char* code);
56 // Please don't use USB keycodes in new code.
67 // Convert a USB keycode into the string with the DOM3 |code| valu
[all...]

Completed in 698 milliseconds

1234567891011>>