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

<<1112131415

  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java 108 * Delay between restarts upon failure to setup connection with supplicant
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetwork.java 573 MonkeySourceNetworkViews.setup();
MonkeySourceNetworkViews.java 165 public static void setup() { method in class:MonkeySourceNetworkViews
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h 331 /** Setup the cipher
338 int (*setup)(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey); member in struct:ltc_cipher_descriptor
  /external/ipsec-tools/
setup.c 398 void setup(int argc, char **argv) function
  /external/kernel-headers/original/linux/
netdevice.h 961 void (*setup)(struct net_device *));
  /external/oprofile/module/
oprofile.c 265 "opcontrol --setup --bufer-size= or reduce the "
518 if ((err = int_ops->setup())) {
  /frameworks/base/libs/rs/driver/
rsdShader.cpp 394 rsdGLCheckError(rsc, "Sampler::setup tex env");
429 rsdGLCheckError(rsc, "ProgramFragment::setup tex bind");
438 rsdGLCheckError(rsc, "ProgramFragment::setup tex env");
440 rsdGLCheckError(rsc, "ProgramFragment::setup uniforms");
445 rsdGLCheckError(rsc, "ProgramFragment::setup");
498 void RsdShader::setup(const android::renderscript::Context *rsc, RsdShaderCache *sc) { function in class:RsdShader
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java 17 package com.android.email.activity.setup;
98 /** AutoDiscover completed successfully with server setup data */
435 // null: remote exception - proceed to manual setup
437 // Other error: proceed to manual setup
    [all...]
AccountSettings.java 17 package com.android.email.activity.setup;
83 "com.android.email.activity.setup.ACCOUNT_MANAGER_ENTRY";
394 // setup lightweight header for debugging
    [all...]
AccountSetupIncomingFragment.java 17 package com.android.email.activity.setup;
188 // Additional setup only used while in "settings" mode
418 * Entry point from Activity after entering new settings and verifying them. For setup mode.
  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 89 public void setup(Launcher launcher, DragController controller) { method in class:DragLayer
Launcher.java 755 // Setup the drag layer
756 mDragLayer.setup(this, dragController);
758 // Setup the hotseat
761 mHotseat.setup(this);
764 // Setup the workspace
767 mWorkspace.setup(dragController);
773 // Setup AppsCustomize
778 mAppsCustomizeContent.setup(this, dragController);
793 // Setup the drag controller (drop targets have to be added in reverse order in priority)
799 mSearchDropTargetBar.setup(this, dragController)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceManager.java 117 public static void setup(GlobalProjectMonitor monitor) { method in class:ResourceManager
  /external/elfutils/
elfutils.spec 78 %setup -q
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
x86p_16.asm 438 mov eax,ebx ; setup eax for reds
  /external/zlib/contrib/masm686/
match.asm 144 ; deflate_state structure during the function's setup (before
  /external/dropbear/libtomcrypt/
crypt.tex 183 the key setup, ECB decrypt and encrypt and test vector routines. After that all five chaining mode routines
360 Certain functions such as \textit{rsa\_make\_key()} require a Pseudo Random Number Generator (PRNG). These functions do not setup
394 lower eight bits contain data. For example, if you want to pass a 256 bit key to a symmetric ciphers setup routine, you
413 \index{Cipher Setup}
421 The XXX\_setup() routine will setup the cipher to be used with a given number of rounds and a given key length (in bytes).
426 pass the scheduled key onto \textit{rc5\_ecb\_encrypt()}. All built--in setup functions do not allocate memory off the heap so
493 setup function must also call the respective cipher done function when finished.
517 printf("Setup error: %s\n", error_to_string(err));
673 \hline undefined & defined & Faster key setup, larger code. \\
692 the location in the array where the cipher was found. For example, to indirectly setup Blowfish you can also use
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 56 # Setup static parser variable.
275 function setup() { function
277 # Called before the transformation process starts to setup parser
304 $this->setup();
1712 function setup() { function
    [all...]
  /external/skia/src/core/
SkDraw.cpp 2237 bool SkTriColorShader::setup(const SkPoint pts[], const SkColor colors[], function in class:SkTriColorShader
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 53 setup: function() {
  /external/dropbear/libtomcrypt/testprof/
x86_prof.c 269 func = cipher_descriptor[x].setup;
    [all...]
  /external/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 47 ;# setup constants
  /external/ping/
ping.c 480 /* Protocol independent setup and parameter checks. */
482 void setup(int icmp_sock) function
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 118 def setup(self, parent=None, previous=None): member in class:PageElement
513 self.setup(parent, previous)
    [all...]

Completed in 2156 milliseconds

<<1112131415