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

<<21222324252627282930>>

  /prebuilts/gcc/linux-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/linux-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/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/content/shell/renderer/test_runner/
MockWebSpeechRecognizer.cpp 2 // Use of this source code is governed by a BSD-style license that can be
73 ErrorTask(MockWebSpeechRecognizer* mock, WebSpeechRecognizerClient::ErrorCode code, const WebString& message)
75 , m_code(code)
162 WebSpeechRecognizerClient::ErrorCode code; local
164 code = WebSpeechRecognizerClient::OtherError;
166 code = WebSpeechRecognizerClient::NoSpeechError;
168 code = WebSpeechRecognizerClient::AbortedError;
170 code = WebSpeechRecognizerClient::AudioCaptureError;
172 code = WebSpeechRecognizerClient::NetworkError;
174 code = WebSpeechRecognizerClient::NotAllowedError
    [all...]
  /external/freetype/src/gzip/
infcodes.c 41 } code; /* if LEN or DIST, where in tree */ member in union:inflate_codes_state::__anon25358
117 c->sub.code.need = c->lbits;
118 c->sub.code.tree = c->ltree;
121 j = c->sub.code.need;
123 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]);
144 c->sub.code.need = e;
145 c->sub.code.tree = t + t->base;
154 c->mode = BADCODE; /* invalid code */
155 z->msg = (char*)"invalid literal/length code";
163 c->sub.code.need = c->dbits
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r500_fragprog.c 372 struct r500_fragment_program_code *code = &compiler->code->code.r500; local
379 for (n = 0; n < code->inst_end+1; n++) {
380 inst0 = inst = code->inst[n].inst0;
399 fprintf(stderr,"\t1:RGB_ADDR 0x%08x:", code->inst[n].inst1);
400 inst = code->inst[n].inst1;
408 fprintf(stderr,"\t2:ALPHA_ADDR 0x%08x:", code->inst[n].inst2);
409 inst = code->inst[n].inst2;
415 fprintf(stderr,"\t3 RGB_INST: 0x%08x:", code->inst[n].inst3)
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r500_fragprog.c 372 struct r500_fragment_program_code *code = &compiler->code->code.r500; local
379 for (n = 0; n < code->inst_end+1; n++) {
380 inst0 = inst = code->inst[n].inst0;
399 fprintf(stderr,"\t1:RGB_ADDR 0x%08x:", code->inst[n].inst1);
400 inst = code->inst[n].inst1;
408 fprintf(stderr,"\t2:ALPHA_ADDR 0x%08x:", code->inst[n].inst2);
409 inst = code->inst[n].inst2;
415 fprintf(stderr,"\t3 RGB_INST: 0x%08x:", code->inst[n].inst3)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
language_list.h 2 // Use of this source code is governed by a BSD-style license that can be
18 // language code (e.g. English (United States) for en-US).
43 LocaleData(const base::string16& name, const std::string& code)
44 : native_name(name), locale_code(code) {}
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
externs.js 2 // Use of this source code is governed by a BSD-style license that can be
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/screenshot/
screenshot.js 2 // Use of this source code is governed by a BSD-style license that can be
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/email_this_page/
content_script.js 2 // Use of this source code is governed by a BSD-style license that can be
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
onload.js 2 // Use of this source code is governed by a BSD-style license that can be
  /external/chromium_org/chrome/test/base/
module_system_test.h 2 // Use of this source code is governed by a BSD-style license that can be
37 void RegisterModule(const std::string& name, const std::string& code);
45 void OverrideNativeHandler(const std::string& name, const std::string& code);
  /external/chromium_org/content/test/data/indexeddb/
bug_106883.js 2 // Use of this source code is governed by a BSD-style license that can be
bug_84933.js 2 // Use of this source code is governed by a BSD-style license that can be
  /external/chromium_org/content/test/data/service_worker/
worker.js 2 // Use of this source code is governed by a BSD-style license that can be
worker_activate_rejected.js 2 // Use of this source code is governed by a BSD-style license that can be
worker_install_fulfilled.js 2 // Use of this source code is governed by a BSD-style license that can be

Completed in 2097 milliseconds

<<21222324252627282930>>