HomeSort by relevance Sort by last modified time
    Searched refs:setup (Results 176 - 200 of 355) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/skia/src/core/
SkSpriteBlitter_ARGB32.cpp 102 virtual void setup(const SkBitmap& device, int left, int top, function in class:Sprite_D32_XferFilter
104 this->INHERITED::setup(device, left, top, paint);
SkSpriteBlitter_RGB16.cpp 274 virtual void setup(const SkBitmap& device, int left, int top, function in class:Sprite_D16_S32_BlitRowProc
276 this->INHERITED::setup(device, left, top, paint);
  /external/stlport/etc/
STLport-4.5.1.spec 35 %setup
STLport-4.5.3.spec 35 %setup
STLport-4.6.spec 35 %setup
  /packages/apps/Email/src/com/android/email/activity/
Welcome.java 35 import com.android.email.activity.setup.AccountSettings;
36 import com.android.email.activity.setup.AccountSetupBasics;
346 * 1. If there's no account configured, start account setup.
397 // a) show account setup if there's really no accounts or b) open the default account.
  /packages/apps/Protips/src/com/android/protips/
ProtipWidget.java 68 private void setup(Context context) { method in class:ProtipWidget
118 setup(context);
  /frameworks/base/libs/rs/
rsContext.cpp 167 mFragmentStore->setup(this, &mStateFragmentStore);
168 mFragment->setup(this, &mStateFragment);
169 mRaster->setup(this, &mStateRaster);
170 mVertex->setup(this, &mStateVertex);
171 mFBOCache.setup(this);
176 mFragmentStore->setup(this, &mStateFragmentStore);
  /external/iproute2/doc/
ip-tunnels.tex 140 \section{Tunnel setup: basics}
202 tunnel setup will result in formation of tunnel loops,
207 Protocol setup on pointopoint tunnels does not differ of configuration
230 \section{Tunnel setup: options}
347 Essentially, Cisco setup is subset of options, available for Linux.
420 Actually, such setup is the most natural for tunneling,
449 and you need to setup corresponding classes only on it.
  /external/llvm/include/llvm/CodeGen/PBQP/
HeuristicSolver.h 177 /// Performs the full PBQP heuristic solver algorithm, including setup,
181 setup();
182 h.setup();
411 void setup() { function in class:PBQP::HeuristicSolverImpl
  /device/samsung/crespo/
device_base.mk 33 # is generated by setup-makefile.sh in the same directory as this files,
68 #Bluetooth setup
72 #NVRAM setup
device.mk 33 # is generated by setup-makefile.sh in the same directory as this files,
  /external/bluetooth/bluez/audio/
telephony-maemo5.c 166 gboolean setup; member in struct:csd_call
1045 if (call->setup) {
1059 call->setup = FALSE;
1063 call->setup = TRUE;
1067 call->setup = TRUE;
1109 call->setup = FALSE;
    [all...]
telephony-maemo6.c 121 gboolean setup; member in struct:csd_call
1054 if (call->setup) {
1068 call->setup = FALSE;
1072 call->setup = TRUE;
1076 call->setup = TRUE;
1126 call->setup = FALSE;
    [all...]
  /device/ti/panda/
extract-files.sh 99 ./setup-makefiles.sh
unzip-files.sh 99 ./setup-makefiles.sh
  /external/chromium/chrome/browser/resources/net_internals/
proxyview.js 6 * This view displays information on the proxy setup:
  /external/mesa3d/docs/OLD/
MESA_sprite_point.spec 85 implements it later during triangle setup.
  /external/oprofile/module/ia64/
op_pmu.c 3 * Setup and handling of IA64 Performance Monitoring Unit (PMU)
145 /* ---------------- PMU setup ------------------ */
157 /* setup as a privileged monitor */
189 /* setup each counter */
636 setup: pmu_setup_all,
656 setup: NULL,
  /ndk/build/core/
build-all.mk 82 $(eval include $(BUILD_SYSTEM)/setup-app.mk)\
  /dalvik/vm/arch/arm/
CallOldABI.S 88 @ Standard gcc stack frame setup. We don't need to push the original
  /external/collada/include/dae/
daeElement.h 94 void setup(daeMetaElement* meta);
  /external/dropbear/libtomcrypt/src/encauth/ccm/
ccm_memory.c 133 if ((err = cipher_descriptor[cipher].setup(key, keylen, 0, skey)) != CRYPT_OK) {
211 /* setup the ctr counter */
316 /* setup CTR for the TAG (zero the count) */
ccm_test.c 131 if ((err = cipher_descriptor[idx].setup(tests[x].key, 16, 0, &skey)) != CRYPT_OK) {
  /external/kernel-headers/original/linux/
wanrouter.h 289 #define WANOPT_SWITCHED 1 /* use DTR to setup link (dial-up) */
501 int (*setup) (struct wan_device *wandev, wandev_conf_t *conf); member in struct:wan_device

Completed in 1463 milliseconds

1 2 3 4 5 6 78 91011>>