OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:textValue
(Results
1 - 19
of
19
) sorted by null
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodetextnodevalue.java
67
String
textValue
;
72
textValue
= textNode.getNodeValue();
73
assertEquals("textNodeValue", "1230 North Ave. Dallas, Texas 98551",
textValue
);
nodetextnodevalue.java
68
String
textValue
;
73
textValue
= textNode.getNodeValue();
74
assertEquals("nodeTextNodeValueAssert1", "1230 North Ave. Dallas, Texas 98551",
textValue
);
/external/javassist/src/main/javassist/compiler/
Lex.java
24
public String
textValue
;
89
return currentToken.
textValue
;
239
token.
textValue
= tbuf.toString();
452
token.
textValue
= name;
/external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp
158
String
textValue
= textNode->data();
159
TextBreakIterator* wordIterator = wordBreakIterator(
textValue
, 0,
textValue
.length());
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ParseRDF.java
648
String
textValue
= "";
654
textValue
+= child.getNodeValue();
661
newChild.setValue(
textValue
);
[
all
...]
/prebuilts/misc/common/tools-common/
tools-common-prebuilt.jar
/prebuilts/devtools/tools/lib/
common.jar
lint.jar
hierarchyviewer2lib.jar
org-eclipse-jface-3.6.2.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
org.eclipse.jface_3.6.2.M20110210-1200.jar
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar
/external/robolectric/lib/main/
javassist-3.14.0-GA.jar
Completed in 8353 milliseconds