/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayer.cpp | 199 switch (msg->what()) { 311 bool audio = msg->what() == kWhatAudioNotify; 316 int32_t what; local 317 CHECK(codecRequest->findInt32("what", &what)); 319 if (what == ACodec::kWhatFillThisBuffer) { 328 } else if (what == ACodec::kWhatEOS) { 341 } else if (what == ACodec::kWhatFlushCompleted) { 370 } else if (what == ACodec::kWhatOutputFormatChanged) { 439 } else if (what == ACodec::kWhatShutdownCompleted) 470 int32_t what; local [all...] |
/frameworks/av/cmds/stagefright/ |
sf2.cpp | 66 switch (msg->what()) { 167 int32_t what; local 168 CHECK(msg->findInt32("what", &what)); 170 if (what == ACodec::kWhatFillThisBuffer) { 172 } else if (what == ACodec::kWhatDrainThisBuffer) { 179 } else if (what == ACodec::kWhatEOS 180 || what == ACodec::kWhatError) { 181 printf((what == ACodec::kWhatEOS) ? "$\n" : "E\n"); 199 } else if (what == ACodec::kWhatFlushCompleted) [all...] |
/frameworks/av/media/libstagefright/foundation/ |
AMessage.cpp | 34 AMessage::AMessage(uint32_t what, ALooper::handler_id target) 35 : mWhat(what), 44 void AMessage::setWhat(uint32_t what) { 45 mWhat = what; 48 uint32_t AMessage::what() const { function in class:android::AMessage 335 static bool isFourcc(uint32_t what) { 336 return isprint(what & 0xff) 337 && isprint((what >> 8) & 0xff) 338 && isprint((what >> 16) & 0xff) 339 && isprint((what >> 24) & 0xff) [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
CallManager.java | [all...] |
CallTracker.java | 81 msg.what = EVENT_REPOLL_AFTER_DELAY; 107 obtainNoPollCompleteMessage(int what) { 110 return obtainMessage(what); 169 public abstract void registerForVoiceCallStarted(Handler h, int what, Object obj); 171 public abstract void registerForVoiceCallEnded(Handler h, int what, Object obj);
|
/external/bzip2/ |
README | 38 If you are (justifiably) paranoid and want to see what 'make install' 145 WHAT'S NEW IN 0.9.0 (as compared to 0.1pl2) ? 156 WHAT'S NEW IN 0.9.5 ? 164 WHAT'S NEW IN 1.0.0 ? 168 WHAT'S NEW IN 1.0.2 ? 172 WHAT'S NEW IN 1.0.3 ? 176 WHAT'S NEW IN 1.0.4 ? 180 WHAT'S NEW IN 1.0.5 ? 184 WHAT'S NEW IN 1.0.6 ?
|
/cts/tests/tests/text/src/android/text/method/cts/ |
DigitsKeyListenerTest.java | 90 Object what = new Object(); local 92 spannableSource.setSpan(what, 0, spannableSource.length(), Spanned.SPAN_POINT_POINT); 96 assertEquals(Spanned.SPAN_POINT_POINT, filtered.getSpanFlags(what)); 97 assertEquals(0, filtered.getSpanStart(what)); 98 assertEquals("123".length(), filtered.getSpanEnd(what)); 141 Object what = new Object(); local 143 spannableSource.setSpan(what, 0, spannableSource.length(), Spanned.SPAN_POINT_POINT); 147 assertEquals(Spanned.SPAN_POINT_POINT, filtered.getSpanFlags(what)); 148 assertEquals(0, filtered.getSpanStart(what)); 149 assertEquals("5123".length(), filtered.getSpanEnd(what)); 205 Object what = new Object(); local 271 Object what = new Object(); local [all...] |
NumberKeyListenerTest.java | 85 Object what = new Object(); local 87 spannableSource.setSpan(what, 0, spannableSource.length(), Spanned.SPAN_POINT_POINT); 91 assertEquals(Spanned.SPAN_POINT_POINT, filtered.getSpanFlags(what)); 92 assertEquals(0, filtered.getSpanStart(what)); 93 assertEquals("12345".length(), filtered.getSpanEnd(what));
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
ITree.cs | 37 * What does a tree look like? ANTLR has a number of support classes 78 /** <summary>This node is what child index? 0..n-1</summary> */ 118 * What is the smallest token index (indexing from 0) for this node 128 * What is the largest token index (indexing from 0) for this node 148 /** <summary>In case we don't have a token payload, what is the line for errors?</summary> */
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
ITree.cs | 38 * What does a tree look like? ANTLR has a number of support classes 82 /** <summary>This node is what child index? 0..n-1</summary> */ 124 * What is the smallest token index (indexing from 0) for this node 135 * What is the largest token index (indexing from 0) for this node 158 /** <summary>In case we don't have a token payload, what is the line for errors?</summary> */
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
Tree.java | 34 /** What does a tree look like? ANTLR has a number of support classes 68 /** This node is what child index? 0..n-1 */ 98 /** What is the smallest token index (indexing from 0) for this node 105 /** What is the largest token index (indexing from 0) for this node 119 /** In case we don't have a token payload, what is the line for errors? */
|
/external/chromium/chrome/common/extensions/docs/static/ |
getstarted.html | 144 <h2 id="summary">Now what?</h2> 146 <!-- [PENDING: Summarize what we did, what it means, what else we would've done if this were a real extension (e.g. package/zip it), and where to find more information.] --> 149 Here are some suggestions for what to read next:
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
mock.py | 45 This enables tests to check what is written to a (mock) mp_conn. 66 This enables tests to specify what should be read from a (mock) mp_conn as 67 well as to check what is written to it. 109 This enables tests to specify what should be read from a (mock) mp_conn as 110 well as to check what is written to it.
|
/external/mesa3d/docs/OLD/ |
MESA_sprite_point.spec | 50 2. What about texgen and texture matrices? 58 3. What about point smoothing? 70 4. What about sprite rotation? 77 5. What about POLYGON_MODE? 81 6. What about POLYGON_CULL?
|
/external/oprofile/pp/ |
common_option.cpp | 201 cerr << argv[0] << " error: " << e.what() << endl; 204 cerr << argv[0] << " error: " << e.what() << endl; 207 cerr << argv[0] << " error: " << e.what() << endl; 210 cerr << argv[0] << " error: " << e.what() << endl; 213 cerr << argv[0] << " error: " << e.what() << endl;
|
/external/valgrind/main/exp-sgcheck/ |
pc_common.c | 101 /* What kind of error it is. */ 322 emit( " <what>Invalid %s of size %ld</what>\n", 362 emit( " <what>Invalid %s of size %ld</what>\n", 396 emit( " <what>%s %s of size %ld</what>\n", 478 emit( " <what>Invalid arguments to %s</what>\n", 548 Char* what; local [all...] |
/frameworks/base/core/java/android/content/ |
ClipboardManager.java | 73 switch (msg.what) { 160 public void addPrimaryClipChangedListener(OnPrimaryClipChangedListener what) { 169 mPrimaryClipChangedListeners.add(what); 173 public void removePrimaryClipChangedListener(OnPrimaryClipChangedListener what) { 175 mPrimaryClipChangedListeners.remove(what);
|
/frameworks/ex/common/java/com/android/common/ |
NetworkConnectivityListener.java | 163 * This methods registers a Handler to be called back onto with the specified what code when 167 * @param what The what code to be used when posting a message to the handler. 169 public void registerHandler(Handler target, int what) { 170 mHandlers.put(target, what);
|
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
DerOutputStream.java | 128 // FIXME what about remove it: need redesign 143 // FIXME what about remove it: need redesign 183 // FIXME what about remove it: need redesign 200 //FIXME what about another way? 217 // FIXME what about remove it: need redesign
|
/external/chromium/third_party/libevent/test/ |
regress_http.c | 163 const char *what = "This is funny"; local 168 (const unsigned char*) what, strlen(what)) != NULL) { 207 http_errorcb(struct bufferevent *bev, short what, void *arg) 295 http_complete_write(int fd, short what, void *arg) 383 http_delay_reply(int fd, short what, void *arg) 503 const char *what = "This is funny"; local 515 if (EVBUFFER_LENGTH(req->input_buffer) != strlen(what)) { 520 if (memcmp(EVBUFFER_DATA(req->input_buffer), what, strlen(what)) != 0) 585 const char *what = "DISPATCHER_TEST"; local 761 const char *what = "This is funny"; local 797 const char *what = "400 Bad Request"; local [all...] |
/external/icu4c/test/cintltst/ |
cdattst.c | 1132 const char *what = "???"; local [all...] |
/external/chromium/base/allocator/ |
generic_allocators.cc | 92 // that buffer is passed to recalloc, we don't know what N 93 // was anymore. We only know what N+x is. As such, there is 94 // no way to know what to zero out.
|
/external/chromium/chrome/browser/diagnostics/ |
diagnostics_model.h | 46 // Encapsulates what you can know about a given test. 50 // A human readable, localized string that tells you what is being tested. 55 // A human readable, localized string that tells you what happened. If
|
/external/icu4c/samples/msgfmt/ |
README.TXT | 26 1. What is the date/time support in ICU? 27 2. What is the timezone support in ICU? 28 3. What kind of formatting and parsing support is available in ICU, i.e.
|
/external/mdnsresponder/mDNSCore/ |
Implementer Notes.txt | 13 spends a lot of CPU time working out what to do next, when what it needs 27 to accomplish that work. With each call, mDNSCore will do only what it
|