HomeSort by relevance Sort by last modified time
    Searched refs:setup (Results 76 - 100 of 273) sorted by null

1 2 34 5 6 7 8 91011

  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSetupOptionsTests.java 17 package com.android.email.activity.setup;
AccountSettingsTests.java 17 package com.android.email.activity.setup;
54 * Common setup code for all tests.
57 protected void setUp() throws Exception {
58 super.setUp();
AccountSetupAccountTypeUnitTests.java 17 package com.android.email.activity.setup;
53 protected void setUp() throws Exception {
54 super.setUp();
AccountSetupIncomingTests.java 17 package com.android.email.activity.setup;
33 * Tests of the basic UI logic in the Account Setup Incoming (IMAP / POP3) screen.
52 * Common setup code for all tests. Sets up a default launch intent, which some tests
56 protected void setUp() throws Exception {
57 super.setUp();
AccountSetupOutgoingTests.java 17 package com.android.email.activity.setup;
33 * Tests of the basic UI logic in the Account Setup Outgoing (SMTP) screen.
49 * Common setup code for all tests. Sets up a default launch intent, which some tests
53 protected void setUp() throws Exception {
54 super.setUp();
  /external/webkit/WebCore/svg/graphics/
SVGPaintServer.cpp 167 bool SVGPaintServer::setup(GraphicsContext*& context, const RenderObject* object, SVGPaintTargetType type, bool isPaintingText) const function in class:WebCore::SVGPaintServer
169 return setup(context, object, object ? object->style() : 0, type, isPaintingText);
174 if (!setup(context, path, type))
  /external/v8/benchmarks/
base.js 34 // do the performance measurement. The optional setup and tearDown
38 function Benchmark(name, run, setup, tearDown) {
41 this.Setup = setup ? setup : function() { };
224 // Run the setup, the actual benchmark, and the tear down in three
231 suite.benchmarks[index].Setup();
262 // Start out running the setup.
  /bionic/libc/kernel/common/linux/
module.h 57 void (*setup)(struct module *, const char *); member in struct:module_attribute
  /development/ndk/platforms/android-3/include/linux/
module.h 57 void (*setup)(struct module *, const char *); member in struct:module_attribute
  /external/esd/include/
audiofile.h 268 AF_BAD_FILESETUP = 23, /* bad file setup structure*/
346 AF_ERR_BAD_FILESETUP = 23+AF_ERR_BASE, /* bad file setup structure*/
412 AFfilesetup setup);
414 AFfilesetup setup);
415 AFfilehandle afOpenFD (int fd, const char *mode, AFfilesetup setup);
416 AFfilehandle afOpenNamedFD (int fd, const char *mode, AFfilesetup setup,
448 /* track setup format initialized via DMparams */
  /external/skia/src/effects/
SkColorMatrixFilter.cpp 113 void SkColorMatrixFilter::setup(const SkScalar SK_RESTRICT src[20]) { function in class:SkColorMatrixFilter
207 this->setup(NULL);
211 this->setup(cm.fMat);
215 this->setup(array);
  /ndk/build/core/
setup-app.mk 70 $(hide) rm -f $(NDK_ALL_ABIS:%=$(NDK_APP_PROJECT_PATH)/libs/%/gdb.setup)
75 $(eval include $(BUILD_SYSTEM)/setup-abi.mk) \
  /packages/apps/Calculator/tests/src/com/android/calculator2/
CalculatorHitSomeButtons.java 45 public boolean setup = false; field in class:CalculatorHitSomeButtons
55 protected void setUp() throws Exception {
56 super.setUp();
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSecurity.java 17 package com.android.email.activity.setup;
42 private static final String EXTRA_ACCOUNT_ID = "com.android.email.activity.setup.ACCOUNT_ID";
  /packages/apps/Email/tests/src/com/android/email/
VendorPolicyLoaderTest.java 19 import com.android.email.activity.setup.AccountSettingsUtils.Provider;
29 protected void setUp() throws Exception {
30 super.setUp();
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
module.h 57 void (*setup)(struct module *, const char *); member in struct:module_attribute
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
module.h 57 void (*setup)(struct module *, const char *); member in struct:module_attribute
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
module.h 57 void (*setup)(struct module *, const char *); member in struct:module_attribute
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
module.h 57 void (*setup)(struct module *, const char *); member in struct:module_attribute
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
module.h 57 void (*setup)(struct module *, const char *); member in struct:module_attribute
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
module.h 57 void (*setup)(struct module *, const char *); member in struct:module_attribute
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_CHAIN.S 2 * For monomorphic callsite, setup the Dalvik frame and return to the
17 add r12, lr, #2 @ setup the punt-to-interp address
  /device/htc/passion/
setup-makefiles.sh 37 # This file is generated by device/__MANUFACTURER__/__DEVICE__/setup-makefiles.sh
72 # This file is generated by device/__MANUFACTURER__/__DEVICE__/setup-makefiles.sh
97 <!-- This file is generated by device/__MANUFACTURER__/__DEVICE__/setup-makefiles.sh -->
  /device/samsung/crespo/
setup-makefiles.sh 37 # This file is generated by device/__MANUFACTURER__/__DEVICE__/setup-makefiles.sh
72 # This file is generated by device/__MANUFACTURER__/__DEVICE__/setup-makefiles.sh
103 <!-- This file is generated by device/__MANUFACTURER__/__DEVICE__/setup-makefiles.sh -->
  /external/chromium/sdch/open-vcdiff/packages/rpm/
rpm.spec 37 %setup

Completed in 772 milliseconds

1 2 34 5 6 7 8 91011