HomeSort by relevance Sort by last modified time
    Searched defs:Unknown (Results 26 - 50 of 69) sorted by null

12 3

  /external/chromium/chrome/common/net/gaia/
gaia_authenticator.h 52 Unknown = 4,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.c 54 int Unknown;
130 count_inst->Unknown = 1;
137 count_inst->Unknown = 1;
150 count_inst->Unknown = 1;
162 count_inst->Unknown = 1 ;
171 count_inst->Unknown = 0;
177 count_inst->Unknown = 1;
233 count_inst.Unknown = 0;
265 if(count_inst.Unknown){
  /external/chromium_org/v8/src/
effects.h 61 // The unknown effect.
62 static Effect Unknown(Isolate* isolate) {
109 ? locator.value() : Effect::Unknown(Base::isolate());
type-info.h 41 // Unknown
59 static TypeInfo Unknown() { return TypeInfo(kUnknown); }
179 case kUnknown: return "Unknown";
dateparser.h 230 static DateToken Unknown() {
  /external/clang/lib/Lex/
PPExpressions.cpp 74 Unknown // Something else.
172 DT.State = DefinedTracker::Unknown;
229 assert(Literal.isIntegerLiteral() && "Unknown ppnumber");
348 DT.State = DefinedTracker::Unknown;
378 DT.State = DefinedTracker::Unknown;
390 DT.State = DefinedTracker::Unknown;
569 default: llvm_unreachable("Unknown operator token!");
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.c 54 int Unknown;
130 count_inst->Unknown = 1;
137 count_inst->Unknown = 1;
150 count_inst->Unknown = 1;
162 count_inst->Unknown = 1 ;
171 count_inst->Unknown = 0;
177 count_inst->Unknown = 1;
233 count_inst.Unknown = 0;
265 if(count_inst.Unknown){
  /external/v8/src/
type-info.h 41 // Unknown
59 static TypeInfo Unknown() { return TypeInfo(kUnknown); }
179 case kUnknown: return "Unknown";
dateparser.h 230 static DateToken Unknown() {
  /frameworks/compile/mclinker/include/mcld/LD/
Archive.h 111 Unknown
209 enum Symbol::Status pStatus = Archive::Symbol::Unknown);
  /frameworks/compile/mclinker/include/mcld/Support/
FileHandle.h 50 Unknown = 0xFF
83 bool delegate(int pFD, OpenMode pMode = Unknown);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 24 class Unknown:
32 return "Unknown(%r, %r)" % (self.type, self.data)
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleRule.h 41 Unknown, // Not used.
  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
ResourceResponse.h 50 enum HTTPVersion { Unknown, HTTP_0_9, HTTP_1_0, HTTP_1_1 };
  /external/chromium_org/v8/src/mips/
disasm-mips.cc 125 void Unknown(Instruction* instr);
459 // For currently unimplemented decodings the disassembler calls Unknown(instr)
460 // which will just print "unknown" of the instruction bits.
461 void Decoder::Unknown(Instruction* instr) {
462 Format(instr, "unknown");
525 Unknown(instr);
536 Unknown(instr);
577 Format(instr, "unknown.cop1.d");
602 Unknown(instr);
610 Unknown(instr)
    [all...]
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 92 /// Unknown - This marker indicates that the query dependency
93 /// is unknown.
94 Unknown = 0xc
123 PairTy(reinterpret_cast<Instruction*>(Unknown), Other));
153 && Value.getPointer() == reinterpret_cast<Instruction*>(Unknown);
283 /// pointer. May be UnknownSize if the sizes are unknown.
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 149 typedef enum { Unknown, Prologue, Call } ParmContext;
  /external/v8/src/mips/
disasm-mips.cc 125 void Unknown(Instruction* instr);
455 // For currently unimplemented decodings the disassembler calls Unknown(instr)
456 // which will just print "unknown" of the instruction bits.
457 void Decoder::Unknown(Instruction* instr) {
458 Format(instr, "unknown");
521 Unknown(instr);
532 Unknown(instr);
573 Format(instr, "unknown.cop1.d");
598 Unknown(instr);
606 Unknown(instr)
    [all...]
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 764 Unknown // decided by triple
772 cl::init(format::Unknown),
787 cl::init(format::Unknown),
939 llvm::report_fatal_error("Unknown output file type.\n");
946 default: assert(0 && "Unknown file type");
    [all...]
  /external/chromium_org/v8/src/arm/
disasm-arm.cc 120 void Unknown(Instruction* instr);
719 Unknown(instr); \
724 // For currently unimplemented decodings the disassembler calls Unknown(instr)
725 // which will just print "unknown" of the instruction bits.
726 void Decoder::Unknown(Instruction* instr) {
727 Format(instr, "unknown");
769 Unknown(instr); // not used by V8
868 Unknown(instr); // not used by V8
877 Unknown(instr); // not used by V8
881 Unknown(instr); // not used by V
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /external/v8/src/arm/
disasm-arm.cc 118 void Unknown(Instruction* instr);
669 Unknown(instr); \
674 // For currently unimplemented decodings the disassembler calls Unknown(instr)
675 // which will just print "unknown" of the instruction bits.
676 void Decoder::Unknown(Instruction* instr) {
677 Format(instr, "unknown");
711 Unknown(instr); // not used by V8
810 Unknown(instr); // not used by V8
819 Unknown(instr); // not used by V8
823 Unknown(instr); // not used by V
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.h 302 enum DisplayMode { Unknown, None, Poster, PosterWaitingForVideo, Video };
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
Resource.h 77 Unknown, // let cache decide what to do with it
  /external/clang/lib/AST/
DumpXML.cpp 167 llvm_unreachable("unknown type kind!");
648 bool Unknown = false;
650 case TSK_ImplicitInstantiation: Unknown = false; break;
651 case TSK_Undeclared: Unknown = true; break;
660 Unknown ? "uninstantiated" : "instantiation");
676 bool Unknown = false;
678 case TSK_ImplicitInstantiation: Unknown = false; break;
679 case TSK_Undeclared: Unknown = true; break;
688 Unknown ? "uninstantiated" : "instantiation");

Completed in 800 milliseconds

12 3