Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/frameworks/base/wifi/java/android/net/wifi/
DWpsInfo.java41 public int setup; field in WpsInfo
50 setup = INVALID; in WpsInfo()
57 sbuf.append(" setup: ").append(setup); in toString()
74 setup = source.setup; in WpsInfo()
82 dest.writeInt(setup); in writeToParcel()
92 config.setup = in.readInt();
/frameworks/base/apct-tests/perftests/textclassifier/
Drun.sh2 make TextClassifierPerfTests perf-setup.sh
5 adb push ${OUT}/obj/EXECUTABLES/perf-setup.sh_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/library/
Dstandalone.gradle7 * 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')
Dstandalone-rules.gradle6 * 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')
Dbuild.gradle12 * 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')
DAndroid.bp2 // Build the platform version of setup wizard library.
6 name: "setup-wizard-lib",
28 name: "setup-wizard-lib-gingerbread-compat",
Dcommon-platform-deprecated.mk24 LOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-lib
26 LOCAL_STATIC_ANDROID_LIBRARIES += setup-wizard-lib
Dcommon-gingerbread.mk18 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/
DBitmapAllocationTestUtils.h31 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);
DTestUtils.h173 std::function<void(RenderProperties& props, Canvas& canvas)> setup) { in createNode() argument
177 if (setup) { in createNode()
180 setup(props, *canvas.get()); in createNode()
190 std::function<void(RenderProperties& props, RecordingCanvasType& canvas)> setup) { in createNode() argument
194 if (setup) { in createNode()
196 setup(props, canvas); in createNode()
213 setup,
224 if (setup) {
228 setup(props, *canvas.get());
DTestListViewSceneBase.cpp37 auto setup = std::bind(&TestListViewSceneBase::createListItem, this, std::placeholders::_1, in createContent() local
40 TestUtils::createNode(mItemLeft, y, mItemLeft + mItemWidth, y + mItemHeight, setup); in createContent()
/frameworks/opt/setupwizard/tools/gradle/
Dsettings.gradle1 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/
DRingBufferParcelable.cpp42 mReadCounterParcelable.setup(sharedMemoryIndex, readCounterOffset, counterSizeBytes); in setupMemory()
43 mWriteCounterParcelable.setup(sharedMemoryIndex, writeCounterOffset, counterSizeBytes); in setupMemory()
44 mDataParcelable.setup(sharedMemoryIndex, dataMemoryOffset, dataSizeInBytes); in setupMemory()
50 mReadCounterParcelable.setup(sharedMemoryIndex, 0, 0); in setupMemory()
51 mWriteCounterParcelable.setup(sharedMemoryIndex, 0, 0); in setupMemory()
52 mDataParcelable.setup(sharedMemoryIndex, dataMemoryOffset, dataSizeInBytes); in setupMemory()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DOverlayPlugin.java30 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/av/services/oboeservice/
DAAudioThread.cpp33 setup(prefix); in AAudioThread()
37 setup("AAudio"); in AAudioThread()
40 void AAudioThread::setup(const char *prefix) { in setup() function in AAudioThread
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
DBasicGLSurfaceView.java20 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/
DDrawView.java47 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/
DDrawView.java49 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/base/wifi/java/android/net/wifi/p2p/
DWifiP2pConfig.java113 wps.setup = WpsInfo.PBC; in WifiP2pConfig()
145 wps.setup = WpsInfo.DISPLAY; in WifiP2pConfig()
149 wps.setup = WpsInfo.PBC; in WifiP2pConfig()
153 wps.setup = WpsInfo.KEYPAD; in WifiP2pConfig()
156 wps.setup = WpsInfo.PBC; in WifiP2pConfig()
/frameworks/av/media/libaaudio/tests/
Dtest_marshalling.cpp55 sharedMemoryA.setup(fd, memSizeBytes); in TEST()
88 sharedMemories[0].setup(fd, memSizeBytes); in TEST()
91 sharedRegionA.setup(0, regionOffset1, regionSize1); in TEST()
126 sharedMemories[0].setup(fd, memSizeBytes); in TEST()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
DBridgeContextTest.java23 import com.android.layoutlib.bridge.intensive.setup.ConfigGenerator;
24 import com.android.layoutlib.bridge.intensive.setup.LayoutLibTestCallback;
25 import com.android.layoutlib.bridge.intensive.setup.LayoutPullParser;
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
DVrActivity.java65 VrSetupTask setup = new VrSetupTask(); in onCreate() local
67 setup.execute(names[0]); in onCreate()
186 VrSetupTask setup = new VrSetupTask(); in dataClick()
190 setup.execute(title); in dataClick()
DVrView.java96 setup(context); in VrView()
102 setup(context); in VrView()
108 setup(context); in VrView()
114 setup(context); in VrView()
117 private void setup(Context context) { in setup() method in VrView
339 mState1.mMaterial.setup(opacity, color); in setLook()
/frameworks/layoutlib/remote/tests/src/
DRemoteBridgeTest.java22 import com.android.layoutlib.bridge.intensive.setup.ConfigGenerator;
23 import com.android.layoutlib.bridge.intensive.setup.LayoutLibTestCallback;
24 import com.android.layoutlib.bridge.intensive.setup.LayoutPullParser;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/brightline/
DPointerCountClassifierTest.java43 public void setup() { in setup() method in PointerCountClassifierTest
44 super.setup(); in setup()

12345678910>>...13