HomeSort by relevance Sort by last modified time
    Searched full:root (Results 1 - 25 of 6590) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/fast/xpath/4XPath/Core/
test_nodeset_expr-expected.txt 1 PASS (/ROOT | /ROOT/CHILD1)[true()]
2 PASS (/ROOT | /ROOT/CHILD1)[.=/ROOT]
3 PASS (/ROOT | /ROOT/CHILD1) | (/ROOT)
test_nodeset_expr.html 13 result = DOM.evaluate("(/ROOT | /ROOT/CHILD1)[true()]", CHILD1, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null);
14 checkSnapshot("(/ROOT | /ROOT/CHILD1)[true()]", result, [ROOT, CHILD1]);
16 result = DOM.evaluate("(/ROOT | /ROOT/CHILD1)[.=/ROOT]", CHILD1, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null);
17 checkSnapshot("(/ROOT | /ROOT/CHILD1)[.=/ROOT]", result, [ROOT])
    [all...]
  /external/e2fsprogs/tests/f_h_badroot/
name 1 bad htree root nodes
  /external/e2fsprogs/tests/f_noroot/
name 1 missing root directory
  /system/extras/tests/fstest/
perm_checker.conf 1 / 755 755 root root root root
2 /* 400 755 root root root root
5 /cache/lost+found/ 700 770 root root root roo
    [all...]
  /external/e2fsprogs/tests/f_badroot/
name 1 file in root directory inode
  /external/icu4c/test/cintltst/
calltest.c 14 /* THE FILE WHERE ALL C API TESTS ARE ADDED TO THE ROOT */
19 void addUtility(TestNode** root);
20 void addBreakIter(TestNode** root);
21 void addStandardNamesTest(TestNode **root);
22 void addFormatTest(TestNode** root);
23 void addConvert(TestNode** root);
24 void addCollTest(TestNode** root);
25 void addComplexTest(TestNode** root);
26 void addUDataTest(TestNode** root);
27 void addUTF16Test(TestNode** root);
    [all...]
cutiltst.c 24 void addHashtableTest(TestNode** root);
25 void addCStringTest(TestNode** root);
26 void addTrieTest(TestNode** root);
27 void addTrie2Test(TestNode** root);
28 void addEnumerationTest(TestNode** root);
29 void addPosixTest(TestNode** root);
30 void addSortTest(TestNode** root);
32 void addUtility(TestNode** root);
34 void addUtility(TestNode** root)
36 addCStringTest(root);
    [all...]
cconvtst.c 19 void addTestConvertErrorCallBack(TestNode** root);
20 void addTestEuroRegression(TestNode** root);
21 void addTestConverterFallBack(TestNode** root);
22 void addExtraTests(TestNode** root);
26 addBOCU1Tests(TestNode** root);
28 void addConvert(TestNode** root);
30 void addConvert(TestNode** root)
32 addTestConvert(root);
33 addTestNewConvert(root);
34 addBOCU1Tests(root);
    [all...]
  /external/icu4c/samples/ufortune/resources/
res-file-list.txt 0 root.res
  /frameworks/compile/slang/tests/F_no_java_package_name/
no_java_package_name.rs 3 int root(void) {
  /frameworks/compile/slang/tests/F_no_version_pragma/
no_version_pragma.rs 4 int root(int num) {
  /gdk/sources/llvm-ndk-cc/tests/F_asm/
asm.c 1 void root() { function
  /system/core/rootdir/
ueventd.rc 1 /dev/null 0666 root root
2 /dev/zero 0666 root root
3 /dev/full 0666 root root
4 /dev/ptmx 0666 root root
5 /dev/tty 0666 root root
    [all...]
  /external/icu4c/samples/uresb/
root.txt 3 root {
27 udata { "ROOT udata help topic" }
28 resourcebundles { "ROOT resource bundle help topic" }
29 collation { "ROOT collation help topic" }
30 breakit { "ROOT break iterator help topic" }
31 translit { "ROOT transliteration help topic" }
32 unicode { "ROOT unicode help topic" }
33 format { "ROOT format help topic" }
  /external/quake/quake/src/QW/
qwsv.spec.sh 48 %attr(644,root,root) ${3}/README.qwsv
49 %attr(755,root,root) ${3}/qwsv
50 %attr(644,root,root) ${3}/qw/buttons.qc
51 %attr(644,root,root) ${3}/qw/client.qc
52 %attr(644,root,root) ${3}/qw/combat.qc
    [all...]
  /external/quake/quake/src/WinQuake/
quake-shareware.spec.sh 49 %attr(644,root,root) $3/README
50 %attr(4755,root,root) $3/squake
51 %attr(4755,root,root) $3/glquake
52 %attr(4755,root,root) $3/glquake.glx
53 %attr(4755,root,root) $3/glquake.3dfxg
    [all...]
  /frameworks/compile/slang/tests/F_float3_array/
float3_array.rs 6 int root(int num) {
  /frameworks/compile/slang/tests/F_root_compute_int_in/
root_compute_int_in.rs 4 void root(const int in) {
  /frameworks/compile/slang/tests/F_root_compute_non_const_usrData/
root_compute_non_const_usrData.rs 4 void root(const int *ain, int *aout, void *usrData) {
  /frameworks/compile/slang/tests/F_root_graphics/
root_graphics.rs 4 void root(void) {
  /frameworks/compile/slang/tests/F_rs_prefix/
rs_prefix.rs 8 int root(int num) {
  /frameworks/compile/slang/tests/F_struct_ptr/
struct_ptr.rs 6 int root(int num) {
  /frameworks/compile/slang/tests/P_root_graphics/
root_graphics.rs 6 myInt root(void) {
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
Makefile 2 ROOT=../..
4 include $(ROOT)/make/commondefs
7 CXXINCS += -I$(ROOT)/libs/GLESv1 -I$(ROOT)/include

Completed in 3593 milliseconds

1 2 3 4 5 6 7 8 91011>>