/external/qemu/android/skin/ |
keyset.h | 91 extern SkinKeyset* skin_keyset_new ( AConfig* root );
|
/external/webkit/WebCore/platform/win/ |
PlatformScreenWin.cpp | 43 HWND window = widget ? widget->root()->hostWindow()->platformPageClient() : 0;
|
/external/webkit/WebCore/rendering/ |
InlineBox.cpp | 194 const RootInlineBox* InlineBox::root() const function in class:WebCore::InlineBox 197 return m_parent->root(); 202 RootInlineBox* InlineBox::root() function in class:WebCore::InlineBox 205 return m_parent->root();
|
RenderSVGText.cpp | 119 RenderSVGRoot* root = findSVGRootObject(parent()); local 120 if (!root) 140 RenderSVGRoot* root = findSVGRootObject(parent()); local 141 if (!root)
|
RenderView.h | 235 LayoutStateMaintainer(RenderView* view, RenderBox* root, IntSize offset, bool disableState = false) 241 push(root, offset); 258 void push(RenderBox* root, IntSize offset) 262 m_view->pushLayoutState(root, offset);
|
/external/webkit/WebKitTools/wx/build/ |
build_utils.py | 46 def get_excludes(root, patterns): 56 adir = root + subdir + os.sep + pattern 63 def get_dirs_for_features(root, features, dirs): 72 featuredir = os.path.join(root, relpath)
|
/frameworks/base/tools/preload/ |
MemoryUsage.java | 289 Root root = Root.fromFile(args[0]); local 290 root.baseline = baseline(); 291 for (LoadedClass loadedClass : root.loadedClasses.values()) { 296 root.toFile(args[0]);
|
/packages/apps/Gallery/src/com/android/camera/ |
MovieView.java | 46 View rootView = findViewById(R.id.root);
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
splay-tree.h | 76 /* The type of a function used to allocate memory for tree root and 105 /* The root of the tree. */ 106 splay_tree_node GTY ((use_params)) root;
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
splay-tree.h | 76 /* The type of a function used to allocate memory for tree root and 105 /* The root of the tree. */ 106 splay_tree_node GTY ((use_params)) root;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
NewXmlFileWizard.java | 153 String root = mMainPage.getRootElement(); local 154 if (root == null) { 156 AdtPlugin.log(IStatus.ERROR, "Failed to create %1$s: missing root element", //$NON-NLS-1$ 163 sb.append('<').append(root); 175 sb.append("</").append(root).append(">\n"); //$NON-NLS-1$ //$NON-NLS-2$
|
/sdk/emulator/qtools/ |
check_trace.cpp | 35 trace->SetRoot(root);
|
dump_regions.cpp | 30 trace->SetRoot(root);
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ViewHierarchyLoader.java | 136 private static void updateIndices(ViewNode root) { 137 if (root == null) return; 139 root.computeIndex(); 141 for (ViewNode node : root.children) {
|
/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 | 281 Node root = doc.createElement(TAG_TEST_RESULT); local 282 doc.appendChild(root); 284 setAttribute(doc, root, ATTRIBUTE_VERSION, CTS_RESULT_FILE_VERSION); 285 setAttribute(doc, root, ATTRIBUTE_STARTTIME, HostUtils.dateToString(mSessionStartTime)); 286 setAttribute(doc, root, ATTRIBUTE_ENDTIME, HostUtils.dateToString(mSessionEndTime)); 287 setAttribute(doc, root, ATTRIBUTE_TESTPLAN, mTestPlanName); 309 root.appendChild(deviceSettingNode); 358 root.appendChild(hostInfo); 389 root.appendChild(summaryNode); 412 root.appendChild(testPackageNode) [all...] |
/frameworks/base/core/java/android/widget/ |
RemoteViews.java | 106 public abstract void apply(View root) throws ActionException; 136 public void apply(View root) { 137 final View target = root.findViewById(viewId); 230 public void apply(View root) { 231 final View target = root.findViewById(viewId); 444 public void apply(View root) { 445 final View view = root.findViewById(viewId); 509 public void apply(View root) { 510 final Context context = root.getContext(); 511 final ViewGroup target = (ViewGroup) root.findViewById(viewId) [all...] |
/libcore/luni/src/main/java/java/util/prefs/ |
AbstractPreferences.java | 126 //handler to this node's root node 127 private AbstractPreferences root; field in class:AbstractPreferences 140 * that the new node is a root node. 143 * this node is called "root". 152 root = null == parent ? this : parent.root; 160 userNode = root.userNode; 347 } else if (parentPref == root) { 512 return root == Preferences.userRoot(); 537 return root; [all...] |
/external/chromium/third_party/icu/source/test/cintltst/ |
chashtst.c | 43 void addHashtableTest(TestNode** root); 85 void addHashtableTest(TestNode** root) { 87 addTest(root, &TestBasic, "tsutil/chashtst/TestBasic"); 88 addTest(root, &TestOtherAPI, "tsutil/chashtst/TestOtherAPI"); 89 addTest(root, &hashIChars, "tsutil/chashtst/hashIChars");
|
hpmufn.c | 35 void addHeapMutexTest(TestNode **root); 39 addHeapMutexTest(TestNode** root) 41 addTest(root, &TestHeapFunctions, "hpmufn/TestHeapFunctions" ); 42 addTest(root, &TestMutexFunctions, "hpmufn/TestMutexFunctions" ); 43 addTest(root, &TestIncDecFunctions, "hpmufn/TestIncDecFunctions");
|
/external/icu4c/common/ |
triedict.cpp | 81 // Start the trie off with something. Having the root node already present 233 TernaryNode *fRoot; // Root node 245 MutableTrieEnumeration(TernaryNode *root, UErrorCode &status) 247 fRoot = root; 248 fNodeStack.push(root, status); 361 uint16_t root; // Node number of the root node member in struct:CompactTrieHeader 471 const CompactTrieNode *node = getCompactNode(fData, fData->root); 557 fNodeStack.push(header->root, status); 585 fNodeStack.push(fHeader->root, status) 1047 BuildCompactTrieNode *root = compactOneNode(dict.fTrie, FALSE, nodes, status); local 1259 TernaryNode *root = unpackOneNode(fData, getCompactNode(fData, fData->root), status); local 1399 uint16_t root = ds->readUInt16(header->root); local [all...] |
/external/icu4c/test/cintltst/ |
cg7coll.c | 126 void addRuleBasedCollTest(TestNode** root) 131 /* addTest(root, &TestG7Locales, "tscoll/cg7coll/TestG7Locales"); */ 133 addTest(root, &TestDemo1, "tscoll/cg7coll/TestDemo1"); 134 addTest(root, &TestDemo2, "tscoll/cg7coll/TestDemo2"); 135 addTest(root, &TestDemo3, "tscoll/cg7coll/TestDemo3"); 136 addTest(root, &TestDemo4, "tscoll/cg7coll/TestDemo4");
|
chashtst.c | 43 void addHashtableTest(TestNode** root); 85 void addHashtableTest(TestNode** root) { 87 addTest(root, &TestBasic, "tsutil/chashtst/TestBasic"); 88 addTest(root, &TestOtherAPI, "tsutil/chashtst/TestOtherAPI"); 89 addTest(root, &hashIChars, "tsutil/chashtst/hashIChars");
|
cstrtest.c | 26 void addCStringTest(TestNode** root); 31 void addCStringTest(TestNode** root) { 32 addTest(root, &TestAPI, "tsutil/cstrtest/TestAPI"); 33 addTest(root, &TestInvariant, "tsutil/cstrtest/TestInvariant"); 34 addTest(root, &TestCompareInvEbcdicAsAscii, "tsutil/cstrtest/TestCompareInvEbcdicAsAscii");
|
hpmufn.c | 35 void addHeapMutexTest(TestNode **root); 39 addHeapMutexTest(TestNode** root) 41 addTest(root, &TestHeapFunctions, "hpmufn/TestHeapFunctions" ); 42 addTest(root, &TestMutexFunctions, "hpmufn/TestMutexFunctions" ); 43 addTest(root, &TestIncDecFunctions, "hpmufn/TestIncDecFunctions");
|