/frameworks/data-binding/.idea/modules/compilationTests/ |
compilationTests_main.iml | 2 <module external.linked.project.id=":dataBinding:compilationTests:main" external.linked.project.path="$MODULE_DIR$/../../../compilationTests" external.root.project.path="$MODULE_DIR$/../../.." external.system.id="GRADLE" external.system.module.group="data-binding.dataBinding" external.system.module.type="sourceSet" external.system.module.version="1.0" type="JAVA_MODULE" version="4">
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/ |
TestUtils.java | 29 System.gc(); 30 System.runFinalization(); 33 System.gc(); 34 System.runFinalization();
|
/frameworks/minikin/doc/ |
minikin_style.md | 12 3. C system files 13 4. C++ system files 25 #include <math.h> // C system header files. 26 #include <string> // C++ system header files.
|
/frameworks/native/libs/vr/libvrsensor/include/private/dvr/ |
pose-ipc.h | 10 #define DVR_POSE_SERVICE_BASE "system/vr/pose"
|
/frameworks/opt/net/lowpan/command/ |
lowpanctl | 4 base=/system
|
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/content/res/ |
GrowingArrayUtils.java | 46 System.arraycopy(array, 0, newArray, 0, currentSize); 61 System.arraycopy(array, 0, newArray, 0, currentSize); 76 System.arraycopy(array, 0, newArray, 0, currentSize); 91 System.arraycopy(array, 0, newArray, 0, currentSize); 113 System.arraycopy(array, index, array, index + 1, currentSize - index); 120 System.arraycopy(array, 0, newArray, 0, index); 122 System.arraycopy(array, index, newArray, index + 1, array.length - index); 133 System.arraycopy(array, index, array, index + 1, currentSize - index); 139 System.arraycopy(array, 0, newArray, 0, index); 141 System.arraycopy(array, index, newArray, index + 1, array.length - index) [all...] |
/hardware/broadcom/libbt/include/ |
vnd_kingyo.txt | 4 FW_PATCHFILE_LOCATION = "/system/vendor/firmware/"
|
vnd_nerka.txt | 4 FW_PATCHFILE_LOCATION = "/system/vendor/firmware/"
|
vnd_sparrow.txt | 2 FW_PATCHFILE_LOCATION = "/system/etc/firmware/bt"
|
vnd_wren.txt | 2 FW_PATCHFILE_LOCATION = "/system/etc/firmware/bt"
|
/hardware/interfaces/health/1.0/default/ |
Android.bp | 6 "system/core/base/include",
|
/hardware/interfaces/wifi/hostapd/1.0/vts/functional/ |
Android.bp | 30 "libwifi-system", 31 "libwifi-system-iface", 49 "libwifi-system", 50 "libwifi-system-iface",
|
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/ |
Android.bp | 31 "libwifi-system", 32 "libwifi-system-iface", 54 "libwifi-system", 55 "libwifi-system-iface",
|
/hardware/interfaces/wifi/supplicant/1.1/vts/functional/ |
Android.bp | 32 "libwifi-system", 33 "libwifi-system-iface", 56 "libwifi-system", 57 "libwifi-system-iface",
|
/hardware/libhardware/tests/hardware/ |
Android.bp | 15 include_dirs: ["system/media/camera/include"],
|
/libcore/dom/src/test/resources/ |
staff2.xml | 2 <!DOCTYPE staff SYSTEM "staff2.dtd" []>
|
/libcore/support/src/test/java/tests/support/ |
Support_ClassLoaderDalvik.java | 21 import dalvik.system.DexClassLoader; 26 * system's DEX cache with our files. Also, we might not have write access 27 * to the system's DEX cache at all (which is the case when we're running 35 tmp = new File(System.getProperty("java.io.tmpdir"), "dex-cache");
|
/packages/apps/Camera2/res/drawable-v21/ |
filmstrip_button_background.xml | 2 <!-- color to match system drawable ripple_material_dark -->
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
SplineMath.java | 114 double[][] system = new double[n][3]; local 117 system[0][1] = 1; 118 system[n - 1][1] = 1; 123 // system, and apply the TDMA algorithm to solve it 131 system[i][0] = d6 * deltaPrevX; // a_i 132 system[i][1] = d3 * deltaX; // b_i 133 system[i][2] = d6 * deltaNextX; // c_i 140 double m = system[i][0] / system[i - 1][1]; 142 system[i][1] = system[i][1] - m * system[i - 1][2] [all...] |
/packages/apps/TV/partner_support/sample_customization/ |
Android.mk | 8 # Overlay view related functionality requires system APIs.
|
/packages/apps/TimeZoneUpdater/src/main/com/android/timezone/updater/ |
EventLogTags.logtags | 1 # See system/core/logcat/event.logtags for a description of the format of this file.
|
/packages/experimental/KBars/app/src/main/java/js/kbars/ |
IdentifyBarsButton.java | 11 setText("Identify system bars");
|
/packages/experimental/procstatlog/ |
README | 5 of time during system operation.
|
/packages/services/Car/procfs-inspector/server/ |
com.android.car.procfsinspector.rc | 1 service com.android.car.procfsinspector /system/bin/com.android.car.procfsinspector
|
/platform_testing/ |
PREUPLOAD.cfg | 9 libraries/system-helpers
|