HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 676 - 700 of 9702) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
fixChangeLogPatchThenSetChangeLogDateAndReviewer.pl 9 # 1. Redistributions of source code must retain the above copyright
48 + Changed some more code on 2010-05-08.
56 Changed some code on 2010-05-08.
66 + Changed some more code on 2010-05-08.
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayEvents.cpp 5 * Use of this source code is governed by a BSD-style license that can be
59 if (evt->code != (SkKey) -1) {
60 if ((int) evt->code > keyCode || (int) (evt->fMax != (SkKey) -1 ? evt->fMax : evt->code) < keyCode)
104 if (evt->code != (SkKey) -1) {
105 if ((int) evt->code > keyCode || (int) (evt->fMax != (SkKey) -1 ? evt->fMax : evt->code) < keyCode)
  /external/chromium_org/third_party/skia/src/core/
SkError.cpp 5 * Use of this source code is governed by a BSD-style license that can be
83 void SkErrorInternals::DefaultErrorCallback(SkError code, void *context) {
99 void SkErrorInternals::SetError(SkError code, const char *fmt, ...) {
100 THREAD_ERROR = code;
105 switch( code ) {
140 if (fn && code != kNoError_SkError) {
141 fn(code, THREAD_ERROR_CONTEXT);
  /external/chromium_org/v8/src/
disassembler.cc 2 // Use of this source code is governed by a BSD-style license that can be
7 #include "src/code-stubs.h"
39 explicit V8NameConverter(Code* code) : code_(code) {}
42 Code* code() const { return code_; } function in class:v8::internal::V8NameConverter
44 Code* code_;
59 // print as code offset, if it seems reasonable
71 // The V8NameConverter is used for well known code, so we can "safely
214 Code* code = Code::GetCodeFromTargetAddress(relocinfo.target_address()); local
    [all...]
log.h 2 // Use of this source code is governed by a BSD-style license that can be
24 // Minimal logging (no API, code, or GC sample events), default is off.
28 // --log-api, --log-code, --log-gc, and --log-regexp.
33 // --log-code
34 // Log code (create, move, and delete) events to the logfile, default is off.
35 // --log-code implies --log.
50 // tick profiler requires code events, so --prof implies --log-code.
83 V(CODE_CREATION_EVENT, "code-creation") \
84 V(CODE_DISABLE_OPT_EVENT, "code-disable-optimization")
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form12x.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.SimpleInsn;
22 import com.android.dx.rop.code.RegisterSpec;
23 import com.android.dx.rop.code.RegisterSpecList;
29 * Instruction format {@code 12x}. See the instruction format spec
33 /** {@code non-null;} unique instance of this class */
51 * The (sz - 2) and (sz - 1) below makes this code work for
129 * The (sz - 2) and (sz - 1) below makes this code work fo
    [all...]
Form21c.java 17 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 21c}. See the instruction format spec
37 /** {@code non-null;} unique instance of this class */
Form31c.java 17 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 31c}. See the instruction format spec
37 /** {@code non-null;} unique instance of this class */
Form41c.java 17 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;
32 * Instruction format {@code 41c}. See the instruction format spec
36 /** {@code non-null;} unique instance of this class */
  /external/llvm/unittests/ExecutionEngine/JIT/
OProfileJITEventListenerTest.cpp 28 const void* code,
32 , CodePtr(code)
65 void const* code,
69 OprofileNativeFunction func(name, addr, code, size);
80 void const* code,
86 //verify code has been loaded first
87 uint64_t addr = reinterpret_cast<uint64_t>(code);
  /external/skia/src/animator/
SkDisplayEvents.cpp 5 * Use of this source code is governed by a BSD-style license that can be
59 if (evt->code != (SkKey) -1) {
60 if ((int) evt->code > keyCode || (int) (evt->fMax != (SkKey) -1 ? evt->fMax : evt->code) < keyCode)
104 if (evt->code != (SkKey) -1) {
105 if ((int) evt->code > keyCode || (int) (evt->fMax != (SkKey) -1 ? evt->fMax : evt->code) < keyCode)
  /external/skia/src/core/
SkError.cpp 5 * Use of this source code is governed by a BSD-style license that can be
83 void SkErrorInternals::DefaultErrorCallback(SkError code, void *context) {
99 void SkErrorInternals::SetError(SkError code, const char *fmt, ...) {
100 THREAD_ERROR = code;
105 switch( code ) {
140 if (fn && code != kNoError_SkError) {
141 fn(code, THREAD_ERROR_CONTEXT);
  /frameworks/base/telephony/java/com/android/ims/
ImsReasonInfo.java 34 * STATUSCODE - indicates the interworking error reason by SIP status code received
49 * Specific code of each types
101 // Resolve the extra code(EXTRA_CODE_CALL_RETRY_*) if the below code is set
123 * STATUSCODE (SIP response code) (IMS -> Telephony)
203 * Extra codes for the specific code value
204 * This value can be referred when the code is CODE_LOCAL_CALL_CS_RETRY_REQUIRED.
229 // For main reason code
231 // For the extra code value; it depends on the code value
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/
types.py 33 while (type_.code == gdb.TYPE_CODE_REF or
34 type_.code == gdb.TYPE_CODE_TYPEDEF):
35 if type_.code == gdb.TYPE_CODE_REF:
58 if (type_.code != gdb.TYPE_CODE_STRUCT and
59 type_.code != gdb.TYPE_CODE_UNION):
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/
types.py 33 while (type_.code == gdb.TYPE_CODE_REF or
34 type_.code == gdb.TYPE_CODE_TYPEDEF):
35 if type_.code == gdb.TYPE_CODE_REF:
58 if (type_.code != gdb.TYPE_CODE_STRUCT and
59 type_.code != gdb.TYPE_CODE_UNION):
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
types.py 33 while (type_.code == gdb.TYPE_CODE_REF or
34 type_.code == gdb.TYPE_CODE_TYPEDEF):
35 if type_.code == gdb.TYPE_CODE_REF:
58 if (type_.code != gdb.TYPE_CODE_STRUCT and
59 type_.code != gdb.TYPE_CODE_UNION):
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/share/gdb/python/gdb/
types.py 33 while (type_.code == gdb.TYPE_CODE_REF or
34 type_.code == gdb.TYPE_CODE_TYPEDEF):
35 if type_.code == gdb.TYPE_CODE_REF:
58 if (type_.code != gdb.TYPE_CODE_STRUCT and
59 type_.code != gdb.TYPE_CODE_UNION):
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/
types.py 33 while (type_.code == gdb.TYPE_CODE_REF or
34 type_.code == gdb.TYPE_CODE_TYPEDEF):
35 if type_.code == gdb.TYPE_CODE_REF:
58 if (type_.code != gdb.TYPE_CODE_STRUCT and
59 type_.code != gdb.TYPE_CODE_UNION):
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/share/gdb/python/gdb/
types.py 33 while (type_.code == gdb.TYPE_CODE_REF or
34 type_.code == gdb.TYPE_CODE_TYPEDEF):
35 if type_.code == gdb.TYPE_CODE_REF:
58 if (type_.code != gdb.TYPE_CODE_STRUCT and
59 type_.code != gdb.TYPE_CODE_UNION):
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/
types.py 33 while (type_.code == gdb.TYPE_CODE_REF or
34 type_.code == gdb.TYPE_CODE_TYPEDEF):
35 if type_.code == gdb.TYPE_CODE_REF:
58 if (type_.code != gdb.TYPE_CODE_STRUCT and
59 type_.code != gdb.TYPE_CODE_UNION):
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/
types.py 33 while (type_.code == gdb.TYPE_CODE_REF or
34 type_.code == gdb.TYPE_CODE_TYPEDEF):
35 if type_.code == gdb.TYPE_CODE_REF:
58 if (type_.code != gdb.TYPE_CODE_STRUCT and
59 type_.code != gdb.TYPE_CODE_UNION):
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/
types.py 33 while (type_.code == gdb.TYPE_CODE_REF or
34 type_.code == gdb.TYPE_CODE_TYPEDEF):
35 if type_.code == gdb.TYPE_CODE_REF:
58 if (type_.code != gdb.TYPE_CODE_STRUCT and
59 type_.code != gdb.TYPE_CODE_UNION):
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
types.py 33 while (type_.code == gdb.TYPE_CODE_REF or
34 type_.code == gdb.TYPE_CODE_TYPEDEF):
35 if type_.code == gdb.TYPE_CODE_REF:
58 if (type_.code != gdb.TYPE_CODE_STRUCT and
59 type_.code != gdb.TYPE_CODE_UNION):
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/share/gdb/python/gdb/
types.py 33 while (type_.code == gdb.TYPE_CODE_REF or
34 type_.code == gdb.TYPE_CODE_TYPEDEF):
35 if type_.code == gdb.TYPE_CODE_REF:
58 if (type_.code != gdb.TYPE_CODE_STRUCT and
59 type_.code != gdb.TYPE_CODE_UNION):
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/
types.py 33 while (type_.code == gdb.TYPE_CODE_REF or
34 type_.code == gdb.TYPE_CODE_TYPEDEF):
35 if type_.code == gdb.TYPE_CODE_REF:
58 if (type_.code != gdb.TYPE_CODE_STRUCT and
59 type_.code != gdb.TYPE_CODE_UNION):
85 if enum_type.code != gdb.TYPE_CODE_ENUM:

Completed in 1927 milliseconds

<<21222324252627282930>>