HomeSort by relevance Sort by last modified time
    Searched refs:setup (Results 226 - 250 of 572) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/rs/driver/
rsdVertexArray.cpp 82 void RsdVertexArray::setup(const Context *rsc) const { function in class:RsdVertexArray
88 rsdGLCheckError(rsc, "RsdVertexArray::setup start");
98 rsdGLCheckError(rsc, "RsdVertexArray::setup disabled");
117 rsdGLCheckError(rsc, "RsdVertexArray::setup done");
  /frameworks/rs/
rsProgramRaster.cpp 46 void ProgramRaster::setup(const Context *rsc, ProgramRasterState *state) { function in class:ProgramRaster
  /ndk/build/core/
setup-app.mk 100 $(hide) $(call host-rm,$(NDK_ALL_ABIS:%=$(NDK_APP_PROJECT_PATH)/libs/%/gdb.setup))
105 $(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/
ActivityHelper.java 30 import com.android.email.activity.setup.AccountSecurity;
InsertQuickResponseDialog.java 20 import com.android.email.activity.setup.
  /packages/apps/Email/src/com/android/email/activity/setup/
GeneralPreferences.java 17 package com.android.email.activity.setup;
  /packages/apps/Email/src/com/android/email/mail/
Sender.java 127 return com.android.email.activity.setup.AccountSetupOutgoing.class;
  /packages/apps/Email/src/com/android/email/service/
EasTestAuthenticatorService.java 30 import com.android.email.activity.setup.AccountSetupBasics;
  /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();
  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSettingsTests.java 17 package com.android.email.activity.setup;
40 * To execute: runtest -c com.android.email.activity.setup.AccountSettingsTests email
58 * Common setup code for all tests.
61 protected void setUp() throws Exception {
62 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.
35 * runtest -c com.android.email.activity.setup.AccountSetupIncomingTests email
51 * Common setup code for all tests. Sets up a default launch intent, which some tests
55 protected void setUp() throws Exception {
56 super.setUp();
AccountSetupOptionsTests.java 17 package com.android.email.activity.setup;
37 * runtest -c com.android.email.activity.setup.AccountSetupOptionsTests email
AccountSetupOutgoingTests.java 17 package com.android.email.activity.setup;
33 * Tests of the basic UI logic in the Account Setup Outgoing (SMTP) screen.
35 * runtest -c com.android.email.activity.setup.AccountSetupOutgoingTests email
51 * Common setup code for all tests. Sets up a default launch intent, which some tests
55 protected void setUp() throws Exception {
56 super.setUp();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
LauncherIconVisibilityManager.java 17 package com.android.inputmethod.latin.setup;
40 * will hide the setup wizard's icon.
44 * will not hide the setup wizard's icon, and the icon will appear on the launcher.
47 * {@link Intent#ACTION_MY_PACKAGE_REPLACED} will be sent and the setup wizard's icon will appear
51 * receiver and it checks whether the setup wizard's icon should be appeared or not on the launcher
55 * by this receiver and it checks the whether the setup wizard's icon should be appeared or not on
SetupStartIndicatorView.java 17 package com.android.inputmethod.latin.setup;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/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 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/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 */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
module.h 57 void (*setup)(struct module *, const char *); member in struct:module_attribute
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
module.h 57 void (*setup)(struct module *, const char *); member in struct:module_attribute
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
module.h 57 void (*setup)(struct module *, const char *); member in struct:module_attribute
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
module.h 57 void (*setup)(struct module *, const char *); member in struct:module_attribute
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
module.h 57 void (*setup)(struct module *, const char *); member in struct:module_attribute
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
module.h 57 void (*setup)(struct module *, const char *); member in struct:module_attribute

Completed in 739 milliseconds

1 2 3 4 5 6 7 8 91011>>