/frameworks/base/wifi/java/android/net/wifi/ |
D | WpsInfo.java | 41 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/ |
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 | common-gingerbread.mk | 31 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
|
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.mk | 23 LOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-lib 25 LOCAL_STATIC_ANDROID_LIBRARIES += setup-wizard-lib
|
D | Android.mk | 12 LOCAL_MODULE := setup-wizard-lib 36 LOCAL_MODULE := setup-wizard-lib-gingerbread-compat
|
/frameworks/base/libs/hwui/tests/common/ |
D | BitmapAllocationTestUtils.h | 31 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);
|
D | TestUtils.h | 211 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());
|
D | TestListViewSceneBase.cpp | 37 auto setup = std::bind(&TestListViewSceneBase::createListItem, this, std::placeholders::_1, in createContent() local 40 y + mItemHeight, setup); in createContent()
|
/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/base/wifi/java/android/net/wifi/p2p/ |
D | WifiP2pConfig.java | 60 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/ |
D | OpReorderTest.java | 69 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/ |
D | RingBufferParcelable.cpp | 41 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/ |
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/av/media/libaaudio/tests/ |
D | test_marshalling.cpp | 53 sharedMemoryA.setup(fd, memSizeBytes); in TEST() 86 sharedMemories[0].setup(fd, memSizeBytes); in TEST() 89 sharedRegionA.setup(0, regionOffset1, regionSize1); in TEST() 124 sharedMemories[0].setup(fd, memSizeBytes); in TEST()
|
/frameworks/support/v13/java/android/support/v13/app/ |
D | FragmentTabHost.java | 176 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/ |
D | VrActivity.java | 65 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()
|
D | VrView.java | 96 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/ |
D | FragmentTabHost.java | 187 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/ |
D | write_sine_callback.cpp | 57 myData.sineOsc1.setup(440.0, 48000); in main() 59 myData.sineOsc2.setup(660.0, 48000); in main()
|
/frameworks/opt/setupwizard/navigationbar/ |
D | common.mk | 17 LOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-navbar
|
D | Android.mk | 5 LOCAL_MODULE := setup-wizard-navbar
|