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

1 2 3 4 5 6 7 8 9

  /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/lzma/CPP/7zip/UI/Common/
ExtractingFilePath.h 11 if (isRoot == true), and pathParts[0] contains path like "c:name",
  /system/extras/simpleperf/
cmd_stat_test.cpp 38 if (IsRoot()) {
48 if (IsRoot()) {
91 if (IsRoot()) {
cmd_record_test.cpp 56 if (IsRoot()) {
110 if (IsRoot()) {
198 if (IsRoot()) {
get_test_data.h 27 bool IsRoot();
utils.h 124 bool 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();
  /frameworks/compile/mclinker/lib/Core/
InputTree.cpp 54 return !pos.hasData() && !pos.isRoot();
58 return !pos.hasData() && !pos.isRoot();
62 return !pos.hasData() && !pos.isRoot();
66 return !pos.hasData() && !pos.isRoot();
70 return !pos.hasData() && !pos.isRoot();
74 return !pos.hasData() && !pos.isRoot();
  /frameworks/support/design/tests/src/android/support/design/widget/
AppBarWithToolbarAndTabsTest.java 30 import static android.support.test.espresso.matcher.ViewMatchers.isRoot;
269 onView(isRoot()).perform(waitUntilIdle());
289 onView(isRoot()).perform(waitUntilIdle());
307 onView(isRoot()).perform(waitUntilIdle());
324 onView(isRoot()).perform(waitUntilIdle());
341 onView(isRoot()).perform(waitUntilIdle());
360 onView(isRoot()).perform(waitUntilIdle());
377 onView(isRoot()).perform(waitUntilIdle());
394 onView(isRoot()).perform(waitUntilIdle());
  /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/base/packages/DocumentsUI/src/com/android/documentsui/
OpenExternalDirectoryActivity.java 161 final boolean isRoot = directoryName.equals(DIRECTORY_ROOT);
164 if (isRoot && isPrimary) {
172 file = isRoot ? volumeRoot : new File(volumeRoot, directoryName).getCanonicalFile();
183 if (isRoot) {
212 file = isRoot ? internalRoot : new File(internalRoot, directory);
233 final Intent intent = getIntentForExistingPermission(activity, isRoot, internalRoot, file);
261 args.putBoolean(EXTRA_IS_ROOT, isRoot);
347 boolean isRoot, File root, File file) {
  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
FloatingToolbarEspressoUtils.java 25 import static android.support.test.espresso.matcher.ViewMatchers.isRoot;
94 onView(isRoot()).perform(SLEEP);
98 onView(isRoot()).perform(SLEEP);
  /frameworks/compile/mclinker/unittests/
InputTreeTest.cpp 84 ASSERT_FALSE(node.isRoot());
111 ASSERT_FALSE(node.isRoot());
131 ASSERT_FALSE(node.isRoot());
  /frameworks/support/design/tests/src/android/support/design/testutils/
SnackbarUtils.java 29 import static android.support.test.espresso.matcher.ViewMatchers.isRoot;
124 onView(isRoot()).perform(waitUntilIdle());
152 onView(isRoot()).perform(waitUntilIdle());
  /external/tagsoup/tssl/
tssl.rnc 56 element isRoot { empty} |
tssl.xslt 42 <xsl:apply-templates select="tssl:element/tssl:isRoot"/>
104 <xsl:apply-templates select="tssl:isRoot"/>
144 <!-- Applied from tssl:element to handle isRoot. -->
145 <xsl:template match="tssl:isRoot">
  /frameworks/compile/mclinker/include/mcld/ADT/
BinTree.h 129 return (!IteratorType::isRoot() &&
212 bool isRoot() const { return (m_pNode->right == m_pNode); }
215 return (!isRoot() && (0 != static_cast<node_type*>(m_pNode)->data));
435 if (pPosition.isRoot())
TreeBase.h 57 bool isRoot() const { return (m_pNode->right == m_pNode); }
  /frameworks/compile/mclinker/include/mcld/
InputTree.h 45 bool isGroup() const { return !Base::hasData() && !Base::isRoot(); }
180 if (pPosition.isRoot())
304 if (pRoot.isRoot())
318 if (pRoot.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/icu/android_icu4j/src/main/java/android/icu/text/
CompactDecimalDataCache.java 156 if (longDataBundle != null && isRoot(longDataBundle) && !isRoot(shortDataBundle)) {
190 return isRoot(result) ? null : result;
215 * isRoot returns true if r is in root locale or false otherwise.
217 private static boolean isRoot(ICUResourceBundle r) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CompactDecimalDataCache.java 155 if (longDataBundle != null && isRoot(longDataBundle) && !isRoot(shortDataBundle)) {
189 return isRoot(result) ? null : result;
214 * isRoot returns true if r is in root locale or false otherwise.
216 private static boolean isRoot(ICUResourceBundle r) {
  /art/tools/ahat/src/
Value.java 43 if (snapshot.isRoot(inst)) {
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
UnixFakeFileSystem.java 83 protected boolean isRoot(String pathComponent) {

Completed in 534 milliseconds

1 2 3 4 5 6 7 8 9