/external/doclava/res/assets/templates/ |
yaml_navtree.cs | 7 isRoot: treat this node as if it has children and insert a section node. 10 def:write_child_nodes(page,whitespace,isRoot) ?> 13 if:subcount(page.children) || isRoot ?>
|
/external/chromium_org/sync/syncable/ |
syncable_proto_util.cc | 28 bool IsRoot(const sync_pb::SyncEntity& entity) { 29 return SyncableIdFromProto(entity.id_string()).IsRoot();
|
syncable_id.cc | 28 // "" would be convenient here, as the IsRoot call would not be needed. 29 if (IsRoot())
|
syncable_proto_util.h | 34 bool IsRoot(const sync_pb::SyncEntity& entity);
|
entry.h | 126 inline bool IsRoot() const { 128 return kernel_->ref(ID).IsRoot();
|
syncable_id.h | 59 inline bool IsRoot() const { 69 return IsRoot();
|
syncable_util.cc | 31 if (entry_id.IsRoot()) 35 while (!ancestor_id.IsRoot()) {
|
entry.cc | 54 entry_info->SetBoolean("isRoot", IsRoot()); 85 if (IsRoot())
|
entry_kernel.cc | 28 if (ref(ID).IsRoot()) 42 if (ref(ID).IsRoot())
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
AbstractDirectory.java | 45 private final boolean isRoot; 56 * @param isRoot if the new {@code AbstractDirectory} represents a root 60 int capacity, boolean readOnly, boolean isRoot) { 65 this.isRoot = isRoot; 167 public final boolean isRoot() { 168 return this.isRoot; 193 * @see #isRoot() 196 if (!isRoot()) { 258 if (!this.isRoot) throw new IOException [all...] |
ClusterChainDirectory.java | 48 protected ClusterChainDirectory(ClusterChain chain, boolean isRoot) { 51 chain.isReadOnly(), isRoot); 110 * @see #isRoot() 114 return isRoot() ? 0 : chain.getStartCluster();
|
/external/chromium/chrome/browser/sync/syncable/ |
syncable_id.cc | 29 // "" would be convenient here, as the IsRoot call would not be needed. 30 if (IsRoot())
|
syncable_id.h | 61 inline bool IsRoot() const { 71 return IsRoot();
|
syncable.cc | 171 return !a->ref(IS_DEL) && !a->ref(ID).IsRoot(); [all...] |
/frameworks/compile/mclinker/lib/Core/ |
InputTree.cpp | 59 return !pos.hasData() && !pos.isRoot(); 64 return !pos.hasData() && !pos.isRoot(); 69 return !pos.hasData() && !pos.isRoot(); 74 return !pos.hasData() && !pos.isRoot(); 79 return !pos.hasData() && !pos.isRoot(); 84 return !pos.hasData() && !pos.isRoot();
|
/external/clang/test/Sema/ |
function-redecl.c | 98 int isroot(short x, // expected-note{{previous declaration is here}} 101 int isroot(x, y) function
|
/frameworks/compile/mclinker/unittests/ |
InputTreeTest.cpp | 94 ASSERT_FALSE(node.isRoot()); 123 ASSERT_FALSE(node.isRoot()); 144 ASSERT_FALSE(node.isRoot());
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
BinTree.h | 139 { return (!IteratorType::isRoot() && (0 != static_cast<node_type*>(IteratorType::m_pNode)->data)); } 224 bool isRoot() const 228 { return (!isRoot() && (0 != static_cast<node_type*>(m_pNode)->data)); } 445 if (position.isRoot())
|
/frameworks/compile/mclinker/include/mcld/ |
InputTree.h | 50 { return !Base::hasData() && !Base::isRoot(); } 189 if (position.isRoot()) 328 if (pRoot.isRoot()) 343 if (pRoot.isRoot())
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
AccessibilityUIElementChromium.h | 51 virtual bool isRoot() const { return false; } 156 virtual bool isRoot() const { return true; }
|
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
FastOctnode.java | 100 public void generateRenderSet(Geometry[] globalGeomList, Set<Geometry> renderSet, Camera cam, BoundingBox parentBox, boolean isRoot){ 106 if (!isRoot){
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SelectionItem.java | 83 public boolean isRoot() { 84 return mCanvasViewInfo.isRoot();
|
/external/chromium/chrome/browser/sync/engine/ |
process_commit_response_command_unittest.cc | 237 ASSERT_FALSE(new_fid.IsRoot()); 254 ASSERT_TRUE(b2.Get(syncable::NEXT_ID).IsRoot()); 266 ASSERT_TRUE(a2.Get(syncable::NEXT_ID).IsRoot()); 326 ASSERT_FALSE(new_fid.IsRoot()); 342 while (!cid.IsRoot()) {
|
build_and_process_conflict_sets_command.cc | 272 while (!parent_id.IsRoot()) { 287 if (parent_id.IsRoot()) 364 while (!parent_id.IsRoot()) { 365 if (!double_step_parent_id.IsRoot()) {
|
/external/chromium_org/sync/internal_api/ |
base_node.cc | 199 if (id_string.IsRoot()) 206 if (id_string.IsRoot()) 213 if (id_string.IsRoot())
|