/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
WindowsFakeFileSystem.java | 98 protected boolean isRoot(String pathComponent) {
|
AbstractFakeFileSystem.java | 408 protected abstract boolean isRoot(String pathComponent);
534 if (first.length() == 0 || isRoot(first)) {
|
/libcore/ojluni/src/main/java/java/util/stream/ |
AbstractShortCircuitTask.java | 163 if (isRoot()) { 185 if (isRoot()) {
|
SliceOps.java | 600 if (isRoot()) { 638 setLocalResult(isRoot() ? doTruncate(result) : result); 642 && !isRoot() [all...] |
AbstractTask.java | 263 protected boolean isRoot() {
|
/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/icu/icu4c/source/i18n/ |
compactdecimalformat.cpp | 152 static UBool isRoot(const UResourceBundle* rb, UErrorCode& status); 576 if (longData != NULL && isRoot(longData, status) && !isRoot(shortData, status)) { 679 UBool bRoot = isRoot(result, status); 698 static UBool isRoot(const UResourceBundle* rb, UErrorCode& status) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
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()) {
|
SelectionManager.java | 314 if (cs.isRoot()) { 562 if (vi != null && !vi.isRoot()) { [all...] |
ClipboardSupport.java | 242 if (vi != null && !vi.isRoot()) {
|
/art/tools/ahat/ |
README.txt | 77 * Instance.isRoot and Instance.getRootTypes.
|
/frameworks/support/design/tests/src/android/support/design/testutils/ |
TestUtilsActions.java | 200 return isRoot();
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
lmdfs.h | 304 NET_API_STATUS WINAPI NetDfsGetDcAddress(LPWSTR ServerName,LPWSTR *DcIpAddress,BOOLEAN *IsRoot,ULONG *Timeout);
|
msdaipp.h | 168 #define RESOURCE_ISROOT_ALTNAME L"DAV:isroot"
|
/system/extras/simpleperf/ |
utils.cpp | 201 bool IsRoot() {
|
/external/llvm/utils/TableGen/ |
DAGISelMatcherGen.cpp | 672 else if (/*isRoot*/ N == Pattern.getDstPattern()) 740 bool isRoot = N == Pattern.getDstPattern(); 744 if (isRoot) { [all...] |
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
CodeGenTreeWalker.g | [all...] |
/art/tools/ahat/src/ |
AhatSnapshot.java | 173 public boolean isRoot(Instance inst) {
|
/external/icu/icu4c/source/common/ |
uresbund.cpp | 452 UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) { 480 *isRoot = (UBool)(uprv_strcmp(name, kRootLocaleName) == 0); 609 UBool isRoot = FALSE; 641 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); 659 if (hasChopped && !isRoot) { 668 if(r==NULL && openType == URES_OPEN_LOCALE_DEFAULT_ROOT && !isDefault && !isRoot) { 671 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); 678 if (hasChopped && !isRoot) { 690 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); 699 } else if(!isRoot && uprv_strcmp(t1->fName, kRootLocaleName) != 0 & [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
GridLayoutConverter.java | 793 * @param isRoot whether this view is the root (which cannot be removed) 797 private View scan(CanvasViewInfo view, boolean isRoot) { 801 if (!isRoot) { [all...] |
/cts/hostsidetests/compilation/src/android/cts/compilation/ |
AdbRootDependentCompilationTest.java | 306 System.err.printf("Skipping test [isRoot=%s, %d profiles] on %s\n",
|
/external/curl/lib/vtls/ |
nss.c | 848 if(!cert->isRoot) { 852 if(cert2->isRoot) { 871 if(cert->isRoot) { [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
OnePaneController.java | 430 final boolean isTopLevel = Folder.isRoot(mFolder);
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
dic_node.h | 151 bool isRoot() const {
|