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

1 2 34 5 6 7 8 91011>>

  /packages/apps/Email/src/com/android/email/activity/setup/
DuplicateAccountDialogFragment.java 17 package com.android.email.activity.setup;
AccountSetupIncoming.java 17 package com.android.email.activity.setup;
33 * Provides setup flow for IMAP/POP accounts.
AccountSetupOutgoing.java 17 package com.android.email.activity.setup;
33 * Provides setup flow for SMTP (for IMAP/POP accounts).
  /external/bluetooth/bluez/network/
server.c 68 struct network_session *setup; /* Setup in progress */ member in struct:network_adapter
430 struct network_session *setup = na->setup; local
432 if (!setup)
435 na->setup = NULL;
437 session_free(setup);
509 if (server_connadd(ns, na->setup, dst_role) < 0)
512 na->setup = NULL;
534 na->setup->watch = g_io_add_watch_full(chan, G_PRIORITY_DEFAULT
    [all...]
  /external/oprofile/opcontrol/
opcontrol.cpp 57 int setup; variable
76 {"setup", 0, &setup, 1},
299 " --verbose-log=lvl set daemon logging verbosity during setup\n"
301 " --setup setup directories\n"
303 " --quick setup and select CPU_CLK_UNHALTED:60000\n"
305 " --quick setup and select CPU_CYCLES:150000\n"
520 printf("Session directory is not clean - do \"opcontrol --setup\""
670 verbose("setup = %d\n", setup)
    [all...]
  /ndk/build/core/
default-build-commands.mk 2 # This is included in setup-toolchain.mk just before the inclusion
3 # of the toolchain's specific setup.mk file which can then override
82 # the toolchain's setup.mk script.
  /external/e2fsprogs/lib/ext2fs/
tst_iscan.c 63 * Setup the variables for doing the inode scan test.
65 static void setup(void) function
82 com_err("setup", retval,
88 com_err("setup", retval,
95 com_err("setup", retval,
102 com_err("setup", retval,
109 com_err("setup", retval,
116 com_err("setup", retval, "while creating badblocks list");
122 com_err("setup", retval,
211 setup();
    [all...]
  /external/grub/docs/
menu.lst 78 setup (hd0)
  /external/ipsec-tools/
Makefile 35 setup.c
  /external/skia/gm/
tilemodes.cpp 41 static void setup(SkPaint* paint, const SkBitmap& bm, bool filter, function in namespace:skiagm
120 setup(&paint, fTexture[i], gFilters[j], gModes[kx], gModes[ky]);
  /external/skia/samplecode/
SampleTiling.cpp 43 static void setup(SkPaint* paint, const SkBitmap& bm, bool filter, function
127 setup(&paint, fTexture[i], gFilters[j], gModes[kx], gModes[ky]);
  /external/valgrind/main/
valgrind.spec 24 %setup -n valgrind-3.6.1
  /external/webkit/Source/WebCore/workers/
WorkerRunLoop.cpp 130 RunLoopSetup setup(*this);
140 RunLoopSetup setup(*this);
  /ndk/toolchains/arm-linux-androideabi-4.4.3/
config.mk 17 # the real meat is in the setup.mk file adjacent to this one
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayoutChildren.java 83 lp.setup(mCellWidth, mCellHeight, mWidthGap, mHeightGap);
91 lp.setup(cellWidth, cellHeight, mWidthGap, mHeightGap);
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 41 %setup -q
101 %doc CHANGELOG COPYING FAQ doc.html setup.html UPGRADING_to_2.0 rpm/README.susefirewall
  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_init.c 55 if ((err = cipher_descriptor[cipher].setup(key, keylen, 0, &gcm->K)) != CRYPT_OK) {
65 /* setup state */
76 /* setup tables */
  /external/icu4c/i18n/unicode/
tmutfmt.h 228 void setup(UErrorCode& status);
  /external/llvm/include/llvm/CodeGen/PBQP/
HeuristicBase.h 90 /// prior to the main setup and reduction.
132 void setup() { function in class:PBQP::HeuristicBase
  /external/openssl/crypto/asn1/
bio_asn1.c 126 asn1_ps_func *setup,
216 /* Setup prefix data, call it */
330 asn1_ps_func *setup,
334 if (setup && !setup(b, &ctx->ex_buf, &ctx->ex_len, &ctx->ex_arg))
  /external/oprofile/module/
oprofile.h 87 /* counter setup */
111 /* setup the handler from profiling parameters. Return 0 on success */
112 int (*setup)(void); member in struct:op_int_operations
  /frameworks/base/core/java/android/app/
TabActivity.java 135 mTabHost.setup(getLocalActivityManager());
  /frameworks/base/libs/rs/
rsFBOCache.cpp 85 void FBOCache::setup(Context *rsc) { function in class:FBOCache
  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSetupAccountTypeTests.java 17 package com.android.email.activity.setup;
37 * runtest -c com.android.email.activity.setup.AccountSetupAccountTypeTests email
51 protected void setUp() throws Exception {
52 super.setUp();
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathProcessor.cpp 152 void setup(PODArena* arena, function in class:WebCore::LoopBlinnPathProcessorImplementation::Segment
170 void setup(PODArena* arena, function in class:WebCore::LoopBlinnPathProcessorImplementation::Segment
211 left->setup(m_arena, m_contour, dst[0], dst[1], dst[2], dst[3]);
212 right->setup(m_arena, m_contour, dst[3], dst[4], dst[5], dst[6]);
647 segment->setup(m_arena.get(), contour, curPoint, points[1]);
655 segment->setup(m_arena.get(), contour, points[0], points[1]);
670 segment->setup(m_arena.get(), contour,
682 segment->setup(m_arena.get(), contour, points[0], points[1], points[2], points[3]);
693 segment->setup(m_arena.get(), contour, curPoint, moveToPoint);
899 void setup(float x, bool entry, SweepInterval interval function in class:WebCore::__anon13391::SweepEvent
    [all...]

Completed in 1455 milliseconds

1 2 34 5 6 7 8 91011>>