Home
last modified time | relevance | path

Searched defs:source (Results 801 – 825 of 11778) sorted by relevance

1...<<31323334353637383940>>...472

/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dcoleitr.cpp273 void CollationElementIterator::setText(const UnicodeString& source, in setText()
300 void CollationElementIterator::setText(CharacterIterator& source, in setText()
331 const UnicodeString &source, in CollationElementIterator()
343 const CharacterIterator &source, in CollationElementIterator()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecFeatureAction.java73 HdmiCecFeatureAction(HdmiCecLocalDevice source) { in HdmiCecFeatureAction()
77 HdmiCecFeatureAction(HdmiCecLocalDevice source, IHdmiControlCallback callback) { in HdmiCecFeatureAction()
81 HdmiCecFeatureAction(HdmiCecLocalDevice source, List<IHdmiControlCallback> callbacks) { in HdmiCecFeatureAction()
286 protected final HdmiCecLocalDeviceSource source() { in source() method in HdmiCecFeatureAction
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Ditercoll.cpp52 UnicodeString source; in TestUnicodeChar() local
94 UnicodeString source; in TestPrevious() local
402 UnicodeString source("abcd"); in TestClearBuffers() local
470 UnicodeString source("abcd"); in TestAssignment() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Ditercoll.cpp52 UnicodeString source; in TestUnicodeChar() local
94 UnicodeString source; in TestPrevious() local
402 UnicodeString source("abcd"); in TestClearBuffers() local
470 UnicodeString source("abcd"); in TestAssignment() local
/aosp_15_r20/cts/tests/tests/media/common/src/android/media/cts/
H A DCodecUtils.java118 public native static void copyFlexYUVImage(CodecImage target, CodecImage source); in copyFlexYUVImage()
120 public static void copyFlexYUVImage(Image target, CodecImage source) { in copyFlexYUVImage()
121 copyFlexYUVImage(ImageWrapper.createFromImage(target), source); in copyFlexYUVImage() local
123 public static void copyFlexYUVImage(Image target, Image source) { in copyFlexYUVImage()
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/
H A DAbsSavedStateTest.java67 Parcel source = Parcel.obtain(); in testConstructor() local
136 AbsSavedStateImpl(Parcel source) { in AbsSavedStateImpl()
140 AbsSavedStateImpl(Parcel source, ClassLoader loader) { in AbsSavedStateImpl()
/aosp_15_r20/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
H A DProgress.java87 @Override public BufferedSource source() throws IOException { in source() method in Progress.ProgressResponseBody
94 private Source source(Source source) { in source()
/aosp_15_r20/system/vold/fs/
H A DF2fs.cpp46 status_t Check(const std::string& source) { in Check()
56 status_t Mount(const std::string& source, const std::string& target) { in Mount()
75 status_t Format(const std::string& source, bool is_zoned, in Format()
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DHttp2.java79 @Override public FrameReader newReader(BufferedSource source, boolean client) { in newReader()
88 private final BufferedSource source; field in Http2.Reader
95 Reader(BufferedSource source, int headerTableSize, boolean client) { in Reader()
482 @Override public synchronized void data(boolean outFinished, int streamId, Buffer source, in data()
593 private final BufferedSource source; field in Http2.ContinuationSource
602 public ContinuationSource(BufferedSource source) { in ContinuationSource()
/aosp_15_r20/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp158 static void dumpSource(const sp<MediaSource> &source, const String8 &filename) { in dumpSource()
196 static void playSource(sp<MediaSource> &source) { in playSource()
457 DetectSyncSource::DetectSyncSource(const sp<MediaSource> &source) in DetectSyncSource()
557 sp<MediaSource> source = sources.editItemAt(i); in writeSourcesToMP4() local
574 static void performSeekTest(const sp<MediaSource> &source) { in performSeekTest()
1223 sp<MediaSource> source = CreateMediaSourceFromIMediaSource( in main() local
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
H A DHttp2.java81 @Override public FrameReader newReader(BufferedSource source, boolean client) { in newReader()
90 private final BufferedSource source; field in Http2.Reader
97 Reader(BufferedSource source, int headerTableSize, boolean client) { in Reader()
484 @Override public synchronized void data(boolean outFinished, int streamId, Buffer source, in data()
595 private final BufferedSource source; field in Http2.ContinuationSource
604 public ContinuationSource(BufferedSource source) { in ContinuationSource()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DCLDRTransforms.java467 String source = fixID(source1); in checkIdFix() local
480 static String fixID(String source) { in fixID()
557 public String source = "Any"; field in CLDRTransforms.ParsedTransformID
641 String source, String target, String variant, Direction direction) { in set()
707 public void setSource(String source) { in setSource()
720 public static String getId(String source, String target, String variant) { in getId()
/aosp_15_r20/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/
H A DHttp2.java86 @Override public FrameReader newReader(BufferedSource source, boolean client) { in newReader()
95 private final BufferedSource source; field in Http2.Reader
102 Reader(BufferedSource source, int headerTableSize, boolean client) { in Reader()
495 @Override public synchronized void data(boolean outFinished, int streamId, Buffer source, in data()
608 private final BufferedSource source; field in Http2.ContinuationSource
617 public ContinuationSource(BufferedSource source) { in ContinuationSource()
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
H A DResponseBody.java50 public abstract BufferedSource source() throws IOException; in source() method in ResponseBody
58 BufferedSource source = source(); in bytes() local
135 @Override public BufferedSource source() { in create() method in ResponseBody
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DResponseBody.java46 public abstract BufferedSource source() throws IOException; in source() method in ResponseBody
54 BufferedSource source = source(); in bytes() local
131 @Override public BufferedSource source() { in create() method in ResponseBody
/aosp_15_r20/external/webrtc/test/pc/e2e/media/
H A Dmedia_helper.cc32 rtc::scoped_refptr<webrtc::AudioSourceInterface> source = in MaybeAddAudio() local
60 rtc::scoped_refptr<TestVideoCapturerVideoTrackSource> source = in MaybeAddVideo() local
100 PeerConfigurer::VideoSource source, in CreateVideoCapturer()
/aosp_15_r20/external/guice/core/src/com/google/inject/internal/
H A DWeakKeySet.java90 public void add(Key<?> key, State state, Object source) { in add()
130 final Object source; field in WeakKeySet.KeyAndSource
132 KeyAndSource(Key<?> key, Object source) { in KeyAndSource()
H A DBindingImpl.java32 private final Object source; field in BindingImpl
39 Object source, in BindingImpl()
49 protected BindingImpl(Object source, Key<T> key, Scoping scoping) { in BindingImpl()
/aosp_15_r20/external/okio/samples/src/jvmMain/java/okio/samples/
H A DSourceMarker.java67 public SourceMarker(Source source) { in SourceMarker()
74 public BufferedSource source() { in source() method in SourceMarker
130 MarkSource(Source source) { in MarkSource()
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DDebugTest.cpp199 GLenum source; member
207 static void GL_APIENTRY Callback(GLenum source, in Callback()
253 const GLenum source = GL_DEBUG_SOURCE_APPLICATION; in TEST_P() local
297 const GLenum source = GL_DEBUG_SOURCE_APPLICATION; in TEST_P() local
360 const GLenum source = GL_DEBUG_SOURCE_APPLICATION; in TEST_P() local
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv32Imp.cpp5 GL_APICALL void GL_APIENTRY glDebugMessageControl(GLenum source, GLenum type, GLenum severity, GLsi… in glDebugMessageControl()
11 GL_APICALL void GL_APIENTRY glDebugMessageInsert(GLenum source, GLenum type, GLuint id, GLenum seve… in glDebugMessageInsert()
30 GL_APICALL void GL_APIENTRY glPushDebugGroup(GLenum source, GLuint id, GLsizei length, const GLchar… in glPushDebugGroup()
/aosp_15_r20/prebuilts/tools/common/m2/repository/io/reactivex/rxjava2/rxjava/2.2.9/
HDrxjava-2.2.9.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/reactivex/ io/ ...
/aosp_15_r20/frameworks/base/location/lib/java/com/android/location/provider/
H A DGmsFusedBatchOptions.java49 public void setSourceToUse(int source) {} in setSourceToUse()
51 public void resetSourceToUse(int source) {} in resetSourceToUse()
53 public boolean isSourceToUseSet(int source) { in isSourceToUseSet()
/aosp_15_r20/external/moshi/moshi/src/main/java/com/squareup/moshi/
H A DJsonValueSource.java42 private final BufferedSource source; field in JsonValueSource
66 JsonValueSource(BufferedSource source) { in JsonValueSource()
70 JsonValueSource(BufferedSource source, Buffer prefix, ByteString state, int stackSize) { in JsonValueSource()
/aosp_15_r20/external/rust/android-crates-io/crates/annotate-snippets/tests/
Ddl_from_snippet.rs40 let source = vec![line_1, line_2].join("\n"); in test_format_slice() localVariable
176 let source = vec![line_1, line_2].join("\n"); in test_format_slice_annotation_standalone() localVariable
283 let source = "short"; in test_i26() localVariable

1...<<31323334353637383940>>...472