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

<<21222324252627282930>>

  /cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/armeabi/
Android.mk 26 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/armeabi-v7a/
Android.mk 26 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/mips/
Android.mk 26 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/mips64/
Android.mk 26 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/x86/
Android.mk 26 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/x86_64/
Android.mk 26 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
  /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/
DexOptions.java 21 import com.android.dx.dex.code.DalvInsnList;
  /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
LocalStart.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpec;
20 import com.android.dx.rop.code.RegisterSpecList;
21 import com.android.dx.rop.code.SourcePosition;
32 * {@code non-null;} register spec representing the local variable introduced
40 * @param spec {@code non-null;} the spec to convert
41 * @return {@code non-null;} the string form
50 * unknown ({@code -1}).
52 * @param position {@code non-null;} source position
53 * @param local {@code non-null;} register spec representing the loca
    [all...]
  /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-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
27 int code = ::ToUnicode(key_code, scan_code, keyboard_state, chars, 4, 0); local
30 if (code <= 0 || (code == 1 && iswcntrl(chars[0])))
33 base::WideToUTF8(chars, code, text);
  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen.cc 2 // Use of this source code is governed by a BSD-style license that can be
17 switch (BPF_CLASS(instruction->code)) {
19 if (BPF_OP(instruction->code) != BPF_JA) {
58 switch (BPF_CLASS(iter->code)) {
60 if (iter->code == BPF_LD + BPF_W + BPF_ABS) {
91 if (BPF_OP(iter->code) == BPF_JA) {
95 BPF_OP(iter->code) == BPF_JSET ? "&" :
96 BPF_OP(iter->code) == BPF_JEQ ? "==" :
97 BPF_OP(iter->code) == BPF_JGE ? ">=" :
98 BPF_OP(iter->code) == BPF_JGT ? ">" : "???"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMException.cpp 8 * 1. Redistributions of source code must retain the above copyright
39 const int code; member in struct:WebCore::CoreException
92 DOMException::DOMException(unsigned short code, const String& name, const String& sanitizedMessage, const String& unsanitizedMessage)
95 m_code = code;
106 return adoptRefWillBeNoop(new DOMException(entry->code,

Completed in 1440 milliseconds

<<21222324252627282930>>