/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/log-0.4.21/src/kv/ |
H A D | mod.rs | 250 mod source; module 260 pub mod source; module
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | ucnvscsu.cpp | 236 const uint8_t *source, *sourceLimit; in _SCSUToUnicodeWithOffsets() local 589 const uint8_t *source, *sourceLimit; in _SCSUToUnicode() local 1013 const char16_t *source, *sourceLimit; in _SCSUFromUnicodeWithOffsets() local 1521 const char16_t *source, *sourceLimit; in _SCSUFromUnicode() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
H A D | CollectionUtilities.java | 76 public static <T> Map<T,T> asMap(T[][] source, Map<T,T> target, boolean reverse) { in asMap() argument 95 public static <T, U extends Collection<T>> U addAll(Iterator<T> source, U target) { in addAll() 107 public static int size(Iterator source) { in size() 122 public static <T> Map<T,T> asMap(T[][] source) { in asMap()
|
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/ |
H A D | TextViewReceiveContentTest.java | 808 final ClipData clip, final int source, final int flags) { in onReceive() 882 private static ContentInfo contentEq(@NonNull ClipData clip, int source, int flags) { in contentEq() 886 private static ContentInfo contentEq(@NonNull ClipData clip, int source, int flags, in contentEq() 900 private ContentInfoArgumentMatcher(@NonNull ClipData clip, int source, int flags, in ContentInfoArgumentMatcher()
|
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/ |
H A D | AsyncTimeoutTest.kt | 270 val source: Source = object : ForwardingSource(Buffer()) { in wrappedSourceTimesOut() constant 288 val source: Source = object : ForwardingSource(Buffer()) { in wrappedSourceCloseTimesOut() constant 354 val source = bufferWithRandomSegmentLayout(dice, data) in sinkSplitsLargeWrites() constant
|
H A D | GzipSourceTest.kt | 208 val source = GzipSource(gzipped) in gunzip() constant 215 internal class ExhaustableSource(private val source: Source) : Source { constant in okio.GzipSourceTest.ExhaustableSource
|
/aosp_15_r20/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/pps/ |
D | Credential.java | 328 public UserCredential(UserCredential source) { in UserCredential() method in Credential.UserCredential 558 public CertificateCredential(CertificateCredential source) { in CertificateCredential() method in Credential.CertificateCredential 727 public SimCredential(SimCredential source) { in SimCredential() method in Credential.SimCredential 1009 public Credential(Credential source) { in Credential() method in Credential
|
/aosp_15_r20/external/icu/icu4j/main/framework/src/test/java/com/ibm/icu/dev/util/ |
H A D | CollectionUtilities.java | 73 public static <T> Map<T,T> asMap(T[][] source, Map<T,T> target, boolean reverse) { in asMap() argument 92 public static <T, U extends Collection<T>> U addAll(Iterator<T> source, U target) { in addAll() 104 public static int size(Iterator source) { in size() 119 public static <T> Map<T,T> asMap(T[][] source) { in asMap()
|
/aosp_15_r20/external/pdfium/core/fxge/win32/ |
H A D | cgdi_device_driver.cpp | 156 ByteString GetBitmapInfo(const RetainPtr<CFX_DIBBase>& source) { in GetBitmapInfo() 392 bool CGdiDeviceDriver::GDI_SetDIBits(const RetainPtr<CFX_DIBBase>& source, in GDI_SetDIBits() 423 bool CGdiDeviceDriver::GDI_StretchDIBits(const RetainPtr<CFX_DIBBase>& source, in GDI_StretchDIBits() 459 bool CGdiDeviceDriver::GDI_StretchBitMask(const RetainPtr<CFX_DIBBase>& source, in GDI_StretchBitMask()
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | ucnvscsu.cpp | 236 const uint8_t *source, *sourceLimit; in _SCSUToUnicodeWithOffsets() local 590 const uint8_t *source, *sourceLimit; in _SCSUToUnicode() local 1015 const char16_t *source, *sourceLimit; in _SCSUFromUnicodeWithOffsets() local 1523 const char16_t *source, *sourceLimit; in _SCSUFromUnicode() local
|
/aosp_15_r20/external/okhttp/okio/okio/src/main/java/okio/ |
H A D | RealBufferedSource.java | 27 public final Source source; field in RealBufferedSource 30 public RealBufferedSource(Source source, Buffer buffer) { in RealBufferedSource() 36 public RealBufferedSource(Source source) { in RealBufferedSource()
|
/aosp_15_r20/external/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
H A D | FieldMaskUtil.java | 390 FieldMask mask, Message source, Message.Builder destination, MergeOptions options) { in merge() 397 public static void merge(FieldMask mask, Message source, Message.Builder destination) { in merge() 405 public static <P extends Message> P trim(FieldMask mask, P source) { in trim()
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | ParallelShaderCompileTest.cpp | 75 static std::string InsertRandomString(const std::string &source) in InsertRandomString() 84 static GLuint CompileShader(GLenum type, const std::string &source) in CompileShader() 94 static void RecompileShader(GLuint shader, const std::string &source) in RecompileShader()
|
/aosp_15_r20/frameworks/native/services/inputflinger/ |
H A D | NotifyArgs.cpp | 41 uint32_t source, ui::LogicalDisplayId displayId, uint32_t policyFlags, in NotifyKeyArgs() 61 int32_t id, nsecs_t eventTime, nsecs_t readTime, int32_t deviceId, uint32_t source, in NotifyMotionArgs() 155 NotifySensorArgs::NotifySensorArgs(int32_t id, nsecs_t eventTime, int32_t deviceId, uint32_t source, in NotifySensorArgs()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/ |
H A D | radeon_vce.c | 239 struct pipe_video_buffer *source, in rvce_begin_frame() 287 struct pipe_video_buffer *source, in rvce_encode_bitstream() 307 struct pipe_video_buffer *source, in rvce_end_frame()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/printer/ |
D | printer_test.go | 99 func runcheck(t *testing.T, source, golden string, mode checkMode) { argument 148 func check(t *testing.T, source, golden string, mode checkMode) { argument 167 source, golden string member
|
/aosp_15_r20/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/ |
H A D | RealBufferedSource.java | 28 public final Source source; field in RealBufferedSource 31 public RealBufferedSource(Source source, Buffer buffer) { in RealBufferedSource() 37 public RealBufferedSource(Source source) { in RealBufferedSource()
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
H A D | FieldMaskUtil.java | 390 FieldMask mask, Message source, Message.Builder destination, MergeOptions options) { in merge() 397 public static void merge(FieldMask mask, Message source, Message.Builder destination) { in merge() 405 public static <P extends Message> P trim(FieldMask mask, P source) { in trim()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/ |
H A D | Parser.java | 18 public T parseObject(S source) throws ParseException; in parseObject() 37 public T parseObject(S source, ParsePosition pos); in parseObject()
|
/aosp_15_r20/external/parameter-framework/upstream/utility/ |
H A D | BinaryCopy.hpp | 55 typename std::remove_reference<Destination>::type binaryCopy(const Source source) in binaryCopy() 64 Source source; in binaryCopy() member
|
/aosp_15_r20/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ |
H A D | PlotListener.java | 34 public void onBeforeDraw(Plot source, Canvas canvas); in onBeforeDraw() 44 public void onAfterDraw(Plot source, Canvas canvas); in onAfterDraw()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | EventObject.java | 47 protected transient Object source; field in EventObject 55 public EventObject(Object source) { in EventObject()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/ |
D | EventObject.java | 47 protected transient Object source; field in EventObject 55 public EventObject(Object source) { in EventObject()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | EventObject.java | 47 protected transient Object source; field in EventObject 55 public EventObject(Object source) { in EventObject()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/15/libcore/ojluni/src/main/java/java/text/ |
D | CollationKey.java | 142 protected CollationKey(String source) { in CollationKey() 149 private final String source; field in CollationKey
|