HomeSort by relevance Sort by last modified time
    Searched full:rooted (Results 1 - 25 of 247) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/ppapi/native_client/
DEPS 6 # TODO(bradnelson): Eliminate these as they are actually incorrectly rooted
  /external/chromium_org/content/browser/android/
devtools_auth.cc 18 (strcmp("root", creds->pw_name) == 0 || // For rooted devices
19 strcmp("shell", creds->pw_name) == 0)) { // For non-rooted devices
  /external/chromium_org/chrome/browser/extensions/api/cast_channel/
cast_auth_util.h 18 // 2. Certficate used to sign is rooted to a trusted CA.
  /external/chromium_org/tools/gyp/test/subdirectory/
gyptest-subdir2-deep.py 8 Verifies building a project rooted several layers under src_dir works.
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_text_field_cell.h 12 // results label rooted at the right edge of the cell.
  /external/chromium_org/chrome/browser/ui/cocoa/find_bar/
find_bar_text_field_cell.h 12 // results label rooted at the right edge of the cell.
  /external/chromium_org/chrome/installer/util/
registry_test_data.h 24 // Resets this instance, deletes the key rooted at |base_path|, and then
31 // Deletes the key rooted at base_path and clears all state.
  /external/chromium_org/ui/views/controls/native/
native_view_host_wrapper.h 34 // rooted at a valid Widget.
38 // rooted at a valid Widget.
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_container.h 12 // views heirarchy rooted at that widget. The TOUCH_UI is currently the only UI
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_menu_controller_gtk.h 61 // Recursively change the bookmark hierarchy rooted in |parent| into a set of
62 // gtk menus rooted in |menu|.
bookmark_tree_model.h 48 // As above, but inserts just the tree rooted at |node| as a child of |parent|.
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_menu_controller_gtk.h 64 // Recursively change the bookmark hierarchy rooted in |parent| into a set of
65 // gtk menus rooted in |menu|.
bookmark_tree_model.h 45 // As above, but inserts just the tree rooted at |node| as a child of |parent|.
  /external/chromium/net/base/
ssl_info.h 53 // If the certificate is valid, then this is true iff it was rooted at a
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
path_test.cc 205 Path rooted("/usr/local");
211 test = rooted;
215 test = rooted;
219 test = rooted;
  /external/chromium_org/third_party/sqlite/src/src/
test_btree.c 55 sqlite3DebugPrintf("CURSOR %p rooted at %4d(%s) currently at %d.%d%s\n",
  /external/chromium_org/ui/accessibility/
ax_tree_serializer_unittest.cc 126 // The update should delete the subtree rooted at node id=1, and
128 // subtree rooted at id=2 didn't actually change.
172 // The update should delete the subtree rooted at node id=2, and
ax_tree_unittest.cc 72 // a subtree rooted at id=2, which doesn't exist.
93 // This should fail because we delete a subtree rooted at id=2
  /external/chromium_org/net/ssl/
ssl_info.h 66 // If the certificate is valid, then this is true iff it was rooted at a
  /external/chromium_org/native_client_sdk/src/doc/
README 48 all rooted under a folder called $USER, which allows each user to stage his own
52 which the docs are rooted by specifying ``SPHINXOPTS=-Ddevsite_foldername=``.
  /external/llvm/include/llvm/CodeGen/
ScheduleDFS.h 28 /// \brief Represent the ILP of the subDAG rooted at a DAG node.
30 /// ILPValues summarize the DAG subtree rooted at each node. ILPValues are
  /external/openfst/src/include/fst/
heap.h 161 // Heapify subtree rooted at index i.
182 // Insert (update) element at subtree rooted at index i
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
heap.h 148 // heapify subtree rooted at index i.
169 // insert(update) element at subtree rooted at index i
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityNodeProvider.java 27 * virtual view hierarchy rooted at a given view for accessibility purposes. A virtual
43 * describing the virtual sub-tree rooted at the View including the one representing the
  /ndk/sources/host-tools/make-3.81/
vmsify.c 338 int rooted = 1; /* flag if logical is rooted, else insert [000000] */ local
460 rooted = 0;
471 rooted = 0;
487 rooted = 0;
497 if (rooted == 0)
514 else if (rooted == 0)
526 if ((rooted != 0)

Completed in 398 milliseconds

1 2 3 4 5 6 7 8 910