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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/v8/test/intl/
testcfg.py 36 def __init__(self, name, root):
37 super(IntlTestSuite, self).__init__(name, root)
41 for dirname, dirs, files in os.walk(self.root):
49 testname = os.path.join(dirname[len(self.root) + 1:], filename[:-3])
58 files.append(os.path.join(self.root, "assert.js"))
59 files.append(os.path.join(self.root, "utils.js"))
60 files.append(os.path.join(self.root, testcase.path + self.suffix()))
70 def GetSuite(name, root):
71 return IntlTestSuite(name, root)
  /packages/experimental/TestBack/src/foo/bar/testback/
TestBackService.java 48 AccessibilityNodeInfo root = getRootInActiveWindow(); local
49 if (root != null) {
50 AccessibilityNodeInfo focus = root.findFocus(
59 root.recycle();
64 AccessibilityNodeInfo root = getRootInActiveWindow(); local
65 if (root != null) {
66 AccessibilityNodeInfo focus = root.findFocus(
75 root.recycle();
80 AccessibilityNodeInfo root = getRootInActiveWindow(); local
81 if (root != null)
96 AccessibilityNodeInfo root = getRootInActiveWindow(); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 13 self.root = Toplevel(master, class_=class_)
15 self.root = Toplevel(master)
17 self.root.title(title)
18 self.root.iconname(title)
19 self.message = Message(self.root, text=text, aspect=400)
21 self.frame = Frame(self.root)
26 self.root.bind('<Return>', self.return_event)
34 self.root.protocol('WM_DELETE_WINDOW', self.wm_delete_window)
38 widget = self.root
67 self.root.wait_visibility(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 13 self.root = Toplevel(master, class_=class_)
15 self.root = Toplevel(master)
17 self.root.title(title)
18 self.root.iconname(title)
19 self.message = Message(self.root, text=text, aspect=400)
21 self.frame = Frame(self.root)
26 self.root.bind('<Return>', self.return_event)
34 self.root.protocol('WM_DELETE_WINDOW', self.wm_delete_window)
38 widget = self.root
67 self.root.wait_visibility(
    [all...]
  /external/chromium_org/tools/grit/grit/format/
resource_map.py 25 def GetMapName(root):
30 |root| is the grd file root.'''
31 outputs = root.GetOutputFiles()
48 def _FormatHeader(root, lang='en', output_dir='.'):
66 ''' % { 'map_name': GetMapName(root) }
69 def _FormatSourceHeader(root):
73 for output in root.GetOutputFiles():
92 'map_name': GetMapName(root),
96 def _FormatSourceFooter(root)
    [all...]
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
ClasspathLocator.java 50 private String root = ""; field in class:ClasspathLocator
56 this.root = rootPath;
57 if (root.equals("/"))
58 root = "";
59 else if (root.length() > 1){
60 if (root.startsWith("/")){
61 root = root.substring(1);
63 if (!root.endsWith("/"))
64 root += "/"
    [all...]
  /external/v8/test/test262/
testcfg.py 45 def __init__(self, filename, path, context, root, mode, framework):
49 self.root = root
77 def __init__(self, context, root):
78 super(Test262TestConfiguration, self).__init__(context, root)
81 testroot = join(self.root, 'data', 'test', 'suite')
82 harness = [join(self.root, 'data', 'test', 'harness', f)
84 harness += [join(self.root, 'harness-adapt.js')]
86 for root, dirs, files in os.walk(testroot):
90 root_path = root[len(self.root):].split(os.path.sep
    [all...]
  /frameworks/compile/mclinker/unittests/
PathTest.cpp 46 std::string root(TOPDIR);
47 root += "/test/lit.cfg";
48 m_pTestee->assign(root);
52 m_pTestee = new Path(root);
57 const std::string root = "/luck"; local
58 m_pTestee->assign(root);
62 m_pTestee = new Path(root);
67 const std::string root = "../././.."; local
68 m_pTestee->assign(root);
72 m_pTestee = new Path(root);
78 const std::string root = "\/luck"; local
89 const std::string root = "aaa\/bbb\/..\/..\/ccc\/"; local
103 const std::string root = "aa\/"; local
117 const std::string root = "aa\/"; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.cpp 81 WTF_EXPORT void partitionAllocInit(PartitionRoot* root, size_t numBuckets, size_t maxAllocation)
83 ASSERT(!root->initialized);
84 root->initialized = true;
85 root->lock = 0;
86 root->totalSizeOfSuperPages = 0;
87 root->numBuckets = numBuckets;
88 root->maxAllocation = maxAllocation;
90 for (i = 0; i < root->numBuckets; ++i) {
91 PartitionBucket* bucket = &root->buckets()[i];
92 bucket->root = root
    [all...]
  /art/runtime/
root_visitor.h 26 typedef void (RootVisitor)(const mirror::Object* root, void* arg);
27 typedef void (VerifyRootVisitor)(const mirror::Object* root, void* arg, size_t vreg,
  /cts/tests/tests/sax/src/android/sax/cts/
RootElementTest.java 28 RootElement root = new RootElement(ATOM_NAMESPACE, FEED); local
29 assertNotNull(root.getContentHandler());
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
RTFIterator.java 39 public RTFIterator(int root, DTMManager manager) {
40 super(root, manager);
  /external/chromium_org/chrome/installer/util/
registry_key_backup.h 29 bool Initialize(HKEY root, const wchar_t* key_path);
34 bool WriteTo(HKEY root, const wchar_t* key_path) const;
uninstall_metrics.cc 47 bool ExtractUninstallMetrics(const DictionaryValue& root,
52 if (!root.GetBoolean(prefs::kMetricsReportingEnabled,
59 if (!root.HasKey(installer::kUninstallMetricsName) ||
60 !root.GetDictionary(installer::kUninstallMetricsName,
78 scoped_ptr<Value> root(json_serializer.Deserialize(NULL, NULL));
79 if (!root.get())
82 // Preferences should always have a dictionary root.
83 if (!root->IsType(Value::TYPE_DICTIONARY))
86 return ExtractUninstallMetrics(*static_cast<DictionaryValue*>(root.get()),
  /external/chromium_org/gpu/tools/compositor_model_bench/
render_models.cc 20 RenderModelSimulator::RenderModelSimulator(RenderNode* root) : root_(root) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
SubtreeLayoutScope.h 51 SubtreeLayoutScope(RenderObject* root);
57 RenderObject* root() { return m_root; } function in class:WebCore::SubtreeLayoutScope
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElementInstanceList.h 33 static PassRefPtr<SVGElementInstanceList> create(PassRefPtr<SVGElementInstance> root) { return adoptRef(new SVGElementInstanceList(root)); }
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystem.idl 37 readonly attribute DirectoryEntry root;
  /external/chromium_org/third_party/WebKit/Source/platform/
Partitions.h 44 ALWAYS_INLINE static PartitionRoot* getObjectModelPartition() { return m_objectModelAllocator.root(); }
45 ALWAYS_INLINE static PartitionRoot* getRenderingPartition() { return m_renderingAllocator.root(); }
  /external/chromium_org/third_party/angle/src/compiler/timing/
RestrictVertexShaderTiming.h 24 void enforceRestrictions(TIntermNode* root) { root->traverse(this); }
  /external/chromium_org/ui/events/
event_targeter.h 24 virtual EventTarget* FindTargetForEvent(EventTarget* root,
28 // etc. of |event| are in |root|'s coordinate system. When finding the target
32 virtual EventTarget* FindTargetForLocatedEvent(EventTarget* root,
  /external/chromium_org/ui/events/test/
test_event_processor.cc 15 void TestEventProcessor::SetRoot(scoped_ptr<EventTarget> root) {
16 root_ = root.Pass();
  /external/llvm/utils/
getsrcs.sh 25 TOPDIR=`llvm-config --src-root`
  /frameworks/rs/tests/latency/
latency.rs 21 void root(const uint32_t *v_in, uint32_t *v_out) {
  /frameworks/support/v4/jellybean/android/support/v4/view/accessibility/
AccessibilityRecordCompatJellyBean.java 27 public static void setSource(Object record, View root, int virtualDescendantId) {
28 ((AccessibilityRecord) record).setSource(root, virtualDescendantId);

Completed in 462 milliseconds

1 2 34 5 6 7 8 91011>>