HomeSort by relevance Sort by last modified time
    Searched refs:typeInfo (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/chrome/browser/resources/sync_internals/
about.css 39 #typeInfo .error {
43 #typeInfo .warning {
47 #typeInfo .disabled {
51 #typeInfo .ok {
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
IndexDataManager.cpp 75 const gl::Type &typeInfo = gl::GetTypeInfo(type);
98 ASSERT(typeInfo.bytes * static_cast<unsigned int>(count) + offset <= storage->getSize());
124 streamOffset = (offset / typeInfo.bytes) * gl::GetTypeInfo(destinationIndexType).bytes;
155 convertCount = storage->getSize() / typeInfo.bytes;
196 streamOffset = (offset / typeInfo.bytes) * destTypeInfo.bytes;
210 storage->promoteStaticUsage(count * typeInfo.bytes);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
WrapperTypeInfo.h 237 const WrapperTypeInfo* typeInfo = toWrapperTypeInfo(wrapper);
238 if (typeInfo->gcType == WrapperTypeInfo::GarbageCollectedObject) {
243 } else if (typeInfo->gcType == WrapperTypeInfo::WillBeGarbageCollectedObject) {
250 typeInfo->derefObject(toScriptWrappableBase(wrapper));
253 typeInfo->derefObject(toScriptWrappableBase(wrapper));
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;
NPV8Object.cpp 65 static const WrapperTypeInfo typeInfo = { gin::kEmbedderBlink, 0, 0, 0, createPersistentHandle, 0, 0, 0, 0, 0, 0, WrapperTypeInfo::WrapperTypeObjectPrototype, WrapperTypeInfo::ObjectClassId, WrapperTypeInfo::Dependent, WrapperTypeInfo::RefCountedObject };
66 return &typeInfo;
131 const WrapperTypeInfo* typeInfo = static_cast<const WrapperTypeInfo*>(object->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex));
132 return typeInfo == npObjectTypeInfo();
  /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);
  /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;
NewXmlFileCreationPage.java 113 static class TypeInfo {
124 public TypeInfo(String uiName,
242 * TypeInfo, information for each "type" of file that can be created.
244 private static final TypeInfo[] sTypes = {
245 new TypeInfo(
313 new TypeInfo("Values", // UI name
322 new TypeInfo("Drawable", // UI name
331 new TypeInfo("Menu", // UI name
340 new TypeInfo("Color List", // UI name
349 new TypeInfo("Property Animation", // UI nam
    [all...]
  /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*/,
  /external/doclava/src/com/google/doclava/
ClassInfo.java 39 * Contains a ClassInfo and a TypeInfo.
46 private final TypeInfo mTypeInfo;
48 public ClassTypePair(ClassInfo cl, TypeInfo t) {
57 public TypeInfo typeInfo() {
61 public Map<String, TypeInfo> getTypeArgumentMapping() {
62 return TypeInfo.getTypeArgumentMapping(classInfo(), typeInfo());
140 public void init(TypeInfo typeInfo, ArrayList<ClassInfo> interfaces
    [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     [all...]
validationES.cpp     [all...]
validationES3.cpp     [all...]
  /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...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 255 std::pair<CharUnits, CharUnits> typeInfo =
257 EmitFinalDestCopy(E->getType(), src, typeInfo.second);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
callobj.h 477 HRESULT WINAPI CoGetInterceptorFromTypeInfo(REFIID iidIntercepted,IUnknown *punkOuter,ITypeInfo *typeInfo,REFIID iid,void **ppv);
  /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/sdk/tools/
jack.jar 

Completed in 481 milliseconds

1 2