/aosp_15_r20/external/mesa3d/src/microsoft/clc/ |
H A D | compute_test.h | 306 void run_shader(const std::vector<const char *> &sources, in run_shader() 317 void run_shader(const std::vector<const char *> &sources, in run_shader()
|
/aosp_15_r20/external/gemmlowp/meta/generators/ |
H A D | neon_emitter_64.py | 936 def EmitVStoreA(self, store_no, store_type, sources, destination): argument 945 def EmitVStoreAPostIncrement(self, store_no, store_type, sources, destination, argument 956 sources, argument 1026 def EmitVStoreOffsetA(self, store_no, store_type, sources, destination, argument 1058 sources): argument
|
H A D | neon_emitter.py | 531 def EmitVStoreA(self, store_no, store_type, sources, destination): argument 538 sources, argument 623 def EmitVStoreOffsetA(self, store_no, store_type, sources, destination, argument 667 sources): argument
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/shortcut/data/repository/ |
H A D | CustomShortcutCategoriesRepository.kt | 113 val sources = inputGestureDataAdapter.toInternalGroupSources(inputGestures) in <lambda>() constant
|
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/emergency/ |
H A D | EmergencyNumber.java | 462 List<Integer> sources = new ArrayList<>(); in getEmergencyNumberSources() local 479 public boolean isFromSources(@EmergencyNumberSources int sources) { in isFromSources()
|
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/sdklib/ |
HD | sdklib.core.jar | ... -sys-img-03.xsd
xsd/sources/
xsd/sources/sdk-sites-list ... |
HD | tools.sdklib.jar | META-INF/
META-INF/MANIFEST.MF
NOTICE
com/
com/android/
com ... |
/aosp_15_r20/frameworks/base/core/java/com/android/internal/app/procstats/ |
H A D | AssociationState.java | 816 ArrayList<Pair<SourceKey, SourceDumpContainer>> sources = new ArrayList<>(numOfSources); in createSortedAssociations() local 836 ArrayList<Pair<SourceKey, SourceDumpContainer>> sources, long now, long totalTime, in dumpStats() 897 String prefixInnerInner, ArrayList<Pair<SourceKey, SourceDumpContainer>> sources, in dumpSources()
|
/aosp_15_r20/frameworks/native/services/inputflinger/ |
H A D | PointerChoreographer.cpp | 60 bool isMouseOrTouchpad(uint32_t sources) { in isMouseOrTouchpad() 706 const uint32_t sources = info.getSources(); in updatePointerControllersLocked() local 894 const uint32_t sources = info->getSources(); in setPointerIcon() local
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/util/testmapping/ |
D | TestMappingTest.java | 159 Set<String> sources = new HashSet<String>(); in testparseTestMapping() local 925 Set<String> sources = mTestMapping.getTestMappingSources(zipFile); in testGetTestMappingSources() local 972 Set<String> sources = mTestMapping.getTestMappingSources(tempDir); in testGetTestMappingSources_Dir() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cShaderDrawParametersTests.cpp | 116 ProgramSources sources; in iterate() local 260 ProgramSources sources = makeVtxFragSources(vs, fs); in draw() local
|
H A D | gl4cShaderAtomicCounterOpsTests.cpp | 212 glu::ProgramSources sources; in create() local 332 glu::ProgramSources sources; in executeComputeShader() local
|
/aosp_15_r20/external/dokka/runners/cli/src/main/kotlin/cli/ |
H A D | main.kt | 124 …val sources = if (arguments.src.isNotEmpty()) arguments.src.split(File.pathSeparatorChar).toList()… in entry() constant
|
/aosp_15_r20/external/python/cpython2/Lib/distutils/ |
D | ccompiler.py | 323 def _setup_compile(self, outdir, macros, incdirs, sources, depends, argument 474 def detect_language(self, sources): argument 510 def compile(self, sources, output_dir=None, macros=None, argument
|
/aosp_15_r20/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES31Ext.java | 308 int[] sources, in glGetDebugMessageLogKHR() 325 java.nio.IntBuffer sources, in glGetDebugMessageLogKHR() 336 int[] sources, in glGetDebugMessageLogKHR() 349 java.nio.IntBuffer sources, in glGetDebugMessageLogKHR()
|
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ |
H A D | DiskLruCache.java | 769 private final Source[] sources; field in Snapshot 772 private Snapshot(String key, long sequenceNumber, Source[] sources, long[] lengths) { in Snapshot()
|
/aosp_15_r20/external/llvm/cmake/modules/ |
H A D | AddLLVM.cmake | 241 set(sources ${ARGN}) variable 245 set(sources ${sources} ${resource_file}) variable
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/jar/ |
H A D | JarVerifier.java | 568 List<CodeSource> sources = new ArrayList<>(); in mapSignersToCodeSources() local 595 CodeSource[] sources = mapSignersToCodeSources(cs.getLocation(), getJarCodeSigners(), true); in findMatchingSigners() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/22/libcore/ojluni/src/main/java/java/util/jar/ |
D | JarVerifier.java | 568 List<CodeSource> sources = new ArrayList<>(); in mapSignersToCodeSources() local 595 CodeSource[] sources = mapSignersToCodeSources(cs.getLocation(), getJarCodeSigners(), true); in findMatchingSigners() local
|
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/ |
H A D | DiskLruCache.java | 772 private final Source[] sources; field in Snapshot 775 private Snapshot(String key, long sequenceNumber, Source[] sources, long[] lengths) { in Snapshot()
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/ssa/ |
H A D | SsaBasicBlock.java | 615 RegisterSpecList sources = RegisterSpecList.make(source); in addMoveToEnd() local 638 RegisterSpecList sources = RegisterSpecList.make(source); in addMoveToBeginning() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/jar/ |
D | JarVerifier.java | 568 List<CodeSource> sources = new ArrayList<>(); in mapSignersToCodeSources() local 595 CodeSource[] sources = mapSignersToCodeSources(cs.getLocation(), getJarCodeSigners(), true); in findMatchingSigners() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/ |
H A D | backprop.py | 1009 sources, argument 1133 sources, argument
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_fs_visitor.cpp | 463 const elk_fs_reg sources[] = { in emit_single_fb_write() local 569 elk_fs_reg sources[8]; in emit_urb_writes() local
|
/aosp_15_r20/hardware/interfaces/audio/core/all-versions/default/ |
H A D | PrimaryDevice.cpp | 120 Return<void> PrimaryDevice::createAudioPatch(const hidl_vec<AudioPortConfig>& sources, in createAudioPatch() 193 const hidl_vec<AudioPortConfig>& sources, in updateAudioPatch()
|