HomeSort by relevance Sort by last modified time
    Searched full:firstc (Results 1 - 6 of 6) sorted by null

  /external/webkit/LayoutTests/dom/html/level1/core/
hc_elementgetelementsbytagnameaccessnodelist.js 101 var firstC;
114 firstC = testEmployee.firstChild;
116 nodeType = firstC.nodeType;
122 firstC = firstC.nextSibling;
124 nodeType = firstC.nodeType;
128 childName = firstC.nodeName;
131 employeeIDNode = firstC.firstChild;
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_elementgetelementsbytagnameaccessnodelist.js 101 var firstC;
114 firstC = testEmployee.firstChild;
116 nodeType = firstC.nodeType;
122 firstC = firstC.nextSibling;
124 nodeType = firstC.nodeType;
128 childName = firstC.nodeName;
131 employeeIDNode = firstC.firstChild;
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_elementgetelementsbytagnameaccessnodelist.java 71 Node firstC;
79 firstC = testEmployee.getFirstChild();
80 nodeType = (int) firstC.getNodeType();
83 firstC = firstC.getNextSibling();
84 nodeType = (int) firstC.getNodeType();
87 childName = firstC.getNodeName();
89 employeeIDNode = (CharacterData) firstC.getFirstChild();
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 387 int firstc;
456 firstc = pglob->gl_pathc;
499 if (pglob->gl_pathc != firstc)
386 int firstc; local
    [all...]
  /external/mksh/src/
check.pl 1126 local($firstc) = substr($test{'arguments'}, 0, 1);
1128 if (substr($test{'arguments'}, -1, 1) ne $firstc) {
1134 local($firstc) = substr($test{'env-setup'}, 0, 1);
1136 if (substr($test{'env-setup'}, -1, 1) ne $firstc) {
    [all...]
  /system/core/sh/
parser.c 870 * leading tabs should be stripped from the document. The argument firstc
908 readtoken1(int firstc, char const *syntax, char *eofmark, int striptabs)
910 int c = firstc;
    [all...]

Completed in 122 milliseconds