/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: 'icsCompatRelease')
|
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: 'icsCompatRelease')
|
D | build.gradle | 8 * include ':setup-wizard-lib' 9 * project(':setup-wizard-lib').projectDir = new File(PATH_TO_THIS_DIRECTORY) 11 * And then you can include the :setup-wizard-lib project as one of your dependencies 13 * compile project(path: ':setup-wizard-lib', configuration: 'icsCompatRelease')
|
D | Android.mk | 10 LOCAL_MODULE := setup-wizard-lib 29 LOCAL_MODULE := setup-wizard-lib-eclair-mr1-compat 53 LOCAL_MODULE := setup-wizard-lib-full-support
|
D | common-eclair-mr1.mk | 26 ifeq (,$(findstring setup-wizard-lib-eclair-mr1-compat,$(LOCAL_STATIC_JAVA_LIBRARIES))) 31 LOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-lib-eclair-mr1-compat
|
D | common-full-support.mk | 26 ifeq (,$(findstring setup-wizard-lib-full-support,$(LOCAL_STATIC_JAVA_LIBRARIES))) 32 LOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-lib-full-support
|
D | common.mk | 19 LOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-lib
|
/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 | 67 public void setup(int count) { in setup() method in OpReorderTest 87 setup(10); in testMoveRemoved() 95 setup(10); in testMoveRemove() 103 setup(10); in test1() 111 setup(5); in test2() 119 setup(5); in test3() 127 setup(5); in test4() 135 setup(10); in test5() 143 setup(5); in test6() 151 setup(5); in test7() [all …]
|
/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/rs/java/tests/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/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/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/rs/java/tests/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 340 mState1.mMaterial.setup(opacity, color); in setLook()
|
/frameworks/base/docs/html/training/tv/tif/ |
D | tvinput.jd | 107 metadata XML file must include a setup interface that describes the TV input's 127 <h3 id="setup">Define channels and create your setup activity</h3> 131 in the system database, and provide a setup activity that the system 187 <p>Finally, create a setup activity. Your setup activity should provide a way 190 when the activity starts. When the setup activity needs to sync channel and 305 <li>Create your setup activity.</li> 375 <h3 id="setup">Define your setup activity</h3> 377 <p>The system TV app works with the setup activity you define for your TV input. The 378 setup activity is required and must provide at least one channel record for the system database. The 379 system TV app invokes the setup activity when it cannot find a channel for the TV input. [all …]
|
/frameworks/base/libs/hwui/tests/common/ |
D | TestUtils.h | 158 std::function<void(RenderProperties& props, TestCanvas& canvas)> setup) { in createNode() argument 168 if (setup) { in createNode() 170 setup(props, canvas); in createNode()
|
/frameworks/opt/setupwizard/navigationbar/ |
D | common.mk | 17 LOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-navbar
|
D | Android.mk | 5 LOCAL_MODULE := setup-wizard-navbar
|
/frameworks/base/docs/html/ |
D | offline.jd | 42 will help you setup your development environment.</p> 46 <p>There's no additional setup.</p>
|
/frameworks/rs/driver/ |
D | rsdShaderCache.cpp | 93 bool RsdShaderCache::setup(const Context *rsc) { in setup() function in RsdShaderCache 103 mFragment->setup(rsc, this); in setup() 107 mVertex->setup(rsc, this); in setup()
|
/frameworks/av/cmds/screenrecord/ |
D | Overlay.cpp | 151 err = mTexProgram.setup(Program::PROGRAM_TEXTURE_2D); in setup_l() 155 err = mExtTexProgram.setup(Program::PROGRAM_EXTERNAL_TEXTURE); in setup_l() 304 err = texProgram.setup(Program::PROGRAM_TEXTURE_2D); in drawInfoPage()
|
/frameworks/base/docs/html-intl/intl/ja/guide/publishing/ |
D | app-signing.jd | 21 <li><a href="#setup">署名の基本設定</a></li> 105 <h2 id="setup">署名の基本設定</h2> 207 <p>自己署名されたキーを使用できます。適切なキーがない場合、Keytool を使用して生成する必要があります。<a href="#setup">基本設定</a>で説明した手順に従って、Keytoo… 262 <p>リリースする .apk に実際に署名する準備ができたら、Jarsigner ツールを使用して署名できます。<a href="#setup">基本設定</a>で説明したように、Jarsigner… 314 …フェースで署名を実行できます。Export Wizard は Keytool と Jarsigner の両方を使用するため、上記の<a href=#setup">署名の基本設定</a>の条件を満た…
|
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/ |
D | MediaNowPlayingViewTest.java | 37 public void setup() throws Exception { in setup() method in MediaNowPlayingViewTest
|