/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | DomainMatcher.java | 39 private final Label mRoot; 49 private static class Label { class in DomainMatcher 50 private final Map<String, Label> mSubDomains; 53 Label(int match) { in Label() method in DomainMatcher.Label 55 mSubDomains = new HashMap<String, Label>(); in Label() 67 Label subLabel = mSubDomains.get(labelName); in addDomain() 69 subLabel = new Label(MATCH_NONE); in addDomain() 87 public Label getSubLabel(String labelString) { in getSubLabel() 103 for (Map.Entry<String, Label> entry : mSubDomains.entrySet()) { in toString() 123 mRoot = new Label(MATCH_NONE); in DomainMatcher() [all …]
|
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | StubCallMethodAdapter.java | 21 import org.objectweb.asm.Label; 101 Label l1 = new Label(); in generateInvoke() 246 public void visitLineNumber(int line, Label start) { in visitLineNumber() 278 public void visitLabel(Label label) { in visitLabel() 285 public void visitTryCatchBlock(Label start, Label end, Label handler, String type) { in visitTryCatchBlock() 327 public void visitJumpInsn(int opcode, Label label) { in visitJumpInsn() 342 Label start, Label end, int index) { in visitLocalVariable() 349 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) { in visitLookupSwitchInsn() 363 public void visitTableSwitchInsn(int min, int max, Label dflt, Label[] labels) { in visitTableSwitchInsn()
|
D | DelegateMethodAdapter.java | 25 import org.objectweb.asm.Label; 188 mDelWriter.visitLineNumber((Integer) p[0], (Label) p[1]); in generateDelegateCode() 343 public void visitLineNumber(int line, Label start) { in visitLineNumber() 361 public void visitLabel(Label label) { in visitLabel() 368 public void visitTryCatchBlock(Label start, Label end, Label handler, String type) { in visitTryCatchBlock() 410 public void visitJumpInsn(int opcode, Label label) { in visitJumpInsn() 425 Label start, Label end, int index) { in visitLocalVariable() 432 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) { in visitLookupSwitchInsn() 446 public void visitTableSwitchInsn(int min, int max, Label dflt, Label[] labels) { in visitTableSwitchInsn()
|
D | DependencyFinder.java | 27 import org.objectweb.asm.Label; 556 public void visitJumpInsn(int opcode, Label label) { in visitJumpInsn() 561 public void visitLabel(Label label) { in visitLabel() 574 public void visitLineNumber(int line, Label start) { in visitLineNumber() 580 String signature, Label start, Label end, int index) { in visitLocalVariable() 589 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) { in visitLookupSwitchInsn() 628 public void visitTableSwitchInsn(int min, int max, Label dflt, Label[] labels) { in visitTableSwitchInsn() 634 public void visitTryCatchBlock(Label start, Label end, Label handler, String type) { in visitTryCatchBlock()
|
D | AsmAnalyzer.java | 27 import org.objectweb.asm.Label; 734 public void visitJumpInsn(int opcode, Label label) { in visitJumpInsn() 739 public void visitLabel(Label label) { in visitLabel() 752 public void visitLineNumber(int line, Label start) { in visitLineNumber() 758 String signature, Label start, Label end, int index) { in visitLocalVariable() 767 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) { in visitLookupSwitchInsn() 810 public void visitTableSwitchInsn(int min, int max, Label dflt, Label... labels) { in visitTableSwitchInsn() 816 public void visitTryCatchBlock(Label start, Label end, Label handler, String type) { in visitTryCatchBlock()
|
D | AbstractClassAdapter.java | 22 import org.objectweb.asm.Label; 298 public void visitTryCatchBlock(Label start, Label end, Label handler, String type) { in visitTryCatchBlock() 306 Label start, Label end, int index) { in visitLocalVariable()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/ |
D | DescriptorsTest.java | 465 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testDescriptorValidatorException() 497 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testDescriptorComplexCrosslink() 506 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testDescriptorComplexCrosslink() 589 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testUnknownFieldsDenied() 611 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testUnknownFieldsAllowed() 634 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testHiddenDependency() 670 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testPublicDependency() 704 .setLabel(FieldDescriptorProto.Label.LABEL_REPEATED) in testComplexNamespacePublicDependency() 798 .setLabel(FieldDescriptorProto.Label.LABEL_REPEATED) in testPackedEnumField()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | FieldDescriptor.cs | 180 public bool IsRepeated => Proto.Label == FieldDescriptorProto.Types.Label.Repeated;
|
D | Descriptor.cs | 150 ….Types.Type), typeof(global::Google.Protobuf.Reflection.FieldDescriptorProto.Types.Label) }, null), in DescriptorReflection() 1395 private global::Google.Protobuf.Reflection.FieldDescriptorProto.Types.Label label_ = 0; 1397 public global::Google.Protobuf.Reflection.FieldDescriptorProto.Types.Label Label { property in Google.Protobuf.Reflection.FieldDescriptorProto 1528 if (Label != other.Label) return false; in Equals() 1544 if (Label != 0) hash ^= Label.GetHashCode(); in GetHashCode() 1574 if (Label != 0) { in WriteTo() 1576 output.WriteEnum((int) Label); in WriteTo() 1613 if (Label != 0) { in CalculateSize() 1614 size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Label); in CalculateSize() 1651 if (other.Label != 0) { in MergeFrom() [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | DescriptorsTest.java | 443 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testDescriptorValidatorException() 475 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testDescriptorComplexCrosslink() 484 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testDescriptorComplexCrosslink() 550 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testHiddenDependency() 586 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testPublicDependency() 620 .setLabel(FieldDescriptorProto.Label.LABEL_REPEATED) in testComplexNamespacePublicDependency()
|
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/include/ |
D | cube.frag.h | 45 5: Label
|
D | cube.vert.h | 78 5: Label
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/testdata/ |
D | books.proto | 51 message Label { message 57 repeated Label labels = 10;
|
/frameworks/base/core/proto/android/service/ |
D | print.proto | 215 // Label of this media size 231 // Label for this resoltion 331 // Label of the job
|
D | procstats.proto | 99 // Label for the type of these pages (as per /proc/pagetypeinfo)
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | descriptor.h | 493 enum Label { enum 542 Label label() const; // optional/required/repeated 691 Label label_; 1692 PROTOBUF_DEFINE_ACCESSOR(FieldDescriptor, label, FieldDescriptor::Label) in PROTOBUF_DEFINE_STRING_ACCESSOR()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyFieldDescriptor.java | 97 … DescriptorProtos.FieldDescriptorProto.Label.valueOf("LABEL_" + labelName.toUpperCase())); in setLabel()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
D | parser.h | 419 bool ParseLabel(FieldDescriptorProto::Label* label,
|
D | parser.cc | 791 FieldDescriptorProto::Label label; in ParseMessageField() 1953 bool Parser::ParseLabel(FieldDescriptorProto::Label* label, in ParseLabel()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 992 return proto.getLabel() == FieldDescriptorProto.Label.LABEL_REQUIRED; in isRequired() 997 return proto.getLabel() == FieldDescriptorProto.Label.LABEL_OPTIONAL; in isOptional() 1003 return proto.getLabel() == FieldDescriptorProto.Label.LABEL_REPEATED; in isRepeated()
|
/frameworks/base/startop/view_compiler/ |
D | dex_builder.h | 119 static constexpr Value Label(size_t id) { return Value{id, Kind::kLabel}; } in Label() function
|
D | dex_builder.cc | 305 return Value::Label(labels_.size() - 1); in MakeLabel()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | protobuf.bzl | 204 root = Label("%s//protobuf_java" % (REPOSITORY_NAME)).workspace_root
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | upb.h | 1916 typedef upb_label_t Label; 1929 static Label ConvertLabel(int32_t val); 1951 Label label() const; /* Defaults to UPB_LABEL_OPTIONAL. */ 2127 void set_label(Label label); 3087 inline FieldDef::Label FieldDef::ConvertLabel(int32_t val) { 3089 return static_cast<FieldDef::Label>(val); 3123 inline FieldDef::Label FieldDef::label() const { 7073 class Label : public ::upb::reffed_ptr<const ::upb::EnumDef> { 7075 Label(const ::upb::EnumDef* e, const void *ref_donor = NULL) 7079 static Label get() { [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 133 enum Label { enum 143 optional Label label = 4;
|