HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 601 - 625 of 8676) sorted by null

<<21222324252627282930>>

  /dalvik/dx/src/com/android/dx/dex/code/form/
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;
32 * Instruction format {@code 31c}. See the instruction format spec
36 /** {@code non-null;} unique instance of this class */
  /external/chromium_org/chrome/test/chromedriver/
session_commands_unittest.cc 2 // Use of this source code is governed by a BSD-style license that can be
36 ASSERT_EQ(kOk, status.code()) << status.message();
70 ASSERT_EQ(kOk, ExecuteQuit(false, &session, params, &value).code());
74 ASSERT_EQ(kOk, ExecuteQuit(true, &session, params, &value).code());
86 ASSERT_EQ(kOk, ExecuteQuit(true, &session, params, &value).code());
89 ASSERT_EQ(kOk, ExecuteQuit(false, &session, params, &value).code());
112 ASSERT_EQ(kUnknownError, ExecuteQuit(false, &session, params, &value).code());
  /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/ui/keyboard/
keyboard_util.cc 2 // Use of this source code is governed by a BSD-style license that can be
33 // TODO(bryeung): remove this code once virtual keyboards are able to send
36 ui::KeyboardCode code = ui::VKEY_UNKNOWN; local
38 code = ui::VKEY_RETURN;
40 code = ui::VKEY_BACK;
42 if (code != ui::VKEY_UNKNOWN) {
43 ui::KeyEvent press_event(ui::ET_KEY_PRESSED, code, 0, 0);
46 ui::KeyEvent release_event(ui::ET_KEY_RELEASED, code, 0, 0);
68 // ui::TextInputClient interface, say MoveCaretInDirection(). The code in
  /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);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/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.7/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/python/darwin-x86/2.7.5/bin/
python-config 11 def exit_with_usage(code=1):
14 sys.exit(code)
30 exit_with_usage(code=0)
python2-config 11 def exit_with_usage(code=1):
14 sys.exit(code)
30 exit_with_usage(code=0)
python2.7-config 11 def exit_with_usage(code=1):
14 sys.exit(code)
30 exit_with_usage(code=0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
stats.py 56 # our code objects are cached since we don't need to create
59 code = self._code[args]
61 code = FakeCode(*args)
62 self._code[args] = code
69 frame = FakeFrame(code, back)
87 def __init__(self, code, back):
89 self.f_code = code
  /prebuilts/python/linux-x86/2.7.5/bin/
python-config 11 def exit_with_usage(code=1):
14 sys.exit(code)
30 exit_with_usage(code=0)
python2-config 11 def exit_with_usage(code=1):
14 sys.exit(code)
30 exit_with_usage(code=0)
python2.7-config 11 def exit_with_usage(code=1):
14 sys.exit(code)
30 exit_with_usage(code=0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
stats.py 56 # our code objects are cached since we don't need to create
59 code = self._code[args]
61 code = FakeCode(*args)
62 self._code[args] = code
69 frame = FakeFrame(code, back)
87 def __init__(self, code, back):
89 self.f_code = code
  /external/chromium_org/third_party/freetype/src/cff/
cffparse.c 40 FT_UInt code,
47 parser->object_code = code;
596 #define CFF_FIELD_NUM( code, name ) \
597 CFF_FIELD( code, name, cff_kind_num )
598 #define CFF_FIELD_FIXED( code, name ) \
599 CFF_FIELD( code, name, cff_kind_fixed )
600 #define CFF_FIELD_FIXED_1000( code, name ) \
601 CFF_FIELD( code, name, cff_kind_fixed_thousand )
602 #define CFF_FIELD_STRING( code, name ) \
603 CFF_FIELD( code, name, cff_kind_string
799 FT_UInt code; local
    [all...]
  /art/compiler/
compiled_method.cc 23 const std::vector<uint8_t>& code)
25 SetCode(code);
37 // TODO: we shouldn't just shove ELF objects in as "code" but
44 void CompiledCode::SetCode(const std::vector<uint8_t>& code) {
45 CHECK(!code.empty());
46 code_ = compiler_driver_->DeduplicateCode(code);
121 const std::vector<uint8_t>& code,
128 : CompiledCode(&driver, instruction_set, code), frame_size_in_bytes_(frame_size_in_bytes),
137 const std::vector<uint8_t>& code,
141 : CompiledCode(&driver, instruction_set, code),
    [all...]

Completed in 1213 milliseconds

<<21222324252627282930>>