Home
last modified time | relevance | path

Searched defs:source (Results 176 – 200 of 11778) sorted by relevance

12345678910>>...472

/aosp_15_r20/external/icu/icu4j/main/charset/src/main/java/com/ibm/icu/charset/
H A DCharsetBOCU1.java390 …protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean … in encodeLoop()
432 private int fastSingle(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in fastSingle()
469 private int getTrail(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in getTrail()
488 private int regularLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in regularLoop()
794 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, in decodeLoop()
844 private int fastSingle(ByteBuffer source, CharBuffer target, IntBuffer offsets){ in fastSingle()
883 private int getTrail(ByteBuffer source, CharBuffer target, IntBuffer offsets){ in getTrail()
919 private int afterGetTrail(ByteBuffer source, CharBuffer target, IntBuffer offsets){ in afterGetTrail()
1037 private void endLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets){ in endLoop()
H A DCharsetASCII.java40 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, in decodeLoop()
111 protected CoderResult decodeLoopCoreOptimized(ByteBuffer source, CharBuffer target, in decodeLoopCoreOptimized()
135 protected CoderResult decodeLoopCoreUnoptimized(ByteBuffer source, CharBuffer target) { in decodeLoopCoreUnoptimized()
190 protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, in encodeLoop()
271 protected CoderResult encodeLoopCoreOptimized(CharBuffer source, ByteBuffer target, in encodeLoopCoreOptimized()
296 …protected CoderResult encodeLoopCoreUnoptimized(CharBuffer source, ByteBuffer target, boolean flus… in encodeLoopCoreUnoptimized()
324 …protected final CoderResult encodeMalformedOrUnmappable(CharBuffer source, int ch, boolean flush) { in encodeMalformedOrUnmappable()
334 private final CoderResult encodeTrail(CharBuffer source, char lead, boolean flush) { in encodeTrail()
H A DCharsetSCSU.java236 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, in decodeLoop()
290 … private int fastSingle(ByteBuffer source, CharBuffer target, IntBuffer offsets, int modeType){ in fastSingle()
356 … private int singleByteMode(ByteBuffer source, CharBuffer target, IntBuffer offsets, int modeType){ in singleByteMode()
582 private void endLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets){ in endLoop()
645 …protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean … in encodeLoop()
767 private int loop(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in loop()
1052 private int getTrail(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in getTrail()
1077 private int getTrailUnicode(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in getTrailUnicode()
1150 private void endLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in endLoop()
1159 private int outputBytes(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in outputBytes()
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsService.java236 private TbsService getService(AttributionSource source) { in getService()
259 AttributionSource source) { in registerBearer()
268 public void unregisterBearer(String token, AttributionSource source) { in unregisterBearer()
276 public void requestResult(int ccid, int requestId, int result, AttributionSource source) { in requestResult()
284 public void callAdded(int ccid, BluetoothLeCall call, AttributionSource source) { in callAdded()
292 public void callRemoved(int ccid, ParcelUuid callId, int reason, AttributionSource source) { in callRemoved()
301 int ccid, ParcelUuid callId, int state, AttributionSource source) { in callStateChanged()
310 int ccid, List<BluetoothLeCall> calls, AttributionSource source) { in currentCallsList()
319 int ccid, String providerName, int technology, AttributionSource source) { in networkStateChanged()
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/noising/
DSourceNoiseHandlerTest.java81 Source source = SourceFixture.getValidSourceWithFlexEventReportWithFewerState(); in fakeReports_flexEventReport_generatesFromStaticReportStates() local
118 Source source = in fakeReports_flexEventReport_setsTriggerTime() local
161 Source source = in fakeReports_flexEventReport_correctlyOrdersTriggerSummaryBucket() local
208 Source source = in fakeReports_flexEventReport_ordersTriggerSummaryBucket_attributionScopeOff() local
252 Source source = in fakeReports_flexLiteEventReport_setsTriggerTime() local
593 Source source = SourceFixture.getValidSource(); in testGetRandomizedTriggerRateWithFlexSource() local
605 Source source = SourceFixture.getValidFullFlexSourceWithNonDefaultEpsilon(); in testGetRandomizedTriggerRateWithFullFlexSource() local
693 private void verifyAlgorithmicFakeReportGeneration(Source source, int expectedCardinality) { in verifyAlgorithmicFakeReportGeneration()
/aosp_15_r20/external/icu/icu4c/source/tools/genrb/
H A Dprscmnts.cpp47 removeText(char16_t *source, int32_t srcLen, in removeText()
79 removeCmtText(char16_t* source, int32_t srcLen, UErrorCode* status){ in removeCmtText()
87 getText(const char16_t* source, int32_t srcLen, in getText()
124 getDescription( const char16_t* source, int32_t srcLen, in getDescription()
148 getCount(const char16_t* source, int32_t srcLen, in getCount()
185 getAt(const char16_t* source, int32_t srcLen, in getAt()
227 getTranslate( const char16_t* source, int32_t srcLen, in getTranslate()
237 getNote(const char16_t* source, int32_t srcLen, in getNote()
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/main/java/software/amazon/awssdk/transfer/s3/model/
H A DUploadDirectoryRequest.java42 private final Path source; field in UploadDirectoryRequest
67 public Path source() { in source() method in UploadDirectoryRequest
205 Builder source(Path source); in source() method
343 private Path source; field in UploadDirectoryRequest.DefaultBuilder
365 public Builder source(Path source) { in source() method in UploadDirectoryRequest.DefaultBuilder
370 public void setSource(Path source) { in setSource()
/aosp_15_r20/external/unicode/
H A DConvertUTF.c65 const UTF32* source = *sourceStart; in ConvertUTF32toUTF16() local
114 const UTF16* source = *sourceStart; in ConvertUTF16toUTF32() local
218 const UTF16* source = *sourceStart; in ConvertUTF16toUTF8() local
305 inline Boolean isLegalUTF8(const UTF8 *source, int length) { in isLegalUTF8()
336 Boolean isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd) { in isLegalUTF8Sequence()
350 const UTF8* source = *sourceStart; in ConvertUTF8toUTF16() local
423 const UTF32* source = *sourceStart; in ConvertUTF32toUTF8() local
476 const UTF8* source = *sourceStart; in ConvertUTF8toUTF32() local
/aosp_15_r20/external/google-breakpad/src/common/
H A Dconvert_UTF.cc90 const UTF32* source = *sourceStart; in ConvertUTF32toUTF16() local
138 const UTF16* source = *sourceStart; in ConvertUTF16toUTF32() local
245 const UTF16* source = *sourceStart; in ConvertUTF16toUTF8() local
333 Boolean isLegalUTF8(const UTF8 *source, int length) { in isLegalUTF8()
371 Boolean isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd) { in isLegalUTF8Sequence()
384 const UTF8* source = *sourceStart; in ConvertUTF8toUTF16() local
458 const UTF32* source = *sourceStart; in ConvertUTF32toUTF8() local
520 const UTF8* source = *sourceStart; in ConvertUTF8toUTF32() local
/aosp_15_r20/external/cronet/third_party/icu/source/tools/genrb/
H A Dprscmnts.cpp47 removeText(char16_t *source, int32_t srcLen, in removeText()
79 removeCmtText(char16_t* source, int32_t srcLen, UErrorCode* status){ in removeCmtText()
87 getText(const char16_t* source, int32_t srcLen, in getText()
124 getDescription( const char16_t* source, int32_t srcLen, in getDescription()
148 getCount(const char16_t* source, int32_t srcLen, in getCount()
185 getAt(const char16_t* source, int32_t srcLen, in getAt()
227 getTranslate( const char16_t* source, int32_t srcLen, in getTranslate()
237 getNote(const char16_t* source, int32_t srcLen, in getNote()
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/test_data/metadata/tree_data/
H A Dmetadata.json19 "source": "registry+https://github.com/rust-lang/crates.io-index", string
56 "source": "registry+https://github.com/rust-lang/crates.io-index", string
119 "source": "registry+https://github.com/rust-lang/crates.io-index", string
255 "source": "registry+https://github.com/rust-lang/crates.io-index", string
267 "source": "registry+https://github.com/rust-lang/crates.io-index", string
279 "source": "registry+https://github.com/rust-lang/crates.io-index", string
291 "source": "registry+https://github.com/rust-lang/crates.io-index", string
303 "source": "registry+https://github.com/rust-lang/crates.io-index", string
317 "source": "registry+https://github.com/rust-lang/crates.io-index", string
329 "source": "registry+https://github.com/rust-lang/crates.io-index", string
[all …]
/aosp_15_r20/external/google-smali/baksmali/src/test/java/com/android/tools/smali/baksmali/
H A DBaksmaliTestUtils.java55 public static void assertSmaliCompiledEquals(String source, String expected, in assertSmaliCompiledEquals()
68 public static void assertSmaliCompiledEquals(String source, String expected, in assertSmaliCompiledEquals()
73 public static void assertSmaliCompiledEquals(String source, String expected) in assertSmaliCompiledEquals()
124 public static String normalizeNewlines(@Nonnull String source) { in normalizeNewlines()
129 public static String normalizeNewlines(@Nonnull String source, String newlineValue) { in normalizeNewlines()
134 public static String normalizeWhitespace(@Nonnull String source) { in normalizeWhitespace()
159 public static String stripComments(@Nonnull String source) { in stripComments()
/aosp_15_r20/system/authgraph/boringssl/src/
H A Dtests.rs93 let mut source = keyexchange::AuthGraphParticipant::new( in test_key_exchange_protocol() localVariable
119 let mut source = keyexchange::AuthGraphParticipant::new( in test_ke_with_newer_source() localVariable
144 let mut source = keyexchange::AuthGraphParticipant::new( in test_ke_with_newer_sink() localVariable
169 let mut source = keyexchange::AuthGraphParticipant::new( in test_ke_for_protocol_downgrade() localVariable
188 let mut source = keyexchange::AuthGraphParticipant::new( in test_ke_for_replay() localVariable
220 let mut source = keyexchange::AuthGraphParticipant::new( in test_key_exchange_with_non_empty_dice_chains() localVariable
250 let mut source = keyexchange::AuthGraphParticipant::new( in test_key_exchange_with_mixed_dice_chains() localVariable
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/test_data/metadata/resolver_2_deps/
H A Dmetadata.json19 "source": "registry+https://github.com/rust-lang/crates.io-index", string
31 "source": "registry+https://github.com/rust-lang/crates.io-index", string
43 "source": "registry+https://github.com/rust-lang/crates.io-index", string
57 "source": "registry+https://github.com/rust-lang/crates.io-index", string
69 "source": "registry+https://github.com/rust-lang/crates.io-index", string
83 "source": "registry+https://github.com/rust-lang/crates.io-index", string
95 "source": "registry+https://github.com/rust-lang/crates.io-index", string
109 "source": "registry+https://github.com/rust-lang/crates.io-index", string
121 "source": "registry+https://github.com/rust-lang/crates.io-index", string
133 "source": "registry+https://github.com/rust-lang/crates.io-index", string
[all …]
/aosp_15_r20/external/webrtc/pc/
H A Dvideo_rtp_track_source_unittest.cc48 auto source = MakeSource(&mock_callback); in TEST() local
57 auto source = MakeSource(&mock_callback); in TEST() local
70 auto source = MakeSource(&mock_callback); in TEST() local
82 auto source = MakeSource(&mock_callback); in TEST() local
95 auto source = MakeSource(&mock_callback); in TEST() local
102 auto source = MakeSource(&mock_callback); in TEST() local
128 auto source = MakeSource(nullptr); in TEST() local
/aosp_15_r20/external/freetype/
H A Dmeson.build86 source = mod variable
88 source = 'winfnt' variable
90 source = 'type1cid' variable
103 source = auxmod variable
107 source = 'ftcache' variable
109 source = 'ftlzw' variable
111 source = 'ftgzip' variable
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/vector/vector.cons/
H A Ddeduct.pass.cpp94 std::vector<long double> source; in tests() local
126 std::vector<bool> source; in tests() local
138 std::vector<short, Alloc> source; in tests() local
144 std::vector<short, Alloc> source; in tests() local
150 std::vector<short, Alloc> source; in tests() local
156 std::vector<short, Alloc> source; in tests() local
/aosp_15_r20/external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/
H A DAntResourcesLocatorTest.java68 final Reader source = locator.getSourceFile("org/jacoco/example", in testFile() local
79 final Reader source = locator.getSourceFile("org/jacoco/example", in testDirectory() local
90 final Reader source = locator.getSourceFile("org/jacoco/example", in testFilePrecedence() local
104 final Reader source = locator.getSourceFile("org/jacoco/example", in testDirectoryOrdering() local
117 Reader source = locator.getSourceFile("org/jacoco/example", in testAddAll() local
135 private void assertContent(String expected, Reader source) in assertContent()
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/
H A DFileReadingTest.kt37 val source = FileSpec.get("", TypeSpec.classBuilder("Test").build()) in javaFileObjectKind() constant
46 val source = FileSpec.get("foo", type) in javaFileObjectCharacterContent() constant
55 val source = FileSpec.builder("foo", "Test") in javaFileObjectInputStreamIsUtf8() constant
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DTriggerSpecs.java74 Source source, in TriggerSpecs()
97 @Nullable Source source, in TriggerSpecs()
129 Source source) { in TriggerSpecs()
145 public double getInformationGain(Source source, Flags flags) { in getInformationGain()
153 public boolean hasValidReportStateCount(Source source, Flags flags) { in hasValidReportStateCount()
163 public long getNumStates(Source source, Flags flags) { in getNumStates()
171 public double getFlipProbability(Source source, Flags flags) { in getFlipProbability()
365 private void buildPrivacyParameters(Source source, Flags flags) { in buildPrivacyParameters()
486 PrivacyComputationParams(Source source, Flags flags) { in PrivacyComputationParams()
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/test_data/metadata/example_proc_macro_dep/
H A Dmetadata.json17 "source": "registry+https://github.com/rust-lang/crates.io-index", string
39 "source": null, null
76 "source": "registry+https://github.com/rust-lang/crates.io-index", string
88 "source": "registry+https://github.com/rust-lang/crates.io-index", string
100 "source": "registry+https://github.com/rust-lang/crates.io-index", string
114 "source": "registry+https://github.com/rust-lang/crates.io-index", string
126 "source": "registry+https://github.com/rust-lang/crates.io-index", string
185 "source": "registry+https://github.com/rust-lang/crates.io-index", string
335 "source": "registry+https://github.com/rust-lang/crates.io-index", string
347 "source": "registry+https://github.com/rust-lang/crates.io-index", string
[all …]
/aosp_15_r20/external/fhir/spec/r4/json_definitions/
Dprofiles-others.json82 "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource" string
90 "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource" string
98 "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource" string
106 "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource" string
122 "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource" string
130 "source" : "http://hl7.org/fhir/StructureDefinition/Measure" string
138 "source" : "http://hl7.org/fhir/StructureDefinition/Measure" string
195 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
222 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
250 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
[all …]
/aosp_15_r20/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DFocusFinder.java162 static boolean isBetterCandidate(int direction, Rect source, Rect rect1, Rect rect2) { in isBetterCandidate()
191 private static int minorAxisDistance(int direction, Rect source, Rect dest) { in minorAxisDistance()
213 static boolean beamBeats(int direction, Rect source, Rect rect1, Rect rect2) { in beamBeats()
284 static int majorAxisDistance(int direction, Rect source, Rect dest) { in majorAxisDistance()
288 private static int majorAxisDistanceRaw(int direction, Rect source, Rect dest) { in majorAxisDistanceRaw()
309 static int majorAxisDistanceToFarEdge(int direction, Rect source, Rect dest) { in majorAxisDistanceToFarEdge()
313 private static int majorAxisDistanceToFarEdgeRaw(int direction, Rect source, Rect dest) { in majorAxisDistanceToFarEdgeRaw()
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorService.java1056 private CsipSetCoordinatorService getService(AttributionSource source) { in getService()
1076 public List<BluetoothDevice> getConnectedDevices(AttributionSource source) { in getConnectedDevices()
1089 int[] states, AttributionSource source) { in getDevicesMatchingConnectionStates()
1101 public int getConnectionState(BluetoothDevice device, AttributionSource source) { in getConnectionState()
1115 BluetoothDevice device, int connectionPolicy, AttributionSource source) { in setConnectionPolicy()
1128 public int getConnectionPolicy(BluetoothDevice device, AttributionSource source) { in getConnectionPolicy()
1144 AttributionSource source) { in lockGroup()
1158 public void unlockGroup(@NonNull ParcelUuid lockUuid, AttributionSource source) { in unlockGroup()
1171 public List<Integer> getAllGroupIds(ParcelUuid uuid, AttributionSource source) { in getAllGroupIds()
1185 BluetoothDevice device, AttributionSource source) { in getGroupUuidMapByDevice()
[all …]
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DImageTest.cpp1142 void verifyResultAHB(AHardwareBuffer *source, in verifyResultAHB()
1268 destType reinterpretHelper(const sourcetype &source) in reinterpretHelper()
2013 GLTexture source; in ValidationGLEGLImage_helper() local
2226 GLTexture source; in Source2DTarget2D_helper() local
2481 GLTexture source; in TEST_P() local
2510 GLTexture source; in TEST_P() local
2546 GLTexture source; in TEST_P() local
2580 GLTexture source; in TEST_P() local
2662 GLTexture source; in Source2DTarget2DArray_helper() local
2705 AHardwareBuffer *source; in TEST_P() local
[all …]

12345678910>>...472