Home
last modified time | relevance | path

Searched defs:source (Results 701 – 725 of 11778) sorted by relevance

1...<<21222324252627282930>>...472

/aosp_15_r20/frameworks/base/tools/aapt2/compile/
H A DPseudolocalizer.cpp360 std::string PseudoMethodAccent::Text(StringPiece source) { in Text()
446 std::string PseudoMethodAccent::Placeholder(StringPiece source) { in Placeholder()
451 std::string PseudoMethodBidi::Text(StringPiece source) { in Text()
486 std::string PseudoMethodBidi::Placeholder(StringPiece source) { in Placeholder()
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Derrors.c155 enum mesa_debug_source source, in _mesa_gl_vdebugf()
178 enum mesa_debug_source source, in _mesa_gl_debugf()
192 enum mesa_debug_source source, in _mesa_gl_debug()
338 enum mesa_debug_source source = MESA_DEBUG_SOURCE_SHADER_COMPILER; in _mesa_shader_debug() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
Dfetch.go41 func fetchProfiles(s *source, o *plugin.Options) (*profile.Profile, error) {
277 source *source member
323 func grabProfile(s *source, source string, fetcher plugin.Fetcher, obj plugin.ObjTool, ui plugin.UI…
402 func locateBinaries(p *profile.Profile, s *source, obj plugin.ObjTool, ui plugin.UI) {
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/
H A DPipe.kt131 val source = object : Source { in timeout() constant in okio.Pipe
234 fun source() = source in sink() method in okio.Pipe
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DTextureImpl.cpp27 const gl::Texture *source) in copyTexture()
41 const gl::Texture *source) in copySubTexture()
84 const gl::Texture *source) in copyCompressedTexture()
99 const gl::Texture *source) in copy3DTexture()
114 const gl::Texture *source) in copy3DSubTexture()
/aosp_15_r20/external/crosvm/devices/src/virtio/input/
H A Devent_source.rs52 source: T, field
297 let mut source = EventSourceImpl::new(SourceMock::new(&[]), 128); in empty_new() localVariable
312 let mut source = EventSourceImpl::new(SourceMock::new(&[]), 128); in empty_receive() localVariable
351 let mut source = EventSourceImpl::new(SourceMock::new(&evts), input_event::SIZE * 4); in partial_pop() localVariable
367 let mut source = EventSourceImpl::new(SourceMock::new(&evts), input_event::SIZE * 4); in total_pop() localVariable
/aosp_15_r20/external/python/cpython3/Tools/peg_generator/scripts/
Dbenchmark.py57 def time_compile(source): argument
62 def time_parse(source): argument
66 def run_benchmark_xxl(subcommand, source): argument
/aosp_15_r20/external/cronet/base/
H A Dscoped_multi_source_observation.h59 void AddObservation(Source* source) { in AddObservation()
66 void RemoveObservation(Source* source) { in RemoveObservation()
86 bool IsObservingSource(Source* source) const { in IsObservingSource()
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DScrollFeedbackProvider.java100 void onSnapToItem(int inputDeviceId, int source, int axis); in onSnapToItem()
121 void onScrollLimit(int inputDeviceId, int source, int axis, boolean isStart); in onScrollLimit()
145 void onScrollProgress(int inputDeviceId, int source, int axis, int deltaInPixels); in onScrollProgress()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/keyguard/shared/model/
DBiometricUnlockModel.java14 private final com.android.systemui.keyguard.shared.model.BiometricUnlockSource source = null; field in BiometricUnlockModel
18 com.android.systemui.keyguard.shared.model.BiometricUnlockSource source) { in BiometricUnlockModel()
45 com.android.systemui.keyguard.shared.model.BiometricUnlockSource source) { in copy()
/aosp_15_r20/out/soong/.intermediates/external/turbine/turbine/linux_glibc_common/javac/anno/com/google/turbine/options/
DAutoValue_LanguageVersion.java10 private final int source; field in AutoValue_LanguageVersion
17 int source, in AutoValue_LanguageVersion()
29 public int source() { in source() method in AutoValue_LanguageVersion
/aosp_15_r20/external/turbine/java/com/google/turbine/binder/bound/
H A DPackageSourceBoundClass.java33 private final SourceFile source; field in PackageSourceBoundClass
39 SourceFile source) { in PackageSourceBoundClass()
80 public SourceFile source() { in source() method in PackageSourceBoundClass
/aosp_15_r20/external/guice/core/test/com/google/inject/
H A DReflectionTest.java46 ElementSource source = (ElementSource) fooBinding.getSource(); in testNormalBinding() local
63 ElementSource source = (ElementSource) i.getSource(); in testConstantBinding() local
83 ElementSource source = (ElementSource) fooBinding.getSource(); in testLinkedBinding() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/io/
H A DMultiReaderTest.java31 final CharSource source = newCharSource(testString); in testOnlyOneOpen() local
55 CharSource source = newCharSource("a"); in testReady() local
68 CharSource source = newCharSource(testString); in testSimple() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/detail/
Ddefault_constructible_unary_fn.hpp31 default_constructible_unary_fn_wrapper(const F& source) in default_constructible_unary_fn_wrapper()
35 default_constructible_unary_fn_wrapper(const default_constructible_unary_fn_wrapper& source) in default_constructible_unary_fn_wrapper()
39 …default_constructible_unary_fn_wrapper& operator=(const default_constructible_unary_fn_wrapper& so… in operator =()
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/io/
H A DMultiReaderTest.java31 final CharSource source = newCharSource(testString); in testOnlyOneOpen() local
55 CharSource source = newCharSource("a"); in testReady() local
68 CharSource source = newCharSource(testString); in testSimple() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/multiple_device_context/
H A Dtest_multiple_contexts.cpp49 cl_uint sampleAction1(cl_uint source) { return source; } in sampleAction1()
50 cl_uint sampleAction2(cl_uint source) { return source * 2; } in sampleAction2()
51 cl_uint sampleAction3(cl_uint source) { return source / 2; } in sampleAction3()
52 cl_uint sampleAction4(cl_uint source) { return source / 3; } in sampleAction4()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DCommand.cpp182 const api::VulkanBuffer& source, in copy_buffer_to_buffer()
205 const api::VulkanImage& source, in copy_texture_to_texture()
250 const api::VulkanImage& source, in copy_texture_to_buffer()
288 const api::VulkanBuffer& source, in copy_buffer_to_texture()
/aosp_15_r20/external/rust/android-crates-io/crates/fs-err/src/
Derrors.rs47 source: io::Error, field
109 fn source(&self) -> Option<&(dyn StdError + 'static)> { in source() method
134 source: io::Error, field
198 fn source(&self) -> Option<&(dyn StdError + 'static)> { in source() method
/aosp_15_r20/external/guice/extensions/persist/lib/
HDognl-2.6.7.jar ... OgnlException int i Object result ognl.OgnlContext context Object source public java.lang.String getExpressionOperator (int) ...
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DUnitConverter.java213 String source = entry.getKey(); in buildSourceToStandard() local
264 public Rational convert(Rational source) { in convert()
276 public Rational convertBackwards(Rational source) { in convertBackwards()
429 public static void addIfNeeded(String source, Multimap<String, Continuation> data) { in addIfNeeded() argument
440 public Continuation(List<String> remainder, String source) { in Continuation()
535 String source, in addRaw()
586 public String formatOriginalSource(String source) { in formatOriginalSource()
628 String source, in addToSourceToTarget()
697 public Rational convertDirect(Rational source, String sourceUnit, String targetUnit) { in convertDirect()
1402 Output<String> source, in getGender()
[all …]
H A DRegexLookup.java106 public int getFailPoint(String source) { in getFailPoint()
213 public int getFailPoint(String source) { in getFailPoint()
834 public final T get(String source) { in get()
845 public T get(String source, Object context, Output<String[]> arguments) { in get()
858 String source, in get()
958 String source, Object context, List<Finder> matcherList, List<String> failures) { in getAll()
1139 public RegexLookup<T> loadFromString(String source) { in loadFromString()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/c_parser/parser/
D_compound_decl_body.py29 def parse_struct_body(source, anon_name, parent): argument
77 def parse_body(source): argument
127 def parse_enum_body(source, _anon_name, _parent): argument
/aosp_15_r20/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
H A DInflaterSource.java30 private final BufferedSource source; field in InflaterSource
41 public InflaterSource(Source source, Inflater inflater) { in InflaterSource()
50 InflaterSource(BufferedSource source, Inflater inflater) { in InflaterSource()
/aosp_15_r20/external/okhttp/okio/okio/src/main/java/okio/
H A DInflaterSource.java28 private final BufferedSource source; field in InflaterSource
39 public InflaterSource(Source source, Inflater inflater) { in InflaterSource()
48 InflaterSource(BufferedSource source, Inflater inflater) { in InflaterSource()

1...<<21222324252627282930>>...472