HomeSort by relevance Sort by last modified time
    Searched refs:root (Results 576 - 600 of 1103) sorted by null

<<21222324252627282930>>

  /external/bluetooth/bluez/plugins/
pnat.c 359 sdp_list_t *svclass_id, *pfseq, *apseq, *root, *aproto; local
371 root = sdp_list_append(NULL, &root_uuid);
372 sdp_set_browse_groups(record, root);
401 sdp_list_free(root, NULL);
  /external/chromium/third_party/icu/source/test/cintltst/
citertst.c 42 void addCollIterTest(TestNode** root)
44 addTest(root, &TestPrevious, "tscoll/citertst/TestPrevious");
45 addTest(root, &TestOffset, "tscoll/citertst/TestOffset");
46 addTest(root, &TestSetText, "tscoll/citertst/TestSetText");
47 addTest(root, &TestMaxExpansion, "tscoll/citertst/TestMaxExpansion");
48 addTest(root, &TestUnicodeChar, "tscoll/citertst/TestUnicodeChar");
49 addTest(root, &TestNormalizedUnicodeChar,
51 addTest(root, &TestNormalization, "tscoll/citertst/TestNormalization");
52 addTest(root, &TestBug672, "tscoll/citertst/TestBug672");
53 addTest(root, &TestBug672Normalize, "tscoll/citertst/TestBug672Normalize")
    [all...]
  /external/e2fsprogs/po/
at-expand.pl 94 $msg =~ s/\@r/root inode/g;
  /external/icu4c/common/
Android.mk 142 include $(LOCAL_PATH)/../stubdata/root.mk
147 LOCAL_ADDITIONAL_DEPENDENCIES += $(HOST_OUT)/usr/icu/$(root).dat
  /external/icu4c/test/cintltst/
citertst.c 42 void addCollIterTest(TestNode** root)
44 addTest(root, &TestPrevious, "tscoll/citertst/TestPrevious");
45 addTest(root, &TestOffset, "tscoll/citertst/TestOffset");
46 addTest(root, &TestSetText, "tscoll/citertst/TestSetText");
47 addTest(root, &TestMaxExpansion, "tscoll/citertst/TestMaxExpansion");
48 addTest(root, &TestUnicodeChar, "tscoll/citertst/TestUnicodeChar");
49 addTest(root, &TestNormalizedUnicodeChar,
51 addTest(root, &TestNormalization, "tscoll/citertst/TestNormalization");
52 addTest(root, &TestBug672, "tscoll/citertst/TestBug672");
53 addTest(root, &TestBug672Normalize, "tscoll/citertst/TestBug672Normalize")
    [all...]
capitst.c 108 void addCollAPITest(TestNode** root)
111 addTest(root, &TestProperty, "tscoll/capitst/TestProperty");
112 addTest(root, &TestRuleBasedColl, "tscoll/capitst/TestRuleBasedColl");
113 addTest(root, &TestCompare, "tscoll/capitst/TestCompare");
114 addTest(root, &TestSortKey, "tscoll/capitst/TestSortKey");
115 addTest(root, &TestHashCode, "tscoll/capitst/TestHashCode");
116 addTest(root, &TestElemIter, "tscoll/capitst/TestElemIter");
117 addTest(root, &TestGetAll, "tscoll/capitst/TestGetAll");
118 /*addTest(root, &TestGetDefaultRules, "tscoll/capitst/TestGetDefaultRules");*/
119 addTest(root, &TestDecomposition, "tscoll/capitst/TestDecomposition")
    [all...]
  /external/jdiff/src/jdiff/
RootDocToXML.java 27 * @param root the RootDoc object passed by Javadoc
30 public static boolean writeXML(RootDoc root) {
43 if (root.specifiedPackages().length != 0 || root.specifiedClasses().length != 0) {
47 apiWriter.processPackages(root);
226 public void processPackages(RootDoc root) {
227 PackageDoc[] specified_pd = root.specifiedPackages();
235 ClassDoc[] cd = root.specifiedClasses();
244 cpd = root.packageNamed("anonymous");
294 addPkgDocumentation(root, pd[i], 2)
    [all...]
  /external/libvpx/vp8/common/arm/armv6/
copymem16x16_v6.asm 5 ; that can be found in the LICENSE file in the root of the source
8 ; be found in the AUTHORS file in the root of the source tree.
  /external/libvpx/vp8/common/arm/neon/
shortidct4x4llm_neon.asm 5 ; that can be found in the LICENSE file in the root of the source
8 ; be found in the AUTHORS file in the root of the source tree.
  /external/libvpx/vp8/common/x86/
iwalsh_sse2.asm 5 ; that can be found in the LICENSE file in the root of the source
8 ; be found in the AUTHORS file in the root of the source tree.
  /external/libvpx/vp8/decoder/arm/neon/
dequant_dc_idct_neon.asm 5 ; that can be found in the LICENSE file in the root of the source
8 ; be found in the AUTHORS file in the root of the source tree.
dequant_idct_neon.asm 5 ; that can be found in the LICENSE file in the root of the source
8 ; be found in the AUTHORS file in the root of the source tree.
  /external/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 5 ; that can be found in the LICENSE file in the root of the source
8 ; be found in the AUTHORS file in the root of the source tree.
  /external/libvpx/vp8/encoder/x86/
fwalsh_sse2.asm 5 ; that can be found in the LICENSE file in the root of the source
8 ; be found in the AUTHORS file in the root of the source tree.
  /external/webkit/WebCore/platform/
Widget.cpp 56 ScrollView* Widget::root() const function in class:WebCore::Widget
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
base.py 217 # Note: the root is /, not websocket/tests/
330 for root, dirs, files in os.walk(file_path, topdown=False):
334 os.chmod(root, 0770)
336 remove_with_retry(os.remove, os.path.join(root, name))
338 remove_with_retry(os.rmdir, os.path.join(root, name))
  /libcore/luni/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java 237 ElemTemplateElement root = isGlobal ? varScope : findCommonAncestor(matchedPaths); local
240 ElemVariable var = createPseudoVarDecl(root, newIter, isGlobal);
447 StylesheetRoot root = elem.getStylesheetRoot(); local
448 Vector vars = root.getVariablesAndParamsComposed();
650 ElemTemplateElement root = isGlobal ? psuedoVarRecipient : findCommonAncestor(head); local
652 ElemVariable var = createPseudoVarDecl(root, sharedIter, isGlobal);
661 changeToVarRef(uniquePseudoVarName, owner, paths, root);
792 StylesheetRoot root = (StylesheetRoot)psuedoVarRecipient; local
793 Vector globalVars = root.getVariablesAndParamsComposed();
    [all...]
  /sdk/emulator/qtools/
read_method.cpp 91 trace->SetRoot(root);
  /external/webkit/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js 522 callback.call( root(this[i], first), this.length > 1 || i > 0 ?
531 function root( elem, cur ) { function
    [all...]
  /external/bluetooth/glib/gio/
gcontenttype.c 385 g_content_type_guess_for_tree (GFile *root)
    [all...]
  /bootable/recovery/
Android.mk 25 # This binary is in the recovery ramdisk, which is otherwise a copy of root.
  /cts/tools/dx-tests/etc/
starttests 62 rm -rf --preserve-root $datadir/dalvik-cache
212 rm -rf --preserve-root $dxtmpdir/*
  /cts/tools/host/src/com/android/cts/
HostConfig.java 159 .getElementsByTagName("Repository").item(0), "root");
279 * Get the root directory of configuration.
281 * @return The root directory of configuration.
421 * Storing the root information of some repository.
427 Repository(String root) {
428 mRoot = root;
432 * Get the root of the repository.
434 * @return The root of the repository.
460 ResultRepository(String root) {
461 super(root);
    [all...]
HostUtils.java 115 * @param root the path to start at.
119 public static void visitAllFilesUnder(File root, FilenameFilter filter, FileVisitor visitor) {
120 File[] files = root.listFiles(filter);
  /development/scripts/
divide_and_compress.py 173 root, ext = os.path.splitext(archive_path)
174 old_archive = ''.join([root, '-old', ext])

Completed in 435 milliseconds

<<21222324252627282930>>