HomeSort by relevance Sort by last modified time
    Searched refs:param (Results 201 - 225 of 1029) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/opengl/libagl/
light.cpp 445 static void lightModelx(GLenum pname, GLfixed param, ogles_context_t* c)
451 c->lighting.lightModel.twoSide = param ? GL_TRUE : GL_FALSE;
455 static void lightx(GLenum i, GLenum pname, GLfixed param, ogles_context_t* c)
466 if (GGLfixed(param) >= gglIntToFixed(128)) {
470 light.spotExp = param;
473 if (param!=gglIntToFixed(180) && GGLfixed(param)>=gglIntToFixed(90)) {
477 light.spotCutoff = param;
479 gglFloatToFixed(cosinef((M_PI/(180.0f*65536.0f))*param));
482 if (param < 0)
    [all...]
  /external/apache-http/src/org/apache/http/impl/cookie/
NetscapeDraftHeaderParser.java 70 NameValuePair param = this.nvpParser.parseNameValuePair(buffer, cursor, DELIMITERS); local
71 params.add(param);
  /external/blktrace/btt/
bno_dump.c 65 void bno_dump_free(void *param)
67 free(param);
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/
CCMBlockCipher.java 37 * @param c the block cipher to be used.
69 AEADParameters param = (AEADParameters)params; local
71 nonce = param.getNonce();
72 associatedText = param.getAssociatedText();
73 macSize = param.getMacSize() / 8;
74 keyParam = param.getKey();
78 ParametersWithIV param = (ParametersWithIV)params; local
80 nonce = param.getIV();
83 keyParam = param.getParameters();
EAXBlockCipher.java 54 * @param cipher the engine to use
92 AEADParameters param = (AEADParameters)params; local
94 nonce = param.getNonce();
95 associatedText = param.getAssociatedText();
96 macSize = param.getMacSize() / 8;
97 keyParam = param.getKey();
101 ParametersWithIV param = (ParametersWithIV)params; local
103 nonce = param.getIV();
106 keyParam = param.getParameters();
  /external/dropbear/
dbutil.h 36 extern void (*_dropbear_exit)(int exitcode, const char* format, va_list param);
37 extern void (*_dropbear_log)(int priority, const char* format, va_list param);
  /external/skia/bench/
DecodeBench.cpp 16 DecodeBench(void* param, SkBitmap::Config c) : SkBenchmark(param) {
  /external/sonivox/arm-fm-22k/lib_src/
eas_smf.h 43 EAS_RESULT SMF_SetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 value);
44 EAS_RESULT SMF_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_smf.h 43 EAS_RESULT SMF_SetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 value);
44 EAS_RESULT SMF_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
  /external/sonivox/arm-wt-22k/lib_src/
eas_smf.h 43 EAS_RESULT SMF_SetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 value);
44 EAS_RESULT SMF_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
  /external/stlport/test/unit/
unary_test.cpp 60 bool test_func(int param) {
61 return param < 3;
  /hardware/ril/mock-ril/src/cpp/
worker.cpp 34 void * WorkerThread::Work(void *param) {
35 WorkerThread *t = (WorkerThread *)param;
137 void * Worker(void *param) {
139 WorkerQueue *wq = (WorkerQueue *)param;
315 void * Worker(void *param)
317 LOGD("TesterThread::Worker E param=%p", param);
318 WorkerQueue *wq = (WorkerQueue *)param;
338 LOGD("TesterThread::Worker X param=%p", param);
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemParam.java 30 * Implement xsl:param.
32 * <!ELEMENT xsl:param %template;>
33 * <!ATTLIST xsl:param
76 * @param param Element from an xsl:param
80 public ElemParam(ElemParam param) throws TransformerException
82 super(param);
105 * @param transformer non-null reference to the the current transform-time state.
  /libcore/luni/src/test/java/tests/java/security/
AlgorithmParameterGeneratorSpiTest.java 80 AlgorithmParameters param = algParGen.engineGenerateParameters(); local
81 assertNull("Not null parameters", param);
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MySignature1.java 60 * @param algorithm
103 protected void engineSetParameter(String param, Object value)
108 protected Object engineGetParameter(String param)
  /ndk/sources/android/stlport/test/unit/
unary_test.cpp 60 bool test_func(int param) {
61 return param < 3;
  /external/openssl/crypto/x509/
x509_vfy.c 158 X509_VERIFY_PARAM *param = ctx->param; local
195 depth=param->depth;
356 if (param->trust > 0) ok = check_trust(ctx);
386 if (!bad_chain && (ctx->param->flags & X509_V_FLAG_POLICY_CHECK))
425 if (!(ctx->param->flags & X509_V_FLAG_CB_ISSUER_CHECK))
486 !!(ctx->param->flags & X509_V_FLAG_ALLOW_PROXY_CERTS);
491 purpose = ctx->param->purpose;
499 if (!(ctx->param->flags & X509_V_FLAG_IGNORE_CRITICAL)
520 if ((ctx->param->flags & X509_V_FLAG_X509_STRICT
2190 const X509_VERIFY_PARAM *param; local
    [all...]
  /packages/apps/Camera/src/com/android/camera/
ImageManager.java 250 ImageListParam param) {
251 DataLocation location = param.mLocation;
252 int inclusion = param.mInclusion;
253 int sort = param.mSort;
254 String bucketId = param.mBucketId;
255 boolean isEmptyImageList = param.mIsEmptyImageList;
318 ImageListParam param = new ImageListParam(); local
319 param.mLocation = location;
320 param.mInclusion = inclusion;
321 param.mSort = sort
328 ImageListParam param = getImageListParam(location, inclusion, sort, local
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/encodings/
PKCS1Encoding.java 40 * @param cipher
73 CipherParameters param)
77 if (param instanceof ParametersWithRandom)
79 ParametersWithRandom rParam = (ParametersWithRandom)param;
87 kParam = (AsymmetricKeyParameter)param;
90 engine.init(forEncryption, param);
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/signers/
DSASigner.java 27 CipherParameters param)
31 if (param instanceof ParametersWithRandom)
33 ParametersWithRandom rParam = (ParametersWithRandom)param;
41 this.key = (DSAPrivateKeyParameters)param;
46 this.key = (DSAPublicKeyParameters)param;
55 * @param message the message that will be verified later.
  /external/e2fsprogs/lib/ext2fs/
tst_iscan.c 69 struct ext2_super_block param; local
73 memset(&param, 0, sizeof(param));
74 param.s_blocks_count = 12000;
79 retval = ext2fs_initialize("test fs", 0, &param,
  /external/qemu/android/
boot-properties.c 183 boot_property_parse_option( const char* param )
185 char* q = strchr(param,'=');
191 dwarning("boot property missing (=) separator: %s", param);
195 name = param;
196 namelen = q - param;
  /external/v8/benchmarks/
richards.js 121 * @param {int} id the identity of the task
122 * @param {int} priority the task's priority
123 * @param {Packet} queue the queue of work to be processed by the task
124 * @param {int} count the number of times to schedule the task
132 * @param {int} id the identity of the task
133 * @param {int} priority the task's priority
134 * @param {Packet} queue the queue of work to be processed by the task
142 * @param {int} id the identity of the task
143 * @param {int} priority the task's priority
144 * @param {Packet} queue the queue of work to be processed by the tas
    [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-richards.js 116 * @param {int} id the identity of the task
117 * @param {int} priority the task's priority
118 * @param {Packet} queue the queue of work to be processed by the task
119 * @param {int} count the number of times to schedule the task
127 * @param {int} id the identity of the task
128 * @param {int} priority the task's priority
129 * @param {Packet} queue the queue of work to be processed by the task
137 * @param {int} id the identity of the task
138 * @param {int} priority the task's priority
139 * @param {Packet} queue the queue of work to be processed by the tas
    [all...]
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 20 void glFogxOES ( GLenum pname, GLfixed param )
29 void glLightModelxOES ( GLenum pname, GLfixed param )
31 void glLightxOES ( GLenum light, GLenum pname, GLfixed param )
35 void glMaterialxOES ( GLenum face, GLenum pname, GLfixed param )
41 void glPointParameterxOES ( GLenum pname, GLfixed param )
48 void glTexEnvxOES ( GLenum target, GLenum pname, GLfixed param )
50 void glTexParameterxOES ( GLenum target, GLenum pname, GLfixed param )
82 void glTexGenfOES ( GLenum coord, GLenum pname, GLfloat param )
84 void glTexGeniOES ( GLenum coord, GLenum pname, GLint param )
86 void glTexGenxOES ( GLenum coord, GLenum pname, GLfixed param )
    [all...]

Completed in 552 milliseconds

1 2 3 4 5 6 7 891011>>