/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 | 66 mReadCounterParcelable.setup(sharedMemoryIndex, readCounterOffset, counterSizeBytes); in setupMemory() 67 mWriteCounterParcelable.setup(sharedMemoryIndex, writeCounterOffset, counterSizeBytes); in setupMemory() 68 mDataParcelable.setup(sharedMemoryIndex, dataMemoryOffset, dataSizeInBytes); in setupMemory() 75 mReadCounterParcelable.setup(sharedMemoryIndex, 0, 0); in setupMemory() 76 mWriteCounterParcelable.setup(sharedMemoryIndex, 0, 0); in setupMemory() 77 mDataParcelable.setup(sharedMemoryIndex, dataMemoryOffset, dataSizeInBytes); in setupMemory()
|
D | SharedMemoryParcelable.cpp | 56 result.setup(mFd, static_cast<int32_t>(mSizeInBytes)); in dup() 60 void SharedMemoryParcelable::setup(const unique_fd& fd, int32_t sizeInBytes) { in setup() function in SharedMemoryParcelable 67 void SharedMemoryParcelable::setup(const SharedMemoryParcelable &sharedMemoryParcelable) { in setup() function in SharedMemoryParcelable 68 setup(sharedMemoryParcelable.mFd, sharedMemoryParcelable.mSizeInBytes); in setup()
|
D | SharedMemoryParcelable.h | 53 void setup(const android::base::unique_fd& fd, int32_t sizeInBytes); 55 void setup(const SharedMemoryParcelable& sharedMemoryParcelable);
|
/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/surfaceflinger/ |
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/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 | 34 setup(prefix); in AAudioThread() 38 setup("AAudio"); in AAudioThread() 47 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/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/ |
D | FakeUserSetupRepository.kt | 26 fun setUserSetup(setup: Boolean) { in setUserSetup() 27 _isUserSetup.value = setup in setUserSetup()
|
/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/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/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/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/ |
D | ShadowsRenderTests.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;
|