Home
last modified time | relevance | path

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

12345678910>>...14

/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/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')
Dcommon-gingerbread.mk31 ifeq (,$(findstring setup-wizard-lib-gingerbread-compat,$(LOCAL_STATIC_JAVA_LIBRARIES)))
37 LOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-lib-gingerbread-compat
58 ifeq (,$(findstring setup-wizard-lib-gingerbread-compat,$(LOCAL_STATIC_ANDROID_LIBRARIES)))
59 LOCAL_STATIC_ANDROID_LIBRARIES += setup-wizard-lib-gingerbread-compat
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')
Dcommon.mk23 LOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-lib
25 LOCAL_STATIC_ANDROID_LIBRARIES += setup-wizard-lib
Dself.gradle69 // setup-wizard-libTest.apk
72 from "${project.ext.distDir}/setup-wizard-lib-gingerbreadCompat-debug-androidTest.apk"
74 rename ('setup-wizard-lib-gingerbreadCompat-debug-androidTest.apk', 'setup-wizard-libTest.apk')
DAndroid.mk12 LOCAL_MODULE := setup-wizard-lib
36 LOCAL_MODULE := setup-wizard-lib-gingerbread-compat
/frameworks/base/libs/hwui/tests/common/
DBitmapAllocationTestUtils.h31 SkColorType colorType, std::function<void(SkBitmap& bitmap)> setup) { in allocateHeapBitmap() argument
35 setup(skBitmap); in allocateHeapBitmap()
40 SkColorType colorType, std::function<void(SkBitmap& bitmap)> setup) { in allocateHardwareBitmap() argument
45 setup(skBitmap); in allocateHardwareBitmap()
50 std::function<void(SkBitmap& bitmap)> setup);
DTestUtils.h211 std::function<void(RenderProperties& props, Canvas& canvas)> setup) { in createNode() argument
221 if (setup) { in createNode()
224 setup(props, *canvas.get()); in createNode()
233 std::function<void(RenderProperties& props, RecordingCanvasType& canvas)> setup) { in createNode() argument
243 if (setup) { in createNode()
245 setup(props, canvas); in createNode()
261 … std::function<void(RenderProperties& props, skiapipeline::SkiaRecordingCanvas& canvas)> setup,
277 if (setup) {
281 setup(props, *canvas.get());
DTestListViewSceneBase.cpp37 auto setup = std::bind(&TestListViewSceneBase::createListItem, this, std::placeholders::_1, in createContent() local
40 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'
Ddist-library-instrumentation-tests.gradle22 // For a project named "setup-wizard-lib" with build flavor "platform" and build type "debug",
23 // the output file will be named "setup-wizard-lib-platform-debug-androidTest.apk"
/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pConfig.java60 wps.setup = WpsInfo.PBC; in WifiP2pConfig()
91 wps.setup = WpsInfo.DISPLAY; in WifiP2pConfig()
95 wps.setup = WpsInfo.PBC; in WifiP2pConfig()
99 wps.setup = WpsInfo.KEYPAD; in WifiP2pConfig()
102 wps.setup = WpsInfo.PBC; in WifiP2pConfig()
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
DOpReorderTest.java69 public void setup(int count) { in setup() method in OpReorderTest
89 setup(10); in testMoveRemoved()
97 setup(10); in testMoveRemove()
105 setup(10); in test1()
113 setup(5); in test2()
121 setup(5); in test3()
129 setup(5); in test4()
137 setup(10); in test5()
145 setup(5); in test6()
153 setup(5); in test7()
[all …]
/frameworks/av/media/libaaudio/src/binding/
DRingBufferParcelable.cpp41 mReadCounterParcelable.setup(sharedMemoryIndex, readCounterOffset, counterSizeBytes); in setupMemory()
42 mWriteCounterParcelable.setup(sharedMemoryIndex, writeCounterOffset, counterSizeBytes); in setupMemory()
43 mDataParcelable.setup(sharedMemoryIndex, dataMemoryOffset, dataSizeInBytes); in setupMemory()
49 mReadCounterParcelable.setup(sharedMemoryIndex, 0, 0); in setupMemory()
50 mWriteCounterParcelable.setup(sharedMemoryIndex, 0, 0); in setupMemory()
51 mDataParcelable.setup(sharedMemoryIndex, dataMemoryOffset, dataSizeInBytes); in setupMemory()
/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/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/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/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/support/v13/java/android/support/v13/app/
DFragmentTabHost.java176 public void setup() { in setup() method in FragmentTabHost
181 public void setup(Context context, FragmentManager manager) { in setup() method in FragmentTabHost
183 super.setup(); in setup()
189 public void setup(Context context, FragmentManager manager, int containerId) { in setup() method in FragmentTabHost
191 super.setup(); in setup()
/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/support/fragment/java/android/support/v4/app/
DFragmentTabHost.java187 public void setup() { in setup() method in FragmentTabHost
192 public void setup(Context context, FragmentManager manager) { in setup() method in FragmentTabHost
194 super.setup(); in setup()
200 public void setup(Context context, FragmentManager manager, int containerId) { in setup() method in FragmentTabHost
202 super.setup(); in setup()
/frameworks/av/media/libaaudio/examples/write_sine/src/
Dwrite_sine_callback.cpp64 myData.sineOsc1.setup(440.0, actualSampleRate); in testOpenPlayClose()
67 myData.sineOsc2.setup(660.0, actualSampleRate); in testOpenPlayClose()

12345678910>>...14