Searched refs:setup (Results 51 - 75 of 214) sorted by relevance

123456789

/external/dropbear/libtomcrypt/src/modes/ctr/
H A Dctr_start.c49 /* setup cipher */
50 if ((err = cipher_descriptor[cipher].setup(key, keylen, num_rounds, &ctr->key)) != CRYPT_OK) {
/external/dropbear/libtomcrypt/src/modes/lrw/
H A Dlrw_start.c64 if ((err = cipher_descriptor[cipher].setup(key, keylen, num_rounds, &lrw->key)) != CRYPT_OK) {
73 /* setup tables */
/external/expat/tests/
H A Dminicheck.h57 tcase_setup_function setup; member in struct:TCase
/external/replicaisland/src/com/replica/replicaisland/
H A DHitPlayerComponent.java73 public void setup(float distance, HitReactionComponent hitReact, int hitType, boolean hitPlayer) { method in class:HitPlayerComponent
/external/skia/include/effects/
H A DSkColorMatrixFilter.h59 void setup(const SkScalar array[20]);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
H A Druntests.bat50 if x%1==x goto setup
61 :setup label
76 if %installmode%==noclean %antRunner% -file test.xml setup -Dws=%ws% -Dos=%os% -Darch=%arch% "-D%installmode%=true" -logger org.apache.tools.ant.DefaultLogger
/external/oprofile/opcontrol/
H A Dopcontrol.cpp57 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"
361 * Kill the old daemon so that setup can be done more than once to achieve
532 printf("OProfile daemon exited prematurely - redo setup"
[all...]
/external/skia/src/effects/
H A DSkColorMatrixFilter.cpp122 void SkColorMatrixFilter::setup(const SkScalar* SK_RESTRICT src) { function in class:SkColorMatrixFilter
216 this->setup(NULL);
220 this->setup(cm.fMat);
224 this->setup(array);
337 // Undo the offset applied to the constant column in setup().
352 setup(matrix.fMat);
356 setup(array);
/external/e2fsprogs/lib/ext2fs/
H A Dtst_iscan.c65 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();
/external/grub/docs/
H A Dmenu.lst78 setup (hd0)
/external/ipsec-tools/
H A DMakefile35 setup.c
/external/skia/gm/
H A Dtilemodes.cpp48 static void setup(SkPaint* paint, const SkBitmap& bm, bool filter, function in namespace:skiagm
122 setup(&paint, fTexture[i], gFilters[j], gModes[kx], gModes[ky]);
/external/webkit/Source/WebCore/workers/
H A DWorkerRunLoop.cpp130 RunLoopSetup setup(*this);
140 RunLoopSetup setup(*this);
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRCommonTokenStream.h63 - (void)setup;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRCommonTokenStream.h63 - (void)setup;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRCommonTokenStream.h63 - (void)setup;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRCommonTokenStream.h61 - (void)setup;
/external/dnsmasq/contrib/Suse/
H A Ddnsmasq-suse.spec41 %setup -q
101 %doc CHANGELOG COPYING FAQ doc.html setup.html UPGRADING_to_2.0 rpm/README.susefirewall
/external/dropbear/libtomcrypt/src/encauth/gcm/
H A Dgcm_init.c55 if ((err = cipher_descriptor[cipher].setup(key, keylen, 0, &gcm->K)) != CRYPT_OK) {
65 /* setup state */
76 /* setup tables */
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
H A DBlenderModelLoader.java56 this.setup(assetInfo);
/external/kernel-headers/original/linux/usb/
H A Dfunctionfs.h122 *(setup.bmRequestType & USB_DIR_IN) flags direction */
123 struct usb_ctrlrequest setup; member in union:usb_functionfs_event::__anon7216
/external/llvm/include/llvm/CodeGen/PBQP/
H A DHeuristicBase.h90 /// prior to the main setup and reduction.
132 void setup() { function in class:PBQP::HeuristicBase
/external/openssl/crypto/asn1/
H A Dbio_asn1.c126 asn1_ps_func *setup,
330 asn1_ps_func *setup,
334 if (setup && !setup(b, &ctx->ex_buf, &ctx->ex_len, &ctx->ex_arg))
329 asn1_bio_setup_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx, asn1_ps_func *setup, asn1_bio_state_t ex_state, asn1_bio_state_t other_state) argument
/external/oprofile/module/
H A Doprofile.h87 /* counter setup */
111 /* setup the handler from profiling parameters. Return 0 on success */
112 int (*setup)(void); member in struct:op_int_operations
/external/antlr/antlr-3.4/runtime/Python/
H A Dsetup.py11 from setuptools import setup namespace
14 from distutils.core import setup namespace
282 setup(name='antlr_python_runtime',

Completed in 411 milliseconds

123456789