OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:firstc
(Results
1 - 3
of
3
) sorted by null
/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
1145
local($
firstc
) = substr($test{'arguments'}, 0, 1);
1147
if (substr($test{'arguments'}, -1, 1) ne $
firstc
) {
1153
local($
firstc
) = substr($test{'env-setup'}, 0, 1);
1155
if (substr($test{'env-setup'}, -1, 1) ne $
firstc
) {
[
all
...]
Completed in 283 milliseconds