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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8DOMWrapper.cpp 96 const WrapperTypeInfo* typeInfo = static_cast<const WrapperTypeInfo*>(wrapper->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex));
97 // FIXME: We should add a more strict way to check if the typeInfo is a typeInfo of some DOM wrapper.
98 // Even if it's a typeInfo of Blink, it's not guaranteed that it's a typeInfo of a DOM wrapper.
99 return typeInfo->ginEmbedder == gin::kEmbedderBlink;
ScriptWrappable.h 51 * V8 object alive. Under the hood, however, it keeps either a TypeInfo
57 * - if even: a pointer to WebCore::TypeInfo
64 * typeInfo() and newLocalWrapper will return appropriate values (possibly
74 * remove v8::Persistent and install a TypeInfo of the previous value.
113 const WrapperTypeInfo* typeInfo()
127 void setTypeInfo(const WrapperTypeInfo* typeInfo)
129 m_wrapperOrTypeInfo = reinterpret_cast<uintptr_t>(typeInfo);
NPV8Object.cpp 56 static const WrapperTypeInfo typeInfo = { gin::kEmbedderBlink, 0, 0, 0, 0, 0, 0, 0, WrapperTypeObjectPrototype, RefCountedObject };
57 return &typeInfo;
123 const WrapperTypeInfo* typeInfo = static_cast<const WrapperTypeInfo*>(object->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex));
124 if (typeInfo == npObjectTypeInfo()) {
WrapperTypeInfo.h 197 const WrapperTypeInfo* typeInfo = toWrapperTypeInfo(wrapper);
198 if (typeInfo->gcType == GarbageCollectedObject) {
203 } else if (typeInfo->gcType == WillBeGarbageCollectedObject) {
210 ASSERT(typeInfo->derefObjectFunction);
211 typeInfo->derefObjectFunction(toNative(wrapper));
214 ASSERT(typeInfo->derefObjectFunction);
215 typeInfo->derefObjectFunction(toNative(wrapper));
  /external/doclava/src/com/google/doclava/apicheck/
XmlApiFile.java 27 import com.google.doclava.TypeInfo;
119 TypeInfo typeInfo = Converter.obtainTypeFromString(qualifiedName) ;
120 mCurrentClass.setTypeInfo(typeInfo);
124 ArrayList<TypeInfo> typeParameters = new ArrayList<TypeInfo>();
144 TypeInfo returnType = Converter.obtainTypeFromString(attributes.getValue("return"));
163 new MethodInfo(""/*rawCommentText*/, new ArrayList<TypeInfo>()/*typeParameters*/,
180 TypeInfo type = Converter.obtainTypeFromString(typeName);
202 TypeInfo type = Converter.obtainTypeFromString(typeName)
    [all...]
ApiFile.java 27 import com.google.doclava.TypeInfo;
179 final TypeInfo typeInfo = Converter.obtainTypeFromString(qname) ;
180 cl.setTypeInfo(typeInfo);
252 method = new MethodInfo(""/*rawCommentText*/, new ArrayList<TypeInfo>()/*typeParameters*/,
322 method = new MethodInfo(""/*rawCommentText*/, new ArrayList<TypeInfo>()/*typeParameters*/,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java 35 import com.android.ide.eclipse.adt.internal.wizards.newxmlfile.NewXmlFileCreationPage.TypeInfo;
171 TypeInfo type = mValues.type;
308 TypeInfo typeInfo = NewXmlFileCreationPage.getTypeInfo(folderType);
309 return typeInfo != null && (typeInfo.getDefaultRoot(null /*project*/) != null ||
310 typeInfo.getRootSeed() instanceof String);
323 TypeInfo type = NewXmlFileCreationPage.getTypeInfo(folderType);
384 public TypeInfo type;
  /external/javassist/src/main/javassist/bytecode/
StackMap.java 196 typeInfo(pos, tag);
208 public void typeInfo(int pos, byte tag) {}
252 public void typeInfo(int pos, byte tag) {
323 public void typeInfo(int pos, byte tag) {
460 typeInfo(pos, tag);
  /external/javassist/src/main/javassist/bytecode/analysis/
Executor.java 792 int typeInfo = iter.byteAt(pos + 1);
793 switch (typeInfo) {
819 throw new BadBytecode("Invalid array type [pos = " + pos + "]: " + typeInfo);
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
DomTest.java 59 import org.w3c.dom.TypeInfo;
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
formatutils.cpp 385 struct TypeInfo
390 TypeInfo()
    [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 255 std::pair<CharUnits, CharUnits> typeInfo =
257 EmitFinalDestCopy(E->getType(), src, typeInfo.second);
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 1261 milliseconds