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

<<31323334353637383940>>

  /art/compiler/trampolines/
trampoline_compiler.cc 49 MemoryRegion code(&(*entry_stub)[0], entry_stub->size());
50 assembler->FinalizeInstructions(code);
79 MemoryRegion code(&(*entry_stub)[0], entry_stub->size());
80 assembler->FinalizeInstructions(code);
96 MemoryRegion code(&(*entry_stub)[0], entry_stub->size());
97 assembler->FinalizeInstructions(code);
  /bootable/recovery/minui/
events.c 155 int code; local
168 for (code = 0; code <= KEY_MAX; code++) {
169 if (test_bit(code, key_bits))
170 set_key_cb(code, 1, data);
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form35c.java 17 package com.android.dexgen.dex.code.form;
19 import com.android.dexgen.dex.code.CstInsn;
20 import com.android.dexgen.dex.code.DalvInsn;
21 import com.android.dexgen.dex.code.InsnFormat;
22 import com.android.dexgen.rop.code.RegisterSpec;
23 import com.android.dexgen.rop.code.RegisterSpecList;
31 * Instruction format {@code 35c}. See the instruction format spec
35 /** {@code non-null;} unique instance of this class */
123 * category-2 values count as two words. Return {@code -1} if the
127 * @param regs {@code non-null;} the register list in questio
    [all...]
Form3rc.java 17 package com.android.dexgen.dex.code.form;
19 import com.android.dexgen.dex.code.CstInsn;
20 import com.android.dexgen.dex.code.DalvInsn;
21 import com.android.dexgen.dex.code.InsnFormat;
22 import com.android.dexgen.rop.code.RegisterSpec;
23 import com.android.dexgen.rop.code.RegisterSpecList;
30 * Instruction format {@code 3rc}. See the instruction format spec
34 /** {@code non-null;} unique instance of this class */
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form35c.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 35c}. See the instruction format spec
36 /** {@code non-null;} unique instance of this class */
140 * category-2 values count as two words. Return {@code -1} if the
144 * @param regs {@code non-null;} the register list in questio
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
NormalSsaInsn.java 19 import com.android.dx.rop.code.Insn;
20 import com.android.dx.rop.code.LocalItem;
21 import com.android.dx.rop.code.RegOps;
22 import com.android.dx.rop.code.RegisterSpec;
23 import com.android.dx.rop.code.RegisterSpecList;
24 import com.android.dx.rop.code.Rop;
30 /** {@code non-null;} rop insn that we're wrapping */
60 * @param index {@code >=0;} index of source to change
111 * @return {@code null-ok;} sources list
  /dalvik/dx/src/com/android/dx/ssa/back/
RegisterAllocator.java 19 import com.android.dx.rop.code.PlainInsn;
20 import com.android.dx.rop.code.RegOps;
21 import com.android.dx.rop.code.RegisterSpec;
22 import com.android.dx.rop.code.RegisterSpecList;
23 import com.android.dx.rop.code.Rops;
24 import com.android.dx.rop.code.SourcePosition;
45 * Creates an instance. Call {@code allocateRegisters} to run.
61 * @return {@code true} if params should be moved from low to high
68 * @return a register mapper to apply to the {@code SsaMethod}
74 * Returns {@code 1} for undefined registers
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
dtmfsender.cc 8 * 1. Redistributions of source code must retain the above copyright notice,
45 // | Event | Code | Type | Volume? |
53 // 2 seconds before processing the next tone. We use -1 as its code.
66 // Get DTMF code from the DTMF event character.
67 bool GetDtmfCode(char tone, int* code) {
74 *code = p - kDtmfTonesTable - 1;
198 int code = 0; local
208 if (!GetDtmfCode(tone, &code)) {
216 if (code == kDtmfCodeTwoSecondDelay) {
227 if (!provider_->InsertDtmf(track_->id(), code, duration_))
    [all...]
  /external/chromium_org/v8/src/
unicode.h 6 // * Redistributions of source code must retain the above copyright
105 static inline bool IsLeadSurrogate(int code) {
106 if (code == kNoPreviousCharacter) return false;
107 return (code & 0xfc00) == 0xd800;
109 static inline bool IsTrailSurrogate(int code) {
110 if (code == kNoPreviousCharacter) return false;
111 return (code & 0xfc00) == 0xdc00;
119 // Encoding a single UTF-16 code unit will produce 1, 2 or 3 bytes
stub-cache.cc 6 // * Redistributions of source code must retain the above copyright
33 #include "code-stubs.h"
60 Code* StubCache::Set(Name* name, Map* map, Code* code) {
61 // Get the flags from the code.
62 Code::Flags flags = Code::RemoveTypeFromFlags(code->flags());
73 ASSERT(Code::ExtractICStateFromFlags(flags) == MONOMORPHIC)
509 Handle<Code> code = compiler.CompileLoadElement(receiver_map); local
536 Handle<Code> code = compiler.CompileStoreElement(receiver_map); local
561 Handle<Code> code = FindIC( local
707 Handle<Code> code = local
750 Handle<Code> code = local
789 Handle<Code> code = local
794 CodeCreateEvent(CALL_LOGGER_TAG(kind, CALL_IC_TAG), *code, *name)); local
820 Handle<Code> code = local
824 CodeCreateEvent(CALL_LOGGER_TAG(kind, CALL_IC_TAG), *code, *name)); local
854 Object* code = dictionary->ValueAt(entry); local
875 Handle<Code> code = compiler.CompileCallInitialize(flags); local
904 Handle<Code> code = compiler.CompileCallPreMonomorphic(flags); local
921 Handle<Code> code = compiler.CompileCallNormal(flags); local
937 Handle<Code> code = compiler.CompileCallArguments(flags); local
956 Handle<Code> code = compiler.CompileCallMegamorphic(flags); local
976 Handle<Code> code = compiler.CompileCallMiss(flags); local
1013 Handle<Code> code = compiler.CompilePolymorphicIC( local
1069 Handle<Code> code = compiler.CompileStoreElementPolymorphic(receiver_maps); local
1089 Handle<Code> code = compiler.CompileCallDebugBreak(flags); local
1108 Handle<Code> code = compiler.CompileCallDebugPrepareStepIn(flags); local
1385 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallInitialize"); local
1389 *code, code->arguments_count())); local
1406 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallPreMonomorphic"); local
1410 *code, code->arguments_count())); local
1427 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallNormal"); local
1431 *code, code->arguments_count())); local
1446 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallMegamorphic"); local
1450 *code, code->arguments_count())); local
1459 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallArguments"); local
1478 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallMiss"); local
1482 *code, code->arguments_count())); local
1491 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallDebugBreak"); local
1511 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallDebugPrepareStepIn"); local
1515 *code, local
1529 Handle<Code> code = factory()->NewCode(desc, flags, masm_.CodeObject()); local
1915 Handle<Code> code = GetCodeWithFlags(flags, name); local
1916 PROFILE(isolate(), CodeCreateEvent(log_kind(code), *code, *name)); local
1928 Handle<Code> code = GetCodeWithFlags(flags, name); local
1929 PROFILE(isolate(), CodeCreateEvent(log_kind(code), *code, *name)); local
1941 Handle<Code> code = GetCodeWithFlags(flags, name); local
1942 PROFILE(isolate(), CodeCreateEvent(log_kind(code), *code, *name)); local
2019 Handle<Code> code = local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form35c.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 35c}. See the instruction format spec
37 /** {@code non-null;} unique instance of this class */
141 * category-2 values count as two words. Return {@code -1} if the
145 * @param regs {@code non-null;} the register list in questio
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
RegisterAllocator.java 19 import com.android.dx.rop.code.RegOps;
20 import com.android.dx.rop.code.RegisterSpec;
21 import com.android.dx.rop.code.PlainInsn;
22 import com.android.dx.rop.code.Rops;
23 import com.android.dx.rop.code.SourcePosition;
24 import com.android.dx.rop.code.RegisterSpecList;
47 * Creates an instance. Call {@code allocateRegisters} to run.
63 * @return {@code true} if params should be moved from low to high
70 * @return a register mapper to apply to the {@code SsaMethod}
76 * Returns {@code 1} for undefined registers
    [all...]
  /external/doclava/res/assets/templates/
sample.cs 20 <p>The file containing the source code shown below is located in the corresponding directory in <code>&lt;sdk&gt;/samples/android-&lt;version&gt;/...</code></p>
  /external/lzma/CPP/7zip/Compress/
RangeCoder.h 114 UInt32 Code;
121 Code = (Code << 8) | Stream.ReadByte();
130 Code = 0;
133 Code = (Code << 8) | Stream.ReadByte();
140 return (Code) / ( Range /= total);
145 Code -= start * Range;
153 UInt32 code = Code; local
    [all...]
  /external/proguard/src/proguard/classfile/attribute/
CodeAttribute.java 29 * This Attribute represents a code attribute.
38 public byte[] code; field in class:CodeAttribute
60 byte[] code,
71 this.code = code;
120 Instruction instruction = InstructionFactory.create(code, offset);
136 Instruction instruction = InstructionFactory.create(code, offset);
  /external/proguard/src/proguard/classfile/instruction/
ConstantInstruction.java 128 protected void readInfo(byte[] code, int offset)
133 constantIndex = readValue(code, offset, constantIndexSize); offset += constantIndexSize;
134 constant = readValue(code, offset, constantSize);
138 protected void writeInfo(byte[] code, int offset)
148 writeValue(code, offset, constantIndex, constantIndexSize); offset += constantIndexSize;
149 writeValue(code, offset, constant, constantSize);
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
mmx_main.asm 4 ; This source code is licensed under the GNU LGPL
37 ; Save the registers used by the blitters, necessary for optimized code
62 ; Restore the registers used by the blitters, necessary for optimized code
x86_main.asm 4 ; This source code is licensed under the GNU LGPL
39 ; Save the registers used by the blitters, necessary for optimized code
63 ; Restore the registers used by the blitters, necessary for optimized code
  /external/qemu/
keymaps.c 40 static void add_to_key_range(struct key_range **krp, int code) {
43 if (code >= kr->start && code <= kr->end)
45 if (code == kr->start - 1) {
49 if (code == kr->end + 1) {
56 kr->start = kr->end = code;
  /external/strace/
proc.c 8 * 1. Redistributions of source code must retain the above copyright
90 proc_ioctl(tcp, code, arg)
92 int code, arg;
101 switch (code) {
206 proc_ioctl(tcp, code, arg)
208 int code, arg;
216 switch (code) {
  /external/svox/pico/tts/
Android.mk 3 # Build static library containing all PICO code
4 # excluding the compatibility code. This is identical
33 # compatibility code, which opens this shared library
  /frameworks/base/core/java/android/content/
UriMatcher.java 28 <p>To use this class, build up a tree of <code>UriMatcher</code> objects.
128 * @param code the code to match for the root URI
130 public UriMatcher(int code)
132 mCode = code;
147 * Add a URI to match, and the code to return when this URI is
158 * @param code the code that is returned when a URI is matched
161 public void addURI(String authority, String path, int code)
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NodeSetPrefix.java 136 success = (ex.code == DOMException.NAMESPACE_ERR);
161 // success = (ex.code == DOMException.NAMESPACE_ERR);
188 success = (ex.code == DOMException.NAMESPACE_ERR);
206 success = (ex.code == DOMException.NAMESPACE_ERR);
223 success = (ex.code == DOMException.NAMESPACE_ERR);
243 success = (ex.code == DOMException.NAMESPACE_ERR);
261 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ucn.py 18 def checkletter(self, name, code):
23 self.assertEqual(res, code)
68 code = unicodedata.lookup(name)
69 self.assertEqual(unicodedata.name(code), name)
100 for code in xrange(0x10000):
101 char = unichr(code)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ucn.py 18 def checkletter(self, name, code):
23 self.assertEqual(res, code)
68 code = unicodedata.lookup(name)
69 self.assertEqual(unicodedata.name(code), name)
100 for code in xrange(0x10000):
101 char = unichr(code)

Completed in 1343 milliseconds

<<31323334353637383940>>