HomeSort by relevance Sort by last modified time
    Searched defs:Code (Results 51 - 75 of 139) sorted by null

1 23 4 5 6

  /external/clang/unittests/AST/
DeclPrinterTest.cpp 69 StringRef Code,
79 if (!runToolOnCodeWithArgs(Factory->create(), Code, Args, FileName))
80 return testing::AssertionFailure() << "Parsing error in \"" << Code << "\"";
99 ::testing::AssertionResult PrintedDeclCXX98Matches(StringRef Code,
103 return PrintedDeclMatches(Code,
111 StringRef Code,
115 return PrintedDeclMatches(Code,
122 ::testing::AssertionResult PrintedDeclCXX11Matches(StringRef Code,
126 return PrintedDeclMatches(Code,
134 StringRef Code,
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
InlineMethodResolver.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code.Analysis;
31 import org.jf.dexlib.Code.OdexedInvokeInline;
32 import org.jf.dexlib.Code.OdexedInvokeVirtual;
34 import static org.jf.dexlib.Code.Analysis.DeodexUtil.Static;
35 import static org.jf.dexlib.Code.Analysis.DeodexUtil.Virtual;
36 import static org.jf.dexlib.Code.Analysis.DeodexUtil.Direct;
CustomInlineMethodResolver.java 9 * * Redistributions of source code must retain the above copyright
32 package org.jf.dexlib.Code.Analysis;
34 import org.jf.dexlib.Code.OdexedInvokeInline;
35 import org.jf.dexlib.Code.OdexedInvokeVirtual;
SyntheticAccessorResolver.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code.Analysis;
32 import org.jf.dexlib.Code.Format.Instruction22c;
33 import org.jf.dexlib.Code.Instruction;
34 import org.jf.dexlib.Code.InstructionWithReference;
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
Instruction20bc.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code.Format;
32 import org.jf.dexlib.Code.*;
Instruction21h.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code.Format;
31 import org.jf.dexlib.Code.EncodedLiteralInstruction;
32 import org.jf.dexlib.Code.Instruction;
33 import org.jf.dexlib.Code.Opcode;
34 import org.jf.dexlib.Code.SingleRegisterInstruction;
Instruction21t.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code.Format;
31 import org.jf.dexlib.Code.Instruction;
32 import org.jf.dexlib.Code.OffsetInstruction;
33 import org.jf.dexlib.Code.Opcode;
34 import org.jf.dexlib.Code.SingleRegisterInstruction;
Instruction22c.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code.Format;
31 import org.jf.dexlib.Code.Instruction;
32 import org.jf.dexlib.Code.InstructionWithReference;
33 import org.jf.dexlib.Code.Opcode;
34 import org.jf.dexlib.Code.TwoRegisterInstruction;
Instruction22cs.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code.Format;
31 import org.jf.dexlib.Code.Instruction;
32 import org.jf.dexlib.Code.OdexedFieldAccess;
33 import org.jf.dexlib.Code.Opcode;
34 import org.jf.dexlib.Code.TwoRegisterInstruction;
Instruction22s.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code.Format;
31 import org.jf.dexlib.Code.Instruction;
32 import org.jf.dexlib.Code.LiteralInstruction;
33 import org.jf.dexlib.Code.Opcode;
34 import org.jf.dexlib.Code.TwoRegisterInstruction;
Instruction5rc.java 9 * * Redistributions of source code must retain the above copyright
32 package org.jf.dexlib.Code.Format;
34 import org.jf.dexlib.Code.Instruction;
35 import org.jf.dexlib.Code.InstructionWithReference;
36 import org.jf.dexlib.Code.Opcode;
37 import org.jf.dexlib.Code.RegisterRangeInstruction;
45 import static org.jf.dexlib.Code.Opcode.*;
Instruction22t.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code.Format;
31 import org.jf.dexlib.Code.Instruction;
32 import org.jf.dexlib.Code.OffsetInstruction;
33 import org.jf.dexlib.Code.Opcode;
34 import org.jf.dexlib.Code.TwoRegisterInstruction;
Instruction35mi.java 9 * * Redistributions of source code must retain the above copyright
32 package org.jf.dexlib.Code.Format;
34 import org.jf.dexlib.Code.*;
Instruction35ms.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code.Format;
31 import org.jf.dexlib.Code.FiveRegisterInstruction;
32 import org.jf.dexlib.Code.Instruction;
33 import org.jf.dexlib.Code.OdexedInvokeVirtual;
34 import org.jf.dexlib.Code.Opcode;
Instruction3rc.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code.Format;
31 import org.jf.dexlib.Code.Instruction;
32 import org.jf.dexlib.Code.InstructionWithReference;
33 import org.jf.dexlib.Code.Opcode;
34 import org.jf.dexlib.Code.RegisterRangeInstruction;
42 import static org.jf.dexlib.Code.Opcode.*;
PackedSwitchDataPseudoInstruction.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code.Format;
31 import org.jf.dexlib.Code.Instruction;
32 import org.jf.dexlib.Code.MultiOffsetInstruction;
33 import org.jf.dexlib.Code.Opcode;
SparseSwitchDataPseudoInstruction.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code.Format;
31 import org.jf.dexlib.Code.Instruction;
32 import org.jf.dexlib.Code.MultiOffsetInstruction;
33 import org.jf.dexlib.Code.Opcode;
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 139 unsigned Code = ReadVBR(6);
140 (void)Code;
198 unsigned Code = ReadVBR(6);
202 return Code;
267 unsigned Code = (unsigned)Vals[0];
269 return Code;
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
VerificationErrorType.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code;
  /dalvik/dx/src/com/android/dx/io/
Code.java 19 public final class Code {
28 public Code(int registersSize, int insSize, int outsSize, int debugInfoOffset,
  /external/dexmaker/src/dx/java/com/android/dx/io/
Code.java 19 public final class Code {
28 public Code(int registersSize, int insSize, int outsSize, int debugInfoOffset,
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 139 // FIXME: Cleanup this code, these bits should be emitted based on semantic
268 // FIXME: Cleanup this code, these bits should be emitted based on semantic
381 SmallString<256> Code;
382 raw_svector_ostream VecOS(Code);
391 DF->getContents().append(Code.begin(), Code.end());
MCPureStreamer.cpp 207 SmallString<256> Code;
208 raw_svector_ostream VecOS(Code);
212 IF->getContents() = Code;
220 SmallString<256> Code;
221 raw_svector_ostream VecOS(Code);
230 DF->getContents().append(Code.begin(), Code.end());
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.cpp 89 unsigned Code = MI->getOperand(OpNo).getImm();
105 // Print the CR bit number. The Code is ((BI << 5) | BO) for a
107 unsigned BI = Code >> 5;
108 assert((Code & 0xF) == 12 &&
117 switch ((PPC::Predicate)Code) {
133 if (Code == PPC::PRED_ALWAYS) return;
  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTest.cpp 34 void *Code;
40 void *Code;
52 void *Code, size_t Size,
54 FunctionEmittedEvent Event = {NextIndex++, &F, Code, Size, Details};
105 EXPECT_EQ(F1_addr, Listener.EmittedEvents[0].Code);
112 EXPECT_EQ(F2_addr, Listener.EmittedEvents[1].Code);
118 EXPECT_EQ(F1_addr, Listener.FreedEvents[0].Code);
121 EXPECT_EQ(F2_addr, Listener.FreedEvents[1].Code);
158 EXPECT_EQ(F1_addr, Listener1.EmittedEvents[0].Code);
164 EXPECT_EQ(F2_addr, Listener1.FreedEvents[0].Code);
    [all...]

Completed in 411 milliseconds

1 23 4 5 6