/external/chromium_org/third_party/libxslt/libxslt/ |
namespaces.c | 320 * @nsPrefix: the suggested namespace prefix (or NULL) 324 * for the requested @nsName and @nsPrefix in the result tree. 331 * If both @nsName and @nsPrefix are NULL, then this will try to 338 const xmlChar *nsName, const xmlChar *nsPrefix, 362 if ((nsPrefix == NULL) && ((nsName == NULL) || (nsName[0] == 0))) { 434 if ((nsPrefix != NULL) && 435 (nsPrefix[0] == 'x') && (nsPrefix[1] == 'm') && 436 (nsPrefix[2] == 'l') && (nsPrefix[3] == 0) [all...] |
xsltInternals.h | 655 const xmlChar *nsPrefix; 677 const xmlChar *nsPrefix; [all...] |
attributes.c | 782 prefix = comp->nsPrefix;
|
preproc.c | 939 comp->nsPrefix = prefix; 1060 comp->nsPrefix = prefix; [all...] |
transform.c | [all...] |
/external/libxslt/libxslt/ |
namespaces.c | 320 * @nsPrefix: the suggested namespace prefix (or NULL) 324 * for the requested @nsName and @nsPrefix in the result tree. 331 * If both @nsName and @nsPrefix are NULL, then this will try to 338 const xmlChar *nsName, const xmlChar *nsPrefix, 362 if ((nsPrefix == NULL) && ((nsName == NULL) || (nsName[0] == 0))) { 434 if ((nsPrefix != NULL) && 435 (nsPrefix[0] == 'x') && (nsPrefix[1] == 'm') && 436 (nsPrefix[2] == 'l') && (nsPrefix[3] == 0) [all...] |
xsltInternals.h | 655 const xmlChar *nsPrefix; 677 const xmlChar *nsPrefix; [all...] |
attributes.c | 782 prefix = comp->nsPrefix;
|
preproc.c | 939 comp->nsPrefix = prefix; 1060 comp->nsPrefix = prefix; [all...] |
transform.c | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidContentAssist.java | 574 String nsPrefix = null; 595 nsPrefix = nsUriMap.get(nsUri); 596 if (nsPrefix == null) { 597 nsPrefix = XmlUtils.lookupNamespacePrefix(currentNode, nsUri, false); 598 nsUriMap.put(nsUri, nsPrefix); 601 if (nsPrefix != null) { 602 nsPrefix += ":"; //$NON-NLS-1$ 626 String nsKeyword = nsPrefix == null ? keyword : (nsPrefix + keyword); 628 if (nameStartsWith(nsKeyword, wordPrefix, nsPrefix)) { [all...] |
CompletionProposal.java | 85 String nsPrefix, String nsUri) { 101 mNsPrefix = nsPrefix;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiListAttributeNode.java | 141 String nsPrefix = ""; 143 nsPrefix = SdkConstants.ANDROID_NS_NAME + ':'; 145 nsPrefix = SdkConstants.XMLNS_PREFIX; 147 attr_name = nsPrefix + attr_name;
|
/prebuilts/devtools/tools/lib/ |
manifest-merger.jar | |
common.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.2.0/ |
manifest-merger-22.2.0.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
VisualRefactoring.java | 447 String nsPrefix = null; 455 nsPrefix = name; 456 if (nsPrefix.startsWith(XMLNS_PREFIX)) { 457 nsPrefix = 458 nsPrefix.substring(XMLNS_PREFIX.length()); 464 if (nsPrefix == null) { 465 nsPrefix = ANDROID_NS_NAME; 468 return nsPrefix; [all...] |
/external/chromium_org/third_party/libxml/src/include/libxml/ |
tree.h | 559 * @nsPrefix: the requested namespace prefix 568 const xmlChar *nsPrefix); [all...] |
/external/libxml2/include/libxml/ |
tree.h | 558 * @nsPrefix: the requested namespace prefix 567 const xmlChar *nsPrefix); [all...] |
/prebuilts/gradle-plugin/com/android/tools/common/22.2.0/ |
common-22.2.0.jar | |
/prebuilts/misc/common/tools-common/ |
tools-common-prebuilt.jar | |
/prebuilts/tools/common/freemarker/ |
freemarker-2.3.19.jar | |