/external/icu4c/test/cintltst/ |
cdtdptst.c | 32 void addDtFrDepTest(TestNode** root); 34 void addDtFrDepTest(TestNode** root) 36 addTest(root, &TestTwoDigitYearDSTParse, "tsformat/cdtdptst/TestTwoDigitYearDSTParse"); 37 addTest(root, &TestPartialParse994, "tsformat/cdtdptst/TestPartialParse994"); 38 addTest(root, &TestRunTogetherPattern985, "tsformat/cdtdptst/TestRunTogetherPattern985"); 39 addTest(root, &TestCzechMonths459, "tsformat/cdtdptst/TestCzechMonths459"); 40 addTest(root, &TestQuotePattern161, "tsformat/cdtdptst/TestQuotePattern161");
|
/external/iproute2/man/man8/ |
tc.8 | 10 .B | root ] 29 .B | root ] protocol 154 the root of a device. Full syntax: 158 .B root 165 .B root 311 must be passed, either by passing its ID or by attaching directly to the root of a device. 320 A qdisc can be removed by specifying its handle, which may also be 'root'. All subclasses and their leaf qdiscs
|
/external/iproute2/tc/ |
tc_class.c | 33 fprintf(stderr, " [ classid CLASSID ] [ root | parent CLASSID ]\n"); 36 fprintf(stderr, " tc class show [ dev STRING ] [ root | parent CLASSID ]\n"); 82 } else if (strcmp(*argv, "root") == 0) { 84 fprintf(stderr, "Error: \"root\" is duplicate parent ID.\n"); 200 fprintf(fp, "root "); 262 } else if (strcmp(*argv, "root") == 0) { 264 fprintf(stderr, "Error: \"root\" is duplicate parent ID\n");
|
tc_filter.c | 36 fprintf(stderr, " [ root | classid CLASSID ] [ handle FILTERID ]\n"); 39 fprintf(stderr, " tc filter show [ dev STRING ] [ root | parent CLASSID ]\n"); 84 } else if (strcmp(*argv, "root") == 0) { 86 fprintf(stderr, "Error: \"root\" is duplicate parent ID\n"); 222 fprintf(fp, "root "); 281 } else if (strcmp(*argv, "root") == 0) { 283 fprintf(stderr, "Error: \"root\" is duplicate parent ID\n");
|
/external/v8/test/cctest/ |
test-mark-compact.cc | 223 Handle<JSObject> root = Factory::NewJSObjectFromMap(CreateMap()); local 226 map->set_prototype(*root); 227 root = Factory::NewJSObjectFromMap(map); 306 Handle<Object> root = GlobalHandles::Create(*g1s1); // make a root. local 324 // Weaken the root. 325 GlobalHandles::MakeWeak(root.location(),
|
/external/webkit/WebCore/bridge/qt/ |
qt_pixmapruntime.cpp | 79 virtual JSValue invoke(ExecState* exec, QVariant&, PassRefPtr<RootObject> root, QtPixmapInstance* inst) = 0; 86 JSValue invoke(ExecState* exec, QVariant& v, PassRefPtr<RootObject> root, QtPixmapInstance*) 96 JSDOMGlobalObject* global = static_cast<JSDOMGlobalObject*>(root->globalObject()); 118 JSValue invoke(ExecState* exec, QVariant& v, PassRefPtr<RootObject> root, QtPixmapInstance*) 140 JSValue invoke(ExecState* exec, QVariant& v, PassRefPtr<RootObject> root, QtPixmapInstance* inst) 335 JSObject* QtPixmapInstance::createRuntimeObject(ExecState* exec, PassRefPtr<RootObject> root, const QVariant& data) 338 return new(exec) QtPixmapRuntimeObjectImp(exec, new QtPixmapInstance(root, data));
|
/cts/tools/host/src/com/android/cts/ |
TestSessionLog.java | 272 Node root = doc.createElement(TAG_TEST_RESULT); local 273 doc.appendChild(root); 275 setAttribute(doc, root, ATTRIBUTE_VERSION, CTS_RESULT_FILE_VERSION); 276 setAttribute(doc, root, ATTRIBUTE_STARTTIME, HostUtils.dateToString(mSessionStartTime)); 277 setAttribute(doc, root, ATTRIBUTE_ENDTIME, HostUtils.dateToString(mSessionEndTime)); 278 setAttribute(doc, root, ATTRIBUTE_TESTPLAN, mTestPlanName); 292 root.appendChild(deviceSettingNode); 333 root.appendChild(hostInfo); 363 root.appendChild(summaryNode); 385 root.appendChild(testPackageNode) [all...] |
/dalvik/libcore/luni/src/main/java/java/util/ |
TreeMap.java | 45 transient Node<K, V> root; field in class:TreeMap 190 this(map, minimum(map.root)); 510 Node<K, V> node = backingMap.root; 571 Node<K, V> node = minimum(backingMap.root); 629 Node<K, V> node = backingMap.root; 693 Node<K, V> node = maximum(backingMap.root); 765 from = minimum(backingMap.root); 776 to = maximum(backingMap.root); 823 from = minimum(subMap.backingMap.root); 905 from = minimum(subMap.backingMap.root); [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ |
DTMIterator.java | 94 * The root node of the <code>DTMIterator</code>, as specified when it 95 * was created. Note the root node is not the root node of the 104 * Reset the root node of the <code>DTMIterator</code>, overriding 105 * the value specified when it was created. Note the root node is 106 * not the root node of the document tree, but the context node from 113 * <li>a node (the context node... same value as "root" defined below) </li> 128 * will be the root node -- or, if that's filtered out, the first node 129 * within the root's subtree which is _not_ skipped by the filters. 169 * the first call to <code>nextNode()</code> returns that root or (if i [all...] |
DTMFilter.java | 47 * <code>root</code>; in this case, it means that the attribute node 74 * <code>root</code>; in this case, it means that the <code>Entity</code> 93 * and such, this is meaningful only when the iteration root is the 106 * root is the Document itself, since DocumentFragment has no parent.) 113 * <code>root</code>; in this case, it means that the
|
/external/skia/src/xml/ |
SkDOM.cpp | 479 "<root a='1' b='2'>" 487 "</root>" 494 const Node* root = dom.build(gDoc, sizeof(gDoc) - 1); local 495 SkASSERT(root && dom.getRootNode() == root); 497 const char* v = dom.findAttr(root, "a"); 499 v = dom.findAttr(root, "b"); 501 v = dom.findAttr(root, "c"); 504 SkASSERT(dom.getFirstChild(root, "elem1")); 505 SkASSERT(!dom.getFirstChild(root, "subelem1")) [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/install-tools/ |
fixinc.sh | 253 mkdir $LIB/root 315 # repoint the link at ${INPUT}/root$target 316 # and process $target into ${INPUT}/root$target 320 then echo ${sym_link} '->' root${full_dest_dir} ': Making rooted link' 322 if [ -d $LIB/root${full_dest_dir} ] 325 dirname=root${full_dest_dir}/ 338 # root area. 343 dupdir=${LIB}/root${full_dest_dir}/`echo $file2 | 368 ln -s ${dots}root${full_dest_dir} ${LIB}/${sym_link} > /dev/null 2>&1 369 treetops="$treetops ${sym_link} ${LIB}/root${full_dest_dir} [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/ |
fixinc.sh | 253 mkdir $LIB/root 315 # repoint the link at ${INPUT}/root$target 316 # and process $target into ${INPUT}/root$target 320 then echo ${sym_link} '->' root${full_dest_dir} ': Making rooted link' 322 if [ -d $LIB/root${full_dest_dir} ] 325 dirname=root${full_dest_dir}/ 338 # root area. 343 dupdir=${LIB}/root${full_dest_dir}/`echo $file2 | 368 ln -s ${dots}root${full_dest_dir} ${LIB}/${sym_link} > /dev/null 2>&1 369 treetops="$treetops ${sym_link} ${LIB}/root${full_dest_dir} [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/ |
fixinc.sh | 251 mkdir $LIB/root 313 # repoint the link at ${INPUT}/root$target 314 # and process $target into ${INPUT}/root$target 318 then echo ${sym_link} '->' root${full_dest_dir} ': Making rooted link' 320 if [ -d $LIB/root${full_dest_dir} ] 323 dirname=root${full_dest_dir}/ 336 # root area. 341 dupdir=${LIB}/root${full_dest_dir}/`echo $file2 | 366 ln -s ${dots}root${full_dest_dir} ${LIB}/${sym_link} > /dev/null 2>&1 367 treetops="$treetops ${sym_link} ${LIB}/root${full_dest_dir} [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/install-tools/ |
fixinc.sh | 253 mkdir $LIB/root 315 # repoint the link at ${INPUT}/root$target 316 # and process $target into ${INPUT}/root$target 320 then echo ${sym_link} '->' root${full_dest_dir} ': Making rooted link' 322 if [ -d $LIB/root${full_dest_dir} ] 325 dirname=root${full_dest_dir}/ 338 # root area. 343 dupdir=${LIB}/root${full_dest_dir}/`echo $file2 | 368 ln -s ${dots}root${full_dest_dir} ${LIB}/${sym_link} > /dev/null 2>&1 369 treetops="$treetops ${sym_link} ${LIB}/root${full_dest_dir} [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/ |
fixinc.sh | 253 mkdir $LIB/root 315 # repoint the link at ${INPUT}/root$target 316 # and process $target into ${INPUT}/root$target 320 then echo ${sym_link} '->' root${full_dest_dir} ': Making rooted link' 322 if [ -d $LIB/root${full_dest_dir} ] 325 dirname=root${full_dest_dir}/ 338 # root area. 343 dupdir=${LIB}/root${full_dest_dir}/`echo $file2 | 368 ln -s ${dots}root${full_dest_dir} ${LIB}/${sym_link} > /dev/null 2>&1 369 treetops="$treetops ${sym_link} ${LIB}/root${full_dest_dir} [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/ |
fixinc.sh | 251 mkdir $LIB/root 313 # repoint the link at ${INPUT}/root$target 314 # and process $target into ${INPUT}/root$target 318 then echo ${sym_link} '->' root${full_dest_dir} ': Making rooted link' 320 if [ -d $LIB/root${full_dest_dir} ] 323 dirname=root${full_dest_dir}/ 336 # root area. 341 dupdir=${LIB}/root${full_dest_dir}/`echo $file2 | 366 ln -s ${dots}root${full_dest_dir} ${LIB}/${sym_link} > /dev/null 2>&1 367 treetops="$treetops ${sym_link} ${LIB}/root${full_dest_dir} [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/ |
fixinc.sh | 253 mkdir $LIB/root 315 # repoint the link at ${INPUT}/root$target 316 # and process $target into ${INPUT}/root$target 320 then echo ${sym_link} '->' root${full_dest_dir} ': Making rooted link' 322 if [ -d $LIB/root${full_dest_dir} ] 325 dirname=root${full_dest_dir}/ 338 # root area. 343 dupdir=${LIB}/root${full_dest_dir}/`echo $file2 | 368 ln -s ${dots}root${full_dest_dir} ${LIB}/${sym_link} > /dev/null 2>&1 369 treetops="$treetops ${sym_link} ${LIB}/root${full_dest_dir} [all...] |
/prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/install-tools/ |
fixinc.sh | 253 mkdir $LIB/root 315 # repoint the link at ${INPUT}/root$target 316 # and process $target into ${INPUT}/root$target 320 then echo ${sym_link} '->' root${full_dest_dir} ': Making rooted link' 322 if [ -d $LIB/root${full_dest_dir} ] 325 dirname=root${full_dest_dir}/ 338 # root area. 343 dupdir=${LIB}/root${full_dest_dir}/`echo $file2 | 368 ln -s ${dots}root${full_dest_dir} ${LIB}/${sym_link} > /dev/null 2>&1 369 treetops="$treetops ${sym_link} ${LIB}/root${full_dest_dir} [all...] |
/bionic/libc/bionic/ |
fts.c | 74 FTSENT *p, *root; local 102 /* Allocate/initialize root's parent. */ 107 /* Allocate/initialize root(s). */ 108 for (root = NULL, nitems = 0; *argv; ++argv, ++nitems) { 131 p->fts_link = root; 132 root = p; 135 if (root == NULL) 136 tmp = root = p; 144 root = fts_sort(sp, root, nitems) [all...] |
/dalvik/dx/src/com/android/dx/ssa/ |
Dominators.java | 171 SsaBasicBlock root = postdom local 174 if (root != null) { 175 vertex.add(root); 176 domInfos[root.getIndex()].idom = root.getIndex();
|
/development/ide/emacs/ |
android-compile.el | 57 Makefiles are named Android.mk except in the root directory where 59 TOPDIR is the root directory of the build. 80 ;; Remove the root dir at the start of the filename 146 (let* ((topdir (android-find-build-tree-root)) 157 ;; The root Makefile is not invoked using ONE_SHOT_MAKEFILE.
|
/external/srec/srec/Semproc/src/ |
SemanticProcessorImpl.c | 556 * if ruleName is: root} 560 * root.meaning='hello';root.meaning=root.meaning+' '+'world'; 562 * I am basically replacing END_SCOPE_MARKER with '.' and inserting 'root.' 673 * map 'ROOT.meaning' to 'meaning' 683 LSTRCPY(meaning, ruleName); /* the last rule name encountered is always the root */ 713 * No meaning was provided, so just concat all the values that are associated with the ROOT rule 714 * (key name begins with ROOT) 721 if (LSTRSTR(p, ruleName) == p) /* key name begins with root ruleName * [all...] |
/external/webkit/WebCore/bindings/js/ |
JSNodeCustom.cpp | 152 // Find the the root, and the highest ancestor with a wrapper. 153 Node* root = node; local 156 root = current; 162 // case, the root of the detached subtree has a wrapper, so the tree will only 171 for (Node* nodeToMark = root; nodeToMark; nodeToMark = nodeToMark->traverseNextNode())
|
/external/webkit/WebCore/css/ |
CSSStyleSheet.cpp | 203 StyleBase* root = this; local 204 while (StyleBase* parent = root->parent()) 205 root = parent; 206 Document* documentToUpdate = root->isCSSStyleSheet() ? static_cast<CSSStyleSheet*>(root)->doc() : 0;
|