Searched refs:code (Results 26 - 50 of 3769) sorted by relevance

1234567891011>>

/external/strace/
H A Dioctl.c11 * 1. Redistributions of source code must retain the above copyright
38 unsigned long code2 = ((struct_ioctlent *) b)->code;
43 ioctl_lookup(long code) argument
47 code &= (_IOC_NRMASK<<_IOC_NRSHIFT) | (_IOC_TYPEMASK<<_IOC_TYPESHIFT);
48 iop = bsearch((void*)code, ioctlent,
52 if (iop->code != code) {
63 long code; local
65 code = iop->code;
73 ioctl_decode(struct tcb *tcp, long code, long arg) argument
[all...]
/external/chromium_org/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.java682 * Writes the Instruction at the given offset in the given code attribute.
686 write(codeAttribute.code, offset);
691 * Writes the Instruction at the given offset in the given code array.
693 public void write(byte[] code, int offset) argument
698 code[offset++] = InstructionConstants.OP_WIDE;
702 code[offset++] = opcode;
705 writeInfo(code, offset);
722 protected abstract void readInfo(byte[] code, int offset); argument
728 protected abstract void writeInfo(byte[] code, int offset); argument
793 protected static int readByte(byte[] code, in argument
798 readShort(byte[] code, int offset) argument
804 readInt(byte[] code, int offset) argument
812 readValue(byte[] code, int offset, int valueSize) argument
824 readSignedByte(byte[] code, int offset) argument
829 readSignedShort(byte[] code, int offset) argument
835 readSignedValue(byte[] code, int offset, int valueSize) argument
847 writeByte(byte[] code, int offset, int value) argument
857 writeShort(byte[] code, int offset, int value) argument
868 writeInt(byte[] code, int offset, int value) argument
876 writeValue(byte[] code, int offset, int value, int valueSize) argument
888 writeSignedByte(byte[] code, int offset, int value) argument
898 writeSignedShort(byte[] code, int offset, int value) argument
909 writeSignedValue(byte[] code, int offset, int value, int valueSize) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DPrivateScriptRunner.js2 // Use of this source code is governed by a BSD-style license that can be
19 function throwException(code, message)
26 exception.code = code;
106 var code = 1; variable
108 global.PrivateScriptDOMException[exception] = code;
109 ++code;
112 var code = 1000; variable
114 global.PrivateScriptJSError[exception] = code;
115 ++code;
[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/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.h2 // Use of this source code is governed by a BSD-style license that can be
15 #define HTTP_STATUS(label, code, reason) HTTP_ ## label = code,
22 // field in an HTTP response for given |code|. It's based on the IANA HTTP
29 NET_EXPORT const char* GetHttpReasonPhrase(HttpStatusCode code);
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/v8/test/webkit/
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/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/main/gdbserver_tests/
H A Dnlgone_exit.stdoutB.exp2 Program exited with code 01.
/external/javassist/src/test/test/javassist/bytecode/analysis/
H A DScannerTest.java111 Bytecode code = new Bytecode(info.getConstPool(), 2, 9);
112 /* 0 */ code.addAload(0);
113 /* 1 */ code.addLdc("start");
114 /* 3 */ code.addInvokevirtual(clazz, "println", CtClass.voidType, new CtClass[] {stringClass});
115 /* 6 */ code.addAload(0);
116 /* 7 */ code.addLdc("try");
117 /* 9 */ code.addInvokevirtual(clazz, "println", CtClass.voidType, new CtClass[] {stringClass});
118 /* 12 */ addJump(code, Opcode.GOTO, 125);
119 /* 14 */ code.addAstore(2);
120 /* 16 */ code
180 addJump(Bytecode code, int opcode, int pos) argument
[all...]
/external/valgrind/main/none/tests/amd64/
H A Dsmc1.c2 /* Test Valgrind's ability to spot writes to code which has been
18 WRONG output (if you fail to spot code-writes to code[0 .. 4]) is
50 // code on the heap therefore
51 static UChar* code; variable
53 /* Make `code' be movabsq $dest, %rax ; pushq %rax ; ret */
60 code[0] = 0x48;
61 code[1] = 0xB8;
62 code[2] = (dest & 0xFF);
63 code[
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/tasm/tests/
H A Dsegment.asm6 code segment label
8 code ends
/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/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;
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
H A Dclose_wsh.py8 # * Redistributions of source code must retain the above copyright
45 code, reason = line.split(' ', 1)
46 if code is None or reason is None:
48 request.ws_stream.close_connection(int(code), reason)
49 # close_connection() initiates closing handshake. It validates code
51 # following code will be useful.
52 # > data = struct.pack('!H', int(code)) + reason.encode('UTF-8')
59 # Simply echo a close status code
60 code, reason = request.ws_close_code, request.ws_close_reason
62 # pywebsocket sets pseudo code fo
[all...]
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_database_error.h2 // Use of this source code is governed by a BSD-style license that can be
16 explicit IndexedDBDatabaseError(uint16 code) : code_(code) {} argument
17 IndexedDBDatabaseError(uint16 code, const char* message) argument
18 : code_(code), message_(base::ASCIIToUTF16(message)) {}
19 IndexedDBDatabaseError(uint16 code, const base::string16& message) argument
20 : code_(code), message_(message) {}
23 uint16 code() const { return code_; } function in class:content::IndexedDBDatabaseError
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DWarning.java48 * Comment for <code>serialVersionUID</code>
52 /** warn code field, the warn code consists of three digits.
54 protected int code; field in class:Warning
77 ? Integer.toString(code)
84 : Integer.toString(code) + SP + agent;
88 * Gets code of WarningHeader
89 * @return code of WarningHeader
92 return code;
116 setCode(int code) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
H A DLockOrientationCallback.cpp2 // Use of this source code is governed by a BSD-style license that can be
31 ExceptionCode code = 0; local
36 code = NotSupportedError;
40 code = SecurityError;
44 code = AbortError;
49 m_resolver->reject(DOMException::create(code, msg));
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowKeyEvent.java11 private int code; field in class:ShadowKeyEvent
13 public void __constructor__(int action, int code) { argument
15 this.code = code;
25 return code;
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dstatus.cc2 // Use of this source code is governed by a BSD-style license that can be
12 const char* DefaultMessageForStatusCode(StatusCode code) { argument
13 switch (code) {
69 Status::Status(StatusCode code) argument
70 : code_(code), msg_(DefaultMessageForStatusCode(code)) {}
72 Status::Status(StatusCode code, const std::string& details) argument
73 : code_(code),
74 msg_(DefaultMessageForStatusCode(code) + std::string(": ") + details) {
77 Status::Status(StatusCode code, cons argument
82 Status(StatusCode code, const std::string& details, const Status& cause) argument
104 StatusCode Status::code() const { function in class:Status
[all...]
/external/chromium_org/ui/events/ozone/evdev/
H A Devent_device_info.h2 // Use of this source code is governed by a BSD-style license that can be
33 bool HasKeyEvent(unsigned int code) const;
34 bool HasRelEvent(unsigned int code) const;
35 bool HasAbsEvent(unsigned int code) const;
36 bool HasMscEvent(unsigned int code) const;
37 bool HasSwEvent(unsigned int code) const;
38 bool HasLedEvent(unsigned int code) const;
41 int32 GetAbsMinimum(unsigned int code) const;
42 int32 GetAbsMaximum(unsigned int code) const;
45 bool HasProp(unsigned int code) cons
[all...]

Completed in 696 milliseconds

1234567891011>>