/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 | 97 assertEquals("UnittestProto", file.getOptions().getJavaOuterClassname()); in testFileDescriptor() 159 messageType.getOptions()); in testDescriptor() 217 primitiveField.getOptions()); in testFieldDescriptor() 236 cordField.getOptions().getCtype()); in testFieldDescriptor() 248 extension.getOptions()); in testFieldDescriptor() 301 enumType.getOptions()); in testEnumDescriptor() 359 descriptor.getOptions().hasExtension(UnittestCustomOptions.messageOpt1)); in testCustomOptions() 361 descriptor.getOptions().getExtension(UnittestCustomOptions.messageOpt1)); in testCustomOptions() 367 field.getOptions().hasExtension(UnittestCustomOptions.fieldOpt1)); in testCustomOptions() 369 field.getOptions().getExtension(UnittestCustomOptions.fieldOpt1)); in testCustomOptions() [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/ |
D | DescriptorsTest.java | 97 assertEquals("UnittestProto", file.getOptions().getJavaOuterClassname()); in testFileDescriptor() 160 messageType.getOptions()); in testDescriptor() 218 primitiveField.getOptions()); in testFieldDescriptor() 237 cordField.getOptions().getCtype()); in testFieldDescriptor() 249 extension.getOptions()); in testFieldDescriptor() 311 enumType.getOptions()); in testEnumDescriptor() 373 descriptor.getOptions().hasExtension(UnittestCustomOptions.messageOpt1)); in testCustomOptions() 375 descriptor.getOptions().getExtension(UnittestCustomOptions.messageOpt1)); in testCustomOptions() 381 field.getOptions().hasExtension(UnittestCustomOptions.fieldOpt1)); in testCustomOptions() 383 field.getOptions().getExtension(UnittestCustomOptions.fieldOpt1)); in testCustomOptions() [all …]
|
D | GeneratedMessageTest.java | 788 assertEquals(12345, EnumWithNoOuter.FOO.getValueDescriptor().getOptions() in testEnumValueOptionsInMultipleFilesMode()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SafeActivityOptions.java | 100 ActivityOptions getOptions(ActivityRecord r) throws SecurityException { in getOptions() method in SafeActivityOptions 101 return getOptions(r.intent, r.info, r.app, r.mStackSupervisor); in getOptions() 108 ActivityOptions getOptions(ActivityStackSupervisor supervisor) throws SecurityException { in getOptions() method in SafeActivityOptions 109 return getOptions(null, null, null, supervisor); in getOptions() 119 ActivityOptions getOptions(@Nullable Intent intent, @Nullable ActivityInfo aInfo, in getOptions() method in SafeActivityOptions
|
D | ActivityTaskManagerService.java | 1974 under.returningOptions = safeOptions != null ? safeOptions.getOptions(r) : null; in convertToTranslucent() 2395 ? options.getOptions(mStackSupervisor) in moveTaskToFrontLocked() 3353 ? safeOptions.getOptions(mStackSupervisor) in startInPlaceAnimationOnFrontMostApplication()
|
D | ActivityStackSupervisor.java | 2716 ? options.getOptions(this) in startActivityFromRecents()
|
D | ActivityStarter.java | 783 ? options.getOptions(intent, aInfo, callerApp, mSupervisor) : null; in startActivity()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 108 public FileOptions getOptions() { return proto.getOptions(); } in getOptions() method in Descriptors.FileDescriptor 634 public MessageOptions getOptions() { return proto.getOptions(); } in getOptions() method in Descriptors.Descriptor 969 if (getContainingType().getOptions().getMapEntry()) { in needsUtf8Check() 976 return getFile().getOptions().getJavaStringCheckUtf8(); in needsUtf8Check() 981 && getMessageType().getOptions().getMapEntry(); in isMapField() 1015 return getOptions().getPacked(); in isPacked() 1017 return !getOptions().hasPacked() || getOptions().getPacked(); in isPacked() 1044 public FieldOptions getOptions() { return proto.getOptions(); } in getOptions() method in Descriptors.FieldDescriptor 1381 if (proto.getOptions().getPacked() && !isPackable()) { in crossLink() 1496 containingType.getOptions().getMessageSetWireFormat()) { in crossLink() [all …]
|
D | MessageReflection.java | 55 message.getDescriptorForType().getOptions().getMessageSetWireFormat(); in writeMessageTo() 91 message.getDescriptorForType().getOptions().getMessageSetWireFormat(); in getSerializedSize() 732 if (type.getOptions().getMessageSetWireFormat() && in mergeFieldFrom()
|
D | DynamicMessage.java | 251 if (type.getOptions().getMessageSetWireFormat()) { in writeTo() 265 if (type.getOptions().getMessageSetWireFormat()) { in getSerializedSize()
|
D | ExtensionRegistry.java | 363 if (field.getContainingType().getOptions().getMessageSetWireFormat() && in add()
|
D | TextFormat.java | 338 if (field.getContainingType().getOptions().getMessageSetWireFormat() in printSingleField()
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
D | MainInteractionSession.java | 406 + request.getOptions() + " extras=" + request.getExtras()); in onRequestPickOption() 410 mPendingOptions = request.getOptions(); in onRequestPickOption()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/src/main/java/com/google/protobuf/jruby/ |
D | Utils.java | 233 fieldDescriptor.getMessageType().getOptions().getMapEntry(); in isMapEntry()
|
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
D | ContentCaptureManagerService.java | 731 return mGlobalContentCaptureOptions.getOptions(userId, packageName); in getOptionsForPackage() 785 public ContentCaptureOptions getOptions(@UserIdInt int userId, in getOptions() method in ContentCaptureManagerService.GlobalContentCaptureOptions
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | XmpDepthDecode.java | 177 info.getValue(), info.getOptions()); in read()
|
/frameworks/base/core/java/android/service/voice/ |
D | VoiceInteractionSession.java | 581 public VoiceInteractor.PickOptionRequest.Option[] getOptions() { in getOptions() method in VoiceInteractionSession.PickOptionRequest
|
/frameworks/base/services/ |
D | art-profile | 16685 HSPLcom/android/server/wm/SafeActivityOptions;->getOptions(Landroid/content/Intent;Landroid/content… 16686 PLcom/android/server/wm/SafeActivityOptions;->getOptions(Lcom/android/server/wm/ActivityStackSuperv…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 8074 HSPLandroid/icu/impl/coll/CollationFastLatin;->getOptions(Landroid/icu/impl/coll/CollationData;Land… 27786 HSPLjava/security/cert/PKIXRevocationChecker;->getOptions()Ljava/util/Set;
|
/frameworks/base/api/ |
D | current.txt | 41899 method public android.app.VoiceInteractor.PickOptionRequest.Option[] getOptions(); 65236 method public java.util.Set<java.security.cert.PKIXRevocationChecker.Option> getOptions();
|