HomeSort by relevance Sort by last modified time
    Searched defs:what (Results 301 - 325 of 609) sorted by null

<<11121314151617181920>>

  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
RegisteredMediaRouteProvider.java 622 private boolean sendRequest(int what, int requestId, int arg, Object obj, Bundle data) {
624 msg.what = what;
636 if (what != CLIENT_MSG_UNREGISTER) {
675 final int what = msg.what; local
680 if (!processMessage(connection, what, requestId, arg, obj, data)) {
689 int what, int requestId, int arg, Object obj, Bundle data) {
690 switch (what) {
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 690 // developers could choose what they want
2755 int what = -1, err = 0; local
3068 int what = -1; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-sh64.c 81 /* What ISA are we assembling code for? */
84 /* What ABI was specified, if any (implicitly or explicitly)? */
227 symbol. What we need to do here is very similar
838 /* What was the insn? */
879 instead a 1 into the low bit. This matches what the linker
1919 int what = GET_WHAT (fragP->fr_subtype); local
1926 int what = GET_WHAT (fragP->fr_subtype); local
1942 int what = GET_WHAT (fragP->fr_subtype); local
1949 int what = GET_WHAT (fragP->fr_subtype); local
1972 int what = GET_WHAT (fragP->fr_subtype); local
2026 int what = GET_WHAT (fragP->fr_subtype); local
2623 int what = sh64_abi == sh64_abi_64 ? MOVI_IMM_64 : MOVI_IMM_32; local
2668 int what local
2708 int what local
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-5.0.0_r2-robolectric-1.jar 
  /cts/tests/tests/security/src/android/security/cts/
StagefrightTest.java 402 if (what != MediaPlayer.MEDIA_ERROR_SERVER_DIED) {
403 what = newWhat;
431 if (what != 0) {
437 return what;
442 int what; field in class:StagefrightTest.MediaPlayerCrashListener
  /external/curl/lib/vtls/
openssl.c 513 * presumably because it duplicates what we pass to it.
952 int what = Curl_socket_ready(conn->sock[sockindex], local
954 if(what > 0) {
989 else if(0 == what) {
2903 int what; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cdattst.c 1327 const char *what = "???"; local
    [all...]
  /external/libedit/src/
readline.c 72 /* to see what these variables mean */
153 * Shell uses this to help determine what kind of completing to do.
400 /* update prompt accordingly to what has been passed */
457 * substitute ``what'' with ``with'', returning resulting string; if
458 * globally == 1, substitutes all occurrences of what, otherwise only the
462 _rl_compat_sub(const char *str, const char *what, const char *with,
471 what_len = strlen(what);
476 if (*s == *what && !strncmp(s, what, what_len)) {
489 if (*s == *what && !strncmp(s, what, what_len))
777 char *what, *with, delim; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 219 unsigned char *what = (*(b->base_src) + b->src); local
230 return vfp->svf(in_what, in_what_stride, xoffset, yoffset, what,
233 return vfp->vf(what, what_stride, in_what, in_what_stride, sse);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 76 // Minimum search size no matter what the passed in value.
816 const struct buf_2d *const what = &x->plane[0].src; local
871 const struct buf_2d *const what = &x->plane[0].src; local
1041 const struct buf_2d *const what = &x->plane[0].src; local
1311 const struct buf_2d *const what = &x->plane[0].src; local
1337 const struct buf_2d *const what = &x->plane[0].src; local
1495 const struct buf_2d *const what = &x->plane[0].src; local
1584 uint8_t *what = x->plane[0].src.buf; local
2048 const struct buf_2d *const what = &x->plane[0].src; local
2083 const struct buf_2d *const what = &x->plane[0].src; local
2149 const struct buf_2d *const what = &x->plane[0].src; local
2239 const struct buf_2d *const what = &x->plane[0].src; local
2315 const struct buf_2d *const what = &x->plane[0].src; local
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 534 switch (msg->what()) {
1055 int32_t what; local
1217 int32_t what; local
2319 int32_t what; local
2568 int32_t what; local
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 240 notify->setInt32("what", kWhatFillThisBuffer);
249 notify->setInt32("what", kWhatDrainThisBuffer);
289 notify->setInt32("what", kWhatEOS);
296 notify->setInt32("what", kWhatStartCompleted);
302 notify->setInt32("what", kWhatStopCompleted);
308 notify->setInt32("what", kWhatReleaseCompleted);
314 notify->setInt32("what", kWhatFlushCompleted);
320 notify->setInt32("what", kWhatError);
328 notify->setInt32("what", kWhatComponentAllocated);
336 notify->setInt32("what", kWhatComponentConfigured)
1391 int32_t what; local
    [all...]
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 585 // Otherwise, we check if mPacketSources2 overlaps with what old fetcher
624 switch (msg->what()) {
665 int32_t what; local
666 CHECK(msg->findInt32("what", &what));
668 switch (what) {
684 what == PlaylistFetcher::kWhatPaused ?
687 if (what == PlaylistFetcher::kWhatStopped) {
691 } else if (what == PlaylistFetcher::kWhatPaused) {
    [all...]
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 246 Object what = mSpans[i]; local
258 sendSpanRemoved(what, ostart, oend);
273 * Appends the character sequence {@code text} and spans {@code what} over the appended part.
274 * See {@link Spanned} for an explanation of what the flags mean.
276 * @param what the object to be spanned over the appended text.
280 public SpannableStringBuilder append(CharSequence text, Object what, int flags) {
283 setSpan(what, start, length(), flags);
671 public void setSpan(Object what, int start, int end, int flags) {
672 setSpan(true, what, start, end, flags, true/*enforceParagraph*/);
678 private void setSpan(boolean send, Object what, int start, int end, int flags
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 150 // Button clicks have Message.what as the BUTTON{1,2,3} constant
161 switch (msg.what) {
166 ((DialogInterface.OnClickListener) msg.obj).onClick(mDialog.get(), msg.what);
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
StateMachine.java 275 log("mP1.processMessage what=" + message.what);
276 switch(message.what) {
301 log("S1.processMessage what=" + message.what);
302 if (message.what == CMD_1) {
322 log("mS2.processMessage what=" + message.what);
323 switch(message.what) {
350 log("P2.processMessage what=" + message.what)
548 String what = mSm != null ? mSm.getWhatToString(mWhat) : ""; local
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
RemotePrintDocument.java 264 // Keep track of what is requested.
709 switch (msg.what) {
900 int what = message.what; local
902 switch (what) {
915 what = MSG_ON_LAYOUT_FAILED;
931 if (isCanceling() && what != MSG_ON_LAYOUT_STARTED) {
932 what = MSG_ON_LAYOUT_CANCELED;
935 switch (what) {
1197 int what = message.what; local
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AlertController.java 146 // Button clicks have Message.what as the BUTTON{1,2,3} constant
157 switch (msg.what) {
162 ((DialogInterface.OnClickListener) msg.obj).onClick(mDialog.get(), msg.what);
    [all...]
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.cpp 623 // developers could choose what they want
3058 int what = -1, err = 0; local
3420 int what = -1; local
6246 int what = -1; local
    [all...]
  /hardware/libhardware/include/hardware/
sensors.h 84 * what field for meta_data_event_t
94 * See sensor types for more details on what sensors should require this
251 int32_t what; member in struct:meta_data_event
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java 212 * what you intend. Prefer using a {@link Splitter}, which is more flexible
377 /** This replaces the occurrences of 'what' in 'str' with 'with'
380 * @param what to replace
382 * @return String str where 'what' was replaced with 'with'
388 String str, CharSequence what, CharSequence with) {
392 checkArgument(what.length() > 0);
393 return str.replace(what, with);
528 * @param what character(s) to strip
532 * <li> {@code CharMatcher.anyOf(what).trimFrom(str)}
534 * <li> {@code CharMatcher.anyOf(what).trimLeadingFrom(str)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XI2proto.h 1047 uint8_t what; \/**< ::XIPropertyDeleted, member in struct:__anon46601
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XI2proto.h 1029 uint8_t what; \/**< ::XIPropertyDeleted, member in struct:__anon48465
    [all...]

Completed in 1221 milliseconds

<<11121314151617181920>>