Home
last modified time | relevance | path

Searched refs:isRoot (Results 1 – 25 of 107) sorted by relevance

12345

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/metadata/id3/
DChapterTocFrame.java31 public final boolean isRoot; field in ChapterTocFrame
38 boolean isRoot, in ChapterTocFrame() argument
44 this.isRoot = isRoot; in ChapterTocFrame()
53 this.isRoot = in.readByte() != 0; in ChapterTocFrame()
82 return isRoot == other.isRoot in equals()
92 result = 31 * result + (isRoot ? 1 : 0); in hashCode()
101 dest.writeByte((byte) (isRoot ? 1 : 0)); in writeToParcel()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/metadata/id3/
DChapterTocFrame.java31 public final boolean isRoot; field in ChapterTocFrame
38 boolean isRoot, in ChapterTocFrame() argument
44 this.isRoot = isRoot; in ChapterTocFrame()
53 this.isRoot = in.readByte() != 0; in ChapterTocFrame()
82 return isRoot == other.isRoot in equals()
92 result = 31 * result + (isRoot ? 1 : 0); in hashCode()
101 dest.writeByte((byte) (isRoot ? 1 : 0)); in writeToParcel()
/external/skia/infra/bots/gen_tasks_logic/
Dcompile_cas.go132 func (n *node) isRoot() bool { func
139 if !n.isRoot() {
169 if !n.isRoot() && immediateChilden >= combinePathsThreshold {
191 if !n.isRoot() {
/external/robolectric/integration_tests/androidx_test/src/test/java/org/robolectric/integrationtests/axt/
DEspressoWithWindowLayersTest.java8 import static androidx.test.espresso.matcher.ViewMatchers.isRoot;
53 onView(isRoot()).perform(clickAtLocation(centerOf(scenario, R.id.button))); in click_notTouchablePopupOverButton_isClicked()
64 onView(isRoot()).perform(clickAtLocation(centerOf(scenario, R.id.button))); in click_touchablePopupOverButton_isNotClicked()
75 onView(isRoot()).perform(clickAtLocation(centerOf(scenario, R.id.button))); in click_touchablePopupNotOverButton_isClicked()
86 onView(isRoot()).perform(clickAtLocation(centerOf(scenario, R.id.button))); in click_touchModalPopupNotOverButton_isNotClicked()
97 onView(isRoot()).perform(clickAtLocation(centerOf(scenario, R.id.button))); in click_touchOutsidePopupNotOverButton_isClicked()
/external/doclava/res/assets/templates/
Dyaml_navtree.cs7 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/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DCheckNew.java14 boolean isRoot; field in CheckNew
28 isRoot = "root".equals(cldrFileToCheck.getLocaleID()); in setCldrFileToCheck()
40 if (!isRoot in handleCheck()
DCheckPersonNames.java33 boolean isRoot = false; field in CheckPersonNames
37 isRoot = cldrFileToCheck.getLocaleID().equals("root"); in setCldrFileToCheck()
44 if (value == null || isRoot || !path.startsWith("//ldml/personNames/")) { in handleCheck()
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/src/
Dstyle-properties.js315 let isRoot = (parsedSelector === ':host > *' || parsedSelector === 'html');
316 let isHost = parsedSelector.indexOf(':host') === 0 && !isRoot;
322isRoot = parsedSelector === (hostScope + ' > *.' + hostScope) || parsedSelector.indexOf('html') !=…
324 isHost = !isRoot && parsedSelector.indexOf(hostScope) === 0;
326 if (!isRoot && !isHost) {
347 isRoot: isRoot property
/external/icu/android_icu4j/src/main/java/android/icu/util/
DLocaleData.java205 if (noSubstitute && !bundle.isRoot() && stringBundle.isRoot()) { in getExemplarSet()
285 if (noSubstitute && !bundle.isRoot() && stringBundle.isRoot()) { in getDelimiter()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleData.java206 if (noSubstitute && !bundle.isRoot() && stringBundle.isRoot()) { in getExemplarSet()
291 if (noSubstitute && !bundle.isRoot() && stringBundle.isRoot()) { in getDelimiter()
/external/golang-protobuf/internal/descfmt/
Dstringer.go28 func formatListOpt(vs list, isRoot, allowMulti bool) string { argument
30 if isRoot {
122 func formatDescOpt(t protoreflect.Descriptor, isRoot, allowMulti bool) string { argument
127 if isRoot {
143 case isRoot:
/external/dagger2/java/dagger/hilt/processor/internal/root/
DRootGenerator.java147 .filter(descriptor -> !descriptor.isRoot() && !descriptor.creator().isPresent()) in filterDescriptors()
161 if (!descriptor.isRoot() && descriptor.creator().isPresent()) { in subcomponentBuilderModules()
216 if (!componentDescriptor.isRoot() in componentAnnotation()
225 if (componentDescriptor.isRoot()) { in componentBuilderAnnotation()
/external/angle/src/libANGLE/
DCLDevice.h40 bool isRoot() const noexcept;
81 inline bool Device::isRoot() const noexcept in isRoot() function
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/ec/
Dmake_tables.go329 func writeTable(w io.Writer, curve elliptic.Curve, table [][2]*big.Int, isRoot bool, indent int, wr…
333 if isRoot {
377 func writeTables(w io.Writer, curve elliptic.Curve, tables [][][2]*big.Int, isRoot bool, indent int…
381 if isRoot {
/external/boringssl/src/crypto/fipsmodule/ec/
Dmake_tables.go329 func writeTable(w io.Writer, curve elliptic.Curve, table [][2]*big.Int, isRoot bool, indent int, wr…
333 if isRoot {
377 func writeTables(w io.Writer, curve elliptic.Curve, tables [][][2]*big.Int, isRoot bool, indent int…
381 if isRoot {
/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp733 bool isRoot = N == Pattern.getDstPattern(); in EmitResultInstructionAsOperand() local
737 if (isRoot) { in EmitResultInstructionAsOperand()
821 if (isRoot && !PhysRegInputs.empty()) { in EmitResultInstructionAsOperand()
844 if (isRoot && !Pattern.getDstRegs().empty()) { in EmitResultInstructionAsOperand()
862 if (isRoot && in EmitResultInstructionAsOperand()
883 NodeIsUniqueLoadOrStore || (isRoot && (mayInstNodeLoadOrStore(N, CGP) || in EmitResultInstructionAsOperand()
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java83 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java83 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java83 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java81 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java81 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java83 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java81 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java81 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java83 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem

12345