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

<<21222324252627282930>>

  /external/kernel-headers/original/uapi/linux/
inet_diag.h 54 * All the commands identified by "code" are conditional jumps forward:
60 unsigned char code; member in struct:inet_diag_bc_op
v4l2-mediabus.h 32 * As their value can't change when a new pixel code is inserted in the
122 * @code: data format code (from enum v4l2_mbus_pixelcode)
129 __u32 code; member in struct:v4l2_mbus_framefmt
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c 970 uint32_t code = vl_vlc_peekbits(&bs->vlc, 32); local
972 if (code >= 0x101 && code <= 0x1AF) {
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.h 72 inline void *getCodeLocation() const { return code; }
89 uint32_t *code; member in class:nv50_ir::CodeEmitter
132 virtual void getBuiltinCode(const uint32_t **code, uint32_t *size) const = 0;
191 const bool hasSWSched; // true if code should provide scheduling data
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_surface.c 453 static const uint32_t code[] = local
469 blit->vp.code = (uint32_t *)code; /* const_cast */
470 blit->vp.code_size = sizeof(code);
487 static const uint32_t code[] = local
580 blit->fp.code = (uint32_t *)code; /* const_cast */
581 blit->fp.code_size = sizeof(code);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_surface.c 474 static const uint32_t code[] = local
485 blit->vp.code = (uint32_t *)code; /* no relocations -> no modification */
486 blit->vp.code_size = sizeof(code);
647 blit->fp.code = (uint32_t *)code_nve4; /* const_cast */
650 blit->fp.code = (uint32_t *)code_nvc0; /* const_cast */
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.c 128 const unsigned char * code; local
133 code = cso->prog + sizeof(struct pipe_llvm_program_header);
145 shader->mod = llvm_parse_bitcode(code, header->num_bytes);
718 * to have the loop counter in your shader code. We don't currently use
  /external/javassist/src/main/javassist/
CtBehavior.java 24 * <code>CtBehavior</code> represents a method, a constructor,
27 * <code>CtMethod</code> and <code>CtConstructor</code>.
87 * such as <code>javassist.CtBehavior.stBody(String)</code>.
106 * <code>getMethodInfo()</code>
    [all...]
CtClassType.java 1288 Bytecode code = new Bytecode(cf.getConstPool(), 0, 0); local
    [all...]
  /art/compiler/sea_ir/ir/
sea.cc 200 const uint16_t* code = code_item->insns_; local
208 const art::Instruction* inst = art::Instruction::At(&code[i]);
211 if (target_regions.end() == target_regions.find(&code[i + offset])) {
213 target_regions.insert(std::pair<const uint16_t*, Region*>(&code[i + offset], region));
216 && (target_regions.end() == target_regions.find(&code[i + inst->SizeInCodeUnits()]))) {
219 std::pair<const uint16_t*, Region*>(&code[i + inst->SizeInCodeUnits()], region));
235 const art::Instruction* inst = art::Instruction::At(&code[i]);
245 std::map<const uint16_t*, Region*>::iterator it = target_regions.find(&code[i + offset]);
249 std::map<const uint16_t*, Region*>::iterator it = target_regions.find(&code[i]);
401 std::cout << "Generating code..." << std::endl
    [all...]
  /art/compiler/utils/
assembler_test.h 356 MemoryRegion code(&(*data)[0], data->size());
357 assembler_->FinalizeInstructions(code);
359 if (*data == *res.code) {
362 if (DisassembleBinaries(*data, *res.code, test_name)) {
363 if (data->size() > res.code->size()) {
365 EXPECT_TRUE(false) << "Assembly code is not identical, but disassembly of machine code "
366 "is equal: this implies sub-optimal encoding! Our code size=" << data->size() <<
367 ", gcc size=" << res.code->size();
376 EXPECT_EQ(*data, *res.code) << "Outputs (and disassembly) not identical."
386 std::unique_ptr<std::vector<uint8_t>> code; member in struct:art::AssemblerTest::NativeAssemblerResult
    [all...]
  /art/runtime/
instrumentation.cc 51 // invocations? Deoptimization forces all code to run in the interpreter and considerably hurts the
170 // class, all its static methods code will be set to the instrumentation entry point.
924 const void* code = method->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); local
    [all...]
  /art/runtime/mirror/
art_method-inl.h 147 const void* code = EntryPointToCodePointer(GetEntryPointFromQuickCompiledCode()); local
148 if (code == nullptr) {
151 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].code_size_;
188 const void* code = GetEntryPointFromQuickCompiledCode(); local
189 if (code == GetQuickToInterpreterBridge() || code == GetQuickInstrumentationEntryPoint()) {
193 if (code == class_linker->GetQuickResolutionTrampoline() ||
194 code == class_linker->GetQuickToInterpreterBridgeTrampoline()) {
200 << " code=" << code
349 const void* code = Runtime::Current()->GetInstrumentation()->GetQuickCodeFor(this, sizeof(void*)); local
    [all...]
  /bionic/libc/kernel/uapi/linux/
binder.h 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS *
102 __u32 code; member in struct:binder_transaction_data
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter_ipv4/
ip_tables.h 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS *
112 __u8 code[2]; member in struct:ipt_icmp
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter_ipv6/
ip6_tables.h 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS *
130 __u8 code[2]; member in struct:ip6t_icmp
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorSetTest.java 172 final int code = System.identityHashCode(object); local
173 assertTrue("object should be unique " + msg + ", obj:" + object, identityHashes.add(code));
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DeqpTestRunner.java 254 String code = values.get("dEQP-TestCaseResult-Code"); local
257 if (code.compareTo("Pass") == 0) {
259 } else if (code.compareTo("NotSupported") == 0) {
261 } else if (code.compareTo("QualityWarning") == 0) {
263 } else if (code.compareTo("CompatibilityWarning") == 0) {
265 } else if (code.compareTo("Fail") == 0 || code.compareTo("ResourceError") == 0
266 || code.compareTo("InternalError") == 0 || code.compareTo("Crash") ==
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalList.java 17 package com.android.dexgen.dex.code;
19 import com.android.dexgen.rop.code.RegisterSpec;
20 import com.android.dexgen.rop.code.RegisterSpecSet;
32 * range of code which it is valid for, a register number, a name,
36 /** {@code non-null;} empty instance */
39 /** whether to run the self-check code */
43 * Constructs an instance. All indices initially contain {@code null}.
45 * @param size {@code >= 0;} the size of the list
54 * do that, this will throw {@code NullPointerException}.
56 * @param n {@code >= 0, < size();} which inde
    [all...]
RopTranslator.java 17 package com.android.dexgen.dex.code;
19 import com.android.dexgen.rop.code.BasicBlock;
20 import com.android.dexgen.rop.code.BasicBlockList;
21 import com.android.dexgen.rop.code.FillArrayDataInsn;
22 import com.android.dexgen.rop.code.Insn;
23 import com.android.dexgen.rop.code.LocalVariableInfo;
24 import com.android.dexgen.rop.code.PlainCstInsn;
25 import com.android.dexgen.rop.code.PlainInsn;
26 import com.android.dexgen.rop.code.RegOps;
27 import com.android.dexgen.rop.code.RegisterSpec
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 17 package com.android.dx.cf.code;
36 * Bytecode array, which is part of a standard {@code Code} attribute.
42 /** {@code non-null;} underlying bytes */
46 * {@code non-null;} constant pool to use when resolving constant
54 * @param bytes {@code non-null;} underlying bytes
55 * @param pool {@code non-null;} constant pool to use when
74 * @return {@code non-null;} the byte array
83 * @return {@code >= 0;} the length of the bytecode array
91 * a {@code Code} attribute. The returned value includes th
    [all...]
RopperMachine.java 17 package com.android.dx.cf.code;
21 import com.android.dx.rop.code.AccessFlags;
22 import com.android.dx.rop.code.FillArrayDataInsn;
23 import com.android.dx.rop.code.Insn;
24 import com.android.dx.rop.code.PlainCstInsn;
25 import com.android.dx.rop.code.PlainInsn;
26 import com.android.dx.rop.code.RegOps;
27 import com.android.dx.rop.code.RegisterSpec;
28 import com.android.dx.rop.code.RegisterSpecList;
29 import com.android.dx.rop.code.Rop
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
LocalList.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpec;
20 import com.android.dx.rop.code.RegisterSpecSet;
31 * range of code which it is valid for, a register number, a name,
35 /** {@code non-null;} empty instance */
38 /** whether to run the self-check code */
42 * Constructs an instance. All indices initially contain {@code null}.
44 * @param size {@code >= 0;} the size of the list
53 * do that, this will throw {@code NullPointerException}.
55 * @param n {@code >= 0, < size();} which inde
    [all...]
OutputFinisher.java 17 package com.android.dx.dex.code;
21 import com.android.dx.rop.code.LocalItem;
22 import com.android.dx.rop.code.RegisterSpec;
23 import com.android.dx.rop.code.RegisterSpecList;
24 import com.android.dx.rop.code.RegisterSpecSet;
25 import com.android.dx.rop.code.SourcePosition;
44 /** {@code non-null;} options for dex output */
48 * {@code >= 0;} register count for the method, not including any extra
53 /** {@code non-null;} the list of instructions, per se */
63 * {@code >= 0;} the count of reserved registers (low-numbere
    [all...]
RopTranslator.java 17 package com.android.dx.dex.code;
21 import com.android.dx.rop.code.BasicBlock;
22 import com.android.dx.rop.code.BasicBlockList;
23 import com.android.dx.rop.code.FillArrayDataInsn;
24 import com.android.dx.rop.code.Insn;
25 import com.android.dx.rop.code.LocalVariableInfo;
26 import com.android.dx.rop.code.PlainCstInsn;
27 import com.android.dx.rop.code.PlainInsn;
28 import com.android.dx.rop.code.RegOps;
29 import com.android.dx.rop.code.RegisterSpec
    [all...]

Completed in 1779 milliseconds

<<21222324252627282930>>