/external/igt-gpu-tools/tests/i915/ |
D | gem_ctx_clone.c | 49 struct drm_i915_gem_context_create_ext create = { in has_ctx_clone() local 61 struct drm_i915_gem_context_create_ext create = { in invalid_clone() local 94 struct drm_i915_gem_context_create_ext create = { in clone_flags() local 169 struct drm_i915_gem_context_create_ext create = { in clone_engines() local 273 struct drm_i915_gem_context_create_ext create = { in clone_scheduler() local 386 struct drm_i915_gem_context_create_ext create = { in clone_vm() local
|
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/ |
D | SynchronousFileStorageTest.java | 299 try (InputStream in = storage.open(file1CompressUri, ReadStreamOpener.create())) { in read_shouldInvokeTransforms() 310 try (InputStream in = storage.open(file1CompressUriWithEncoded, ReadStreamOpener.create())) { in read_shouldInvokeTransformsWithEncoded() 321 try (OutputStream out = storage.open(file1CompressUri, WriteStreamOpener.create())) { in write_shouldInvokeTransforms() 400 try (OutputStream out = storage.open(file2CompressEncryptUri, WriteStreamOpener.create())) { in multipleTransformsShouldBeEncodedForwardAndComposedInReverse() 452 try (InputStream in = storage.open(file1Uri, ReadStreamOpener.create())) { in read_shouldMonitor() 459 try (OutputStream out = storage.open(file1Uri, WriteStreamOpener.create())) { in write_shouldMonitor() 466 try (OutputStream out = storage.open(file1Uri, AppendStreamOpener.create())) { in append_shouldMonitor() 473 try (InputStream in = storage.open(file1CompressUri, ReadStreamOpener.create())) { in readWithTransform_shouldGetOriginalUri()
|
/external/dagger2/javatests/dagger/functional/kotlinsrc/assisted/ |
D | AssistedFactoryWithQualifiedTypesTest.kt | 52 fun create(@Assisted("1") str1: String, @Assisted("2") str2: String): DupeType in dupeTypeFactory() method 69 fun create(@Assisted("2") str2: String, @Assisted("1") str1: String): DupeType in create() method 90 fun create(@Assisted("1") str: String, @Assisted("1") i: Int): DupeQualifier in create() method 111 fun create(@Assisted i: Int, @Assisted("") str: String, d: Double): UnnecessaryQualifier in create() method
|
/external/connectedappssdk/tests/shared/src/main/java/com/google/android/enterprise/connectedapps/testapp/crossuser/ |
D | AppCrossUserConnector.java | 28 static AppCrossUserConnector create(Context context) { in create() method 32 static AppCrossUserConnector create( in create() method 39 static AppCrossUserConnector create( in create() method
|
/external/webrtc/api/test/video/ |
D | function_video_decoder_factory.h | 31 std::function<std::unique_ptr<VideoDecoder>()> create) in FunctionVideoDecoderFactory() 36 std::function<std::unique_ptr<VideoDecoder>(const SdpVideoFormat&)> in FunctionVideoDecoderFactory() 40 std::function<std::unique_ptr<VideoDecoder>()> create, in FunctionVideoDecoderFactory()
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | LinkedHashMultiset.java | 42 public static <E extends @Nullable Object> LinkedHashMultiset<E> create() { in create() method in LinkedHashMultiset 53 public static <E extends @Nullable Object> LinkedHashMultiset<E> create(int distinctElements) { in create() method in LinkedHashMultiset 64 public static <E extends @Nullable Object> LinkedHashMultiset<E> create( in create() method in LinkedHashMultiset
|
D | HashMultiset.java | 36 public static <E extends @Nullable Object> HashMultiset<E> create() { in create() method in HashMultiset 47 public static <E extends @Nullable Object> HashMultiset<E> create(int distinctElements) { in create() method in HashMultiset 58 public static <E extends @Nullable Object> HashMultiset<E> create( in create() method in HashMultiset
|
/external/turbine/java/com/google/turbine/type/ |
D | Type.java | 129 public static ClassTy create(Iterable<SimpleClassTy> classes) { in create() method in Type.ClassTy 180 public static SimpleClassTy create( in create() method in Type.ClassTy.SimpleClassTy 240 public static ArrayTy create(Type elem, ImmutableList<AnnoInfo> annos) { in create() method in Type.ArrayTy 279 public static TyVar create(TyVarSymbol sym, ImmutableList<AnnoInfo> annos) { in create() method in Type.TyVar 316 public static PrimTy create(TurbineConstantTypeKind tykind, ImmutableList<AnnoInfo> annos) { in create() method in Type.PrimTy 373 public static WildUpperBoundedTy create(Type bound, ImmutableList<AnnoInfo> annotations) { in create() method in Type.WildUpperBoundedTy 407 public static WildLowerBoundedTy create(Type bound, ImmutableList<AnnoInfo> annotations) { in create() method in Type.WildLowerBoundedTy 441 public static WildUnboundedTy create(ImmutableList<AnnoInfo> annotations) { in create() method in Type.WildUnboundedTy 477 public static IntersectionTy create(ImmutableList<Type> bounds) { in create() method in Type.IntersectionTy 511 public static MethodTy create( in create() method in Type.MethodTy [all …]
|
/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/ |
D | Endpoints.java | 44 static LocalityLbEndpoints create(List<LbEndpoint> endpoints, int localityWeight, in create() method in Endpoints.LocalityLbEndpoints 64 static LbEndpoint create(EquivalentAddressGroup eag, int loadBalancingWeight, in create() method in Endpoints.LbEndpoint 71 static LbEndpoint create( in create() method in Endpoints.LbEndpoint 85 static DropOverload create(String category, int dropsPerMillion) { in create() method in Endpoints.DropOverload
|
/external/aws-sdk-java-v2/services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/settingproviders/ |
D | UseArnRegionProviderChain.java | 52 public static UseArnRegionProviderChain create() { in create() method in UseArnRegionProviderChain 57 public static UseArnRegionProviderChain create(ProfileFile profileFile, String profileName) { in create() method in UseArnRegionProviderChain 62 …public static UseArnRegionProviderChain create(Supplier<ProfileFile> profileFile, String profileNa… in create() method in UseArnRegionProviderChain
|
D | DisableMultiRegionProviderChain.java | 53 public static DisableMultiRegionProviderChain create() { in create() method in DisableMultiRegionProviderChain 58 …public static DisableMultiRegionProviderChain create(ProfileFile profileFile, String profileName) { in create() method in DisableMultiRegionProviderChain 64 …public static DisableMultiRegionProviderChain create(Supplier<ProfileFile> profileFile, String pro… in create() method in DisableMultiRegionProviderChain
|
D | ProfileDisableMultiRegionProvider.java | 43 public static ProfileDisableMultiRegionProvider create() { in create() method in ProfileDisableMultiRegionProvider 48 …public static ProfileDisableMultiRegionProvider create(ProfileFile profileFile, String profileName… in create() method in ProfileDisableMultiRegionProvider 52 …public static ProfileDisableMultiRegionProvider create(Supplier<ProfileFile> profileFile, String p… in create() method in ProfileDisableMultiRegionProvider
|
D | ProfileUseArnRegionProvider.java | 43 public static ProfileUseArnRegionProvider create() { in create() method in ProfileUseArnRegionProvider 48 public static ProfileUseArnRegionProvider create(ProfileFile profileFile, String profileName) { in create() method in ProfileUseArnRegionProvider 52 …public static ProfileUseArnRegionProvider create(Supplier<ProfileFile> profileFile, String profile… in create() method in ProfileUseArnRegionProvider
|
/external/okio/okio/src/jvmTest/kotlin/okio/ |
D | ReadUtf8LineTest.kt | 33 override fun create(data: Buffer) = data in create() method in okio.Factory 36 override fun create(data: Buffer): BufferedSource = RealBufferedSource(data) in create() method in okio.Factory 39 override fun create(data: Buffer): BufferedSource { in create() method in okio.Factory 51 abstract fun create(data: Buffer): BufferedSource in create() method in okio.Factory
|
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/ |
D | BiMapGenerators.java | 38 protected BiMap<String, String> create(Entry<String, String>[] entries) { in create() method in BiMapGenerators.ImmutableBiMapGenerator 49 protected BiMap<String, String> create(Entry<String, String>[] entries) { in create() method in BiMapGenerators.ImmutableBiMapCopyOfGenerator 60 protected BiMap<String, String> create(Entry<String, String>[] entries) { in create() method in BiMapGenerators.ImmutableBiMapCopyOfEntriesGenerator
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | EnumMultiset.java | 31 public static <E extends Enum<E>> EnumMultiset<E> create(Class<E> type) { in create() method in EnumMultiset 35 public static <E extends Enum<E>> EnumMultiset<E> create(Iterable<E> elements) { in create() method in EnumMultiset 44 public static <E extends Enum<E>> EnumMultiset<E> create(Iterable<E> elements, Class<E> type) { in create() method in EnumMultiset
|
/external/apache-commons-io/src/main/java/org/apache/commons/io/ |
D | RandomAccessFileMode.java | 68 public RandomAccessFile create(final File file) throws FileNotFoundException { in create() method in RandomAccessFileMode 80 public RandomAccessFile create(final Path file) throws FileNotFoundException { in create() method in RandomAccessFileMode 92 public RandomAccessFile create(final String file) throws FileNotFoundException { in create() method in RandomAccessFileMode
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | BiMapGenerators.java | 38 protected BiMap<String, String> create(Entry<String, String>[] entries) { in create() method in BiMapGenerators.ImmutableBiMapGenerator 49 protected BiMap<String, String> create(Entry<String, String>[] entries) { in create() method in BiMapGenerators.ImmutableBiMapCopyOfGenerator 60 protected BiMap<String, String> create(Entry<String, String>[] entries) { in create() method in BiMapGenerators.ImmutableBiMapCopyOfEntriesGenerator
|
/external/dagger2/javatests/artifacts/dagger/kotlin-app/src/main/kotlin/app/ |
D | AssistedInjectClasses.kt | 41 fun create(str: String): Foo in fooFactory() method 50 fun create(t2: T2): ParameterizedFoo<T1, T2> method
|
/external/dagger2/javatests/artifacts/dagger-ksp/kotlin-app/src/main/kotlin/app/ |
D | AssistedInjectClasses.kt | 41 fun create(str: String): Foo in fooFactory() method 50 fun create(t2: T2): ParameterizedFoo<T1, T2> method
|
/external/guava/guava/src/com/google/common/collect/ |
D | LinkedHashMultiset.java | 48 public static <E extends @Nullable Object> LinkedHashMultiset<E> create() { in create() method in LinkedHashMultiset 59 public static <E extends @Nullable Object> LinkedHashMultiset<E> create(int distinctElements) { in create() method in LinkedHashMultiset 70 public static <E extends @Nullable Object> LinkedHashMultiset<E> create( in create() method in LinkedHashMultiset
|
D | HashMultiset.java | 40 public static <E extends @Nullable Object> HashMultiset<E> create() { in create() method in HashMultiset 51 public static <E extends @Nullable Object> HashMultiset<E> create(int distinctElements) { in create() method in HashMultiset 62 public static <E extends @Nullable Object> HashMultiset<E> create( in create() method in HashMultiset
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | BackupDataEntity.java | 38 public static BackupDataEntity create(String key, String data) { in create() method in BackupDataEntity 43 public static BackupDataEntity create(String key, byte[] data) { in create() method in BackupDataEntity 54 public static BackupDataEntity create(String key, byte[] data, int dataSize) { in create() method in BackupDataEntity
|
/external/grpc-grpc-java/rls/src/main/java/io/grpc/rls/ |
D | RlsProtoData.java | 38 static RouteLookupRequest create(ImmutableMap<String, String> keyMap) { in create() method in RlsProtoData.RouteLookupRequest 62 static RouteLookupResponse create(ImmutableList<String> targets, String getHeaderData) { in create() method in RlsProtoData.RouteLookupResponse 155 static NameMatcher create(String key, ImmutableList<String> names) { in create() method in RlsProtoData.NameMatcher 183 static GrpcKeyBuilder create( in create() method in RlsProtoData.GrpcKeyBuilder 205 static Name create(String service, @Nullable String method) { in create() method in RlsProtoData.GrpcKeyBuilder.Name 222 static ExtraKeys create( in create() method in RlsProtoData.ExtraKeys
|
/external/fbjni/cxx/fbjni/detail/ |
D | Exceptions.cpp | 46 static local_ref<JRuntimeException> create(const char* str) { in create() function in facebook::jni::__anon43c1ba8e0111::JRuntimeException 50 static local_ref<JRuntimeException> create() { in create() function in facebook::jni::__anon43c1ba8e0111::JRuntimeException 59 static local_ref<JIOException> create(const char* str) { in create() function in facebook::jni::__anon43c1ba8e0111::JIOException 68 static local_ref<JOutOfMemoryError> create(const char* str) { in create() function in facebook::jni::__anon43c1ba8e0111::JOutOfMemoryError 79 static local_ref<JArrayIndexOutOfBoundsException> create(const char* str) { in create() function in facebook::jni::__anon43c1ba8e0111::JArrayIndexOutOfBoundsException 90 static local_ref<JUnknownCppException> create() { in create() function in facebook::jni::__anon43c1ba8e0111::JUnknownCppException 94 static local_ref<JUnknownCppException> create(const char* str) { in create() function in facebook::jni::__anon43c1ba8e0111::JUnknownCppException 105 static local_ref<JCppSystemErrorException> create( in create() function in facebook::jni::__anon43c1ba8e0111::JCppSystemErrorException 208 auto JStackTraceElement::create( in create() function in facebook::jni::JStackTraceElement
|