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

  /external/chromium_org/third_party/angle/src/common/
blocklayout.h 109 bool isPacked() const { return mEncoderStrategy == ENCODE_PACKED; }
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
SwitchData.java 156 public boolean isPacked() {
  /dalvik/dx/src/com/android/dx/dex/code/
SwitchData.java 157 public boolean isPacked() {
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
SwitchData.java 157 public boolean isPacked() {
  /external/llvm/include/llvm/IR/
DerivedTypes.h 217 bool isPacked = false);
222 bool isPacked = false);
229 bool isPacked = false);
233 static StructType *get(LLVMContext &Context, bool isPacked = false);
241 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; }
268 void setBody(ArrayRef<Type*> Elements, bool isPacked = false);
  /external/llvm/lib/IR/
LLVMContextImpl.h 103 bool isPacked;
105 ETypes(E), isPacked(P) {}
108 isPacked(ST->isPacked()) {}
110 if (isPacked != that.isPacked)
129 Key.isPacked);
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 233 milliseconds