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

  /external/webkit/Source/WebCore/platform/graphics/qt/
TextureMapperQt.h 43 virtual bool isPacked() const { return m_isPacked; }
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapper.h 63 virtual bool isPacked() const { return false; }
  /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 100 bool isPacked;
102 ETypes(E), isPacked(P) {}
105 isPacked(ST->isPacked()) {}
107 if (isPacked != that.isPacked)
126 Key.isPacked);
  /external/protobuf/java/src/main/java/com/google/protobuf/
GeneratedMessageLite.java 321 false /* isPacked */)) {
327 true /* isPacked */)) {
435 final boolean isPacked) {
440 this.isPacked = isPacked;
447 private final boolean isPacked;
465 public boolean isPacked() {
466 return isPacked;
523 false /* isRepeated */, false /* isPacked */));
533 final boolean isPacked) {
    [all...]
FieldSet.java 61 boolean isPacked();
370 boolean isPacked) {
371 if (isPacked) {
486 !descriptor.isRepeated() && !descriptor.isPacked()) {
568 if (descriptor.isPacked()) {
612 !descriptor.isRepeated() && !descriptor.isPacked()) {
693 if (descriptor.isPacked()) {
Descriptors.java 698 public boolean isPacked() {
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.h 529 bool IsPacked,
533 mIsPacked(IsPacked),
553 inline bool isPacked() const { return mIsPacked; }
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 154 milliseconds