/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/metadata/id3/ |
D | ChapterTocFrame.java | 31 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/ |
D | ChapterTocFrame.java | 31 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/ |
D | compile_cas.go | 132 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/ |
D | EspressoWithWindowLayersTest.java | 8 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/ |
D | 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/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ |
D | CheckNew.java | 14 boolean isRoot; field in CheckNew 28 isRoot = "root".equals(cldrFileToCheck.getLocaleID()); in setCldrFileToCheck() 40 if (!isRoot in handleCheck()
|
D | CheckPersonNames.java | 33 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/ |
D | style-properties.js | 315 let isRoot = (parsedSelector === ':host > *' || parsedSelector === 'html'); 316 let isHost = parsedSelector.indexOf(':host') === 0 && !isRoot; 322 …isRoot = 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/ |
D | LocaleData.java | 205 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/ |
D | LocaleData.java | 206 if (noSubstitute && !bundle.isRoot() && stringBundle.isRoot()) { in getExemplarSet() 291 if (noSubstitute && !bundle.isRoot() && stringBundle.isRoot()) { in getDelimiter()
|
/external/golang-protobuf/internal/descfmt/ |
D | stringer.go | 28 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/ |
D | RootGenerator.java | 147 .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/ |
D | CLDevice.h | 40 bool isRoot() const noexcept; 81 inline bool Device::isRoot() const noexcept in isRoot() function
|
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/ec/ |
D | make_tables.go | 329 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/ |
D | make_tables.go | 329 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/ |
D | DAGISelMatcherGen.cpp | 733 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/ |
D | UnixFakeFileSystem.java | 83 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
|
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 83 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 83 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 81 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
|
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 81 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
|
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 83 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
|
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 81 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 81 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
|
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 83 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
|