/aosp_15_r20/external/executorch/test/utils/ |
H A D | OSSTestConfig.json | 4 "sources": [ array 16 "sources": [ array 23 "sources": [ array 29 "sources": [ array 35 "sources": [ array 47 "sources": [ array 54 "sources": [ array 66 "sources": [ array 76 "sources": [ array 87 "sources": [ array [all …]
|
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RecordTrace/ |
H A D | record_controller_jsdomtest.ts | 35 const sources = assertExists(result.dataSources); constant 49 const sources = assertExists(result.dataSources); constant 60 const sources = assertExists(result.dataSources); constant 74 const sources = assertExists(result.dataSources); constant 89 const sources = assertExists(result.dataSources); constant 104 const sources = assertExists(result.dataSources); constant 170 const sources = assertExists(result.dataSources); constant 214 const sources = assertExists(result.dataSources); constant 238 const sources = assertExists(result.dataSources); constant 287 const sources = assertExists(decoded.dataSources); constant [all …]
|
/aosp_15_r20/external/dagger2/java/dagger/hilt/android/testing/compile/ |
H A D | HiltCompilerTests.java | 101 public static HiltCompiler hiltCompiler(Source... sources) { in hiltCompiler() 106 public static HiltCompiler hiltCompiler(ImmutableCollection<Source> sources) { in hiltCompiler() 126 List<Source> sources, in compileWithKapt() 134 List<Source> sources, in compileWithKapt() 143 List<Source> sources, in compileWithKapt() 152 List<Source> sources, in compileWithKapt() 222 abstract ImmutableCollection<Source> sources(); in sources() method in HiltCompilerTests.HiltCompiler 313 abstract Builder sources(ImmutableCollection<Source> sources); in sources() method in HiltCompilerTests.HiltCompiler.Builder
|
/aosp_15_r20/external/dagger2/java/dagger/testing/compile/ |
H A D | CompilerTests.java | 107 public static DaggerCompiler daggerCompiler(Source... sources) { in daggerCompiler() 112 public static DaggerCompiler daggerCompiler(ImmutableCollection<Source> sources) { in daggerCompiler() 120 public static InvocationCompiler invocationCompiler(Source... sources) { in invocationCompiler() 129 abstract ImmutableList<Source> sources(); in sources() method in CompilerTests.InvocationCompiler 164 abstract ImmutableCollection<Source> sources(); in sources() method in CompilerTests.DaggerCompiler 264 abstract Builder sources(ImmutableCollection<Source> sources); in sources() argument 298 List<Source> sources, in compileWithKapt() 305 List<Source> sources, in compileWithKapt()
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/rop/code/ |
H A D | Rop.java | 62 private final TypeList sources; field in Rop 94 public Rop(int opcode, Type result, TypeList sources, in Rop() 141 public Rop(int opcode, Type result, TypeList sources, in Rop() 159 public Rop(int opcode, Type result, TypeList sources, int branchingness, in Rop() 176 public Rop(int opcode, Type result, TypeList sources, String nickname) { in Rop() 194 public Rop(int opcode, Type result, TypeList sources, TypeList exceptions, in Rop() 210 public Rop(int opcode, TypeList sources, TypeList exceptions) { in Rop()
|
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
H A D | Rop.java | 62 private final TypeList sources; field in Rop 94 public Rop(int opcode, Type result, TypeList sources, in Rop() 141 public Rop(int opcode, Type result, TypeList sources, in Rop() 159 public Rop(int opcode, Type result, TypeList sources, int branchingness, in Rop() 176 public Rop(int opcode, Type result, TypeList sources, String nickname) { in Rop() 194 public Rop(int opcode, Type result, TypeList sources, TypeList exceptions, in Rop() 210 public Rop(int opcode, TypeList sources, TypeList exceptions) { in Rop()
|
/aosp_15_r20/external/turbine/javatests/com/google/turbine/lower/ |
H A D | IntegrationTestSupport.java | 526 Map<String, String> sources, Collection<Path> classpath, ImmutableList<String> options) in runJavacAnalysis() argument 532 Map<String, String> sources, in runJavacAnalysis() argument 543 Map<String, String> sources, Collection<Path> classpath) throws Exception { in runJavac() 549 Map<String, String> sources, Collection<Path> classpath, ImmutableList<String> options) in runJavac() 584 Map<String, String> sources, in setupJavac() argument 646 public final Map<String, String> sources; field in IntegrationTestSupport.TestInput 649 public TestInput(Map<String, String> sources, Map<String, String> classes) { in TestInput() argument 655 Map<String, String> sources = new LinkedHashMap<>(); in parse() local
|
/aosp_15_r20/external/armnn/cmake/ |
H A D | Utils.cmake | 8 set(sources ${source1} ${ARGN}) variable 20 set(sources ${source1} ${ARGN}) variable 36 set(sources ${source1} ${ARGN}) variable 45 set(sources ${source1} ${ARGN}) variable
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/assets/ |
D | aggregate_report_service_test.json | 6 "sources": [], array 26 "sources": [], array 57 "sources": [], array 77 "sources": [], array 108 "sources": [], array 128 "sources": [], array 159 "sources": [], array 191 "sources": [], array 233 "sources": [], array 277 "sources": [], array
|
D | event_report_service_test.json | 6 "sources": [], array 27 "sources": [], array 59 "sources": [], array 80 "sources": [], array 112 "sources": [], array 133 "sources": [], array 165 "sources": [], array 200 "sources": [], array 245 "sources": [], array 294 "sources": [], array
|
/aosp_15_r20/external/fmtlib/ |
H A D | CMakeLists.txt | 54 set(sources ${AML_UNPARSED_ARGUMENTS}) variable 106 set(sources) variable 111 set(sources ${sources} ${pcm} ${CMAKE_CURRENT_BINARY_DIR}/${obj}) variable 466 set(sources ) variable 468 set(sources ${sources} doc/${source}) variable
|
/aosp_15_r20/tools/metalava/metalava-model-source/src/main/java/com/android/tools/metalava/model/source/ |
H A D | SourceSet.kt | 38 class SourceSet(val sources: List<File>, val sourcePath: List<File>) { constant in com.android.tools.metalava.model.source.SourceSet 73 val sources = gatherSources(reporter, sourcePath, fileTester) in empty() constant 122 val sources = mutableListOf<File>() in gatherSources() constant
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | zoneinfo.rst | 120 .. _zoneinfo_data_compile_time_config: 122 Compile-time configuration 139 Environment configuration 162 Runtime configuration
|
/aosp_15_r20/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
H A D | glGetDebugMessageLogKHR.java | 6 int[] sources, in glGetDebugMessageLogKHR() 23 java.nio.IntBuffer sources, in glGetDebugMessageLogKHR() 34 int[] sources, in glGetDebugMessageLogKHR() 47 java.nio.IntBuffer sources, in glGetDebugMessageLogKHR()
|
H A D | glGetDebugMessageLog.java | 6 int[] sources, in glGetDebugMessageLog() 23 java.nio.IntBuffer sources, in glGetDebugMessageLog() 34 int[] sources, in glGetDebugMessageLog() 47 java.nio.IntBuffer sources, in glGetDebugMessageLog()
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/io/ |
H A D | CharSource.java | 373 public static CharSource concat(Iterable<? extends CharSource> sources) { in concat() 395 public static CharSource concat(Iterator<? extends CharSource> sources) { in concat() 411 public static CharSource concat(CharSource... sources) { in concat() 616 private final Iterable<? extends CharSource> sources; field in ConcatenatedCharSource 618 ConcatenatedCharSource(Iterable<? extends CharSource> sources) { in ConcatenatedCharSource()
|
H A D | ByteSource.java | 387 public static ByteSource concat(Iterable<? extends ByteSource> sources) { in concat() 409 public static ByteSource concat(Iterator<? extends ByteSource> sources) { in concat() 425 public static ByteSource concat(ByteSource... sources) { in concat() 688 final Iterable<? extends ByteSource> sources; field in ByteSource.ConcatenatedByteSource 690 ConcatenatedByteSource(Iterable<? extends ByteSource> sources) { in ConcatenatedByteSource()
|
/aosp_15_r20/external/pytorch/torch/utils/ |
H A D | cpp_extension.py | 616 def unix_wrap_ninja_compile(sources, argument 700 def win_wrap_single_compile(sources, argument 769 def win_wrap_ninja_compile(sources, argument 924 def CppExtension(name, sources, *args, **kwargs): argument 975 def CUDAExtension(name, sources, *args, **kwargs): argument 1662 sources, argument 2151 sources, argument 2266 sources, argument
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fNegativeShaderStorageTests.cpp | 41 void verifyProgram(NegativeTestContext &ctx, glu::ProgramSources sources) in verifyProgram() 200 …MaxSSBlocksSource(NegativeTestContext &ctx, glw::GLenum glShaderType, glu::ProgramSources &sources) in genMaxSSBlocksSource() 235 glu::ProgramSources sources; in block_number_limits() local 285 glu::ProgramSources sources; in max_combined_block_number_limit() local
|
/aosp_15_r20/external/guava/guava/src/com/google/common/io/ |
H A D | ByteSource.java | 387 public static ByteSource concat(Iterable<? extends ByteSource> sources) { in concat() 409 public static ByteSource concat(Iterator<? extends ByteSource> sources) { in concat() 425 public static ByteSource concat(ByteSource... sources) { in concat() 688 final Iterable<? extends ByteSource> sources; field in ByteSource.ConcatenatedByteSource 690 ConcatenatedByteSource(Iterable<? extends ByteSource> sources) { in ConcatenatedByteSource()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/boringssl/ |
D | gen_build_yaml.py | 27 sources = json.load(s) variable 33 sources = json.load(s) variable 43 def __init__(self, sources): argument
|
/aosp_15_r20/external/grpc-grpc/src/boringssl/ |
H A D | gen_build_yaml.py | 27 sources = json.load(s) variable 35 sources = json.load(s) variable 45 def __init__(self, sources): argument
|
/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/ |
H A D | ComponentShardTest.java | 57 ImmutableList.Builder<Source> sources = ImmutableList.builder(); in testNewShardCreated() local 111 ImmutableList.Builder<Source> sources = ImmutableList.builder(); in testNewShardCreatedWithDependencies() local 158 ImmutableList.Builder<Source> sources = ImmutableList.builder(); in testNewShardSubcomponentCreated() local
|
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/emergency/ |
D | EmergencyNumberTest.java | 70 List<Integer> sources = number.getEmergencyNumberSources(); in testEmergencyNumberUnspecified() local 123 List<Integer> sources = number.getEmergencyNumberSources(); in testEmergencyNumberSpecificService() local 192 List<Integer> sources = number.getEmergencyNumberSources(); in testEmergencyNumberMultipleServices() local
|
/aosp_15_r20/out/soong/.intermediates/external/turbine/turbine/linux_glibc_common/javac/anno/com/google/turbine/options/ |
D | AutoValue_TurbineOptions.java | 12 private final ImmutableList<String> sources; field in AutoValue_TurbineOptions 61 ImmutableList<String> sources, in AutoValue_TurbineOptions() 112 public ImmutableList<String> sources() { in sources() method in AutoValue_TurbineOptions 351 private @Nullable ImmutableList<String> sources; field in AutoValue_TurbineOptions.Builder 380 public TurbineOptions.Builder setSources(ImmutableList<String> sources) { in setSources()
|