Searched refs:result (Results 176 - 200 of 204) sorted by relevance

123456789

/system/media/wilhelm/tests/mimeUri/
H A DslesTestManyPlayers.cpp59 void ExitOnErrorFunc( SLresult result, int playerId, int line) argument
61 if (SL_RESULT_SUCCESS != result) {
63 fprintf(stderr, "Error %u code encountered at line %d, exiting\n", result, line);
66 result, line, playerId);
H A DslesTestGetPositionUri.cpp47 void ExitOnErrorFunc( SLresult result , int line)
49 if (SL_RESULT_SUCCESS != result) {
50 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line);
/system/core/libcutils/
H A Dselector.c244 int result = select(selector->maxFd + 1, &selector->readFds, local
251 if (result == -1) {
259 } else if (result > 0) {
H A Dproperties.c208 int result = -1; local
/system/core/sh/
H A Deval.c552 evalbackcmd(union node *n, struct backcmd *result) argument
559 result->fd = -1;
560 result->buf = NULL;
561 result->nleft = 0;
562 result->jp = NULL;
575 evalcommand(n, EV_BACKCMD, result);
596 result->fd = pip[0];
597 result->jp = jp;
603 result->fd, result
[all...]
H A Dexpand.c344 * evaluate, place result in (backed up) result, adjust string position.
350 int result; local
360 * enough space for the result, which may be bigger
391 result = arith(p+2);
392 fmtstr(p, 12, "%d", result);
399 result = expdest - p + 1;
400 STADJUST(-result, expdest);
1498 int result; local
1508 result
[all...]
H A Darith_lex.c522 #define YY_INPUT(buf,result,max) \
523 result = (*buf = *arith_buf++) ? 1 : YY_NULL;
587 * is returned in "result".
590 #define YY_INPUT(buf,result,max_size) \
602 result = n; \
607 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
H A Darith.c682 /* Print the symbols being reduced, and their result. */
1290 /* Now `shift' the result of the reduction. Determine what state
1510 long result;
1515 result = yyparse();
1519 return (result);
1506 long result; local
/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp290 int result = reply.readInt32(); local
291 if (result != (int) (iter + iter + 3)) {
292 cerr << "Unexpected result for iteration " << iter << endl;
293 cerr << " result: " << result << endl;
/system/media/mca/filterfw/java/android/filterfw/core/
H A DGLFrame.java244 Bitmap result = Bitmap.createBitmap(getFormat().getWidth(),
247 if (!getNativeBitmap(result)) {
250 return result;
H A DShaderProgram.java239 GLEnvironment result = context != null ? context.getGLEnvironment() : null;
240 if (result == null) {
244 return result;
/system/core/adb/
H A Dsysdeps_win32.c261 DWORD result; local
273 result = SetFilePointer( f->fh_handle, pos, NULL, method );
274 if (result == INVALID_SET_FILE_POINTER) {
280 return (int)result;
516 int result = recv( f->fh_socket, buf, len, 0 ); local
517 if (result == SOCKET_ERROR) {
519 result = -1;
521 return result;
527 int result = send( f->fh_socket, buf, len, 0 ); local
528 if (result
2039 int result = 0; local
[all...]
H A Dsockets.c65 asocket *result = NULL; local
70 result = s;
76 return result;
/system/media/wilhelm/src/android/
H A Dandroid_StreamPlayer.cpp277 SLresult result = (*callback)(&mAndroidBufferQueue->mItf, callbackPContext, local
283 if (SL_RESULT_SUCCESS != result) {
285 SL_LOGW("Unsuccessful result %d returned from AndroidBufferQueueCallback", result);
/system/media/wilhelm/tests/sandbox/streamSource/
H A DslesTestPlayStream.cpp61 void ExitOnErrorFunc( SLresult result , int line)
63 if (SL_RESULT_SUCCESS != result) {
64 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line);
/system/core/liblog/
H A Dfake_log_device.c323 int result = 0; local
330 return result + w;
332 result += w;
334 return result;
507 * a loop can result in interleaved data. This can be alleviated
/system/media/mca/filterfw/native/core/
H A Dshader_program.cpp47 // by the four points in b. The result coordinates are written to xt and yt.
171 ShaderProgram* result = new ShaderProgram(gl_env, s_id_fragment_shader); local
172 result->CompileAndLink();
173 return result;
585 GLint result; local
586 glGetIntegerv(GL_MAX_VARYING_VECTORS, &result);
587 return result;
936 GLint result; local
937 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &result);
938 return result;
[all...]
/system/core/libnl_2/genl/
H A Dgenl.c90 int genl_ctrl_alloc_cache(struct nl_sock *sock, struct nl_cache **result) argument
239 *result = (struct nl_cache *) nl80211_genl_id;
/system/core/logcat/
H A Dlogcat.cpp258 int result; local
274 result = select(max + 1, &readset, NULL, NULL, sleep ? NULL : &timeout);
275 } while (result == -1 && errno == EINTR);
277 if (result >= 0) {
312 if (result == 0) {
/system/media/wilhelm/src/
H A Dsles.c79 SLresult result; local
85 result = SL_RESULT_PARAMETER_INVALID;
88 result = SL_RESULT_PRECONDITIONS_VIOLATED;
91 result = SL_RESULT_SUCCESS;
94 return result;
134 /** \brief Convert POSIX pthread error code to OpenSL ES result code */
/system/media/mca/filterfw/java/android/filterfw/io/
H A DTextGraphReader.java148 FilterGraph result = new FilterGraph();
151 mCurrentGraph = result;
157 return result;
/system/media/wilhelm/tests/examples/
H A DslesTestDecodeAac.cpp131 void ExitOnErrorFunc( SLresult result , int line)
133 if (SL_RESULT_SUCCESS != result) {
134 fprintf(stderr, "Error code %u encountered at line %d, exiting\n", result, line);
/system/core/include/private/pixelflinger/
H A Dggl_context.h244 uint32_t result = local
249 return (result == 0);
/system/core/run-as/
H A Dpackage.c67 *dst = '\0'; /* zero-terminate result */
378 int result; local
/system/core/toolbox/
H A Ddd.c1196 long long result; local
1198 if (sscanf(arg, "%lld", &result) == 0)
1199 result = def;
1200 return result;

Completed in 879 milliseconds

123456789