Searched defs:code (Results 276 - 300 of 1408) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dglxreply.c120 __glXSetupVendorRequest(struct glx_context * gc, GLint code, GLint vop, argument
130 req->glxCode = code;
/external/chromium_org/third_party/re2/re2/
H A Dfiltered_re2.cc2 // Use of this source code is governed by a BSD-style
27 RE2::ErrorCode code = re->error_code(); local
40 return code;
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayEvent.h5 * Use of this source code is governed by a BSD-style license that can be
49 SkKey code; member in class:SkDisplayEvent
58 SkKey fMax; // if the code expresses a range
/external/chromium_org/third_party/skia/tools/
H A DCrashHandler.cpp93 int code; member in struct:__anon15442
105 const DWORD code = e->ExceptionRecord->ExceptionCode; local
106 SkDebugf("\nCaught exception %u", code);
108 if (kExceptions[i].code == code) {
/external/chromium_org/third_party/sqlite/src/src/
H A Dauth.c4 ** The author disclaims copyright to this source code. In place of
12 ** This file contains code used to implement the sqlite3_set_authorizer()
20 ** All of the code in this file may be omitted by defining a single
109 int rc; /* Auth callback return code */
186 ** Do an authorization check using the code and arguments given. Return
193 int code,
211 rc = db->xAuth(db->pAuthArg, code, zArg1, zArg2, zArg3, pParse->zAuthContext);
191 sqlite3AuthCheck( Parse *pParse, int code, const char *zArg1, const char *zArg2, const char *zArg3 ) argument
/external/chromium_org/tools/json_schema_compiler/
H A Dcpp_bundle_generator.py2 # Use of this source code is governed by a BSD-style license that can be
5 import code namespace
34 """This class contains methods to generate code based on multiple schemas.
63 """Generates a code.Code object for a header file
67 - |body_code| - the code to put in between the multiple inclusion guards"""
68 c = code.Code()
105 c = code.Code()
119 c = code.Code()
156 c = code.Code()
177 """Generates a code
[all...]
H A Dpreview.py4 # Use of this source code is governed by a BSD-style license that can be
6 """Server for viewing the compiled C++ code from tools/json_schema_compiler.
10 import code namespace
37 head = code.Code()
41 body = code.Code()
134 // Populate the code panes.
203 # Generate code
215 # Do highlighting on the generated code
247 html = code.Code()
/external/chromium_org/ui/base/accelerators/
H A Daccelerator_manager_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
49 Accelerator GetAccelerator(KeyboardCode code, int mask) { argument
50 return Accelerator(code, mask);
/external/chromium_org/ui/events/ozone/evdev/
H A Dkey_event_converter_evdev.cc2 // Use of this source code is governed by a BSD-style license that can be
22 ui::KeyboardCode KeyboardCodeFromButton(unsigned int code) { argument
154 if (code < arraysize(kLinuxBaseKeyMap))
155 return kLinuxBaseKeyMap[code];
157 LOG(ERROR) << "Unknown key code: " << code;
161 int ModifierFromButton(unsigned int code) { argument
162 switch (code) {
188 bool IsLockButton(unsigned int code) { return code argument
240 ui::KeyboardCode code = KeyboardCodeFromButton(key); local
[all...]
/external/chromium_org/v8/src/
H A Dcode-factory.cc2 // Use of this source code is governed by a BSD-style license that can be
8 #include "src/code-factory.h"
47 Handle<Code> code = CompareIC::GetUninitialized(isolate, op); local
48 return Callable(code, BinaryOpDescriptor(isolate));
/external/chromium_org/v8/src/ic/
H A Dstub-cache.cc2 // Use of this source code is governed by a BSD-style license that can be
40 // Make sure that the code type and cache holder are not included in the hash.
48 Code* StubCache::Set(Name* name, Map* map, Code* code) { argument
49 Code::Flags flags = CommonStubCacheChecks(name, map, code->flags());
70 primary->value = code;
73 return code;
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-ia32.cc6 // * Redistributions of source code must retain the above copyright
478 Handle<Code> code = isolate->factory()->NewCode( local
480 USE(code);
483 code->Print(os);
484 byte* begin = code->instruction_start();
485 byte* end = begin + code->instruction_size();
H A Dtest-disasm-x87.cc6 // * Redistributions of source code must retain the above copyright
405 Handle<Code> code = isolate->factory()->NewCode( local
407 USE(code);
410 code->Print(os);
411 byte* begin = code->instruction_start();
412 byte* end = begin + code->instruction_size();
H A Dtest-macro-assembler-arm.cc6 // * Redistributions of source code must retain the above copyright
98 Handle<Code> code = isolate->factory()->NewCode( local
101 F f = FUNCTION_CAST<F>(code->entry());
219 Handle<Code> code = isolate->factory()->NewCode( local
223 F5 f = FUNCTION_CAST<F5>(code->entry());
H A Dtest-macro-assembler-mips.cc6 // * Redistributions of source code must retain the above copyright
97 Handle<Code> code = isolate->factory()->NewCode( local
100 ::F f = FUNCTION_CAST< ::F>(code->entry());
135 static void TestNaN(const char *code) { argument
143 v8::Local<v8::Script> script = v8::Script::Compile(v8_str(code));
H A Dtest-macro-assembler-mips64.cc6 // * Redistributions of source code must retain the above copyright
97 Handle<Code> code = isolate->factory()->NewCode( local
100 ::F f = FUNCTION_CAST< ::F>(code->entry());
165 Handle<Code> code = isolate->factory()->NewCode( local
168 ::F f = FUNCTION_CAST< ::F>(code->entry());
209 Handle<Code> code = isolate->factory()->NewCode( local
212 ::F f = FUNCTION_CAST< ::F>(code->entry());
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DCatchHandlerList.java17 package com.android.dx.dex.code;
28 /** {@code non-null;} empty instance */
32 * Constructs an instance. All indices initially contain {@code null}.
34 * @param size {@code >= 0;} the size of the list
43 * do that, this will throw {@code NullPointerException}.
45 * @param n {@code >= 0, < size();} which index
46 * @return {@code non-null;} element at that index
61 * @param prefix {@code non-null;} the prefix for every line
62 * @param header {@code non-null;} the header for the first line (after the
64 * @return {@code no
[all...]
H A DCatchTable.java17 package com.android.dx.dex.code;
23 * Table of catch entries. Each entry includes a range of code
29 /** {@code non-null;} empty instance */
33 * Constructs an instance. All indices initially contain {@code null}.
35 * @param size {@code >= 0;} the size of the table
44 * do that, this will throw {@code NullPointerException}.
46 * @param n {@code >= 0, < size();} which index
47 * @return {@code non-null;} element at that index
56 * @param n {@code >= 0, < size();} which index
57 * @param entry {@code no
[all...]
H A DCstInsn.java17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpecList;
20 import com.android.dx.rop.code.SourcePosition;
28 /** {@code non-null;} the constant argument for this instruction */
32 * {@code >= -1;} the constant pool index for {@link #constant}, or
33 * {@code -1} if not yet set
38 * {@code >= -1;} the constant pool index for the class reference in
39 * {@link #constant} if any, or {@code -1} if not yet set
45 * initially unknown ({@code -1}) as is the constant pool index.
48 * @param position {@code no
[all...]
H A DDalvCode.java17 package com.android.dx.dex.code;
26 * corresponds to a {@code code} structure in a {@code .dex} file.
36 * {@code null-ok;} the instruction list, ready for final processing;
42 * {@code non-null;} unprocessed catch table;
48 * {@code null-ok;} catch table; set in
54 * {@code null-ok;} source positions list; set in
60 * {@code null-ok;} local variable list; set in
66 * {@code nul
[all...]
H A DDalvInsnList.java17 package com.android.dx.dex.code;
40 * code block. This may be greater than the largest observed register+
41 * category because the method this code block exists in may
50 * @param list {@code non-null;} the list to use for elements
52 * this code block requires.
53 * @return {@code non-null;} an appropriately-constructed instance of this
70 * Constructs an instance. All indices initially contain {@code null}.
82 * do that, this will throw {@code NullPointerException}.
84 * @param n {@code >= 0, < size();} which index
85 * @return {@code no
[all...]
H A DPositionList.java17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.SourcePosition;
27 /** {@code non-null;} empty instance */
53 * @param insns {@code non-null;} instructions to convert
56 * @return {@code non-null;} the positions list
115 * Constructs an instance. All indices initially contain {@code null}.
117 * @param size {@code >= 0;} the size of the list
126 * do that, this will throw {@code NullPointerException}.
128 * @param n {@code >= 0, < size();} which index
129 * @return {@code no
[all...]
H A DSwitchData.java17 package com.android.dx.dex.code;
20 import com.android.dx.rop.code.RegisterSpecList;
21 import com.android.dx.rop.code.SourcePosition;
33 * {@code non-null;} address representing the instruction that uses this
38 /** {@code non-null;} sorted list of switch cases (keys) */
42 * {@code non-null;} corresponding list of code addresses; the branch
52 * unknown ({@code -1}).
54 * @param position {@code non-null;} source position
55 * @param user {@code no
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
H A DForm35c.java17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpec;
23 import com.android.dx.rop.code.RegisterSpecList;
33 * Instruction format {@code 35c}. See the instruction format spec
37 /** {@code non-null;} unique instance of this class */
141 * category-2 values count as two words. Return {@code -1} if the
145 * @param regs {@code no
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DCatchStructs.java19 import com.android.dx.dex.code.CatchHandlerList;
20 import com.android.dx.dex.code.CatchTable;
21 import com.android.dx.dex.code.DalvCode;
32 * handler address) for a particular piece of code. Instances of this
33 * class correspond to a {@code try_item[]} and a
34 * {@code catch_handler_item[]}.
38 * the size of a {@code try_item}: a {@code uint}
39 * and two {@code ushort}s
43 /** {@code no
44 private final DalvCode code; field in class:CatchStructs
75 CatchStructs(DalvCode code) argument
[all...]

Completed in 9743 milliseconds

<<11121314151617181920>>