Searched refs:NullType (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBKeyPath.h45 IDBKeyPath() : m_type(NullType) { }
50 NullType = 0, enumerator in enum:WebCore::IDBKeyPath::Type
69 bool isNull() const { return m_type == NullType; }
H A DIDBAny.cpp44 return adoptRef(new IDBAny(NullType));
56 ASSERT(type == UndefinedType || type == NullType);
H A DIDBKeyPath.cpp216 case NullType:
241 case NullType:
H A DIDBAny.h81 NullType, enumerator in enum:WebCore::IDBAny::Type
/external/proguard/src/proguard/classfile/attribute/preverification/
H A DVerificationTypeFactory.java36 static final NullType NULL_TYPE = new NullType();
81 * Creates a new NullType.
83 public static NullType createNullType()
H A DNullType.java32 public class NullType extends VerificationType class in inherits:VerificationType
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
H A DVerificationTypeVisitor.java42 public void visitNullType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, NullType nullType);
52 public void visitStackNullType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, NullType nullType);
62 public void visitVariablesNullType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, NullType nullType);
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypeData.java167 /* NullType overrides this method.
182 /* NullType overrides this method.
286 /* See also NullType.getExpected().
343 public static class NullType extends ClassName { class in class:TypeData
344 public NullType() { method in class:TypeData.NullType
349 return new NullType();
H A DTracer.java160 stackTypes[stackTop++] = new TypeData.NullType();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DIndexedDBModel.js57 NullType: "null",
115 case WebInspector.IndexedDBModel.KeyPathTypes.NullType:
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DIDBBindingUtilities.cpp59 case IDBKeyPath::NullType:
115 case IDBAny::NullType:
/external/proguard/src/proguard/classfile/util/
H A DSimplifiedVisitor.java612 public void visitNullType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, NullType nullType)
666 public void visitStackNullType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, NullType nullType)
721 public void visitVariablesNullType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, NullType nullType)
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorIndexedDBAgent.cpp231 case IDBKeyPath::NullType:
/external/chromium_org/third_party/WebKit/Source/web/
H A DAssertMatchingEnums.cpp508 COMPILE_ASSERT_MATCHING_ENUM(WebIDBKeyPathTypeNull, IDBKeyPath::NullType);
/external/proguard/src/proguard/classfile/io/
H A DProgramClassReader.java829 case VerificationType.NULL_TYPE: return new NullType();
/external/proguard/src/proguard/classfile/visitor/
H A DClassPrinter.java788 public void visitNullType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, NullType nullType)
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 256 milliseconds