/frameworks/opt/setupwizard/library/ |
D | standalone.gradle | 7 * include ':setup-wizard-lib' 8 * project(':setup-wizard-lib').projectDir = new File(PATH_TO_THIS_DIRECTORY) 9 * project(':setup-wizard-lib').buildFileName = 'standalone.gradle' 11 * And then you can include the :setup-wizard-lib project as one of your dependencies 13 * compile project(path: ':setup-wizard-lib', configuration: 'gingerbreadCompatRelease')
|
D | standalone-rules.gradle | 6 * include ':setup-wizard-lib' 7 * project(':setup-wizard-lib').projectDir = new File(PATH_TO_THIS_DIRECTORY) 8 * project(':setup-wizard-lib').buildFileName = 'standalone-rules.gradle' 10 * And then you can include the :setup-wizard-lib project as one of your dependencies 12 * compile project(path: ':setup-wizard-lib', configuration: 'gingerbreadCompatRelease')
|
D | build.gradle | 12 * include ':setup-wizard-lib' 13 * project(':setup-wizard-lib').projectDir = new File(PATH_TO_THIS_DIRECTORY) 15 * And then you can include the :setup-wizard-lib project as one of your dependencies 17 * compile project(path: ':setup-wizard-lib', configuration: 'gingerbreadCompatRelease')
|
D | common-platform-deprecated.mk | 24 LOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-lib 26 LOCAL_STATIC_ANDROID_LIBRARIES += setup-wizard-lib
|
D | Android.bp | 2 // Build the platform version of setup wizard library. 23 name: "setup-wizard-lib", 48 name: "setup-wizard-lib-gingerbread-compat",
|
D | common-gingerbread.mk | 18 ifeq (,$(findstring setup-wizard-lib-gingerbread-compat,$(LOCAL_STATIC_ANDROID_LIBRARIES))) 19 LOCAL_STATIC_ANDROID_LIBRARIES += setup-wizard-lib-gingerbread-compat
|
/frameworks/base/libs/hwui/tests/common/ |
D | BitmapAllocationTestUtils.h | 31 std::function<void(SkBitmap& bitmap)> setup) { in allocateHeapBitmap() argument 35 setup(skBitmap); in allocateHeapBitmap() 40 std::function<void(SkBitmap& bitmap)> setup) { in allocateHardwareBitmap() argument 45 setup(skBitmap); in allocateHardwareBitmap() 50 std::function<void(SkBitmap& bitmap)> setup);
|
D | TestUtils.h | 164 std::function<void(RenderProperties& props, Canvas& canvas)> setup) { in createNode() argument 168 if (setup) { in createNode() 171 setup(props, *canvas.get()); in createNode() 181 std::function<void(RenderProperties& props, RecordingCanvasType& canvas)> setup) { in createNode() argument 185 if (setup) { in createNode() 187 setup(props, canvas); in createNode() 204 setup, 216 if (setup) { 220 setup(props, *canvas.get());
|
/frameworks/base/apct-tests/perftests/textclassifier/ |
D | run.sh | 2 build/soong/soong_ui.bash --make-mode TextClassifierPerfTests perf-setup 5 adb push ${OUT}/obj/EXECUTABLES/perf-setup_intermediates/perf-setup.sh /data/local/tmp/ 6 adb shell chmod +x /data/local/tmp/perf-setup.sh 7 adb shell /data/local/tmp/perf-setup.sh
|
/frameworks/opt/setupwizard/tools/gradle/ |
D | settings.gradle | 1 include(':setup-wizard-lib') 2 project(':setup-wizard-lib').projectDir = new File(rootDir, 'frameworks/opt/setupwizard/library') 3 project(':setup-wizard-lib').buildFileName = 'self.gradle'
|
/frameworks/av/media/libaaudio/src/binding/ |
D | RingBufferParcelable.cpp | 63 mReadCounterParcelable.setup(sharedMemoryIndex, readCounterOffset, counterSizeBytes); in setupMemory() 64 mWriteCounterParcelable.setup(sharedMemoryIndex, writeCounterOffset, counterSizeBytes); in setupMemory() 65 mDataParcelable.setup(sharedMemoryIndex, dataMemoryOffset, dataSizeInBytes); in setupMemory() 71 mReadCounterParcelable.setup(sharedMemoryIndex, 0, 0); in setupMemory() 72 mWriteCounterParcelable.setup(sharedMemoryIndex, 0, 0); in setupMemory() 73 mDataParcelable.setup(sharedMemoryIndex, dataMemoryOffset, dataSizeInBytes); in setupMemory()
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
D | OverlayPlugin.java | 30 void setup(View statusBar, View navBar); in setup() method 35 default void setup(View statusBar, View navBar, Callback callback, in setup() method 37 setup(statusBar, navBar); in setup()
|
/frameworks/base/apct-tests/perftests/windowmanager/ |
D | README.md | 4 To reduce the variance of the test, if `perf-setup.sh` (platform_testing/scripts/perf-setup) 7 m perf-setup 8 PERF_SETUP_PATH=/data/local/tmp/perf-setup.sh
|
/frameworks/base/apct-tests/perftests/inputmethod/ |
D | README.md | 6 To reduce the variance of the test, if `perf-setup` (platform_testing/scripts/perf-setup) 9 m perf-setup 10 PERF_SETUP_PATH=/data/local/tmp/perf-setup.sh
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/lifecycle/ |
D | HideNonSystemOverlayMixinTest.java | 53 mActivityController.setup(); in startActivity_shouldHideNonSystemOverlay() 64 mActivityController.setup().stop(); in stopActivity_shouldUnhideNonSystemOverlay() 74 mActivityController.setup(); in isEnabled_isAllowedOverlaySettings_returnFalse() 84 mActivityController.setup(); in isEnabled_isNotAllowedOverlaySettings_returnTrue()
|
/frameworks/av/services/oboeservice/ |
D | AAudioThread.cpp | 33 setup(prefix); in AAudioThread() 37 setup("AAudio"); in AAudioThread() 46 void AAudioThread::setup(const char *prefix) { in setup() function in AAudioThread
|
/frameworks/av/media/libstagefright/rtsp/ |
D | QualManager.cpp | 39 void QualManager::Watcher::setup() { in setup() function in android::QualManager::Watcher 129 VFPWatcher->setup(); in setTargetBitrate() 145 LBRWatcher->setup(); in setTargetBitrate() 167 LBRWatcher->setup(); in setBitrateData()
|
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/ |
D | BasicGLSurfaceView.java | 20 setup(); in BasicGLSurfaceView() 27 setup(); in BasicGLSurfaceView() 30 private void setup() { in setup() method in BasicGLSurfaceView
|
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/ |
D | DrawView.java | 49 private void setup(Context context) { in setup() method in DrawView 61 setup(context); in DrawView() 66 setup(context); in DrawView() 71 setup(context); in DrawView()
|
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/ |
D | DrawView.java | 47 private void setup(Context context) { in setup() method in DrawView 59 setup(context); in DrawView() 64 setup(context); in DrawView() 69 setup(context); in DrawView()
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/legacysplitscreen/ |
D | EnterSplitScreenSupportNonResizable.kt | 60 setup { in <lambda>() 78 override fun setup() { in <lambda>() method 79 super.setup() in <lambda>()
|
D | EnterSplitScreenNotSupportNonResizable.kt | 61 setup { in <lambda>() 81 override fun setup() { in <lambda>() method 82 super.setup() in <lambda>()
|
D | LegacySplitScreenFromIntentSupportNonResizable.kt | 61 setup { in <lambda>() 80 override fun setup() { in <lambda>() method 81 super.setup() in <lambda>()
|
/frameworks/av/media/libaaudio/tests/ |
D | test_marshalling.cpp | 77 sharedMemoryA.setup(fd, memSizeBytes); in TEST() 109 sharedMemories[0].setup(fd, memSizeBytes); in TEST() 112 sharedRegionA.setup(0, regionOffset1, regionSize1); in TEST() 146 sharedMemories[0].setup(fd, memSizeBytes); in TEST()
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/ |
D | HighQualityShadowsRenderTests.java | 20 import com.android.layoutlib.bridge.intensive.setup.ConfigGenerator; 21 import com.android.layoutlib.bridge.intensive.setup.LayoutLibTestCallback; 22 import com.android.layoutlib.bridge.intensive.setup.LayoutPullParser;
|