/frameworks/rs/ |
rsElement.h | 48 // Subelements
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/ |
ElementTree.py | 229 # shallow copy; subelements will be shared with the original tree. 241 # Returns the number of subelements. Note that this only counts 245 # @return The number of subelements. 305 # Appends subelements from a sequence. 327 # value or contents. To remove subelements by other means, the 340 # (Deprecated) Returns all subelements. The elements are returned 343 # @return A list of subelements. 381 # Finds all matching subelements, by tag name or path. 393 # Finds all matching subelements, by tag name or path. 405 # Resets an element. This function removes all subelements, clear [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/ |
ElementTree.py | 229 # shallow copy; subelements will be shared with the original tree. 241 # Returns the number of subelements. Note that this only counts 245 # @return The number of subelements. 305 # Appends subelements from a sequence. 327 # value or contents. To remove subelements by other means, the 340 # (Deprecated) Returns all subelements. The elements are returned 343 # @return A list of subelements. 381 # Finds all matching subelements, by tag name or path. 393 # Finds all matching subelements, by tag name or path. 405 # Resets an element. This function removes all subelements, clear [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps_defs.h | 142 /* WFA Vendor Extension subelements */
|
/external/wpa_supplicant_8/wpa_supplicant/ |
wifi_display.c | 70 * sets of subelements are included depending on the frame:
|
README-P2P | 287 # format: wifi-display <list of roles> <list of subelements>
|
/frameworks/base/docs/html/guide/topics/manifest/ |
meta-data-element.jd | 21 number of {@code <meta-data>} subelements. The values from all of
|
intent-filter-element.jd | 39 <code><a href="{@docRoot}guide/topics/manifest/data-element.html"><data></a></code> subelements.
|
provider-element.jd | 154 <code><a href="{@docRoot}guide/topics/manifest/grant-uri-permission-element.html"><grant-uri-permission></a></code> subelements, 178 subelements, you must call
|
application-element.jd | 49 <dd>The declaration of the application. This element contains subelements
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pyexpat.py | 54 Contents of subelements 151 self.assertEqual(op[7], "Character data: 'Contents of subelements'") 180 self.assertEqual(op[7], "Character data: u'Contents of subelements'") 210 self.assertEqual(op[7], "Character data: u'Contents of subelements'")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pyexpat.py | 54 Contents of subelements 151 self.assertEqual(op[7], "Character data: 'Contents of subelements'") 180 self.assertEqual(op[7], "Character data: u'Contents of subelements'") 210 self.assertEqual(op[7], "Character data: u'Contents of subelements'")
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
HTMLparser.h | 59 * an element *requires* subelements (we only have whether they're
|
/external/libxml2/include/libxml/ |
HTMLparser.h | 59 * an element *requires* subelements (we only have whether they're
|
/frameworks/rs/driver/runtime/ |
rs_structs.h | 187 // Subelements
|
/external/chromium_org/chrome/test/functional/ |
autofill.py | 133 List of all subelements found in the container element.
|
/libcore/luni/src/main/java/org/xml/sax/ |
DocumentHandler.java | 27 * instructions, and/or subelements) will appear, in order, between
|
ContentHandler.java | 31 * instructions, and/or subelements) will appear, in order, between
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
ShapeDrawable.java | 298 * Subclasses override this to parse custom subelements.
|
/frameworks/compile/slang/ |
slang_rs_export_type.h | 82 // Subelements
|
/external/llvm/lib/IR/ |
Module.cpp | 430 // dropAllReferences() - This function causes all the subelements to "let go"
|
/external/markdown/markdown/ |
blockprocessors.py | 93 This means that this method should be adding SubElements or adding text
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
p2p.h | 46 uint8 subelts[1]; /* variable length subelements */
|
/frameworks/base/docs/html/guide/components/ |
intents-filters.jd | 441 subelements. For example: 477 element also lists categories as subelements. For example: [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGUseElement.cpp | 580 // Spec: If the referenced object is itself a 'use', or if there are 'use' subelements within the referenced [all...] |