HomeSort by relevance Sort by last modified time
    Searched refs:root (Results 726 - 750 of 2837) sorted by null

<<21222324252627282930>>

  /external/icu/icu4c/source/test/cintltst/
stdnmtst.c 27 void addStandardNamesTest(TestNode** root);
31 addStandardNamesTest(TestNode** root)
33 addTest(root, &TestStandardName, "tsconv/stdnmtst/TestStandardName");
34 addTest(root, &TestStandardNames, "tsconv/stdnmtst/TestStandardNames");
35 addTest(root, &TestCanonicalName, "tsconv/stdnmtst/TestCanonicalName");
  /external/openfst/src/include/fst/extensions/pdt/
replace.h 56 typename Arc::Label root) {
75 non_term_queue.push_back(root);
76 non_term_map[root] = 1;;
98 if (label == root)
102 if (label == root)
  /external/chromium_org/ui/aura/
window_unittest.cc 333 Window* root = root_window(); local
334 root->MoveCursorTo(gfx::Point(10, 10));
336 gfx::Screen::GetScreenFor(root)->GetCursorScreenPoint().ToString());
339 gfx::Screen::GetScreenFor(root)->GetCursorScreenPoint().ToString());
342 gfx::Screen::GetScreenFor(root)->GetCursorScreenPoint().ToString());
345 gfx::Screen::GetScreenFor(root)->GetCursorScreenPoint().ToString());
348 gfx::Screen::GetScreenFor(root)->GetCursorScreenPoint().ToString());
357 Window* root = root_window(); local
358 root->MoveCursorTo(gfx::Point(10, 10));
360 root->MoveCursorTo(gfx::Point(9, 10))
431 Window* root = root_window(); local
478 Window* root = root_window(); local
524 Window* root = root_window(); local
    [all...]
  /external/freetype/src/truetype/
ttobjs.c 228 face->root.stream,
232 return (FT_ULong)tt_synth_sfnt_checksum( face->root.stream,
520 library = ttface->driver->root.library;
538 stream = face->root.stream;
749 TT_Face face = (TT_Face)size->root.face;
845 TT_Face face = (TT_Face)size->root.face;
925 FT_Memory memory = face->root.memory;
970 FT_Memory memory = face->root.memory;
    [all...]
  /developers/build/prebuilts/gradle/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/
DetailFragment.java 81 FrameLayout root = (FrameLayout) view; local
86 View item = LayoutInflater.from(context).inflate(R.layout.item_meat_grid, root, false);
99 root.addView(item, params);
  /developers/samples/android/ui/transition/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/
DetailFragment.java 81 FrameLayout root = (FrameLayout) view; local
86 View item = LayoutInflater.from(context).inflate(R.layout.item_meat_grid, root, false);
99 root.addView(item, params);
  /development/samples/browseable/FragmentTransition/src/com.example.android.fragmenttransition/
DetailFragment.java 81 FrameLayout root = (FrameLayout) view; local
86 View item = LayoutInflater.from(context).inflate(R.layout.item_meat_grid, root, false);
99 root.addView(item, params);
  /development/testrunner/test_defs/
native_test.py 157 for root, dirs, files in os.walk(path):
160 return os.path.join(root, f)
162 found = self._FindFileRecursively(os.path.join(root, d), match)
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRUnbufferedCommonTreeNodeStream.h 38 ANTLRCommonTree *root; variable
59 @property (retain, getter=getRoot, setter=setRoot:) ANTLRCommonTree *root; variable
119 - (ANTLRCommonTree *) root;
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
AssignTokenTypesWalker.g 188 public void defineTokens( Grammar root ) {}
190 protected void assignStringTypes( Grammar root ) {}
191 protected void aliasTokenIDsAndLiterals( Grammar root ) {}
192 protected void assignTokenIDTypes( Grammar root ) {}
193 protected void defineTokenNamesAndLiteralsInGrammar( Grammar root ) {}
194 protected void init( Grammar root ) {}
359 : ^(ROOT element)
400 : ROOT
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
FilterExprWalker.java 121 * Set the root node of the TreeWalker.
123 * @param root non-null reference to the root, or starting point of
126 public void setRoot(int root)
129 super.setRoot(root);
131 m_exprObj = FilterExprIteratorSimple.executeFilterExpr(root,
187 * to step upward from the TreeWalker's root node, returns
  /external/chromium_org/build/android/gyp/
jarjar_resources.py 82 for root, _dirnames, filenames in os.walk(options.output_dir):
83 layout_files = LayoutFilesFilter(root, filenames)
85 ProcessLayoutFile(os.path.join(root, layout_file), rules)
  /external/chromium_org/cc/trees/
layer_tree_host_pixeltest_blending.cc 62 scoped_refptr<SolidColorLayer> root = local
68 root->AddChild(background);
82 root,
  /external/chromium_org/chrome/browser/chromeos/extensions/
default_app_order.cc 84 const base::DictionaryValue* root,
89 if (!root || !root->GetDictionary(dictionary_name, &dictionary_content))
  /external/chromium_org/chrome/browser/ui/views/autofill/
decorated_textfield.cc 130 views::View* DecoratedTextfield::TargetForRect(views::View* root,
132 CHECK_EQ(root, this);
134 views::View* handler = views::ViewTargeterDelegate::TargetForRect(root, rect);
  /external/chromium_org/chrome/test/chromedriver/
util.py 53 for root, dirs, files in os.walk(path, topdown=False):
55 filename = os.path.join(root, name)
59 os.rmdir(os.path.join(root, name))
  /external/chromium_org/net/data/ssl/scripts/
generate-redundant-test-chains.sh 9 # 1. A (end-entity) -> B -> C -> D (self-signed root)
10 # 2. A (end-entity) -> B -> C2 (self-signed root)
12 # in which A, B, C, and D have distinct keypairs. C2 is a self-signed root
19 # installed as a trusted root. Therefore, the chain will validate as chain
45 CA_COMMON_NAME="D Root CA" \
54 CA_COMMON_NAME="D Root CA" \
64 echo Generate the C2 root CSR.
100 CA_COMMON_NAME="D Root CA" \
146 echo Create redundant-validated-chain-root.pem
147 try cp out/C2.pem ../certificates/redundant-validated-chain-root.pe
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderReplaced.cpp 199 LayoutUnit selTop = paintOffset.y() + inlineBoxWrapper()->root().selectionTop();
200 LayoutUnit selBottom = paintOffset.y() + selTop + inlineBoxWrapper()->root().selectionHeight();
475 RootInlineBox* rootBox = box ? &box->root() : 0;
519 RootInlineBox& root = inlineBoxWrapper()->root();
520 LayoutUnit newLogicalTop = root.block().style()->isFlippedBlocksWritingMode() ? inlineBoxWrapper()->logicalBottom() - root.selectionBottom() : root.selectionTop() - inlineBoxWrapper()->logicalTop();
521 if (root.block().style()->isHorizontalWritingMode())
522 return LayoutRect(0, newLogicalTop, width(), root.selectionHeight())
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
BuiltInFunctionEmulator.cpp 386 TIntermNode* root)
388 ASSERT(root);
391 root->traverse(&marker);
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftobjs.h 558 #define FT_FACE_LIBRARY( x ) FT_FACE_DRIVER( x )->root.library
690 FT_ModuleRec root; member in struct:FT_RendererRec_
747 FT_ModuleRec root; member in struct:FT_DriverRec_
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cdetst.c 89 void addGermanCollTest(TestNode** root)
93 addTest(root, &TestTertiary, "tscoll/cdetst/TestTertiary");
94 addTest(root, &TestPrimary, "tscoll/cdetst/TestPrimary");
hpmufn.c 32 void addHeapMutexTest(TestNode **root);
36 addHeapMutexTest(TestNode** root)
38 addTest(root, &TestHeapFunctions, "hpmufn/TestHeapFunctions" );
  /external/chromium_org/third_party/skia/samplecode/
SampleAnimator.cpp 101 const SkDOM::Node* root = dom.build(text, len); local
102 if (NULL == root) {
105 if (!fAnimator->decodeDOM(dom, root)) {
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
mouse_cursor_monitor_x11.cc 5 * that can be found in the LICENSE file in the root of the source
8 * be found in the AUTHORS file in the root of the source tree.
27 // These windows may not be immediate children of the root window, because
29 // XQueryPointer() expects to be passed children of the root. This function
30 // searches up the list of the windows to find the root child that corresponds
35 ::Window root, parent; local
38 if (!XQueryTree(display, window, &root, &parent, &children,
47 if (parent == root)
  /external/chromium_org/tools/android/asan/
asan_device_setup.sh 77 $ADB root
118 $ADB root
176 $ADB shell chown root.shell \

Completed in 982 milliseconds

<<21222324252627282930>>