/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/freetype/include/freetype/internal/ |
D | ftmemory.h | 237 #define FT_MEM_COPY( dest, source, count ) \ argument 240 #define FT_MEM_MOVE( dest, source, count ) \ argument 253 #define FT_ARRAY_COPY( dest, source, count ) \ argument 258 #define FT_ARRAY_MOVE( dest, source, count ) \ argument
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/freetype/include/freetype/internal/ |
D | ftmemory.h | 237 #define FT_MEM_COPY( dest, source, count ) \ argument 240 #define FT_MEM_MOVE( dest, source, count ) \ argument 253 #define FT_ARRAY_COPY( dest, source, count ) \ argument 258 #define FT_ARRAY_MOVE( dest, source, count ) \ argument
|
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/ |
H A D | citertst.c | 222 UChar source[0x100]; in TestUnicodeChar() local 288 UChar source[0x100]; in TestNormalizedUnicodeChar() local 368 UChar source[10]; in TestNormalization() local 425 UChar *source; in TestPrevious() local
|
H A D | ncnvtst.c | 684 const char* source=(const char*)input1; in TestGetNextErrorBehaviour() local 1008 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLe… in convertFromU() 1097 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen, in convertToU() 1194 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expe… in testConvertFromU() 1366 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectl… in testConvertToU() 1799 const char *source, *sourceLimit; in doTestTruncated() local
|
/aosp_15_r20/external/python/cpython2/Lib/sqlite3/test/ |
D | userfunctions.py | 385 def authorizer_cb(action, arg1, arg2, dbname, source): argument 429 def authorizer_cb(action, arg1, arg2, dbname, source): argument 438 def authorizer_cb(action, arg1, arg2, dbname, source): argument 447 def authorizer_cb(action, arg1, arg2, dbname, source): argument
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/ |
H A D | FlowOnTest.kt | 13 val source = Source(42) in <lambda>() constant 34 val source = Source(42) in <lambda>() constant
|
/aosp_15_r20/external/icu/icu4j/main/charset/src/main/java/com/ibm/icu/charset/ |
H A D | CharsetISCII.java | 829 …protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean … in decodeLoop() 1150 …private CoderResult WriteToTargetToU(IntBuffer offsets, int offset, ByteBuffer source, CharBuffer … in WriteToTargetToU() 1208 …protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean … in encodeLoop() 1379 …private CoderResult WriteToTargetFromU(IntBuffer offsets, CharBuffer source, ByteBuffer target, in… in WriteToTargetFromU()
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/ThemePicker/ThemePickerLib/android_common/kapt/gen/stubs/com/android/customization/model/color/ |
D | ColorOptionImpl.java | 18 private final java.lang.String source = null; field in ColorOptionImpl 26 …String, java.lang.String> overlayPackages, boolean isDefault, @org.jetbrains.annotations.Nullable() in ColorOptionImpl() 89 private java.lang.String source; field in ColorOptionImpl.Builder
|
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/metrics/ |
D | AudioRouteStats.java | 149 public void log(int source, int target, boolean isSuccess, boolean isRevert, int latency) { in log() 283 AudioRouteStatsKey(int source, int dest) { in AudioRouteStatsKey() 288 AudioRouteStatsKey(int source, int dest, boolean isSuccess, boolean isRevert) { in AudioRouteStatsKey()
|
/aosp_15_r20/external/pdfium/core/fxge/skia/ |
H A D | cfx_dibbase_skia.cpp | 48 sk_sp<SkImage> CreateSkiaImageFromDib(const CFX_DIBBase* source, in CreateSkiaImageFromDib() 129 const CFX_DIBBase& source) { in ValidateBufferSize() 150 const CFX_DIBBase& source, in CreateSkiaImageFromTransformedDib()
|
/aosp_15_r20/external/cronet/third_party/icu/source/tools/toolutil/ |
H A D | pkg_gencmn.cpp | 120 …r, const char *name, const char *entrypointName, const char *type, const char *source, const char … in createCommonDataFile() 408 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose)… in addFile() 512 pathToFullPath(const char *path, const char *source) { in pathToFullPath()
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/ |
H A D | CharSequenceUtilsTest.java | 83 final String source; field in CharSequenceUtilsTest.TestData 91 TestData(final String source, final boolean ignoreCase, final int toffset, in TestData() 102 TestData(final String source, final boolean ignoreCase, final int toffset, in TestData()
|
/aosp_15_r20/external/icu/icu4c/source/tools/toolutil/ |
H A D | pkg_gencmn.cpp | 120 …r, const char *name, const char *entrypointName, const char *type, const char *source, const char … in createCommonDataFile() 408 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose)… in addFile() 512 pathToFullPath(const char *path, const char *source) { in pathToFullPath()
|
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/mbms/ |
H A D | DownloadRequest.java | 63 private Uri source; field in DownloadRequest.SerializationDataContainer 104 private Uri source; field in DownloadRequest.Builder 233 Uri source, Uri destination, int sub, in DownloadRequest()
|
/aosp_15_r20/external/cronet/net/log/ |
H A D | net_log_with_source.cc | 160 NetLogSource source(source_type, net_log->NextID()); in Make() local 171 const NetLogSource& source) { in Make() 178 NetLogWithSource NetLogWithSource::Make(const NetLogSource& source) { in Make()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.cpp | 2322 void Shader::Init(STAGES stage, const std::string &source) in Init() 2427 void Shader::Source(const Functions &gl, GLuint id, const std::string &source) in Source() 2515 void Shader::LogSource(deqp::Context &context, const std::string &source, STAGES stage) in LogSource() 2550 …alidSourceException::InvalidSourceException(const GLchar *error_message, const std::string &source, in InvalidSourceException() 4989 void GLW_APIENTRY debug_proc(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei /* len… in debug_proc() 5730 std::string source = getShaderTemplate(stage); in test() local 7326 std::string source = shader_template; in test() local 8302 std::string source; in test() local 8992 std::string source; in test() local 9395 std::string source; in test() local [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/text/ |
H A D | Html.java | 82 public Drawable getDrawable(String source); in getDrawable() 188 public static Spanned fromHtml(String source) { in fromHtml() 199 public static Spanned fromHtml(String source, int flags) { in fromHtml() 219 public static Spanned fromHtml(String source, ImageGetter imageGetter, TagHandler tagHandler) { in fromHtml() 231 public static Spanned fromHtml(String source, int flags, ImageGetter imageGetter, in fromHtml() 737 public HtmlToSpannedConverter( String source, Html.ImageGetter imageGetter, in HtmlToSpannedConverter()
|
/aosp_15_r20/out/soong/.intermediates/external/guice/guice/linux_glibc_common/local-javac-header/ |
D | guice.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/guice/guice/linux_glibc_common/javac/ |
D | guice.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/external/cronet/url/ |
H A D | url_canon_fileurl.cc | 125 bool DoCanonicalizeFileURL(const URLComponentSource<CHAR>& source, in DoCanonicalizeFileURL() 229 URLComponentSource<char> source(base); in ReplaceFileURL() local 243 URLComponentSource<char> source(base); in ReplaceFileURL() local
|
/aosp_15_r20/frameworks/compile/libbcc/lib/ |
D | RSCompilerDriver.cpp | 255 Source *source = Source::CreateFromBuffer(pContext, pResName, in build() local 388 Source* source = sources[p.first]; in buildScriptGroup() local 400 const std::unique_ptr<Source> source( in buildScriptGroup() local
|
/aosp_15_r20/external/googleapis/google/cloud/dialogflow/v2beta1/ |
H A D | document.proto | 342 oneof source { oneof 510 oneof source { oneof 636 oneof source { oneof
|
/aosp_15_r20/frameworks/base/tools/aapt2/ |
H A D | LoadedApk.cpp | 77 android::Source source(path); in LoadApkFromPath() local 98 const android::Source& source, unique_ptr<io::IFileCollection> collection, in LoadProtoApkFromFileCollection() 157 const android::Source& source, unique_ptr<io::IFileCollection> collection, in LoadBinaryApkFromFileCollection()
|
/aosp_15_r20/external/python/cpython3/Tools/scripts/ |
D | pindent.py | 349 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 357 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 365 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
|
/aosp_15_r20/external/googleapis/google/cloud/dialogflow/v2/ |
H A D | document.proto | 344 oneof source { oneof 502 oneof source { oneof 592 oneof source { oneof
|