HomeSort by relevance Sort by last modified time
    Searched defs:Sequence (Results 1 - 9 of 9) sorted by null

  /external/chromium/net/tools/testserver/
asn1der.py 16 SEQUENCE = 0x30
53 def Sequence(values):
54 """Encodes a sequence of other values.
61 return Data(SEQUENCE, ''.join(values))
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 43 std::vector<SUnit*> Sequence;
111 /// in the Sequence member.
116 /// consistent with the Sequence of scheduled instructions.
120 /// according to the order specified in Sequence.
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 131 std::vector<SUnit*> Sequence;
227 Sequence.clear();
240 /// dumpSchedule - dump the scheduled Sequence.
242 for (unsigned i = 0, e = Sequence.size(); i != e; i++) {
243 if (SUnit *SU = Sequence[i])
306 // Schedule each sequence of instructions not interrupted by a label
631 Sequence.push_back(SU);
672 Sequence.reserve(SUnits.size());
742 Sequence.push_back(0); // NULL here means noop
754 for (unsigned i = 0, e = Sequence.size(); i != e; ++i
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 685 class Sequence : public Pick {
702 virtual ~Sequence(){
890 // combining sequence.
1153 UBool sequence(Pick* &node \/*out*\/){ function in class:Parser
    [all...]
  /external/harfbuzz/src/
harfbuzz-gsub-private.h 92 HB_Sequence* Sequence; /* array of Sequence tables */
95 HB_UShort SequenceCount; /* number of Sequence tables */
163 glyph sequence */
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
ObjCARC.cpp     [all...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 207 milliseconds