HomeSort by relevance Sort by last modified time
    Searched defs:parentType (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /external/pdfium/xfa/fxfa/parser/
cxfa_nodehelper.cpp 220 XFA_Element parentType = parent->GetElementType();
221 if ((!parent->IsUnnamed() && parentType != XFA_Element::SubformSet) ||
222 parentType == XFA_Element::Variables) {
  /libcore/luni/src/main/java/libcore/reflect/
GenericSignatureParser.java 318 ParameterizedTypeImpl parentType =
320 ParameterizedTypeImpl type = parentType;
328 type = new ParameterizedTypeImpl(parentType, qualIdent.toString(), typeArgs,
  /external/deqp/framework/opengl/
gluVarTypeUtil.hpp 243 VarType parentType = getVarType(*m_type, m_path.begin(), m_path.end()-1);
247 DE_ASSERT(isDataTypeMatrix(parentType.getBasicType()));
248 if (curComp.index+1 < getDataTypeMatrixNumColumns(parentType.getBasicType()))
253 DE_ASSERT(isDataTypeVector(parentType.getBasicType()));
254 if (curComp.index+1 < getDataTypeScalarSize(parentType.getBasicType()))
259 DE_ASSERT(parentType.isArrayType());
260 if (curComp.index+1 < parentType.getArraySize())
265 DE_ASSERT(parentType.isStructType());
266 if (curComp.index+1 < parentType.getStructPtr()->getNumMembers())
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
MailboxUtilities.java 57 int parentType = parentCursor.getInt(Mailbox.CONTENT_TYPE_COLUMN);
60 if (parentType <= Mailbox.TYPE_NOT_EMAIL) {
64 if (parentType == Mailbox.TYPE_MAIL || parentType == Mailbox.TYPE_TRASH ||
65 parentType == Mailbox.TYPE_JUNK || parentType == Mailbox.TYPE_INBOX) {
95 parentType);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 683 int parentType;
695 parentType = parent.getNodeType();
701 if (parentType == Node.ELEMENT_NODE)
735 if ((Node.ATTRIBUTE_NODE != parentType) && (null == nsInfo)
745 if (Node.ATTRIBUTE_NODE == parentType)
    [all...]
  /external/deqp/executor/
xeTestResultParser.cpp 476 ri::Type parentType = parentItem ? parentItem->getType() : ri::TYPE_LAST;
549 if (parentType != ri::TYPE_SHADERPROGRAM)
563 if (parentType != ri::TYPE_SHADERPROGRAM)
570 if (parentType == ri::TYPE_SHADER)
577 if (parentType == ri::TYPE_SHADERPROGRAM)
579 else if (parentType == ri::TYPE_SHADER)
581 else if (parentType == ri::TYPE_COMPILEINFO)
658 if (parentType != ri::TYPE_SAMPLELIST)
670 if (parentType != ri::TYPE_SAMPLEINFO)
689 if (parentType != ri::TYPE_SAMPLELIST
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
CustomViewDescriptorService.java 451 IType parentType = typeHierarchy.getSuperclass(type);
452 if (parentType != null) {
453 ViewElementDescriptor parentDescriptor = createViewDescriptor(parentType, project,
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java     [all...]
  /external/tcpdump/
print-snmp.c 1032 SmiType *parentType;
1033 parentType = smiGetParentType(smiType);
1034 if (parentType) {
1035 ok = smi_check_range(parentType, elem);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java     [all...]
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp 563 UInt32 parentType = 0;
564 RINOK(GetRawProps->GetParent(curIndex, &curParent, &parentType));
566 if (parentType != NParentType::kAltStream)
596 if (parentType == NParentType::kAltStream)
651 UInt32 parentType = 0;
652 if (GetRawProps->GetParent(index2, &parent, &parentType) != S_OK)
656 if (parentType != 0)
680 UInt32 parentType = 0;
681 if (GetRawProps->GetParent(index2, &parent, &parentType) != S_OK)
685 if (parentType != 0)
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.registry_3.5.300.v20130327-1442.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/butterknife-compiler/8.4.0/
butterknife-compiler-8.4.0.jar 
  /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.jar 
  /external/robolectric/v3/runtime/
tagsoup-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/
tagsoup-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/
tagsoup-1.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/parboiled/parboiled-java/1.0.2/
parboiled-java-1.0.2.jar 
  /prebuilts/checkstyle/
checkstyle.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.0/
lint-api-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.2/
lint-api-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.0/
lint-api-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.1/
lint-api-22.5.1.jar 

Completed in 704 milliseconds

1 2 3 4 5 6 7