Home
last modified time | relevance | path

Searched defs:source (Results 576 – 600 of 11778) sorted by relevance

1...<<21222324252627282930>>...472

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/copy/
H A Dtests.rs63 let mut source = vec![0; 768 * 1024]; in copy_specializes_bufreader() localVariable
86 let mut source = ShortReader { cap, observed_buffer: 0, read_size: DEFAULT_BUF_SIZE }; in copy_specializes_to_vec() localVariable
100 let mut source = VecDeque::with_capacity(100 * 1024); in copy_specializes_from_vecdeque() localVariable
114 let mut source = [1; 60 * 1024].as_slice(); in copy_specializes_from_slice() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/copy/
H A Dtests.rs63 let mut source = vec![0; 768 * 1024]; in copy_specializes_bufreader() localVariable
86 let mut source = ShortReader { cap, observed_buffer: 0, read_size: DEFAULT_BUF_SIZE }; in copy_specializes_to_vec() localVariable
100 let mut source = VecDeque::with_capacity(100 * 1024); in copy_specializes_from_vecdeque() localVariable
114 let mut source = [1; 60 * 1024].as_slice(); in copy_specializes_from_slice() localVariable
/aosp_15_r20/external/turbine/java/com/google/turbine/binder/
H A DCompUnitPreprocessor.java57 private final SourceFile source; field in CompUnitPreprocessor.PreprocessedCompUnit
64 SourceFile source, in PreprocessedCompUnit()
85 public SourceFile source() { in source() method in CompUnitPreprocessor.PreprocessedCompUnit
142 SourceFile source, in preprocessChildren()
/aosp_15_r20/frameworks/base/core/java/android/hardware/
H A DISensorPrivacyManager.aidl45 void setToggleSensorPrivacy(int userId, int source, int sensor, boolean enable); in setToggleSensorPrivacy()
47 void setToggleSensorPrivacyForProfileGroup(int userId, int source, int sensor, boolean enable); in setToggleSensorPrivacyForProfileGroup()
56 void setToggleSensorPrivacyState(int userId, int source, int sensor, int state); in setToggleSensorPrivacyState()
59 void setToggleSensorPrivacyStateForProfileGroup(int userId, int source, int sensor, int state); in setToggleSensorPrivacyStateForProfileGroup()
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dbytestream_unittest.cc66 MockByteSource source(data, 3); in TEST() local
76 MockByteSource source(data, 3); in TEST() local
88 MockByteSource source(data, 3); in TEST() local
114 MockByteSource source(data, 3); in TEST() local
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DChangeTimeScaleTrack.java36 Track source; field in ChangeTimeScaleTrack
49 public ChangeTimeScaleTrack(Track source, long targetTimeScale, long[] syncSamples) { in ChangeTimeScaleTrack()
142 …static List<CompositionTimeToSample.Entry> adjustCtts(List<CompositionTimeToSample.Entry> source, … in adjustCtts()
154 …static List<TimeToSampleBox.Entry> adjustTts(List<TimeToSampleBox.Entry> source, double timeScaleF… in adjustTts()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/io/copy/
H A Dtests.rs63 let mut source = vec![0; 768 * 1024]; in copy_specializes_bufreader() localVariable
86 let mut source = ShortReader { cap, observed_buffer: 0, read_size: DEFAULT_BUF_SIZE }; in copy_specializes_to_vec() localVariable
100 let mut source = VecDeque::with_capacity(100 * 1024); in copy_specializes_from_vecdeque() localVariable
114 let mut source = [1; 60 * 1024].as_slice(); in copy_specializes_from_slice() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/copy/
H A Dtests.rs63 let mut source = vec![0; 768 * 1024]; in copy_specializes_bufreader() localVariable
86 let mut source = ShortReader { cap, observed_buffer: 0, read_size: DEFAULT_BUF_SIZE }; in copy_specializes_to_vec() localVariable
100 let mut source = VecDeque::with_capacity(100 * 1024); in copy_specializes_from_vecdeque() localVariable
114 let mut source = [1; 60 * 1024].as_slice(); in copy_specializes_from_slice() localVariable
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A Dbytestream_unittest.cc66 MockByteSource source(data, 3); in TEST() local
76 MockByteSource source(data, 3); in TEST() local
88 MockByteSource source(data, 3); in TEST() local
114 MockByteSource source(data, 3); in TEST() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/copy/
H A Dtests.rs63 let mut source = vec![0; 768 * 1024]; in copy_specializes_bufreader() localVariable
86 let mut source = ShortReader { cap, observed_buffer: 0, read_size: DEFAULT_BUF_SIZE }; in copy_specializes_to_vec() localVariable
100 let mut source = VecDeque::with_capacity(100 * 1024); in copy_specializes_from_vecdeque() localVariable
114 let mut source = [1; 60 * 1024].as_slice(); in copy_specializes_from_slice() localVariable
/aosp_15_r20/device/google/cuttlefish/host/libs/input_connector/
Dinput_devices.cpp78 bool TouchDevice::HasSlot(void* source, int32_t id) { in HasSlot()
84 int32_t TouchDevice::GetOrAcquireSlot(void* source, int32_t id) { in GetOrAcquireSlot()
93 void TouchDevice::ReleaseSlot(void* source, int32_t id) { in ReleaseSlot()
103 void TouchDevice::OnDisconnectedSource(void* source) { in OnDisconnectedSource()
/aosp_15_r20/frameworks/base/core/java/android/view/inputmethod/
H A DInlineSuggestionInfo.java89 @NonNull @Source String source, in newInlineSuggestionInfo()
104 @NonNull @Source String source, in newInlineSuggestionInfo()
164 @NonNull @Source String source, in InlineSuggestionInfo()
336 String source = in.readString(); in InlineSuggestionInfo() local
/aosp_15_r20/external/zlib/google/
H A Dcompression_utils_portable.cc64 const Bytef* source, in GzipCompressHelper()
82 const Bytef* source, in CompressHelper()
158 const Bytef* source, in GzipUncompressHelper()
170 const Bytef* source, in UncompressHelper()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dloop_dependence.cpp182 bool LoopDependenceAnalysis::GetDependence(const Instruction* source, in GetDependence()
395 auto source = std::get<0>(subscript_pair); in ZIVTest() local
510 bool LoopDependenceAnalysis::StrongSIVTest(SENode* source, SENode* destination, in StrongSIVTest()
665 SENode* source, SENode* destination, SENode* coefficient, in SymbolicStrongSIVTest()
696 SENode* source, SERecurrentNode* destination, SENode* coefficient, in WeakZeroSourceSIVTest()
849 SERecurrentNode* source, SENode* destination, SENode* coefficient, in WeakZeroDestinationSIVTest()
1003 SENode* source, SENode* destination, SENode* coefficient, in WeakCrossingSIVTest()
1077 auto source = std::get<0>(subscript_pair); in GCDMIVTest() local
1650 auto source = dependence_point->GetSource(); in DeltaTest() local
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dextension_set_unittest.cc544 unittest::TestAllExtensions source; in TEST() local
565 unittest::TestAllExtensions source; in TEST() local
588 unittest::TestPackedExtensions source; in TEST() local
609 unittest::TestPackedExtensions source; in TEST() local
627 unittest::TestGroup source; in TEST() local
653 unittest::TestAllTypes source; in TEST() local
666 unittest::TestPackedTypes source; in TEST() local
677 unittest::TestPackedTypes source; in TEST() local
701 unittest::TestUnpackedTypes source; in TEST() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence.cpp182 bool LoopDependenceAnalysis::GetDependence(const Instruction* source, in GetDependence()
395 auto source = std::get<0>(subscript_pair); in ZIVTest() local
510 bool LoopDependenceAnalysis::StrongSIVTest(SENode* source, SENode* destination, in StrongSIVTest()
665 SENode* source, SENode* destination, SENode* coefficient, in SymbolicStrongSIVTest()
696 SENode* source, SERecurrentNode* destination, SENode* coefficient, in WeakZeroSourceSIVTest()
849 SERecurrentNode* source, SENode* destination, SENode* coefficient, in WeakZeroDestinationSIVTest()
1003 SENode* source, SENode* destination, SENode* coefficient, in WeakCrossingSIVTest()
1077 auto source = std::get<0>(subscript_pair); in GCDMIVTest() local
1650 auto source = dependence_point->GetSource(); in DeltaTest() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_dependence.cpp182 bool LoopDependenceAnalysis::GetDependence(const Instruction* source, in GetDependence()
395 auto source = std::get<0>(subscript_pair); in ZIVTest() local
510 bool LoopDependenceAnalysis::StrongSIVTest(SENode* source, SENode* destination, in StrongSIVTest()
665 SENode* source, SENode* destination, SENode* coefficient, in SymbolicStrongSIVTest()
696 SENode* source, SERecurrentNode* destination, SENode* coefficient, in WeakZeroSourceSIVTest()
849 SERecurrentNode* source, SENode* destination, SENode* coefficient, in WeakZeroDestinationSIVTest()
1003 SENode* source, SENode* destination, SENode* coefficient, in WeakCrossingSIVTest()
1077 auto source = std::get<0>(subscript_pair); in GCDMIVTest() local
1650 auto source = dependence_point->GetSource(); in DeltaTest() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dextension_set_unittest.cc544 unittest::TestAllExtensions source; in TEST() local
565 unittest::TestAllExtensions source; in TEST() local
588 unittest::TestPackedExtensions source; in TEST() local
609 unittest::TestPackedExtensions source; in TEST() local
627 unittest::TestGroup source; in TEST() local
653 unittest::TestAllTypes source; in TEST() local
666 unittest::TestPackedTypes source; in TEST() local
677 unittest::TestPackedTypes source; in TEST() local
701 unittest::TestUnpackedTypes source; in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dtensor_array_ops_decomposition.cc473 auto insert = [&](Value v, const string& source, const Block& func_block) { in AccessedGradients()
494 for (const string& source : entry.getSecond()) in AccessedGradients() local
499 for (const string& source : entry.getSecond()) in AccessedGradients() local
504 for (const string& source : entry.getSecond()) in AccessedGradients() local
539 for (const string& source : grad_it->getSecond()) { in ChangeFunctionInputSignature() local
595 for (const string& source : grads[i]) { in HandleWhileOp() local
609 for (const string& source : grad_it->getSecond()) { in HandleWhileOp() local
676 for (const string& source : grad_it->getSecond()) { in HandleIfOp() local
736 for (const string& source : entry.second) { in HandlePartitionedCallOp() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl98 int getProfileConnectionState(int profile, in AttributionSource source); in getProfileConnectionState()
285 …dioProfiles(in BluetoothDevice device, in Bundle modeToProfileBundle, in AttributionSource source); in setPreferredAudioProfiles()
287 Bundle getPreferredAudioProfiles(in BluetoothDevice device, in AttributionSource source); in getPreferredAudioProfiles()
328 …oDevicePolicy(in BluetoothDevice device, int activeAudioDevicePolicy, in AttributionSource source); in setActiveAudioDevicePolicy()
331 int getActiveAudioDevicePolicy(in BluetoothDevice device, in AttributionSource source); in getActiveAudioDevicePolicy()
334 …phonePreferredForCalls(in BluetoothDevice device, in boolean enabled, in AttributionSource source); in setMicrophonePreferredForCalls()
337 boolean isMicrophonePreferredForCalls(in BluetoothDevice device, in AttributionSource source); in isMicrophonePreferredForCalls()
343 boolean isLeCocSocketOffloadSupported(in AttributionSource source); in isLeCocSocketOffloadSupported()
346 boolean isRfcommSocketOffloadSupported(in AttributionSource source); in isRfcommSocketOffloadSupported()
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DFocusFinder.java471 boolean isBetterCandidate(int direction, Rect source, Rect rect1, Rect rect2) { in isBetterCandidate()
510 boolean beamBeats(int direction, Rect source, Rect rect1, Rect rect2) { in beamBeats()
623 static int majorAxisDistance(int direction, Rect source, Rect dest) { in majorAxisDistance()
627 static int majorAxisDistanceRaw(int direction, Rect source, Rect dest) { in majorAxisDistanceRaw()
648 static int majorAxisDistanceToFarEdge(int direction, Rect source, Rect dest) { in majorAxisDistanceToFarEdge()
652 static int majorAxisDistanceToFarEdgeRaw(int direction, Rect source, Rect dest) { in majorAxisDistanceToFarEdgeRaw()
675 static int minorAxisDistance(int direction, Rect source, Rect dest) { in minorAxisDistance()
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/reporting/
DEventReportingJobHandlerTest.java304 Source source = in testSendReportSuccess_reinstallAttributionEnabled_persistsAppReportHistory() local
369 Source source = in testSendReportSuccess_reinstallAttributionDisabled_doesNotPersistsAppReportHistory() local
432 Source source = in testSendReportForPendingReportSuccess_coarseSource_doesNotPersistAppReportHistory() local
567 Source source = in testSendReportSuccess_uninstallEnabled_hasApps_sendReport() local
1398 Source source = sourceBuilder.build(); in testSendReportSuccess_fakeReport_hasTriggerDebugHeaderTrue() local
1460 Source source = sourceBuilder.build(); in testSendReportSuccess_fakeReport_hasTriggerDebugHeaderFalse() local
1529 Source source = sourceBuilder.build(); in setUpTestForTriggerDebugAvailableHeader() local
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/test_data/metadata/multi_kind_proc_macro_dep/
H A Dmetadata.json17 "source": "registry+https://github.com/rust-lang/crates.io-index", string
29 "source": "registry+https://github.com/rust-lang/crates.io-index", string
51 "source": null, null
89 "source": "registry+https://github.com/rust-lang/crates.io-index", string
101 "source": "registry+https://github.com/rust-lang/crates.io-index", string
115 "source": "registry+https://github.com/rust-lang/crates.io-index", string
150 "source": "registry+https://github.com/rust-lang/crates.io-index", string
/aosp_15_r20/external/icu/icu4j/main/translit/src/test/java/com/ibm/icu/dev/test/translit/
H A DCompoundTransliteratorTest.java220 private void expect(Transliterator t, String source, String expectedResult) { in expect()
222 expectAux(t.getID() + ":String", source, result, expectedResult); in expect() local
227 expectAux(t.getID() + ":Replaceable", source, result, expectedResult); in expect() local
261 private void expectAux(String tag, String source, in expectAux()
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DCompoundTransliteratorTest.java223 private void expect(Transliterator t, String source, String expectedResult) { in expect()
225 expectAux(t.getID() + ":String", source, result, expectedResult); in expect() local
230 expectAux(t.getID() + ":Replaceable", source, result, expectedResult); in expect() local
264 private void expectAux(String tag, String source, in expectAux()

1...<<21222324252627282930>>...472