Home
last modified time | relevance | path

Searched refs:getOptions (Results 1 – 20 of 20) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DDescriptorsTest.java97 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/
DDescriptorsTest.java97 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 …]
DGeneratedMessageTest.java788 assertEquals(12345, EnumWithNoOuter.FOO.getValueDescriptor().getOptions() in testEnumValueOptionsInMultipleFilesMode()
/frameworks/base/services/core/java/com/android/server/wm/
DSafeActivityOptions.java100 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
DActivityTaskManagerService.java1974 under.returningOptions = safeOptions != null ? safeOptions.getOptions(r) : null; in convertToTranslucent()
2395 ? options.getOptions(mStackSupervisor) in moveTaskToFrontLocked()
3353 ? safeOptions.getOptions(mStackSupervisor) in startInPlaceAnimationOnFrontMostApplication()
DActivityStackSupervisor.java2716 ? options.getOptions(this) in startActivityFromRecents()
DActivityStarter.java783 ? 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/
DDescriptors.java108 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 …]
DMessageReflection.java55 message.getDescriptorForType().getOptions().getMessageSetWireFormat(); in writeMessageTo()
91 message.getDescriptorForType().getOptions().getMessageSetWireFormat(); in getSerializedSize()
732 if (type.getOptions().getMessageSetWireFormat() && in mergeFieldFrom()
DDynamicMessage.java251 if (type.getOptions().getMessageSetWireFormat()) { in writeTo()
265 if (type.getOptions().getMessageSetWireFormat()) { in getSerializedSize()
DExtensionRegistry.java363 if (field.getContainingType().getOptions().getMessageSetWireFormat() && in add()
DTextFormat.java338 if (field.getContainingType().getOptions().getMessageSetWireFormat() in printSingleField()
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DMainInteractionSession.java406 + 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/
DUtils.java233 fieldDescriptor.getMessageType().getOptions().getMapEntry(); in isMapEntry()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java731 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/
DXmpDepthDecode.java177 info.getValue(), info.getOptions()); in read()
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java581 public VoiceInteractor.PickOptionRequest.Option[] getOptions() { in getOptions() method in VoiceInteractionSession.PickOptionRequest
/frameworks/base/services/
Dart-profile16685 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/
Dboot-image-profile.txt8074 HSPLandroid/icu/impl/coll/CollationFastLatin;->getOptions(Landroid/icu/impl/coll/CollationData;Land…
27786 HSPLjava/security/cert/PKIXRevocationChecker;->getOptions()Ljava/util/Set;
/frameworks/base/api/
Dcurrent.txt41899 method public android.app.VoiceInteractor.PickOptionRequest.Option[] getOptions();
65236 method public java.util.Set<java.security.cert.PKIXRevocationChecker.Option> getOptions();