/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | umsg.cpp | 149 const char16_t *source, in u_parseMessage() 169 const char16_t *source, in u_vparseMessage() 185 const char16_t *source, in u_parseMessageWithError() 206 const char16_t *source, in u_vparseMessageWithError() 486 const char16_t *source, in umsg_parse() 508 const char16_t *source, in umsg_vparse()
|
H A D | units_converter.cpp | 204 Factor loadSingleFactor(StringPiece source, const ConversionRates &ratesInfo, UErrorCode &status) { in loadSingleFactor() 220 Factor loadCompoundFactor(const MeasureUnitImpl &source, const ConversionRates &ratesInfo, in loadCompoundFactor() 302 void loadConversionRate(ConversionRate &conversionRate, const MeasureUnitImpl &source, in loadConversionRate() 469 MeasureUnitImpl U_I18N_API extractCompoundBaseUnit(const MeasureUnitImpl &source, in extractCompoundBaseUnit() 520 Convertibility U_I18N_API extractConvertibility(const MeasureUnitImpl &source, in extractConvertibility() 555 UnitsConverter::UnitsConverter(const MeasureUnitImpl &source, const MeasureUnitImpl &target, in UnitsConverter()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/error/ |
H A D | tests.rs | 45 source: SuperErrorSideKick, field 55 fn source(&self) -> Option<&(dyn Error + 'static)> { in source() method 167 source: Option<Box<dyn Error + 'static>>, field 179 let source: Box<dyn Error + 'static> = Box::new(source); in new_with_source() localVariable 180 let source = Some(source); in new_with_source() localVariable 198 fn source(&self) -> Option<&(dyn Error + 'static)> { in source() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/error/ |
H A D | tests.rs | 45 source: SuperErrorSideKick, field 55 fn source(&self) -> Option<&(dyn Error + 'static)> { in source() method 167 source: Option<Box<dyn Error + 'static>>, field 179 let source: Box<dyn Error + 'static> = Box::new(source); in new_with_source() localVariable 180 let source = Some(source); in new_with_source() localVariable 198 fn source(&self) -> Option<&(dyn Error + 'static)> { in source() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/error/ |
H A D | tests.rs | 45 source: SuperErrorSideKick, field 55 fn source(&self) -> Option<&(dyn Error + 'static)> { in source() method 167 source: Option<Box<dyn Error + 'static>>, field 179 let source: Box<dyn Error + 'static> = Box::new(source); in new_with_source() localVariable 180 let source = Some(source); in new_with_source() localVariable 198 fn source(&self) -> Option<&(dyn Error + 'static)> { in source() function
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | umsg.cpp | 149 const char16_t *source, in u_parseMessage() 169 const char16_t *source, in u_vparseMessage() 185 const char16_t *source, in u_parseMessageWithError() 206 const char16_t *source, in u_vparseMessageWithError() 486 const char16_t *source, in umsg_parse() 508 const char16_t *source, in umsg_vparse()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcRobustBufferAccessBehaviorTests.cpp | 487 void Shader::Init(glw::GLenum stage, const std::string &source) in Init() 579 void Shader::Source(const glw::Functions &gl, glw::GLuint id, const std::string &source) in Source() 1205 const char *source = "${VERSION}\n" in getFragmentShader() local 1220 const char *source = "${VERSION}\n" in getVertexShader() local 1549 const GLchar *source = "${VERSION}\n" in getFragmentShader() local 1602 static const GLchar *source = "${VERSION}\n" in getGeometryShader() local 1636 static const GLchar *source = "${VERSION}\n" in getVertexShader() local 1803 static const GLchar *source = in prepareTexture() local 2027 static const GLchar *source = in verifyInvalidResults() local 2272 static const GLchar *source = in verifyValidResults() local [all …]
|
/aosp_15_r20/cts/tests/tests/hardware/res/raw/ |
H A D | razer_junglecat_motioneventtests.json | 7 "source": "JOYSTICK", string 18 "source": "JOYSTICK", string 31 "source": "JOYSTICK", string 44 "source": "JOYSTICK", string 57 "source": "JOYSTICK", string 71 "source": "JOYSTICK", string 86 "source": "JOYSTICK", string 101 "source": "JOYSTICK", string 116 "source": "JOYSTICK", string 131 "source": "JOYSTICK", string [all …]
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/pointers/ |
H A D | raw_ptr_cast.h | 18 inline constexpr Dest unsafe_raw_ptr_static_cast(Source&& source) noexcept { in unsafe_raw_ptr_static_cast() 25 Source&& source) noexcept { in unsafe_raw_ptr_reinterpret_cast() 34 inline constexpr Dest unsafe_raw_ptr_bit_cast(const Source& source) noexcept { in unsafe_raw_ptr_bit_cast()
|
/aosp_15_r20/external/icu/icu4j/main/charset/src/test/java/com/ibm/icu/dev/test/charset/ |
H A D | TestCharset.java | 450 CharBuffer source = CharBuffer.wrap(input[index]); in runTestASCIIBasedConverter() local 743 ByteBuffer source = ByteBuffer.wrap(in[i]); in TestUTF8Surrogates() local 755 ByteBuffer source = ByteBuffer.wrap(in2[i]); in TestUTF8Surrogates() local 825 CharBuffer source = CharBuffer.wrap(input); in TestSurrogateBehavior() local 1891 …private void smBufDecode(CharsetDecoder decoder, String encoding, ByteBuffer source, CharBuffer ta… in smBufDecode() 1896 …private void smBufDecode(CharsetDecoder decoder, String encoding, ByteBuffer source, CharBuffer ta… in smBufDecode() 1901 …private void smBufDecode(CharsetDecoder decoder, String encoding, ByteBuffer source, CharBuffer ta… in smBufDecode() 2026 …private void smBufEncode(CharsetEncoder encoder, String encoding, CharBuffer source, ByteBuffer ta… in smBufEncode() 2031 …private void smBufEncode(CharsetEncoder encoder, String encoding, CharBuffer source, ByteBuffer ta… in smBufEncode() 2036 …private void smBufEncode(CharsetEncoder encoder, String encoding, CharBuffer source, ByteBuffer ta… in smBufEncode() [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/app/ |
H A D | ActivityManager.java | 2150 private TaskDescription(Parcel source) { in TaskDescription() 2577 public void readFromParcel(Parcel source) { in readFromParcel() 2732 private RecentTaskInfo(Parcel source) { in RecentTaskInfo() 2741 public void readFromParcel(Parcel source) { in readFromParcel() 2919 private RunningTaskInfo(Parcel source) { in RunningTaskInfo() 2928 public void readFromParcel(Parcel source) { in readFromParcel() 3311 public void readFromParcel(Parcel source) { in readFromParcel() 3337 private RunningServiceInfo(Parcel source) { in RunningServiceInfo() 3459 public void readFromParcel(Parcel source) { in readFromParcel() 3494 private MemoryInfo(Parcel source) { in MemoryInfo() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/kernel_copy/ |
H A D | tests.rs | 18 let mut source = crate::fs::OpenOptions::new() in copy_specialization() localVariable 26 let mut source = BufReader::with_capacity(8, source.take(5)); in copy_specialization() localVariable 31 let mut source = source.take(10); // "iklmnbcdef" in copy_specialization() localVariable 73 let mut source = in copies_append_mode_sink() localVariable
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/libs/sensorprivacy/libsensorprivacy/android_arm64_armv8-2a_cortex-a55_shared/gen/aidl/android/hardware/ |
D | BnSensorPrivacyManager.h | 90 …::android::binder::Status setToggleSensorPrivacy(int32_t userId, int32_t source, int32_t sensor, b… in setToggleSensorPrivacy() 93 …::android::binder::Status setToggleSensorPrivacyForProfileGroup(int32_t userId, int32_t source, in… in setToggleSensorPrivacyForProfileGroup() 102 …::android::binder::Status setToggleSensorPrivacyState(int32_t userId, int32_t source, int32_t sens… in setToggleSensorPrivacyState() 105 …r::Status setToggleSensorPrivacyStateForProfileGroup(int32_t userId, int32_t source, int32_t senso… in setToggleSensorPrivacyStateForProfileGroup()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/kernel_copy/ |
H A D | tests.rs | 18 let mut source = crate::fs::OpenOptions::new() in copy_specialization() localVariable 26 let mut source = BufReader::with_capacity(8, source.take(5)); in copy_specialization() localVariable 31 let mut source = source.take(10); // "iklmnbcdef" in copy_specialization() localVariable 73 let mut source = in copies_append_mode_sink() localVariable
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/screenshot/ |
D | ScreenshotData.java | 21 private final int source = 0; field in ScreenshotData 46 int type, @android.view.WindowManager.ScreenshotSource() in ScreenshotData() 155 int type, @android.view.WindowManager.ScreenshotSource() in copy() 206 android.os.UserHandle userHandle, int source, @org.jetbrains.annotations.Nullable() in forTesting()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/kernel_copy/ |
H A D | tests.rs | 18 let mut source = crate::fs::OpenOptions::new() in copy_specialization() localVariable 26 let mut source = BufReader::with_capacity(8, source.take(5)); in copy_specialization() localVariable 31 let mut source = source.take(10); // "iklmnbcdef" in copy_specialization() localVariable 73 let mut source = in copies_append_mode_sink() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/kernel_copy/ |
H A D | tests.rs | 18 let mut source = crate::fs::OpenOptions::new() in copy_specialization() localVariable 26 let mut source = BufReader::with_capacity(8, source.take(5)); in copy_specialization() localVariable 31 let mut source = source.take(10); // "iklmnbcdef" in copy_specialization() localVariable 73 let mut source = in copies_append_mode_sink() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/kernel_copy/ |
H A D | tests.rs | 18 let mut source = crate::fs::OpenOptions::new() in copy_specialization() localVariable 26 let mut source = BufReader::with_capacity(8, source.take(5)); in copy_specialization() localVariable 31 let mut source = source.take(10); // "iklmnbcdef" in copy_specialization() localVariable 73 let mut source = in copies_append_mode_sink() localVariable
|
/aosp_15_r20/external/cronet/base/test/ |
H A D | file_path_reparse_point_win.cc | 47 const FilePath& source, in Create() 74 FilePathReparsePoint::FilePathReparsePoint(const FilePath& source, in FilePathReparsePoint() 87 bool FilePathReparsePoint::SetReparsePoint(HANDLE source, in SetReparsePoint() 121 bool FilePathReparsePoint::DeleteReparsePoint(HANDLE source) { in DeleteReparsePoint()
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/ |
H A D | Vector3DFormat.java | 257 public Vector3D parse(String source) throws ParseException { in parse() 263 LocalizedFormats.UNPARSEABLE_3D_VECTOR, source); in parse() local 274 public Vector3D parse(String source, ParsePosition pos) { in parse() 339 public Object parseObject(String source, ParsePosition pos) { in parseObject()
|
/aosp_15_r20/external/googleapis/google/cloud/osconfig/v1alpha/ |
H A D | os_policy.proto | 144 File source = 1 [(google.api.field_behavior) = REQUIRED]; field 164 File source = 1 [(google.api.field_behavior) = REQUIRED]; field 200 File source = 1 [(google.api.field_behavior) = REQUIRED]; field 390 oneof source { oneof 445 oneof source { oneof
|
/aosp_15_r20/external/google-cloud-java/java-os-config/proto-google-cloud-os-config-v1alpha/src/main/proto/google/cloud/osconfig/v1alpha/ |
H A D | os_policy.proto | 144 File source = 1 [(google.api.field_behavior) = REQUIRED]; field 164 File source = 1 [(google.api.field_behavior) = REQUIRED]; field 200 File source = 1 [(google.api.field_behavior) = REQUIRED]; field 390 oneof source { oneof 445 oneof source { oneof
|
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | LaunchParamsControllerTests.java | 90 final ActivityRecord source = new ActivityBuilder(mAtm).build(); in testArgumentPropagation() local 95 mController.calculate(record.getTask(), layout, record, source, options, request, in testArgumentPropagation() local 269 final ActivityRecord source = new ActivityBuilder(mAtm).build(); in testCalculatePhase() local 273 mController.calculate(record.getTask(), layout, record, source, options, null/*request*/, in testCalculatePhase() local 386 ActivityRecord source, ActivityOptions options, Request request, int phase, in onCalculate()
|
/aosp_15_r20/external/python/cpython3/Lib/test/test_email/ |
D | test_headerregistry.py | 132 source, argument 239 source, argument 807 source, argument 847 source, argument 930 source, argument 1246 def example_as_address(self, source, defects, decoded, display_name, argument 1263 def example_as_group(self, source, defects, decoded, display_name, argument
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/ |
H A D | TextureWgpu.cpp | 150 gl::Framebuffer *source) in copyImage() 159 gl::Framebuffer *source) in copySubImage() 172 const gl::Texture *source) in copyTexture() 185 const gl::Texture *source) in copySubTexture() 225 const gl::Texture *source) in copyCompressedTexture() 290 gl::Command source) in syncState() 514 gl::Command source) in respecifyImageStorageIfNecessary()
|