/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();
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
ClusterChainDirectory.java | 48 protected ClusterChainDirectory(ClusterChain chain, boolean isRoot) { 51 chain.isReadOnly(), isRoot); 110 * @see #isRoot() 114 return isRoot() ? 0 : chain.getStartCluster();
|
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...] |
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
WebAXObjectProxy.h | 51 virtual bool isRoot() const { return false; } 147 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();
|
GestureManager.java | 335 && !item.isRoot()) { 754 if (!cs.isRoot() && cs.getRect().contains(p.x, p.y)) { 763 if (vi != null && !vi.isRoot() && !vi.isHidden()) { 783 if (!cs.isRoot() && !cs.isHidden()) { 796 if (vi != null && !vi.isRoot() && !vi.isHidden()) { 822 && (mDragSelection.get(0).isRoot() || mDragSelection.get(0).isHidden()))) { [all...] |
SelectionOverlay.java | 83 if (s.isRoot()) {
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
TreeBase.h | 74 bool isRoot() const
|
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())
|
/frameworks/compile/mclinker/unittests/ |
InputTreeTest.cpp | 94 ASSERT_FALSE(node.isRoot()); 123 ASSERT_FALSE(node.isRoot()); 144 ASSERT_FALSE(node.isRoot());
|
/external/chromium_org/third_party/skia/src/core/ |
SkRTree.h | 175 int validateSubtree(Node* root, SkIRect bounds, bool isRoot = false);
|
SkRTree.cpp | 411 int SkRTree::validateSubtree(Node* root, SkIRect bounds, bool isRoot) { 415 if (isRoot) {
|
/external/skia/src/core/ |
SkRTree.h | 175 int validateSubtree(Node* root, SkIRect bounds, bool isRoot = false);
|
SkRTree.cpp | 411 int SkRTree::validateSubtree(Node* root, SkIRect bounds, bool isRoot) { 415 if (isRoot) {
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/ |
background.js | 77 Node.prototype.isRoot = function() { 329 if (managedNode && !managedNode.isRoot()) { 345 if (!managedNode || managedNode.isRoot()) 357 if (!managedNode || managedNode.isRoot())
|
/external/llvm/utils/TableGen/ |
DAGISelMatcherGen.cpp | 642 else if (/*isRoot*/ N == Pattern.getDstPattern()) 710 bool isRoot = N == Pattern.getDstPattern(); 714 if (isRoot) { 783 if (isRoot && !PhysRegInputs.empty()) { 806 if (isRoot && !Pattern.getDstRegs().empty()) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasViewInfoTest.java | 266 assertTrue(rootView.isRoot()); 271 assertFalse(childView1.isRoot()); 273 assertFalse(includedView1.isRoot()); 275 assertFalse(includedView1.isRoot()); 672 assertTrue(rootView.isRoot()); [all...] |
/external/icu4c/i18n/ |
compactdecimalformat.cpp | 154 static UBool isRoot(const UResourceBundle* rb, UErrorCode& status); 530 if (longData != NULL && isRoot(longData, status) && !isRoot(shortData, status)) { 633 UBool bRoot = isRoot(result, status); 652 static UBool isRoot(const UResourceBundle* rb, UErrorCode& status) {
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
LayerTreeModel.js | 261 isRoot: function()
|
/external/chromium_org/third_party/icu/source/common/ |
uresbund.c | 460 static UResourceDataEntry *findFirstExisting(const char* path, char* name, UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) { 488 *isRoot = (UBool)(uprv_strcmp(name, kRootLocaleName) == 0); 526 UBool isRoot = FALSE; 556 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); 573 while (hasChopped && !isRoot && t1->fParent == NULL && !t1->fData.noFallback) { 614 if(r==NULL && !isDefault && !isRoot /*&& t1->fParent == NULL*/) { 617 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); 645 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); 654 } else if(!isRoot && uprv_strcmp(t1->fName, kRootLocaleName) != 0 && t1->fParent == NULL && !r->fData.noFallback) { 670 while(r != NULL && !isRoot && t1->fParent != NULL) [all...] |
/external/icu4c/common/ |
uresbund.cpp | 458 static UResourceDataEntry *findFirstExisting(const char* path, char* name, UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) { 486 *isRoot = (UBool)(uprv_strcmp(name, kRootLocaleName) == 0); 524 UBool isRoot = FALSE; 556 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); 573 while (hasChopped && !isRoot && t1->fParent == NULL && !t1->fData.noFallback) { 614 if(r==NULL && !isDefault && !isRoot /*&& t1->fParent == NULL*/) { 617 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); 656 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); 665 } else if(!isRoot && uprv_strcmp(t1->fName, kRootLocaleName) != 0 && t1->fParent == NULL && !r->fData.noFallback) { 681 while(r != NULL && !isRoot && t1->fParent != NULL) [all...] |
/external/smack/src/org/xbill/DNS/ |
Cache.java | 415 boolean isRoot = (tlabels == 1); 418 if (isRoot)
|
/prebuilts/devtools/tools/lib/ |
fat32lib.jar | |