HomeSort by relevance Sort by last modified time
    Searched defs:what (Results 126 - 150 of 518) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/valgrind/helgrind/
hg_errors.c 1162 const HChar* what; local
    [all...]
  /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
RegisteredMediaRouteProvider.java 633 private boolean sendRequest(int what, int requestId, int arg, Object obj, Bundle data) {
635 msg.what = what;
647 if (what != CLIENT_MSG_UNREGISTER) {
686 final int what = msg.what; local
691 if (!processMessage(connection, what, requestId, arg, obj, data)) {
700 int what, int requestId, int arg, Object obj, Bundle data) {
701 switch (what) {
  /frameworks/base/core/java/android/net/nsd/
NsdManager.java 348 final int what = message.what; local
350 switch (what) {
374 Log.d(TAG, "received " + nameOf(what) + " for key " + key + ", service " + ns);
376 switch (what) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CommandQueue.java 560 final int what = msg.what & MSG_MASK; local
561 switch (what) {
    [all...]
  /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
RegisteredMediaRouteProvider.java 625 private boolean sendRequest(int what, int requestId, int arg, Object obj, Bundle data) {
627 msg.what = what;
639 if (what != CLIENT_MSG_UNREGISTER) {
678 final int what = msg.what; local
683 if (!processMessage(connection, what, requestId, arg, obj, data)) {
692 int what, int requestId, int arg, Object obj, Bundle data) {
693 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.27/gas/config/
tc-sh64.c 81 /* What ISA are we assembling code for? */
84 /* What ABI was specified, if any (implicitly or explicitly)? */
228 symbol. What we need to do here is very similar
839 /* What was the insn? */
880 instead a 1 into the low bit. This matches what the linker
1921 int what = GET_WHAT (fragP->fr_subtype); local
1928 int what = GET_WHAT (fragP->fr_subtype); local
1944 int what = GET_WHAT (fragP->fr_subtype); local
1951 int what = GET_WHAT (fragP->fr_subtype); local
1974 int what = GET_WHAT (fragP->fr_subtype); local
2028 int what = GET_WHAT (fragP->fr_subtype); local
2625 int what = sh64_abi == sh64_abi_64 ? MOVI_IMM_64 : MOVI_IMM_32; local
2670 int what local
2710 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/android-all/
android-all-5.1.1_r9-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
  /external/curl/lib/vtls/
darwinssl.c 2562 int what; local
2712 int what; local
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcViewportArrayTests.cpp 261 const char* Utils::shaderCompilationException::what() const throw() function in class:glcts::ViewportArray::Utils::shaderCompilationException
271 const char* Utils::programLinkageException::what() const throw() function in class:glcts::ViewportArray::Utils::programLinkageException
    [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/libevent/test/
regress_dns.c 1159 int what; member in struct:be_conn_hostname_result
1162 /* Bufferevent event callback for the connect_hostname test: remembers what
1165 be_connect_hostname_event_cb(struct bufferevent *bev, short what, void *ctx)
1168 if (!got->what) {
1169 TT_BLATHER(("Got a bufferevent event %d", what));
1170 got->what = what;
1172 if ((what & BEV_EVENT_CONNECTED) || (what & BEV_EVENT_ERROR)) {
1187 got->what, (int)what))
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 76 // Minimum search size no matter what the passed in value.
819 const struct buf_2d *const what = &x->plane[0].src; local
874 const struct buf_2d *const what = &x->plane[0].src; local
1044 const struct buf_2d *const what = &x->plane[0].src; local
1314 const struct buf_2d *const what = &x->plane[0].src; local
1340 const struct buf_2d *const what = &x->plane[0].src; local
1498 const struct buf_2d *const what = &x->plane[0].src; local
1587 uint8_t *what = x->plane[0].src.buf; local
2051 const struct buf_2d *const what = &x->plane[0].src; local
2127 const struct buf_2d *const what = &x->plane[0].src; local
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowMediaPlayerTest.java 502 // so that is what I have emulated.
696 private int what; field in class:ShadowMediaPlayerTest.OnErrorTester
699 public OnErrorTester(int what, int extra) {
700 this.what = what;
723 Mockito.verify(errorListener).onError(mediaPlayer, what, extra);
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowMediaPlayer.java 248 * @param what
249 * the value for the {@code what} parameter to use in the call to
258 public MediaEvent scheduleErrorAtOffset(int offset, int what, int extra) {
259 ErrorCallback callback = new ErrorCallback(what, extra);
272 * @param what
273 * the value for the {@code what} parameter to use in the call to
282 public MediaEvent scheduleInfoAtOffset(int offset, final int what,
287 smp.invokeInfoListener(what, extra);
481 * {@code what = -38} and {@code extra = 0}, which are values that
491 private int what; field in class:ShadowMediaPlayer.ErrorCallback
    [all...]
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2.cpp 640 switch (msg->what()) {
1211 int32_t what; local
1374 int32_t what; local
2574 int32_t what; local
2810 int32_t what; local
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 549 switch (msg->what()) {
1071 int32_t what; local
1233 int32_t what; local
2466 int32_t what; local
2717 int32_t what; local
    [all...]
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 589 // Otherwise, we check if mPacketSources2 overlaps with what old fetcher
628 switch (msg->what()) {
669 int32_t what; local
670 CHECK(msg->findInt32("what", &what));
672 switch (what) {
688 what == PlaylistFetcher::kWhatPaused ?
691 if (what == PlaylistFetcher::kWhatStopped) {
695 } 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);
673 public void setSpan(Object what, int start, int end, int flags) {
674 setSpan(true, what, start, end, flags, true/*enforceParagraph*/);
680 private void setSpan(boolean send, Object what, int start, int end, int flags
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 156 // Button clicks have Message.what as the BUTTON{1,2,3} constant
167 switch (msg.what) {
172 ((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...]

Completed in 1067 milliseconds

1 2 3 4 56 7 8 91011>>