/external/openssl/crypto/sha/asm/ |
sha1-thumb.pl | 14 # The code does not present direct interest to OpenSSL, because of low 16 # useless one I must say, because 30% or 88 bytes larger ARMv4 code 19 # by over 40%, while code increases by only 10% or 32 bytes. But once 67 $code.=$inline?&common():"\tbl .Lcommon\n"; 68 $code.=<<___; 74 $code.=$inline?&rotate():"\tbl .Lrotate\n"; 78 $code.=$inline?&common():"\tbl .Lcommon\n"; 79 $code.=<<___; 84 $code.=$inline?&rotate():"\tbl .Lrotate\n"; 88 $code.=$inline?&common():"\tbl .Lcommon\n" [all...] |
/external/v8/src/ |
disassembler.cc | 6 // * Redistributions of source code must retain the above copyright 30 #include "code-stubs.h" 62 explicit V8NameConverter(Code* code) : code_(code) {} 65 Code* code() const { return code_; } function in class:v8::internal::V8NameConverter 67 Code* code_; 82 // print as code offset, if it seems reasonable 94 // The V8NameConverter is used for well known code, so we can "safely 237 Code* code = Code::GetCodeFromTargetAddress(relocinfo.target_address()); local [all...] |
/external/chromium_org/chrome/browser/google_apis/ |
base_requests.cc | 2 // Use of this source code is governed by a BSD-style license that can be 52 << ", code: " << error_code << ", json:\n" << json; 67 // Check that response code indicates response headers are valid (i.e. not 219 GDataErrorCode code = static_cast<GDataErrorCode>(source->GetResponseCode()); local 223 code = GDATA_NO_CONNECTION; 226 code = GDATA_OTHER_ERROR; 229 return code; 245 GDataErrorCode code = GetErrorCode(source); local 248 if (code == HTTP_UNAUTHORIZED) { 257 OnAuthFailed(code); 287 GDataErrorCode code = GetErrorCode(source); local 388 GDataErrorCode code = GetErrorCode(source); local 458 GDataErrorCode code = GetErrorCode(source); local 671 GDataErrorCode code = GetErrorCode(source); local [all...] |
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
codegen_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 20 // We want to access some of the private methods in the code generator. We 82 // Creates a basic BPF program that we'll use to test some of the code: 95 SANDBOX_ASSERT(insn0->code == BPF_LD+BPF_W+BPF_ABS); 101 SANDBOX_ASSERT(insn1->code == BPF_JMP+BPF_JA); 106 SANDBOX_ASSERT(insn2->code == BPF_RET+BPF_K); 117 SANDBOX_ASSERT(insn4->code == BPF_JMP+BPF_JEQ+BPF_K); 128 SANDBOX_ASSERT(insn5->code == BPF_LD+BPF_W+BPF_ABS); 134 // common code paths in the topo-sort algorithm. 185 if (BPF_CLASS(insn->code) == BPF_JMP) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
runpy.py | 1 """runpy.py - locating and running Python code using the module namespace 6 This allows Python code to play nicely with non-filesystem based PEP 302 62 def _run_code(code, run_globals, init_globals=None, 65 """Helper to run code in nominated namespace""" 72 exec code in run_globals 75 def _run_module_code(code, init_globals=None, 78 """Helper to run code in new namespace with sys modified""" 81 _run_code(code, mod_globals, init_globals, 99 # Helper to get the loader, code and filename for a module 113 code = loader.get_code(mod_name [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
runpy.py | 1 """runpy.py - locating and running Python code using the module namespace 6 This allows Python code to play nicely with non-filesystem based PEP 302 62 def _run_code(code, run_globals, init_globals=None, 65 """Helper to run code in nominated namespace""" 72 exec code in run_globals 75 def _run_module_code(code, init_globals=None, 78 """Helper to run code in new namespace with sys modified""" 81 _run_code(code, mod_globals, init_globals, 99 # Helper to get the loader, code and filename for a module 113 code = loader.get_code(mod_name [all...] |
/bionic/libc/bionic/ |
strerror_r.cpp | 13 int code; member in struct:Pair 17 static const char* __code_string_lookup(const Pair* strings, int code) { 19 if (strings[i].code == code) {
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
CatchBuilder.java | 17 package com.android.dexgen.dex.code; 30 * @return {@code non-null;} the constructed table 45 * @return {@code non-null;} the set of catch types
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/form/ |
Form10t.java | 17 package com.android.dexgen.dex.code.form; 19 import com.android.dexgen.dex.code.DalvInsn; 20 import com.android.dexgen.dex.code.InsnFormat; 21 import com.android.dexgen.dex.code.TargetInsn; 25 * Instruction format {@code 10t}. See the instruction format spec 29 /** {@code non-null;} unique instance of this class */
|
Form20t.java | 17 package com.android.dexgen.dex.code.form; 19 import com.android.dexgen.dex.code.DalvInsn; 20 import com.android.dexgen.dex.code.InsnFormat; 21 import com.android.dexgen.dex.code.TargetInsn; 25 * Instruction format {@code 20t}. See the instruction format spec 29 /** {@code non-null;} unique instance of this class */
|
Form30t.java | 17 package com.android.dexgen.dex.code.form; 19 import com.android.dexgen.dex.code.DalvInsn; 20 import com.android.dexgen.dex.code.InsnFormat; 21 import com.android.dexgen.dex.code.TargetInsn; 25 * Instruction format {@code 30t}. See the instruction format spec 29 /** {@code non-null;} unique instance of this class */
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
ConservativeTranslationAdvice.java | 17 package com.android.dexgen.rop.code; 21 * {@code false} to all methods. 25 /** {@code non-null;} standard instance of this class */
|
/dalvik/dx/src/com/android/dx/cf/code/ |
SimException.java | 17 package com.android.dx.cf.code;
|
/dalvik/dx/src/com/android/dx/dex/cf/ |
CfOptions.java | 19 import com.android.dx.dex.code.PositionList;
|
/dalvik/dx/src/com/android/dx/dex/code/ |
CatchBuilder.java | 17 package com.android.dx.dex.code; 29 * @return {@code non-null;} the constructed table 44 * @return {@code non-null;} the set of catch types
|
/dalvik/dx/src/com/android/dx/dex/code/form/ |
Form10t.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.TargetInsn; 25 * Instruction format {@code 10t}. See the instruction format spec 29 /** {@code non-null;} unique instance of this class */
|
Form20t.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.TargetInsn; 25 * Instruction format {@code 20t}. See the instruction format spec 29 /** {@code non-null;} unique instance of this class */
|
/dalvik/dx/src/com/android/dx/rop/code/ |
ConservativeTranslationAdvice.java | 17 package com.android.dx.rop.code; 21 * {@code false} to all methods. 25 /** {@code non-null;} standard instance of this class */
|
/external/chromium/base/ |
compiler_specific.h | 2 // Use of this source code is governed by a BSD-style license that can be 46 // having the warning be disabled for more than just |code|. 53 #define ALLOW_THIS_IN_INITIALIZER_LIST(code) MSVC_PUSH_DISABLE_WARNING(4355) \ 54 code \ 65 #define ALLOW_THIS_IN_INITIALIZER_LIST(code) code
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/gl-matrix/ |
release_helper.rb | 47 out, code = sh_with_code(cmd) 48 raise "Couldn't git push. `#{cmd}' failed with the following output:\n\n#{out}\n" unless code == 0 62 sh_with_code("git diff --exit-code")[1] == 0 88 out, code = sh_with_code(cmd, &block) 89 code == 0 ? out : raise(out.empty? ? "Running `#{cmd}' failed. Run this command directly for more detailed output." : out)
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/browserAction/set_page_color/ |
popup.js | 2 // Use of this source code is governed by a BSD-style license that can be 8 {code:"document.body.style.backgroundColor='" + e.target.id + "'"});
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
status_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 12 ASSERT_EQ(kOk, ok.code()); 20 ASSERT_EQ(kUnknownCommand, error.code()); 28 ASSERT_EQ(kUnknownError, error.code()); 40 ASSERT_EQ(kUnknownCommand, error.code());
|
/external/chromium_org/chrome/test/chromedriver/ |
keycode_text_conversion_win.cc | 2 // Use of this source code is governed by a BSD-style license that can be 28 int code = ::ToUnicode(key_code, scan_code, keyboard_state, chars, 4, 0); local 31 if (code <= 0 || (code == 1 && std::iscntrl(chars[0]))) 34 WideToUTF8(chars, code, text);
|
/external/chromium_org/chrome/test/webdriver/ |
keycode_text_conversion_gtk.cc | 2 // Use of this source code is governed by a BSD-style license that can be 32 // Converts a character to the key code and modifier set that would 60 ui::KeyboardCode code = ui::WindowsKeyCodeForGdkKeyCode(gdk_key_code); local 61 if (code != ui::VKEY_UNKNOWN) 62 *key_code = code; 63 return code != ui::VKEY_UNKNOWN;
|
keycode_text_conversion_win.cc | 2 // Use of this source code is governed by a BSD-style license that can be 27 int code = ::ToUnicode(key_code, scan_code, keyboard_state, chars, 4, 0); local 30 if (code <= 0 || (code == 1 && std::iscntrl(chars[0]))) { 34 WideToUTF8(chars, code, &text);
|