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

  /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 161 error_code isData(bool &Result) const;
502 inline error_code SectionRef::isData(bool &Result) const {
  /external/quake/quake/src/QW/client/
cd_audio.c 191 qboolean isData;
372 cd.track[n].isData = CDAudio_GetAudioTrackInfo (n, &cd.track[n].start);
534 if (cd.track[track].isData)
  /external/quake/quake/src/WinQuake/
cd_audio.cpp 213 qboolean isData;
380 cd.track[n].isData = CDAudio_GetAudioTrackInfo (n, &cd.track[n].start);
524 if (cd.track[track].isData)
  /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;
639 boolean isData = (e != null);
647 if (h == t || t.isData == isData) { // empty or same-mode
658 s = new QNode(e, isData);
683 if (isData == (x != null) || // m already fulfilled
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/jdiff/
xerces.jar 

Completed in 665 milliseconds