Searched refs:structName (Results 1 - 6 of 6) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DParameterAsserts.java104 * @param structName a struct name
107 public static void assertStructName(String structName) throws XMPException argument
109 if (structName == null || structName.length() == 0)
H A DXMPMetaImpl.java260 public void deleteStructField(String schemaNS, String structName, String fieldNS, argument
267 ParameterAsserts.assertStructName(structName);
269 String fieldPath = structName
324 public boolean doesStructFieldExist(String schemaNS, String structName, String fieldNS, argument
331 ParameterAsserts.assertStructName(structName);
334 return doesPropertyExist(schemaNS, structName + path);
989 public XMPProperty getStructField(String schemaNS, String structName, String fieldNS, argument
994 ParameterAsserts.assertStructName(structName);
996 String fieldPath = structName + XMPPathFactory.composeStructFieldPath(fieldNS, fieldName);
1172 public void setStructField(String schemaNS, String structName, Strin argument
1186 setStructField(String schemaNS, String structName, String fieldNS, String fieldName, String fieldValue) argument
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPMeta.java105 * @param structName The name of the struct. May be a general path expression, must not be
112 * structName parameter.
120 String structName,
354 * @param structName The name of the struct. May be a general path expression, must not be null
359 * empty string. Has the same namespace prefix usage as the structName parameter.
367 String structName,
378 * @param structName The name of the struct
386 String structName,
480 * @param structName The name of the struct. May be a general path expression, must not be
487 * structName paramete
118 getStructField( String schemaNS, String structName, String fieldNS, String fieldName) argument
365 setStructField( String schemaNS, String structName, String fieldNS, String fieldName, String fieldValue, PropertyOptions options) argument
384 setStructField( String schemaNS, String structName, String fieldNS, String fieldName, String fieldValue) argument
489 deleteStructField(String schemaNS, String structName, String fieldNS, String fieldName) argument
552 doesStructFieldExist( String schemaNS, String structName, String fieldNS, String fieldName) argument
[all...]
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestShellWin.cpp45 #define SIZEOF_STRUCT_WITH_SPECIFIED_LAST_MEMBER(structName, member) \
46 offsetof(structName, member) + \
47 (sizeof static_cast<structName*>(0)->member)
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DOutputHLSL.cpp2169 for (StructNames::iterator structName = mStructNames.begin(); structName != mStructNames.end(); structName++)
2171 if (*structName == scopedName)
/external/webkit/Source/WebCore/rendering/
H A DRenderThemeChromiumWin.cpp52 #define SIZEOF_STRUCT_WITH_SPECIFIED_LAST_MEMBER(structName, member) \
53 offsetof(structName, member) + \
54 (sizeof static_cast<structName*>(0)->member)

Completed in 626 milliseconds