/external/llvm/tools/llvm-symbolizer/ |
llvm-symbolizer.cpp | 54 static bool parseCommand(bool &IsData, std::string &ModuleName, 63 IsData = false; 68 IsData = true; 71 IsData = false; 75 IsData = false; 112 bool IsData = false; 115 while (parseCommand(IsData, ModuleName, ModuleOffset)) { 117 IsData ? Symbolizer.symbolizeData(ModuleName, ModuleOffset)
|
/external/llvm/lib/MC/ |
MCObjectDisassembler.cpp | 53 bool isData; SI->isData(isData); 54 if (!isData && !isText)
|
/libcore/luni/src/main/java/java/util/concurrent/ |
LinkedTransferQueue.java | 421 final boolean isData; // false if this is a request node 422 volatile Object item; // initially non-null if isData; CASed to match 440 Node(Object item, boolean isData) { 442 this.isData = isData; 473 return (x == this) || ((x == null) == isData); 480 return !isData && item == null; 489 boolean d = isData; 498 // assert isData; 585 boolean isData = p.isData [all...] |
SynchronousQueue.java | 510 final boolean isData; 512 QNode(Object item, boolean isData) { 514 this.isData = isData; 640 boolean isData = (e != null); 648 if (h == t || t.isData == isData) { // empty or same-mode 659 s = new QNode(e, isData); 684 if (isData == (x != null) || // m already fulfilled [all...] |
/external/llvm/tools/llvm-size/ |
llvm-size.cpp | 201 bool isData = false; 205 if (error(i->isData(isData))) return; 209 else if (isData)
|
/external/llvm/include/llvm/Object/ |
ObjectFile.h | 160 error_code isData(bool &Result) const; 501 inline error_code SectionRef::isData(bool &Result) const {
|
/external/llvm/tools/llvm-objdump/ |
llvm-objdump.cpp | 562 if (error(si->isData(Data))) return;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pydoc.py | 102 def isdata(object): function 654 for key, value in inspect.getmembers(object, isdata): [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pydoc.py | 102 def isdata(object): function 654 for key, value in inspect.getmembers(object, isdata): [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | [all...] |
/external/robolectric/lib/main/ |
sqlite-jdbc-3.7.2.jar | |