/packages/modules/Bluetooth/system/build/secondary/third_party/aac/ |
D | BUILD.gn | 37 # "libAACdec/src/arm/block_arm.cpp", 38 # "libFDK/src/arm/dct_arm.cpp", 39 # "libFDK/src/arm/fft_rad2_arm.cpp", 40 # "libFDK/src/arm/scale_arm.cpp", 41 # "libSBRdec/src/arm/lpp_tran_arm.cpp", 42 # "libFDK/src/mips/fft_rad2_mips.cpp", 43 # "libFDK/src/mips/mips_fft_twiddles.cpp", 44 # "libFDK/src/mips/scale_mips.cpp", 48 "libAACdec/src/aacdec_drc.cpp", 49 "libAACdec/src/aacdec_hcr_bit.cpp", [all …]
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/ |
D | ResizableIntArrayTests.java | 41 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testNewInstance() local 42 final int[] array = src.getPrimitiveArray(); in testNewInstance() 43 assertEquals("new instance length", 0, src.getLength()); in testNewInstance() 50 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testAdd() local 51 final int[] array = src.getPrimitiveArray(); in testAdd() 56 src.add(value); in testAdd() 57 assertEquals("length after add " + i, i + 1, src.getLength()); in testAdd() 59 array2 = src.getPrimitiveArray(); in testAdd() 62 array3 = src.getPrimitiveArray(); in testAdd() 65 assertSame("array after add " + i, array, src.getPrimitiveArray()); in testAdd() [all …]
|
D | InputPointersTests.java | 41 final InputPointers src = new InputPointers(DEFAULT_CAPACITY); in testNewInstance() local 42 assertEquals("new instance size", 0, src.getPointerSize()); in testNewInstance() 43 assertNotNull("new instance xCoordinates", src.getXCoordinates()); in testNewInstance() 44 assertNotNull("new instance yCoordinates", src.getYCoordinates()); in testNewInstance() 45 assertNotNull("new instance pointerIds", src.getPointerIds()); in testNewInstance() 46 assertNotNull("new instance times", src.getTimes()); in testNewInstance() 51 final InputPointers src = new InputPointers(DEFAULT_CAPACITY); in testReset() local 52 final int[] xCoordinates = src.getXCoordinates(); in testReset() 53 final int[] yCoordinates = src.getXCoordinates(); in testReset() 54 final int[] pointerIds = src.getXCoordinates(); in testReset() [all …]
|
/packages/inputmethods/LatinIME/native/jni/ |
D | Android.bp | 27 "src/dictionary/header/header_policy.cpp", 28 "src/dictionary/header/header_read_write_utils.cpp", 29 "src/dictionary/property/ngram_context.cpp", 30 "src/dictionary/structure/dictionary_structure_with_buffer_policy_factory.cpp", 31 "src/dictionary/structure/pt_common/bigram/bigram_list_read_write_utils.cpp", 32 "src/dictionary/structure/pt_common/dynamic_pt_gc_event_listeners.cpp", 33 "src/dictionary/structure/pt_common/dynamic_pt_reading_helper.cpp", 34 "src/dictionary/structure/pt_common/dynamic_pt_reading_utils.cpp", 35 "src/dictionary/structure/pt_common/dynamic_pt_updating_helper.cpp", 36 "src/dictionary/structure/pt_common/dynamic_pt_writing_utils.cpp", [all …]
|
/packages/modules/Bluetooth/system/btif/ |
D | BUILD.gn | 20 "//bt/system/audio_a2dp_hw/src/audio_a2dp_hw_utils.cc", 21 "//bt/system/audio_hearing_aid_hw/src/audio_hearing_aid_hw_utils.cc", 34 "src/bluetooth.cc", 37 "src/btif_a2dp.cc", 39 "src/btif_a2dp_control.cc", 40 "src/btif_a2dp_sink.cc", 41 "src/btif_a2dp_source.cc", 42 "src/btif_activity_attribution.cc", 43 "src/btif_av.cc", 46 # "src/btif_avrcp_audio_track.cc", [all …]
|
D | Android.bp | 104 "src/bluetooth.cc", 106 "src/btif_a2dp.cc", 107 "src/btif_a2dp_control.cc", 108 "src/btif_a2dp_sink.cc", 109 "src/btif_a2dp_source.cc", 110 "src/btif_activity_attribution.cc", 111 "src/btif_av.cc", 112 "src/btif_ble_advertiser.cc", 113 "src/btif_ble_scanner.cc", 114 "src/btif_bqr.cc", [all …]
|
/packages/modules/StatsD/statsd/ |
D | Android.bp | 25 "src/active_config_list.proto", 26 "src/anomaly/AlarmMonitor.cpp", 27 "src/anomaly/AlarmTracker.cpp", 28 "src/anomaly/AnomalyTracker.cpp", 29 "src/anomaly/DurationAnomalyTracker.cpp", 30 "src/anomaly/subscriber_util.cpp", 31 "src/condition/CombinationConditionTracker.cpp", 32 "src/condition/condition_util.cpp", 33 "src/condition/ConditionWizard.cpp", 34 "src/condition/SimpleConditionTracker.cpp", [all …]
|
/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/ |
D | FocusFinderTest.java | 38 final Rect src = new Rect(100, 100, 200, 200); in testPartiallyInDirection() local 40 assertIsPartiallyInDirection(View.FOCUS_LEFT, src, in testPartiallyInDirection() 42 assertIsPartiallyInDirection(View.FOCUS_RIGHT, src, in testPartiallyInDirection() 44 assertIsPartiallyInDirection(View.FOCUS_UP, src, in testPartiallyInDirection() 46 assertIsPartiallyInDirection(View.FOCUS_DOWN, src, in testPartiallyInDirection() 52 final Rect src = new Rect(100, 100, 200, 200); in testInDirection() local 55 assertIsInDirection(View.FOCUS_LEFT, src, new Rect(99, 100, 200, 200)); in testInDirection() 56 assertIsInDirection(View.FOCUS_RIGHT, src, new Rect(100, 99, 201, 200)); in testInDirection() 57 assertIsInDirection(View.FOCUS_UP, src, new Rect(101, 99, 199, 200)); in testInDirection() 58 assertIsInDirection(View.FOCUS_DOWN, src, new Rect(99, 100, 201, 201)); in testInDirection() [all …]
|
/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
D | Memory.java | 22 public static int peekInt(byte[] src, int offset, ByteOrder order) { in peekInt() argument 24 return (((src[offset++] & 0xff) << 24) | in peekInt() 25 ((src[offset++] & 0xff) << 16) | in peekInt() 26 ((src[offset++] & 0xff) << 8) | in peekInt() 27 ((src[offset ] & 0xff) << 0)); in peekInt() 29 return (((src[offset++] & 0xff) << 0) | in peekInt() 30 ((src[offset++] & 0xff) << 8) | in peekInt() 31 ((src[offset++] & 0xff) << 16) | in peekInt() 32 ((src[offset ] & 0xff) << 24)); in peekInt() 50 public static long peekLong(byte[] src, int offset, ByteOrder order) { in peekLong() argument [all …]
|
/packages/modules/Connectivity/framework-t/ |
D | Sources.bp | 22 "src/android/app/usage/*.java", 23 "src/android/net/DataUsageRequest.*", 24 "src/android/net/INetworkStatsService.aidl", 25 "src/android/net/INetworkStatsSession.aidl", 26 "src/android/net/NetworkIdentity.java", 27 "src/android/net/NetworkIdentitySet.java", 28 "src/android/net/NetworkStateSnapshot.*", 29 "src/android/net/NetworkStats.*", 30 "src/android/net/NetworkStatsAccess.*", 31 "src/android/net/NetworkStatsCollection.*", [all …]
|
/packages/modules/NetworkStack/common/networkstackclient/ |
D | Android.bp | 24 local_include_dir: "src", 26 "src/android/net/IIpMemoryStore.aidl", 27 "src/android/net/IIpMemoryStoreCallbacks.aidl", 28 "src/android/net/ipmemorystore/**/*.aidl", 31 "src/android/net/networkstack/aidl/quirks/IPv6ProvisioningLossQuirkParcelable.aidl", 70 local_include_dir: "src", 79 "src/android/net/DataStallReportParcelable.aidl", 80 "src/android/net/DhcpResultsParcelable.aidl", 81 "src/android/net/INetworkMonitor.aidl", 82 "src/android/net/INetworkMonitorCallbacks.aidl", [all …]
|
/packages/services/Car/service/ |
D | OWNERS | 8 per-file src/com/android/car/SystemActivityMonitoringService.java = ycheo@google.com 9 per-file src/com/android/car/am/* = ycheo@google.com 10 per-file src/com/android/car/systeminterface/ActivityManagerInterface.java = ycheo@google.com 13 per-file src/com/android/car/audio/* = oscarazu@google.com, ericjeong@google.com 16 per-file src/com/android/car/cluster/* = ycheo@google.com 17 per-file src/com/android/car/hal/ClusterHalService.java = ycheo@google.com 20 per-file src/com/android/car/CarInputService.java = ycheo@google.com 21 per-file src/com/android/car/hal/InputHalService.java = ycheo@google.com 24 per-file src/com/android/car/pm/AppBlockingPolicyProxy.java = ycheo@google.com 25 per-file src/com/android/car/pm/Car*.java = ycheo@google.com [all …]
|
/packages/apps/Gallery2/jni_jpegstream/src/ |
D | jpeg_hook.cpp | 90 SourceManager *src = reinterpret_cast<SourceManager*>(cinfo->src); in Mgr_fill_input_buffer_fcn() local 91 int32_t bytesRead = src->inStream->read(src->inStream->getBufferSize(), 0); in Mgr_fill_input_buffer_fcn() 93 if (src->start_of_file == TRUE) { in Mgr_fill_input_buffer_fcn() 97 bytesRead = src->inStream->forceReadEOI(); in Mgr_fill_input_buffer_fcn() 103 src->mgr.next_input_byte = reinterpret_cast<JOCTET*>(src->inStream->getBufferPtr()); in Mgr_fill_input_buffer_fcn() 104 src->mgr.bytes_in_buffer = bytesRead; in Mgr_fill_input_buffer_fcn() 106 src->start_of_file = FALSE; in Mgr_fill_input_buffer_fcn() 112 SourceManager *s = reinterpret_cast<SourceManager*>(cinfo->src); in Mgr_init_source_fcn() 123 SourceManager *src = reinterpret_cast<SourceManager*>(cinfo->src); in Mgr_skip_input_data_fcn() local 124 if (src->mgr.bytes_in_buffer >= (size_t)num_bytes) { in Mgr_skip_input_data_fcn() [all …]
|
/packages/services/Car/tests/carservice_unit_test/ |
D | OWNERS | 2 per-file src/com/android/car/am/* = ycheo@google.com 5 per-file src/com/android/car/AppFocusServiceTest.java = ycheo@google.com 8 per-file src/com/android/car/audio/* = oscarazu@google.com, ericjeong@google.com 11 per-file src/android/car/cluster/* = ycheo@google.com 12 per-file src/com/android/car/hal/ClusterHalServiceTest.java = ycheo@google.com 15 per-file src/android/car/builtin/input/* = ycheo@google.com 16 per-file src/com/android/car/CarInput*.java = ycheo@google.com 17 per-file src/com/android/car/hal/InputHalServiceTest.java = ycheo@google.com 20 per-file src/com/android/car/CarOccupantZoneServiceTest.java = ycheo@google.com, oscarazu@google.co… 23 per-file src/com/android/car/pm/* = ycheo@google.com [all …]
|
/packages/modules/Connectivity/tests/common/java/android/net/ |
D | DependenciesTest.java | 54 final byte[] src = new byte[size]; in makeTrivialArray() 56 src[i] = (byte) i; in makeTrivialArray() 58 return src; in makeTrivialArray() 65 final byte[] src = makeTrivialArray(size); in testArrays() 75 final byte[] copy = Arrays.copyOfRange(src, offset, offset + copySize); in testArrays() 77 assertArrayEquals(new byte[0], Arrays.copyOfRange(src, size, size)); in testArrays() 83 final byte[] src = makeTrivialArray(128); in testCopyOf() 84 final byte[] copy = Arrays.copyOf(src, src.length); in testCopyOf() 85 assertArrayEquals(src, copy); in testCopyOf() 86 assertFalse(src == copy); in testCopyOf() [all …]
|
/packages/apps/Launcher3/tests/ |
D | Android.bp | 22 name: "launcher-tests-src", 24 "src/**/*.java", 25 "src/**/*.kt" 28 ":launcher-non-quickstep-tests-src" 34 name: "launcher-non-quickstep-tests-src", 36 "src/com/android/launcher3/nonquickstep/**/*.java", 37 "src/com/android/launcher3/nonquickstep/**/*.kt", 43 name: "launcher-oop-tests-src", 45 "src/com/android/launcher3/ui/AbstractLauncherUiTest.java", 46 "src/com/android/launcher3/ui/PortraitLandscapeRunner.java", [all …]
|
/packages/modules/Bluetooth/system/osi/ |
D | BUILD.gn | 19 "src/alarm.cc", 20 "src/allocation_tracker.cc", 21 "src/allocator.cc", 22 "src/array.cc", 23 "src/buffer.cc", 24 "src/compat.cc", 25 "src/config.cc", 26 "src/fixed_queue.cc", 27 "src/future.cc", 28 "src/hash_map_utils.cc", [all …]
|
D | Android.bp | 51 "src/compat.cc", 67 "src/alarm.cc", 68 "src/allocation_tracker.cc", 69 "src/allocator.cc", 70 "src/array.cc", 71 "src/buffer.cc", 72 "src/config.cc", 73 "src/fixed_queue.cc", 74 "src/future.cc", 75 "src/hash_map_utils.cc", [all …]
|
/packages/apps/DocumentsUI/ |
D | wrap_alpha.py | 21 for src in files: 22 if not src.endswith(".png"): continue 23 src = src[0:-4] variable 25 src_clause = '\n android:src="@drawable/%s"' % (src) 27 alpha = src.endswith("_alpha") 29 src = src[0:-6] variable 30 if "ic_doc" in src or "ic_root" in src or "ic_grid_folder" in src: 37 am = src.endswith("_am") 39 src = src[0:-3] variable 44 with open("res/drawable/%s.xml" % (src), 'w') as xml:
|
/packages/services/Car/data/etc/ |
D | Android.bp | 24 src: "com.google.android.car.garagemode.testapp.xml", 31 src: "com.google.android.car.uxr.sample.xml", 38 src: "com.google.android.car.defaultstoragemonitoringcompanionapp.xml", 46 src: "com.android.carsystemui.xml", 53 src: "android.car.cluster.loggingrenderer.xml", 60 src: "android.car.cluster.sample.xml", 67 src: "android.car.cluster.xml", 74 src: "android.car.usb.handler.xml", 81 src: "com.android.car.carlauncher.xml", 88 src: "com.android.car.dialer.xml", [all …]
|
/packages/apps/LegacyCamera/jni/ |
D | Android.bp | 11 "feature_stab/src", 12 "feature_stab/src/dbreg", 13 "feature_mos/src", 14 "feature_mos/src/mosaic", 37 "feature_mos/src/mosaic/trsMatrix.cpp", 38 "feature_mos/src/mosaic/AlignFeatures.cpp", 39 "feature_mos/src/mosaic/Blend.cpp", 40 "feature_mos/src/mosaic/Delaunay.cpp", 41 "feature_mos/src/mosaic/ImageUtils.cpp", 42 "feature_mos/src/mosaic/Mosaic.cpp", [all …]
|
/packages/services/Car/cpp/evs/apps/default/ |
D | FormatConvert.cpp | 62 uint8_t* src, in copyNV21toRGB32() argument 73 uint8_t* srcY = src; in copyNV21toRGB32() 74 uint8_t* srcUV = src+offsetUV; in copyNV21toRGB32() 93 uint8_t* src, in copyYV12toRGB32() argument 107 uint8_t* srcY = src; in copyYV12toRGB32() 108 uint8_t* srcU = src+offsetU; in copyYV12toRGB32() 109 uint8_t* srcV = src+offsetV; in copyYV12toRGB32() 127 uint8_t* src, unsigned srcStridePixels, in copyYUYVtoRGB32() argument 130 uint32_t* srcWords = (uint32_t*)src; in copyYUYVtoRGB32() 159 void* src, unsigned srcStridePixels, in copyMatchedInterleavedFormats() argument [all …]
|
/packages/services/Car/cpp/watchdog/server/ |
D | Android.bp | 56 "src/PackageInfoResolver.cpp", 66 "src", 86 "src/WatchdogPerfService.cpp", 87 "src/IoOveruseConfigs.cpp", 88 "src/IoOveruseMonitor.cpp", 89 "src/IoPerfCollection.cpp", 90 "src/LooperWrapper.cpp", 91 "src/OveruseConfigurationXmlHelper.cpp", 92 "src/ProcDiskStatsCollector.cpp", 93 "src/ProcStatCollector.cpp", [all …]
|
/packages/apps/DocumentsUI/src/com/android/documentsui/services/ |
D | MoveJob.java | 123 for (DocumentInfo src : mResolvedDocs) { in checkSpace() 124 if (!src.authority.equals(stack.getRoot().authority)) { in checkSpace() 125 if (src.isDirectory()) { in checkSpace() 127 size += calculateFileSizesRecursively(getClient(src), src.derivedUri); in checkSpace() 129 Log.w(TAG, "Failed to obtain client for %s" + src.derivedUri + ".", e); in checkSpace() 135 size += src.size; in checkSpace() 143 void processDocument(DocumentInfo src, DocumentInfo srcParent, DocumentInfo dest) in processDocument() argument 147 if (src.authority.equals(dest.authority) && (srcParent != null || mSrcParent != null)) { in processDocument() 148 if ((src.flags & Document.FLAG_SUPPORTS_MOVE) != 0) { in processDocument() 150 if (DocumentsContract.moveDocument(wrap(getClient(src)), src.derivedUri, in processDocument() [all …]
|
D | CopyJob.java | 348 void processDocument(DocumentInfo src, DocumentInfo srcParent, in processDocument() argument 354 if (src.authority.equals(dstDirInfo.authority)) { in processDocument() 355 if ((src.flags & Document.FLAG_SUPPORTS_COPY) != 0) { in processDocument() 357 if (DocumentsContract.copyDocument(wrap(getClient(src)), src.derivedUri, in processDocument() 360 makeOptimizedCopyProgress(src); in processDocument() 365 releaseClient(src); in processDocument() 367 Log.e(TAG, "Provider side copy failed for: " + src.derivedUri in processDocument() 370 appContext, MetricConsts.SUBFILEOP_QUICK_COPY, src.derivedUri); in processDocument() 375 Log.d(TAG, "Fallback to byte-by-byte copy for: " + src.derivedUri); in processDocument() 381 byteCopyDocument(src, dstDirInfo); in processDocument() [all …]
|