HomeSort by relevance Sort by last modified time
    Searched refs:setup (Results 376 - 400 of 1014) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/app/
TabActivity.java 135 mTabHost.setup(getLocalActivityManager());
  /frameworks/base/libs/hwui/renderthread/
CanvasContext.h 63 void setup(int width, int height, const Vector3& lightCenter, float lightRadius,
  /frameworks/rs/
rsFBOCache.cpp 85 void FBOCache::setup(Context *rsc) { function in class:FBOCache
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCredentials.java 1 package com.android.email.activity.setup;
AccountSetupNoteDialogFragment.java 17 package com.android.email.activity.setup;
HeadlessAccountSettingsLoader.java 1 package com.android.email.activity.setup;
SecurityRequiredDialogFragment.java 17 package com.android.email.activity.setup;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
SaveWifiConfigurationFragment.java 19 import com.android.tv.settings.connectivity.setup.MessageWizardFragment;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
InputsCustomLabelActivity.java 31 import com.android.tv.settings.connectivity.setup.TextInputWizardFragment;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SystemBroadcastReceiver.java 29 import com.android.inputmethod.latin.setup.LauncherIconVisibilityManager;
39 * will hide the setup wizard's icon.
43 * will not hide the setup wizard's icon, and the icon will appear on the launcher.
46 * {@link Intent#ACTION_MY_PACKAGE_REPLACED} will be sent and the setup wizard's icon will appear
50 * receiver and it checks whether the setup wizard's icon should be appeared or not on the launcher
54 * by this receiver and it checks the whether the setup wizard's icon should be appeared or not on
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipBroadcastReceiver.java 49 sipAccountRegistry.setup(context);
  /prebuilts/tools/common/easymock-tools/
easymock-3.1-samples.jar 
  /external/chromium_org/third_party/protobuf/python/
setup.py 11 from setuptools import setup, Extension namespace
16 from setuptools import setup, Extension namespace
158 setup(name = 'protobuf',
162 test_suite = 'setup.MakeTestSuite',
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
IconView.java 55 setup(context);
66 setup(context);
69 private void setup(Context context) { method in class:IconView
  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 206 #define unit_test_setup(test, setup) \
207 { #test "_" #setup, setup, UNIT_TEST_FUNCTION_TYPE_SETUP }
211 /* Initialize an array of UnitTest structures with a setup function for a test
212 * and a teardown function. Either setup or teardown can be NULL.
214 #define unit_test_setup_teardown(test, setup, teardown) \
215 unit_test_setup(test, setup), \
280 // Function prototype for setup, test and teardown functions.
294 * NOTE: Every setup function must be paired with a teardown function. It's
  /external/bluetooth/bluedroid/stack/btm/
btm_sco.c 181 p_setup = &p_sco->esco.setup;
185 else /* Use the last setup passed thru BTM_SetEscoMode (or defaults) */
651 p_setup = &p->esco.setup;
683 /* If role change is in progress, do not proceed with SCO setup
749 if ((btm_send_connect_request(acl_handle, &p->esco.setup)) == BTM_CMD_STARTED)
782 if ((btm_send_connect_request(acl_handle, &p->esco.setup)) == BTM_CMD_STARTED)
    [all...]
  /external/chromium_org/build/android/
test_runner.py 25 from pylib.gtest import setup as gtest_setup
27 from pylib.linker import setup as linker_setup
28 from pylib.host_driven import setup as host_driven_setup
29 from pylib.instrumentation import setup as instrumentation_setup
31 from pylib.monkey import setup as monkey_setup
33 from pylib.perf import setup as perf_setup
36 from pylib.uiautomator import setup as uiautomator_setup
518 runner_factory, tests = gtest_setup.Setup(gtest_options, devices)
541 runner_factory, tests = linker_setup.Setup(options, devices)
567 runner_factory, tests = instrumentation_setup.Setup(instrumentation_options
    [all...]
  /external/chromium_org/cloud_print/service/win/
cloud_print_service_config.cc 346 SetupListener setup(GetUser());
362 if (!setup.WaitResponce(base::TimeDelta::FromSeconds(30)))
366 if (setup.user_data_dir().empty())
369 if (setup.chrome_path().empty())
372 if (!setup.is_xps_available())
375 base::FilePath file = setup.user_data_dir();
387 contents = ChromeLauncher::CreateServiceStateFile(proxy_id, setup.printers());
  /external/oprofile/opcontrol/
opcontrol.cpp 133 int setup; variable
153 {"setup", 0, &setup, 1},
177 " --verbose-log=lvl set daemon logging verbosity during setup\n"
179 " --setup setup directories\n"
181 " --quick setup and select CPU_CLK_UNHALTED:60000\n"
183 " --quick setup and select CPU_CYCLES:150000\n"
185 " --quick setup and select CYCLES:150000\n"
292 * Kill the old daemon so that setup can be done more than once to achiev
    [all...]
  /prebuilts/maven_repo/android/com/android/support/support-v13/13.0.0/
support-v13-13.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v13/18.0.0/
support-v13-18.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v13/19.0.0/
support-v13-19.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v13/19.0.1/
support-v13-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v13/19.1.0/
support-v13-19.1.0.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
base.js 34 // do the performance measurement. The optional setup and tearDown
38 function Benchmark(name, run, setup, tearDown, minIterations) {
41 this.Setup = setup ? setup : function() { };
248 // Run the setup, the actual benchmark, and the tear down in three
255 suite.benchmarks[index].Setup();
287 // Start out running the setup.

Completed in 6701 milliseconds

<<11121314151617181920>>