/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/data/measurement/ |
D | MeasurementDaoTest.java | 248 Source source = in testInsertSource() local 317 Source source = in testInsertSource_flexibleEventReport_equal() local 403 Source source = in testInsertSource_attributionScopeEnabled_success() local 436 Source source = in testInsertSource_attributionScopeDisabled_doesNotInsertAttributionScopeRelatedData() local 470 Source source = in testInsertSource_aggregateDebugReportingEnabled_success() local 559 Source source = in testInsertSource_aggregateDebugReportingDisabled_relatedDataNotInserted() local 3209 Source source = in doInstallAttribution_noValidSourceStatus_IgnoresSources() local 3872 Source source = in testUndoInstallAttribution_noMarkedSource() local 3889 Source source = in undoInstallAttribution_uninstall_nullInstallTime() local 5544 Source source = SourceFixture.getMinimalValidSourceBuilder().setId("S1").build(); in testDeleteAllMeasurementDataWithEmptyList() local [all …]
|
/aosp_15_r20/frameworks/native/libs/sensorprivacy/aidl/android/hardware/ |
H A D | ISensorPrivacyManager.aidl | 41 void setToggleSensorPrivacy(int userId, int source, int sensor, boolean enable); in setToggleSensorPrivacy() 43 void setToggleSensorPrivacyForProfileGroup(int userId, int source, int sensor, boolean enable); in setToggleSensorPrivacyForProfileGroup() 49 void setToggleSensorPrivacyState(int userId, int source, int sensor, int state); in setToggleSensorPrivacyState() 51 void setToggleSensorPrivacyStateForProfileGroup(int userId, int source, int sensor, int state); in setToggleSensorPrivacyStateForProfileGroup()
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/ |
H A D | CancellableContinuationJvmTest.kt | 32 val source = BlockingSource() in <lambda>() constant 41 val source = BlockingSource() in <lambda>() constant
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/spirv/ |
H A D | invocation.cpp | 60 T get(const char *source, size_t index) { in get() 137 create_binary_from_spirv(const std::string &source, in create_binary_from_spirv() 561 check_capabilities(const device &dev, const std::string &source, in check_capabilities() 631 check_extensions(const device &dev, const std::string &source, in check_extensions() 662 check_memory_model(const device &dev, const std::string &source, in check_memory_model() 793 std::string source = spirv_to_cpu(binary); in compile_program() local 848 const char *message) { in link_program() 906 const spv_position_t &position, const char *message) { in is_valid_spirv()
|
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/nio/file/ |
D | Copy.java | 67 static void copyFile(Path source, Path target, boolean prompt, boolean preserve) { in copyFile() 84 private final Path source; field in Copy.TreeCopier 89 TreeCopier(Path source, Path target, boolean prompt, boolean preserve) { in TreeCopier() 183 Path[] source = new Path[remaining-1]; in main() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | HdmiCecMessage.java | 52 protected HdmiCecMessage(int source, int destination, int opcode, byte[] params, in HdmiCecMessage() 61 private HdmiCecMessage(int source, int destination, int opcode, byte[] params) { in HdmiCecMessage() 76 static HdmiCecMessage build(int source, int destination, int opcode, byte[] params) { in build() 87 static HdmiCecMessage build(int source, int destination, int opcode) { in build()
|
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/nio/file/ |
D | Copy.java | 67 static void copyFile(Path source, Path target, boolean prompt, boolean preserve) { in copyFile() 84 private final Path source; field in Copy.TreeCopier 89 TreeCopier(Path source, Path target, boolean prompt, boolean preserve) { in TreeCopier() 183 Path[] source = new Path[remaining-1]; in main() local
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/postprocessor/ |
D | MetricFilePostProcessor.java | 146 try (InputStreamSource source = new FileInputStreamSource(aggregateTestResultsFile, in processRunMetricsAndLogs() 149 source); in processRunMetricsAndLogs() local 169 try (InputStreamSource source = new FileInputStreamSource(metricFile, in writeMetricFile() 171 testLog(metricFile.getName(), LogDataType.CB_METRICS_FILE, source); in writeMetricFile() local
|
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/ |
H A D | template.rb | 28 def define_template( name, source, &block ) argument 48 def create_template( source, values = {} ) argument 94 def self.parse( source, options = {} ) argument 122 def new( source, values = {} ) argument 143 def define_template( name, source, parameters = nil, &block ) argument
|
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/test/ |
H A D | grammar.rb | 59 def self.inline( source, *args ) argument 80 attr_reader :type, :name, :source accessor in ANTLR3.Test.Grammar 271 def initialize( source, options = {} ) argument 335 attr_reader :file, :source accessor in ANTLR3.Test.FormatError 341 def initialize( source, file = nil ) argument
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | normlzr.cpp | 128 Normalizer::normalize(const UnicodeString& source, in normalize() 163 Normalizer::compose(const UnicodeString& source, in compose() 171 Normalizer::decompose(const UnicodeString& source, in decompose() 179 Normalizer::quickCheck(const UnicodeString& source, in quickCheck() 196 Normalizer::isNormalized(const UnicodeString& source, in isNormalized()
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | normlzr.cpp | 128 Normalizer::normalize(const UnicodeString& source, in normalize() 163 Normalizer::compose(const UnicodeString& source, in compose() 171 Normalizer::decompose(const UnicodeString& source, in decompose() 179 Normalizer::quickCheck(const UnicodeString& source, in quickCheck() 196 Normalizer::isNormalized(const UnicodeString& source, in isNormalized()
|
/aosp_15_r20/frameworks/av/media/utils/ |
H A D | ServiceUtilities.cpp | 86 int32_t getOpForSource(audio_source_t source) { in getOpForSource() 106 bool isRecordOpRequired(audio_source_t source) { in isRecordOpRequired() 152 const String16 &msg, bool start, audio_source_t source) { in checkRecordingInternal() 204 bool recordingAllowed(const AttributionSourceState &attributionSource, audio_source_t source) { in recordingAllowed() 211 audio_source_t source) { in recordingAllowed() 219 audio_source_t source) { in startRecording() 225 audio_source_t source) { in finishRecording()
|
/aosp_15_r20/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
H A D | Code.java | 507 public <T> void move(Local<T> target, Local<T> source) { in move() 517 public <T> void op(UnaryOp op, Local<T> target, Local<T> source) { in op() 612 …c <D, V> void iput(FieldId<D, V> fieldId, Local<? extends D> instance, Local<? extends V> source) { in iput() 629 public <V> void sput(FieldId<?, V> fieldId, Local<? extends V> source) { in sput() 730 public void instanceOfType(Local<?> target, Local<?> source, TypeId<?> type) { in instanceOfType() 765 public void cast(Local<?> target, Local<?> source) { in cast() 824 public void aput(Local<?> array, Local<Integer> index, Local<?> source) { in aput()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerService.java | 386 private AvrcpControllerService getService(AttributionSource source) { in getService() 404 public List<BluetoothDevice> getConnectedDevices(AttributionSource source) { in getConnectedDevices() 414 int[] states, AttributionSource source) { in getDevicesMatchingConnectionStates() 423 public int getConnectionState(BluetoothDevice device, AttributionSource source) { in getConnectionState() 433 BluetoothDevice device, int keyCode, int keyState, AttributionSource source) { in sendGroupNavigationCmd() 440 BluetoothAvrcpPlayerSettings settings, AttributionSource source) { in setPlayerApplicationSetting() 447 BluetoothDevice device, AttributionSource source) { in getPlayerSettings()
|
/aosp_15_r20/external/guice/core/src/com/google/inject/internal/ |
H A D | LinkedProviderBindingImpl.java | 39 Object source, in LinkedProviderBindingImpl() 52 Object source, in LinkedProviderBindingImpl() 60 Object source, in LinkedProviderBindingImpl() 72 Object source, in createWithInitializer()
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/ |
H A D | BigFractionFormat.java | 192 public BigFraction parse(final String source) throws ParseException { in parse() 198 LocalizedFormats.UNPARSEABLE_FRACTION_NUMBER, source); in parse() local 211 public BigFraction parse(final String source, final ParsePosition pos) { in parse() 270 protected BigInteger parseNextBigInteger(final String source, in parseNextBigInteger()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/ |
H A D | nghttp2_data_provider_test.cc | 17 TestDataFrameSource source(visitor, true); in TEST() local 47 TestDataFrameSource source(visitor, true); in TEST() local 76 TestDataFrameSource source(visitor, false); in TEST() local 94 TestDataFrameSource source(visitor, true); in TEST() local
|
/aosp_15_r20/external/openscreen/cast/sender/ |
H A D | cast_app_availability_tracker.cc | 16 const CastMediaSource& source) { in RegisterSource() 34 const CastMediaSource& source) { in UnregisterSource() 79 for (const auto& source : registered_sources_) { in UpdateAppAvailability() local 112 for (const auto& source : registered_sources_) { in GetSupportedSources() local
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/common/ |
H A D | GlobalHistogramBinarizer.java | 44 public GlobalHistogramBinarizer(LuminanceSource source) { in GlobalHistogramBinarizer() 53 LuminanceSource source = getLuminanceSource(); in getBlackRow() local 95 LuminanceSource source = getLuminanceSource(); in getBlackMatrix() local 133 public Binarizer createBinarizer(LuminanceSource source) { in createBinarizer()
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | tune_vmaf.c | 192 static inline void highbd_unsharp_rect(const uint16_t *source, in highbd_unsharp_rect() 211 static inline void unsharp_rect(const uint8_t *source, int source_stride, in unsharp_rect() 228 const YV12_BUFFER_CONFIG *source, in unsharp() 255 const YV12_BUFFER_CONFIG *source, in gaussian_blur() 295 const YV12_BUFFER_CONFIG *const source, in cal_approx_vmaf() 310 const AV1_COMP *const cpi, const YV12_BUFFER_CONFIG *const source, in find_best_frame_unsharp_amount_loop() 334 const AV1_COMP *const cpi, const YV12_BUFFER_CONFIG *const source, in find_best_frame_unsharp_amount() 379 const YV12_BUFFER_CONFIG *const source) { in av1_vmaf_neg_preprocessing() 406 const YV12_BUFFER_CONFIG *const source) { in av1_vmaf_frame_preprocessing() 445 const YV12_BUFFER_CONFIG *const source) { in av1_vmaf_blk_preprocessing() [all …]
|
/aosp_15_r20/cts/tests/tests/hardware/res/raw/ |
H A D | microsoft_xbox2020_motioneventtests.json | 8 "source": "JOYSTICK", string 21 "source": "JOYSTICK", string 36 "source": "JOYSTICK", string 51 "source": "JOYSTICK", string 66 "source": "JOYSTICK", string 81 "source": "JOYSTICK", string 96 "source": "JOYSTICK", string 111 "source": "JOYSTICK", string 126 "source": "JOYSTICK", string 141 "source": "JOYSTICK", string [all …]
|
/aosp_15_r20/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/ |
H A D | BufferedSink.java | 38 BufferedSink write(byte[] source) throws IOException; in write() 44 BufferedSink write(byte[] source, int offset, int byteCount) throws IOException; in write() 50 long writeAll(Source source) throws IOException; in writeAll() 53 BufferedSink write(Source source, long byteCount) throws IOException; in write()
|
/aosp_15_r20/cts/tests/tests/text/src/android/text/cts/ |
H A D | AlteredCharSequenceTest.java | 101 CharSequence source = SOURCE_STR; in testLength() local 113 CharSequence source = SOURCE_STR; in testMake() local 131 CharSequence source = SOURCE_STR; in testSubSequence() local 146 CharSequence source = SOURCE_STR; in testToString() local
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/test/java/com/google/android/exoplayer2/upstream/ |
H A D | BaseDataSourceTest.java | 141 public void onTransferInitializing(DataSource source, DataSpec dataSpec, boolean isNetwork) { in onTransferInitializing() 148 public void onTransferStart(DataSource source, DataSpec dataSpec, boolean isNetwork) { in onTransferStart() 156 DataSource source, DataSpec dataSpec, boolean isNetwork, int bytesTransferred) { in onBytesTransferred() 164 public void onTransferEnd(DataSource source, DataSpec dataSpec, boolean isNetwork) { in onTransferEnd()
|