HomeSort by relevance Sort by last modified time
    Searched refs:root (Results 26 - 50 of 3265) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
support.py 5 root = Tkinter._default_root
7 # it is possible to disable default root in Tkinter, although
10 root = None
12 if root is None:
14 root = Tkinter.Tk()
16 return root
19 root = get_tk_root()
20 root.deiconify()
23 root = get_tk_root()
24 root.withdraw(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
support.py 5 root = Tkinter._default_root
7 # it is possible to disable default root in Tkinter, although
10 root = None
12 if root is None:
14 root = Tkinter.Tk()
16 return root
19 root = get_tk_root()
20 root.deiconify()
23 root = get_tk_root()
24 root.withdraw(
    [all...]
  /external/icu4c/test/cintltst/
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/chromium/base/json/
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_org/ash/
root_window_settings.cc 24 RootWindowSettings* InitRootWindowSettings(aura::Window* root) {
26 root->SetProperty(kRootWindowSettingsKey, settings);
30 RootWindowSettings* GetRootWindowSettings(aura::Window* root) {
31 return root->GetProperty(kRootWindowSettingsKey);
34 const RootWindowSettings* GetRootWindowSettings(const aura::Window* root) {
35 return root->GetProperty(kRootWindowSettingsKey);
root_window_settings.h 20 // Per root window information should be stored here
21 // instead of using plain aura root window property because
22 // it can prevent mis-using on non root window.
26 // ID of the display associated with the root window.
29 // RootWindowController for the root window. This may be NULL
30 // for the root window used for mirroring.
34 // Initializes and returns RootWindowSettings for |root|.
35 // It is owned by the |root|.
36 RootWindowSettings* InitRootWindowSettings(aura::Window* root);
38 // Returns the RootWindowSettings for |root|
    [all...]
  /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/chromium_org/third_party/icu/source/test/cintltst/
ccolltst.c 27 void addCollTest(TestNode** root);
29 void addCollTest(TestNode** root)
31 addCollAPITest(root);
32 addCurrencyCollTest(root);
33 addNormTest(root);
34 addGermanCollTest(root);
35 addSpanishCollTest(root);
36 addFrenchCollTest(root);
37 addKannaCollTest(root);
38 addTurkishCollTest(root);
    [all...]
cformtst.c 27 void addDateTimePatternGeneratorTest(TestNode** root);
36 void addFormatTest(TestNode** root);
38 void addFormatTest(TestNode** root)
40 addCalTest(root);
41 addDateForTest(root);
42 addDateTimePatternGeneratorTest(root);
43 addNumForTest(root);
44 addNumFrDepTest(root);
45 addMsgForTest(root);
46 addDateForRgrTest(root);
    [all...]
  /external/chromium_org/ui/base/models/
tree_node_model_unittest.cc 63 // root
69 TestNode* root = new TestNode; local
70 TreeNodeModel<TestNode > model(root);
74 model.Add(root, child1, 0);
82 model.Add(root, child2, 1);
86 EXPECT_EQ(2, root->child_count());
94 TestNode* root = new TestNode; local
95 TreeNodeModel<TestNode > model(root);
99 root->Add(child1, 0);
101 EXPECT_EQ(1, model.GetChildCount(root));
124 TestNode root; local
162 TestNode root; local
196 TestNode root; local
246 TestNode root; local
280 TestNode* root = new TestNode(ASCIIToUTF16("root"), 0); local
291 TestNode root; local
313 TestNode root; local
    [all...]
  /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
  /external/chromium_org/net/quic/congestion_control/
cube_root.cc 59 // Calculate the cube root using a table lookup followed by one Newton-Raphson
61 uint32 CubeRoot::Root(uint64 a) {
76 uint64 root = ((cube_root_table[down_shifted_to_6bit] + 10) << cubic_shift) local
82 root = 2 * root + (a / (root * (root - 1)));
83 root = ((root * 341) >> 10); // Div by 3, biased low.
84 return static_cast<uint32>(root);
    [all...]
  /external/chromium_org/remoting/host/installer/mac/Config/
org.chromium.chromoting.conf 11 /var/log/org.chromium.chromoting.log root:admin 660 3 1000 * J
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystemSync.idl 35 readonly attribute DirectoryEntrySync root;
  /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/chromium_org/ui/events/
event_processor.cc 13 EventTarget* root = GetRootTarget(); local
14 CHECK(root);
15 EventTargeter* targeter = root->GetEventTargeter();
18 EventTarget* target = targeter->FindTargetForEvent(root, event);
  /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;
  /bionic/libc/bionic/
tdestroy.cpp 23 void tdestroy(void* root, void (*destroy_func)(void*)) {
24 node_t* root_node = (node_t*) root;
35 free(root);
  /external/chromium_org/chrome/browser/ui/views/
native_focus_tracker_views_win.cc 12 HWND root = GetAncestor(view, GA_ROOT); local
14 root ? BrowserView::GetBrowserViewForNativeWindow(root) : NULL;
  /external/chromium_org/chrome/common/extensions/docs/server2/
file_system_util.py 11 for root, _, files in file_system.Walk(directory):
13 url = posixpath.join(urlprefix, root, f)
14 yield url, posixpath.join(directory, root, f)
  /external/chromium_org/base/json/
json_writer_unittest.cc 13 Value* root = Value::CreateNullValue(); local
15 JSONWriter::Write(root, &output_js);
17 delete root;
20 root = new DictionaryValue;
21 JSONWriter::Write(root, &output_js);
23 delete root;
26 root = new ListValue;
27 JSONWriter::Write(root, &output_js);
29 delete root;
32 root = new FundamentalValue(1.0)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
macosxSupport.py 25 def isCarbonAquaTk(root):
33 'aqua' in root.tk.call('tk', 'windowingsystem') and
34 'AppKit' not in root.tk.call('winfo', 'server', '.'))
37 def tkVersionWarning(root):
47 ('AppKit' in root.tk.call('winfo', 'server', '.')) ):
48 patchlevel = root.tk.call('info', 'patchlevel')
58 def addOpenEventSupport(root, flist):
70 root.createcommand("::tk::mac::OpenDocument", doOpenFile)
72 def hideTkConsole(root):
74 root.tk.call('console', 'hide'
    [all...]

Completed in 1406 milliseconds

12 3 4 5 6 7 8 91011>>