HomeSort by relevance Sort by last modified time
    Searched full:realize (Results 51 - 75 of 298) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
TextRange.java 67 // of the span, and not the part from 4 to 7, so we would not realize the span actually
84 // Tentative span start and end. This may be modified later if we realize the
  /frameworks/wilhelm/tests/
mimeUri_test.cpp 145 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
169 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res);
282 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
  /external/libgsm/src/
code.c 38 * also to realize the inverse filtering operation for the entire
  /frameworks/wilhelm/tests/examples/
slesTestFeedback.cpp 394 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
404 result = (*outputmixObject)->Realize(outputmixObject, SL_BOOLEAN_FALSE);
440 result = (*playerObject)->Realize(playerObject, SL_BOOLEAN_FALSE);
503 result = (*recorderObject)->Realize(recorderObject, SL_BOOLEAN_FALSE);
slesTestRecBuffQueue.cpp 328 /* Realize the recorder in synchronous mode. */
329 result = (*recorder)->Realize(recorder, SL_BOOLEAN_FALSE);
489 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
xaVideoDecoderCapabilities.cpp 239 /* realize the engine in synchronous mode. */
240 res = (*xa)->Realize(xa, XA_BOOLEAN_FALSE); ExitOnError(res);
  /frameworks/wilhelm/tests/mimeUri/
slesTestGetPositionUri.cpp 178 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
202 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res);
203 fprintf(stdout, "URI example: after Realize\n");
337 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
slesTestManyPlayers.cpp 144 res = (*slEngine)->Realize(slEngine, SL_BOOLEAN_FALSE);
154 res = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
224 res = (*audioPlayer[playerId])->Realize(audioPlayer[playerId], SL_BOOLEAN_FALSE);
227 fprintf(stdout, "Realize for player %d failed\n", playerId);
slesTestPlayUri.cpp 171 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
195 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res);
196 fprintf(stdout, "URI example: after Realize\n");
346 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
slesTestSlowDownUri.cpp 221 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE); CheckErr(res);
251 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res);
252 fprintf(stdout, "URI example: after Realize\n");
421 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
  /frameworks/wilhelm/tests/sandbox/
playbq.c 358 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
370 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
428 // realize the player
429 result = (*playerObject)->Realize(playerObject, SL_BOOLEAN_FALSE);
playbq.cpp 358 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
370 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
428 // realize the player
429 result = (*playerObject)->Realize(playerObject, SL_BOOLEAN_FALSE);
  /frameworks/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp 230 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
254 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res);
255 fprintf(stdout, "URI example: after Realize\n");
402 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/
graphical.py 32 A degree sequence is valid if some graph can realize it.
246 """Returns True if some multigraph can realize the sequence.
281 """Returns True if some pseudograph can realize the sequence.
312 r"""Returns True if some directed graph can realize the in- and out-degree
  /cts/tests/tests/media/libaudiojni/
appendix-b-1-1-buffer-queue.cpp 134 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
179 res = (*player)->Realize(player, SL_BOOLEAN_FALSE);
appendix-b-1-2-recording.cpp 177 res = (*recorder)->Realize(recorder, SL_BOOLEAN_FALSE);
  /frameworks/wilhelm/tests/automated/
BufferQueue_test.cpp 104 res = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
112 res = (*outputmixObject)->Realize(outputmixObject, SL_BOOLEAN_FALSE);
192 res = (*playerObject)->Realize(playerObject, SL_BOOLEAN_FALSE);
  /libcore/luni/src/main/java/java/nio/
DoubleBuffer.java 336 * Child class implements this method to realize {@code array()}.
343 * Child class implements this method to realize {@code arrayOffset()}.
350 * Child class implements this method to realize {@code hasArray()}.
FloatBuffer.java 335 * Child class implements this method to realize {@code array()}.
342 * Child class implements this method to realize {@code arrayOffset()}.
349 * Child class implements this method to realize {@code hasArray()}.
IntBuffer.java 321 * Child class implements this method to realize {@code array()}.
328 * Child class implements this method to realize {@code arrayOffset()}.
335 * Child class implements this method to realize {@code hasArray()}.
LongBuffer.java 325 * Child class implements this method to realize {@code array()}.
332 * Child class implements this method to realize {@code arrayOffset()}.
339 * Child class implements this method to realize {@code hasArray()}.
ShortBuffer.java 324 * Child class implements this method to realize {@code array()}.
331 * Child class implements this method to realize {@code arrayOffset()}.
338 * Child class implements this method to realize {@code hasArray()}.
  /cts/apps/CtsVerifier/jni/audio_loopback/
sles.cpp 331 result = (*(pSles->engineObject))->Realize(pSles->engineObject, SL_BOOLEAN_FALSE);
343 result = (*(pSles->outputmixObject))->Realize(pSles->outputmixObject, SL_BOOLEAN_FALSE);
382 result = (*(pSles->playerObject))->Realize(pSles->playerObject, SL_BOOLEAN_FALSE);
470 result = (*(pSles->recorderObject))->Realize(pSles->recorderObject, SL_BOOLEAN_FALSE);
  /external/freetype/src/autofit/
afangles.c 33 * The trick here is to realize that we don't need a very accurate angle
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 72 // realize that, e.g. char has the same size as __int8

Completed in 167 milliseconds

1 23 4 5 6 7 8 91011>>