/dalvik/dx/src/com/android/dx/dex/code/ |
VariableSizeInsn.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.rop.code.RegisterSpecList; 20 import com.android.dx.rop.code.SourcePosition; 28 * unknown ({@code -1}). 30 * @param position {@code non-null;} source position 31 * @param registers {@code non-null;} source registers
|
ZeroSizeInsn.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.rop.code.RegisterSpecList; 20 import com.android.dx.rop.code.SourcePosition; 24 * Pseudo-instruction base class for zero-size (no code emitted) 26 * about the code they are adjacent to. 31 * unknown ({@code -1}). 33 * @param position {@code non-null;} source position
|
/dalvik/dx/src/com/android/dx/dex/code/form/ |
SpecialFormat.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; 27 * exceptions, as code should know (implicitly or explicitly) to avoid 29 * always returns {@code true}. 32 /** {@code non-null;} unique instance of this class */
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/ |
DHKeyParameters.java | 45 int code = isPrivate() ? 0 : 1; local 49 code ^= params.hashCode(); 52 return code;
|
/external/chromium_org/chrome/common/translate/ |
language_detection_util.h | 2 // Use of this source code is governed by a BSD-style license that can be 14 // Determines content page language from Content-Language code and contents. 15 std::string DeterminePageLanguage(const std::string& code, 21 // Corrects language code if it contains well-known mistakes. 23 void CorrectLanguageCodeTypo(std::string* code); 25 // Checks if the language code's format is valid. 27 bool IsValidLanguageCode(const std::string& code);
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
instruction.h | 2 // Use of this source code is governed by a BSD-style license that can be 16 // code -- Opcode of the instruction. This is typically a bitwise 31 code(c), next(n), k(parm) { } 35 code(c), jt_ptr(jt), jf_ptr(jf), k(parm) { } 37 uint16_t code; member in struct:playground2::Instruction 39 // When code generation is complete, we will have computed relative
|
/external/chromium_org/sandbox/win/src/ |
handle_interception.cc | 2 // Use of this source code is governed by a BSD-style license that can be 29 ResultCode code = CrossCall(ipc, IPC_DUPLICATEHANDLEPROXY_TAG, local 32 if (SBOX_ALL_OK != code) 33 return code;
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebSocketStreamError.h | 8 * * Redistributions of source code must retain the above copyright 49 WebSocketStreamError(int code, const WebString& message) { assign(code, message); } 53 WEBKIT_EXPORT void assign(int code, const WebString& message);
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
SimpleInsn.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.rop.code.RegisterSpecList; 20 import com.android.dx.rop.code.SourcePosition; 29 * unknown ({@code -1}). 32 * @param position {@code non-null;} source position 33 * @param registers {@code non-null;} register list, including a
|
VariableSizeInsn.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.rop.code.RegisterSpecList; 20 import com.android.dx.rop.code.SourcePosition; 28 * unknown ({@code -1}). 30 * @param position {@code non-null;} source position 31 * @param registers {@code non-null;} source registers
|
ZeroSizeInsn.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.rop.code.RegisterSpecList; 20 import com.android.dx.rop.code.SourcePosition; 24 * Pseudo-instruction base class for zero-size (no code emitted) 26 * about the code they are adjacent to. 31 * unknown ({@code -1}). 33 * @param position {@code non-null;} source position
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/ |
SpecialFormat.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; 27 * exceptions, as code should know (implicitly or explicitly) to avoid 29 * always returns {@code true}. 32 /** {@code non-null;} unique instance of this class */
|
/external/icu4c/layout/ |
ExtensionSubtables.cpp | 19 static inline le_uint32 READ_LONG(le_uint32 code) { 20 le_uint16* first = ((le_uint16*)&code); 21 le_uint16* second = (((le_uint16*)&code) + 1);
|
/frameworks/base/libs/storage/ |
IMountShutdownObserver.cpp | 27 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) 29 switch(code) { 38 return BBinder::onTransact(code, data, reply, flags);
|
/external/javassist/src/main/javassist/bytecode/ |
CodeIterator.java | 21 * An iterator for editing a code attribute. 23 * <p>If there are multiple <code>CodeIterator</code>s referring to the 24 * same <code>Code_attribute</code>, then inserting a gap by one 25 * <code>CodeIterator</code> will break the other 26 * <code>CodeIterator</code>. 28 * <p>This iterator does not provide <code>remove()</code> [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
CodeItem.java | 19 import com.android.dexgen.dex.code.CatchTable; 20 import com.android.dexgen.dex.code.CstInsn; 21 import com.android.dexgen.dex.code.DalvCode; 22 import com.android.dexgen.dex.code.DalvInsn; 23 import com.android.dexgen.dex.code.DalvInsnList; 24 import com.android.dexgen.dex.code.LocalList; 25 import com.android.dexgen.dex.code.PositionList; 42 * {@code dex} file. 51 /** {@code non-null;} method that this code implements * 55 private final DalvCode code; field in class:CodeItem [all...] |
/external/chromium_org/chrome/test/chromedriver/net/ |
websocket.cc | 2 // Use of this source code is governed by a BSD-style license that can be 48 int code = socket_->Connect(base::Bind( local 50 if (code != net::ERR_IO_PENDING) 51 OnSocketConnect(code); 77 void WebSocket::OnSocketConnect(int code) { 78 if (code != net::OK) { 79 Close(code); 107 void WebSocket::OnWrite(int code) { 109 // Supposedly if |StreamSocket| is closed, the error code may be undefined. 113 if (code < 0) 131 int code = local 140 int code = local [all...] |
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
CodeItem.java | 19 import com.android.dx.dex.code.CstInsn; 20 import com.android.dx.dex.code.CatchTable; 21 import com.android.dx.dex.code.DalvCode; 22 import com.android.dx.dex.code.DalvInsn; 23 import com.android.dx.dex.code.DalvInsnList; 24 import com.android.dx.dex.code.LocalList; 25 import com.android.dx.dex.code.PositionList; 42 * {@code dex} file. 51 /** {@code non-null;} method that this code implements * 55 private final DalvCode code; field in class:CodeItem [all...] |
/external/javassist/src/main/javassist/bytecode/stackmap/ |
Tracer.java | 90 protected int doOpcode(int pos, byte[] code) throws BadBytecode { 92 int op = code[pos] & 0xff; 95 return doOpcode0_53(pos, code, op); 97 return doOpcode54_95(pos, code, op); 100 return doOpcode96_147(pos, code, op); 102 return doOpcode148_201(pos, code, op); 109 protected void visitBranch(int pos, byte[] code, int offset) throws BadBytecode {} 110 protected void visitGoto(int pos, byte[] code, int offset) throws BadBytecode {} 111 protected void visitReturn(int pos, byte[] code) throws BadBytecode {} 112 protected void visitThrow(int pos, byte[] code) throws BadBytecode { [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sre_compile.py | 33 def _compile(code, pattern, flags): 35 emit = code.append 57 skip = _len(code); emit(0) 58 _compile_charset(av, flags, code, fixup) 59 code[skip] = _len(code) - skip 69 skip = _len(code); emit(0) 72 _compile(code, av[2], flags) 74 code[skip] = _len(code) - ski [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sre_compile.py | 33 def _compile(code, pattern, flags): 35 emit = code.append 57 skip = _len(code); emit(0) 58 _compile_charset(av, flags, code, fixup) 59 code[skip] = _len(code) - skip 69 skip = _len(code); emit(0) 72 _compile(code, av[2], flags) 74 code[skip] = _len(code) - ski [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_emit_nvc0.cpp | 137 code[pos / 32] |= (src.get() ? SDATA(src).id : 63) << (pos % 32); 142 code[pos / 32] |= (src ? SDATA(*src).id : 63) << (pos % 32); 148 code[pos / 32] |= r << (pos % 32); 153 code[pos / 32] |= (SDATA(src).offset >> 2) << (pos % 32); 158 code[pos / 32] |= (def.get() ? DDATA(def).id : 63) << (pos % 32); 172 case ROUND_M: code[1] |= 1 << 23; break; 173 case ROUND_P: code[1] |= 2 << 23; break; 174 case ROUND_Z: code[1] |= 3 << 23; break; 184 if (i->src(1).mod.abs()) code[0] |= 1 << 6; 185 if (i->src(0).mod.abs()) code[0] |= 1 << 7 [all...] |
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_emit_nvc0.cpp | 137 code[pos / 32] |= (src.get() ? SDATA(src).id : 63) << (pos % 32); 142 code[pos / 32] |= (src ? SDATA(*src).id : 63) << (pos % 32); 148 code[pos / 32] |= r << (pos % 32); 153 code[pos / 32] |= (SDATA(src).offset >> 2) << (pos % 32); 158 code[pos / 32] |= (def.get() ? DDATA(def).id : 63) << (pos % 32); 172 case ROUND_M: code[1] |= 1 << 23; break; 173 case ROUND_P: code[1] |= 2 << 23; break; 174 case ROUND_Z: code[1] |= 3 << 23; break; 184 if (i->src(1).mod.abs()) code[0] |= 1 << 6; 185 if (i->src(0).mod.abs()) code[0] |= 1 << 7 [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
LocalEnd.java | 17 package com.android.dexgen.dex.code; 19 import com.android.dexgen.rop.code.RegisterSpec; 20 import com.android.dexgen.rop.code.RegisterSpecList; 21 import com.android.dexgen.rop.code.SourcePosition; 31 * {@code non-null;} register spec representing the local variable ended 34 * is implicit in the ambient local variable state, but other code 41 * unknown ({@code -1}). 43 * @param position {@code non-null;} source position 44 * @param local {@code non-null;} register spec representing the local 73 * @return {@code non-null;} the register spe [all...] |
LocalStart.java | 17 package com.android.dexgen.dex.code; 19 import com.android.dexgen.rop.code.RegisterSpec; 20 import com.android.dexgen.rop.code.RegisterSpecList; 21 import com.android.dexgen.rop.code.SourcePosition; 31 * {@code non-null;} register spec representing the local variable introduced 39 * @param spec {@code non-null;} the spec to convert 40 * @return {@code non-null;} the string form 49 * unknown ({@code -1}). 51 * @param position {@code non-null;} source position 52 * @param local {@code non-null;} register spec representing the loca [all...] |