/dalvik/libcore/xml/src/test/java/tests/xml/ |
NodeTest.java | 43 ByteArrayInputStream bis = new ByteArrayInputStream("<root/>".getBytes()); 45 Node root = document.getDocumentElement(); local 46 assertNull(root.getNextSibling());
|
/development/pdk/docs/source/ |
building-dream.jd | 14 <li>At the root of your source tree, run ". build/envsetup.sh" like you normally would for an emulator build. 18 <li>run "adb root".<br></li> 28 <li>At the root of your source tree, run ". build/envsetup.sh" like you normally would for an emulator build.
|
/development/scripts/ |
add-accounts | 44 args = ("adb",) + adb_flags + ("shell", "su", "root", 49 args = ("adb",) + adb_flags + ("shell", "su", "root", 54 args = ("adb",) + adb_flags + ("shell", "su", "root",
|
/external/freetype/include/freetype/ |
ftrender.h | 127 /* root :: The root @FT_Module_Class fields. */ 150 FT_Module_Class root; member in struct:FT_Renderer_Class_
|
/external/grub/stage2/ |
freebsd.h | 29 #define RB_RDONLY 0x80 /* mount root fs read-only */ 31 #define RB_MINIROOT 0x200 /* mini-root present in memory at boot time */ 35 #define RB_CDROM 0x2000 /* use cdrom as root */
|
/external/icu4c/stubdata/ |
icudt42l-default.txt | 7 brkitr/root.res 49 coll/root.res 128 root.res
|
icudt42l-us-japan.txt | 8 brkitr/root.res 36 coll/root.res 114 root.res
|
icudt42l-us.txt | 7 brkitr/root.res 35 coll/root.res 107 root.res
|
/external/icu4c/test/cintltst/ |
cestst.c | 75 void addSpanishCollTest(TestNode** root) 79 addTest(root, &TestPrimary, "tscoll/cestst/TestPrimary"); 80 addTest(root, &TestTertiary, "tscoll/cestst/TestTertiary");
|
cturtst.c | 82 void addTurkishCollTest(TestNode** root) 85 addTest(root, &TestPrimary, "tscoll/cturtst/TestPrimary"); 86 addTest(root, &TestTertiary, "tscoll/cturtst/TestTertiary");
|
/external/iproute2/examples/diffserv/ |
Edge1 | 11 IPROUTE=/root/DS-6-beta/iproute2-990530-dsing 14 IPCHAINS=/root/DS-6-beta/ipchains-1.3.9/ipchains 33 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64 set_tc_index
|
Edge2 | 12 IPROUTE=/root/DS-6-beta/iproute2-990530-dsing 15 IPCHAINS=/root/DS-6-beta/ipchains-1.3.9/ipchains 52 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64
|
/external/kernel-headers/original/linux/ |
ioport.h | 97 extern int request_resource(struct resource *root, struct resource *new); 98 extern struct resource * ____request_resource(struct resource *root, struct resource *new); 101 extern int allocate_resource(struct resource *root, struct resource *new,
|
/external/netcat/scripts/ |
probe | 3 ## stderr+stdout in one place. Run as root for rservice and low -p to work. 35 rservice root root | $UCMD -r "$1" exec 2>&1
|
/external/skia/include/utils/ |
SkLayer.h | 86 /** Return the root layer in this hiearchy. If this layer is the root 101 from this layer's root parent to the layer itself.
|
/external/skia/src/core/ |
SkMath.cpp | 352 uint32_t root = 0; local 357 root <<= 1; 362 uint32_t testDiv = (root << 1) + 1; 365 root++; 369 return root; 378 uint32_t root = 0; local 383 root <<= 1; 384 uint32_t guess = root * root + root; [all...] |
/external/srec/config/en.us/tcp/ |
bothtags5.tcp | 16 # ROOT is the name of the rule we activate in that grammar, no other rule should work anyways 18 context_load grammars/enroll.g2g VoiceEnroll ROOT ve 20 ##context_load grammars/enroll VoiceEnroll ROOT ve
|
/external/srec/seti/sltsEngine/include/ |
lts_seq_internal.h | 58 Left_DFRE, /*20*/ /*DFRE = distance from root edge*/ 59 Right_DFRE, /*DFRE = distance from root edge*/ 85 int left_DFRE; /*DFRE = distance from root edge*/
|
/external/v8/tools/ |
stats-viewer.py | 82 # The Tkinter root window object 83 self.root = None 162 self.root.title("Stats Viewer [updated %s]" % time.strftime("%H:%M:%S")) 166 self.root.after(UPDATE_INTERVAL_MS, lambda: self.UpdateCounters()) 218 for child in self.root.children.values(): 227 name = Tkinter.Label(self.root, width=50, anchor=Tkinter.W, 235 value = Tkinter.Label(self.root, width=15, anchor=Tkinter.W, 249 self.root.update() 252 """Create and display the root window.""" 253 self.root = Tkinter.Tk( [all...] |
/external/webkit/WebCore/editing/ |
RemoveFormatCommand.cpp | 56 // Get the default style for this editable root, it's the style that we'll give the 58 Node* root = frame->selection()->rootEditableElement(); local 59 RefPtr<CSSMutableStyleDeclaration> defaultStyle = editingStyleAtPosition(Position(root, 0));
|
/external/webkit/WebCore/platform/graphics/wince/ |
MediaPlayerProxy.cpp | 126 RootObject *root = frame->script()->bindingRootObject(); local 127 if (!root) 129 ExecState *exec = root->globalObject()->globalExec();
|
/external/webkit/WebCore/platform/gtk/ |
PlatformScreenGtk.cpp | 52 GtkWidget* container = GTK_WIDGET(widget->root()->hostWindow()->platformPageClient()); 100 GtkWidget* container = gtk_widget_get_toplevel(GTK_WIDGET(widget->root()->hostWindow()->platformPageClient())); 125 GtkWidget* container = GTK_WIDGET(widget->root()->hostWindow()->platformPageClient());
|
/external/webkit/WebCore/rendering/ |
LayoutState.cpp | 86 LayoutState::LayoutState(RenderObject* root) 90 , m_renderer(root) 93 RenderObject* container = root->container();
|
/external/webkit/WebKit/android/plugins/ |
ANPTypefaceInterface.cpp | 73 const char* root = getenv("ANDROID_ROOT"); local 74 size_t len = strlen(root); 79 memcpy(storage, root, len);
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/ |
test_files.py | 75 for root, dirs, files in os.walk(path): 77 if os.path.basename(root) in _skipped_directories: 83 filename = os.path.join(root, filename)
|