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

12 3 4

  /frameworks/compile/mclinker/include/mcld/Script/
ScriptFile.h 43 Unknown
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleRule.h 42 Unknown, // Not used.
  /external/chromium_org/third_party/WebKit/Source/platform/mhtml/
MHTMLParser.cpp 57 Unknown
173 WTF_LOG_ERROR("Unknown encoding '%s' found in MIME header.", text.ascii().data());
174 return Unknown;
178 : m_contentTransferEncoding(Unknown)
284 if (contentTransferEncoding == MIMEHeader::Unknown)
  /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 38 // The unknown effect.
39 static Effect Unknown(Zone* zone) {
86 ? locator.value() : Effect::Unknown(Base::zone());
dateparser.h 207 static DateToken Unknown() {
  /external/clang/lib/Lex/
PPExpressions.cpp 74 Unknown // Something else.
171 DT.State = DefinedTracker::Unknown;
228 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/valgrind/main/include/
pub_tool_addrinfo.h 125 struct { } Unknown;
145 * the message for Unknown tag is slightly different, as memcheck
  /frameworks/compile/mclinker/include/mcld/LD/
Archive.h 106 Unknown
204 enum Symbol::Status pStatus = Archive::Symbol::Unknown);
  /frameworks/compile/mclinker/include/mcld/MC/
Input.h 34 Unknown,
53 unsigned int pType = Unknown,
59 unsigned int pType = Unknown,
83 { return (m_Type != Unknown); }
  /frameworks/compile/mclinker/include/mcld/Support/
FileHandle.h 47 Unknown = 0xFF
80 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/platform/network/
ResourceResponse.h 48 enum HTTPVersion { Unknown, HTTP_0_9, HTTP_1_0, HTTP_1_1 };
  /external/chromium_org/v8/src/mips/
disasm-mips.cc 99 void Unknown(Instruction* instr);
433 // For currently unimplemented decodings the disassembler calls Unknown(instr)
434 // which will just print "unknown" of the instruction bits.
435 void Decoder::Unknown(Instruction* instr) {
436 Format(instr, "unknown");
499 Unknown(instr);
510 Unknown(instr);
551 Format(instr, "unknown.cop1.d");
576 Unknown(instr);
584 Unknown(instr)
    [all...]
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 91 /// Unknown - This marker indicates that the query dependency
92 /// is unknown.
93 Unknown = 0xc
122 PairTy(reinterpret_cast<Instruction*>(Unknown), Other));
152 && Value.getPointer() == reinterpret_cast<Instruction*>(Unknown);
282 /// pointer. May be UnknownSize if the sizes are unknown.
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 167 typedef enum { Unknown, Prologue, Call } ParmContext;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodFlowTestActivity.java 298 Unknown, Failed, Passed
311 mPassed = TestResult.Unknown;
323 mPassed = TestResult.Unknown;
  /external/chromium_org/v8/src/arm/
disasm-arm.cc 94 void Unknown(Instruction* instr);
689 Unknown(instr); \
694 // For currently unimplemented decodings the disassembler calls Unknown(instr)
695 // which will just print "unknown" of the instruction bits.
696 void Decoder::Unknown(Instruction* instr) {
697 Format(instr, "unknown");
739 Unknown(instr); // not used by V8
838 Unknown(instr); // not used by V8
847 Unknown(instr); // not used by V8
851 Unknown(instr); // not used by V
    [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 90 enum Value { Unknown = 0x0, /* 00 */
665 vals.setAllScratchValues(Unknown);
732 // is not modeled in the CFG, set the tracked dataflow values to Unknown.
734 vals.setAllScratchValues(Unknown);
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
Resource.h 78 Unknown, // let cache decide what to do with it
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.h 309 enum DisplayMode { Unknown, Poster, PosterWaitingForVideo, Video };
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 206 Unknown because no retirement yet
210 enum { Unknown=999, Exactly, Mixed } xsize_tag;
247 api->xsize_tag = Unknown;
249 if (0) VG_(printf)("api %p --> Unknown\n", api);
337 case Unknown:
780 # error "Unknown endianness"
    [all...]

Completed in 9842 milliseconds

12 3 4