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

1 2 3 4 5 6 7 8 91011>>

  /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/icu4c/test/cintltst/
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...]
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...]
cbkittst.c 24 void addBreakIter(TestNode** root);
26 void addBreakIter(TestNode** root)
28 addBrkIterAPITest(root);
nucnvtst.h 21 void addTestNewConvert(TestNode** root);
cformtst.c 38 void addFormatTest(TestNode** root);
40 void addFormatTest(TestNode** root)
42 addCalTest(root);
43 addDateForTest(root);
44 addDateTimePatternGeneratorTest(root);
45 addDateIntervalFormatTest(root);
46 addNumForTest(root);
47 addNumFrDepTest(root);
48 addMsgForTest(root);
49 addDateForRgrTest(root);
    [all...]
ccolltst.c 27 void addCollTest(TestNode** root);
29 void addCollTest(TestNode** root)
31 addCollAPITest(root);
32 addCurrencyCollTest(root);
34 addNormTest(root);
36 addGermanCollTest(root);
37 addSpanishCollTest(root);
38 addFrenchCollTest(root);
39 addKannaCollTest(root);
40 addTurkishCollTest(root);
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
QualifierAlive.h 7 bool QualifierWritten(TIntermNode* root, TQualifier);
  /frameworks/base/test-runner/src/android/test/suitebuilder/
AssignableFrom.java 23 private final Class root; field in class:AssignableFrom
25 AssignableFrom(Class root) {
26 this.root = root;
30 return root.isAssignableFrom(testMethod.getEnclosingClass());
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ViewGroupTest.java 32 private ViewGroup root; field in class:ViewGroupTest
45 root = new FrameLayout(context);
53 root.addView(child1);
54 root.addView(child2);
55 root.addView(child3);
71 assertThat(root.getLayoutAnimationListener(), nullValue());
83 root.setLayoutAnimationListener(animationListener);
85 assertThat(root.getLayoutAnimationListener(), sameInstance(animationListener));
90 root.removeViewAt(1);
92 assertThat(root.getChildCount(), equalTo(2))
    [all...]
  /external/icu4c/test/iotest/
iotest.h 22 addStringTest(TestNode** root);
25 addFileTest(TestNode** root);
28 addTranslitTest(TestNode** root);
31 addStreamTests(TestNode** root);
  /system/core/include/cutils/
config_utils.h 37 void config_load(cnode *root, char *data);
40 void config_load_file(cnode *root, const char *fn);
46 cnode* config_find(cnode *root, const char *name);
49 int config_bool(cnode *root, const char *name, int _default);
52 const char* config_str(cnode *root, const char *name, const char *_default);
55 void config_set(cnode *root, const char *name, const char *value);
58 void config_free(cnode *root);
  /external/chromium/base/json/
json_reader_unittest.cc 17 scoped_ptr<Value> root; local
18 root.reset(JSONReader().JsonToValue(" null ", false, false));
19 ASSERT_TRUE(root.get());
20 ASSERT_TRUE(root->IsType(Value::TYPE_NULL));
23 root.reset(JSONReader().JsonToValue("nu", false, false));
24 ASSERT_FALSE(root.get());
27 root.reset(JSONReader().JsonToValue("true ", false, false));
28 ASSERT_TRUE(root.get());
29 ASSERT_TRUE(root->IsType(Value::TYPE_BOOLEAN));
32 root.reset(JSONReader().JsonToValue("/* comment */null", false, false))
474 scoped_ptr<Value> root; local
    [all...]
json_writer_unittest.cc 13 Value* root = Value::CreateNullValue(); local
15 JSONWriter::Write(root, false, &output_js);
17 delete root;
20 root = new DictionaryValue;
21 JSONWriter::Write(root, false, &output_js);
23 delete root;
26 root = new ListValue;
27 JSONWriter::Write(root, false, &output_js);
29 delete root;
32 root = Value::CreateDoubleValue(1.0)
    [all...]
  /external/chromium/build/linux/
pkg-config-wrapper 12 # LSB-compliant root filesystem mounted at the sysroot, and a board build
15 root="$1"
16 if [ -z "$root" ]
26 config_path=$root/usr/lib/pkgconfig:$root/usr/share/pkgconfig
37 echo "$result"| $rewrite --sysroot "$root" --strip-prefix "$prefix"
  /external/qemu/proxy/
proxy_http_connector.c 33 ProxyConnection root[1]; member in struct:Connection
39 connection_free( ProxyConnection* root )
41 proxy_connection_done(root);
42 qemu_free(root);
52 HttpService* service = (HttpService*) conn->root->service;
53 ProxyConnection* root = conn->root; local
54 stralloc_t* str = root->str;
56 proxy_connection_rewind(root);
58 sock_address_to_string(&root->address))
    [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...]
  /external/qemu/android/
config.h 32 extern void aconfig_load(AConfig* root, char* data);
35 extern int aconfig_load_file(AConfig* root, const char* path);
38 extern int aconfig_save_file(AConfig* root, const char* path);
44 extern AConfig* aconfig_find(AConfig *root, const char *name);
47 extern void aconfig_set(AConfig *root, const char *name, const char *value);
52 extern int aconfig_bool (AConfig *root, const char *name, int _default);
53 extern unsigned aconfig_unsigned(AConfig *root, const char *name, unsigned _default);
54 extern int aconfig_int (AConfig *root, const char *name, int _default);
55 extern const char* aconfig_str (AConfig *root, const char *name, const char *_default);
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
TemplateSyntaxTree.java 24 * Simple wrapper class to encapsulate the root node of the AST and allow additional information to
28 private final Start root; field in class:TemplateSyntaxTree
30 TemplateSyntaxTree(Start root) {
31 this.root = root;
35 return root;
40 root.apply(sw);
  /external/apache-xml/src/main/java/org/apache/xpath/
SourceTree.java 36 * @param root The root of the source tree, which may or may not be a
40 public SourceTree(int root, String url)
42 m_root = root;
49 /** The root of the source tree, which may or may not be a
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
copy.fs 19 uchar4 __attribute__((kernel)) root(uchar4 v_in) {
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
copy.fs 19 uchar4 __attribute__((kernel)) root(uchar4 v_in) {
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
copy.fs 19 uchar4 __attribute__((kernel)) root(uchar4 v_in) {
  /external/webrtc/src/common_audio/signal_processing/
spl_sqrt_floor.c 3 * Refer to NOTICE file at the root of git project.
12 * Successive approximation of the equation (root + delta) ^ 2 = N
25 try1 = root + (1 << (N)); \
29 root |= 2 << (N); \
34 int32_t root = 0, try1; local
53 return root >> 1;

Completed in 709 milliseconds

1 2 3 4 5 6 7 8 91011>>