/external/chromium_org/tools/grit/grit/format/ |
c_format_unittest.py | 24 root = util.ParseGrdForUnittest(""" 42 build.RcBuilder.ProcessNode(root, DummyOutput('c_format', 'en'), buf)
|
chrome_messages_json_unittest.py | 24 root = util.ParseGrdForUnittest(u""" 54 build.RcBuilder.ProcessNode(root, DummyOutput('chrome_messages_json', 'en'), buf) 87 root = util.ParseGrdForUnittest(""" 96 build.RcBuilder.ProcessNode(root, DummyOutput('chrome_messages_json', 'fr'), buf)
|
/external/chromium_org/tools/grit/grit/ |
xtb_reader_unittest.py | 48 root = util.ParseGrdForUnittest(''' 54 msgs, = root.GetChildrenOfType(empty.MessagesNode) 75 root = util.ParseGrdForUnittest(''' 79 msgs, = root.GetChildrenOfType(empty.MessagesNode)
|
/external/chromium_org/ui/aura/ |
window_targeter_unittest.cc | 25 ui::EventTarget* root, 45 Window* root = window->GetRootWindow(); local 47 CHECK(root->layer()); 49 if (!window->layer()->GetTargetTransformRelativeTo(root->layer(), &transform)) 94 ui::EventTarget* root = root_window(); local 95 ui::EventTargeter* targeter = root->GetEventTargeter(); 101 EXPECT_EQ(child, targeter->FindTargetForEvent(root, &mouse)); 111 EXPECT_EQ(window.get(), targeter->FindTargetForEvent(root, &mouse)); 117 EXPECT_EQ(child, targeter->FindTargetForEvent(root, &mouse));
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_capture_client.h | 37 explicit DesktopCaptureClient(aura::Window* root);
|
desktop_screen_position_client.cc | 75 aura::Window* root = window->GetRootWindow(); local 80 DesktopNativeWidgetAura::ForWindow(root); 86 // screen coordinate system. So we need to offset the root window's 90 aura::Window::ConvertPointToTarget(window->parent(), root, &origin); 92 gfx::Point host_origin = GetOrigin(root);
|
/external/icu/icu4c/source/test/letest/ |
letest.h | 47 U_CFUNC void addCTests(TestNode **root);
|
/external/jemalloc/src/ |
rtree.c | 50 ret->root = (void**)alloc(sizeof(void *) << ret->level2bits[0]); 51 if (ret->root == NULL) { 56 memset(ret->root, 0, sizeof(void *) << ret->level2bits[0]); 82 rtree_delete_subtree(rtree, rtree->root, 0);
|
/external/chromium_org/chrome/common/importer/ |
firefox_importer_utils.cc | 27 base::FilePath GetProfilePath(const base::DictionaryValue& root, 31 if (!root.GetStringASCII(profile_name + ".IsRelative", &is_relative) || 32 !root.GetString(profile_name + ".Path", &path16)) 51 bool IsDefaultProfile(const base::DictionaryValue& root, 54 root.GetStringASCII(profile_name + ".Default", &is_default); 66 return GetFirefoxProfilePathFromDictionary(ini_parser.root()); 70 const base::DictionaryValue& root) { 74 if (root.HasKey(current_profile)) { 90 if (IsDefaultProfile(root, *it)) 91 return GetProfilePath(root, *it) [all...] |
/external/chromium_org/v8/tools/testrunner/local/ |
testsuite.py | 40 def LoadTestSuite(root): 41 name = root.split(os.path.sep)[-1] 44 (f, pathname, description) = imp.find_module("testcfg", [root]) 46 return module.GetSuite(name, root) 49 return GoogleTestSuite(name, root) 54 def __init__(self, name, root): 56 self.root = root # string containing path 69 return "%s/%s.status" % (self.root, self.name) 224 def __init__(self, name, root) [all...] |
/external/clang/utils/analyzer/ |
CmpRuns.py | 35 # root - the name of the root directory, which will be disregarded when 38 def __init__(self, path, root="", verboseLog=None): 40 self.root = root 51 root = self._report.run.root 53 if fileName.startswith(root) : 54 return fileName[len(root):] 131 self.root = info.roo [all...] |
/external/deqp/executor/ |
xeBatchExecutor.cpp | 60 static void computeExecuteSet (TestSet& executeSet, const TestNode* root, const TestSet& testSet, const BatchResult* batchResult) 62 ConstTestNodeIterator iter = ConstTestNodeIterator::begin(root); 63 ConstTestNodeIterator end = ConstTestNodeIterator::end(root); 79 static void computeBatchRequest (TestSet& requestSet, const TestSet& executeSet, const TestNode* root, int maxCasesInSet) 81 ConstTestNodeIterator iter = ConstTestNodeIterator::begin(root); 82 ConstTestNodeIterator end = ConstTestNodeIterator::end(root); 98 static int removeExecuted (TestSet& set, const TestNode* root, const BatchResult* batchResult) 101 ConstTestNodeIterator iter = ConstTestNodeIterator::begin(root); 102 ConstTestNodeIterator end = ConstTestNodeIterator::end(root); 157 BatchExecutor::BatchExecutor (const TargetConfiguration& config, CommLink* commLink, const TestNode* root, const TestSet& testSet, BatchResult* batchResult, InfoLog* infoLog [all...] |
/external/chromium_org/third_party/icu/source/tools/ctestfw/ |
ctest.c | 65 static TestNode* addTestNode( TestNode *root, const char *name ); 77 static void iterateTestsWithLevel( const TestNode *root, int depth, 202 addTest(TestNode** root, 209 if (*root == NULL) 210 *root = createTestNode("", 0); 212 newNode = addTestNode( *root, name ); 220 static TestNode *addTestNode ( TestNode *root, const char *name ) 230 curNode = root; 320 * @param root root of the subtree to operate o [all...] |
/external/icu/icu4c/source/tools/ctestfw/ |
ctest.c | 65 static TestNode* addTestNode( TestNode *root, const char *name ); 77 static void iterateTestsWithLevel( const TestNode *root, int depth, 202 addTest(TestNode** root, 209 if (*root == NULL) 210 *root = createTestNode("", 0); 212 newNode = addTestNode( *root, name ); 220 static TestNode *addTestNode ( TestNode *root, const char *name ) 230 curNode = root; 320 * @param root root of the subtree to operate o [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
StyleSheetContents.cpp | 372 StyleSheetContents* root = rootStyleSheet(); 373 return root->m_loadingClients.isEmpty(); 431 StyleSheetContents* root = rootStyleSheet(); 432 for (ClientsIterator it = root->m_loadingClients.begin(); it != root->m_loadingClients.end(); ++it) 440 copyToVector(root->m_completedClients, completedClients); 447 const StyleSheetContents* root = this; 448 while (root->parentStyleSheet()) 449 root = root->parentStyleSheet() [all...] |
/cts/common/host-side/java-scanner/src/com/android/compatibility/common/scanner/ |
JavaScannerDoclet.java | 38 public static boolean start(RootDoc root) { 39 ClassDoc[] classes = root.classes();
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
AMutableDictionary.h | 18 __strong ACBTree *root; variable 27 @property (retain) ACBTree *root; variable
|
ANTLRTreeIterator.h | 42 __strong id<ANTLRBaseTree> root; variable 53 @property(retain) id<ANTLRBaseTree> root; variable
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemAttributeSet.java | 167 * @param root The root stylesheet for this transformation. 169 public void recompose(StylesheetRoot root) 171 root.recomposeAttributeSets(this);
|
KeyDeclaration.java | 191 * @param root The root stylesheet for this transformation. 193 public void recompose(StylesheetRoot root) 195 root.recomposeKeys(this);
|
/external/chromium_org/ash/shelf/ |
shelf_alignment_menu.cc | 16 ShelfAlignmentMenu::ShelfAlignmentMenu(aura::Window* root) 18 root_window_(root) {
|
/external/chromium_org/ash/wm/ |
screen_dimmer.cc | 59 void ScreenDimmer::OnWindowBoundsChanged(aura::Window* root, 63 dimming_layer_->SetBounds(gfx::Rect(root->bounds().size()));
|
/external/chromium_org/build/secondary/tools/grit/ |
stamp_grit_sources.py | 20 for root, _, filenames in os.walk(grit_root_dir): 21 grit_src = [os.path.join(root, f) for f in filenames
|
/external/chromium_org/chrome/browser/prefs/ |
pref_service_browsertest.cc | 124 scoped_ptr<base::Value> root(deserializer.Deserialize(NULL, NULL)); 126 ASSERT_TRUE(root.get()); 127 ASSERT_TRUE(root->IsType(base::Value::TYPE_DICTIONARY)); 130 static_cast<base::DictionaryValue*>(root.get()); 185 scoped_ptr<base::Value> root(deserializer.Deserialize(NULL, NULL)); 187 ASSERT_TRUE(root.get()); 188 ASSERT_TRUE(root->IsType(base::Value::TYPE_DICTIONARY)); 197 static_cast<base::DictionaryValue*>(root.get());
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
api_categorizer.py | 30 for root, _, files in self._file_system.Walk(base_dir): 31 public_templates.extend(posixpath.join(root, name) for name in files)
|