HomeSort by relevance Sort by last modified time
    Searched full:what (Results 226 - 250 of 4330) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/docs/html/
sitemap-intl.txt 10 http://developer.android.com/ja/guide/basics/what-is-android.html
  /frameworks/base/libs/rs/java/ImageProcessing/res/raw/
threshold.rs 2 // block of defines matching what RS will insert at runtime.
  /packages/apps/Music/src/com/android/music/
MediaAppWidgetProvider.java 100 void notifyChange(MediaPlaybackService service, String what) {
102 if (MediaPlaybackService.PLAYBACK_COMPLETE.equals(what) ||
103 MediaPlaybackService.META_CHANGED.equals(what) ||
104 MediaPlaybackService.PLAYSTATE_CHANGED.equals(what)) {
  /packages/apps/Settings/res/values-nokeys/
strings.xml 19 <!-- Applications settings summary, on main settings screen. The summary for the "Applications" item on the main settings screen. Describes what settings are accessible from the "Applications" screen. This is the string to use for devices without a keyboard (so for example, there is no "Quick launch" settings here since that feature requires a keyboard) -->
  /system/core/include/cutils/
logger.h 17 uint16_t __pad; /* no matter what, we get 2 bytes of padding */
  /bionic/libc/netbsd/isc/
ev_timers.c 447 set_index(void *what, int idx) {
450 timer = what;
455 free_timer(void *what, void *uap) {
456 evTimer *t = what;
464 print_timer(void *what, void *uap) {
465 evTimer *cur = what;
468 cur = what;
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
SerializerTraceWriter.java 34 * listener knows what characters have been written to the output Writer.
36 * There may still be differences in what the trace events say is going to the
37 * output writer and what is really going there. These differences will be due
89 * only signal trace events of what would have been written to that writer.
91 * what is going to that writer. In this way tools, such as a debugger, can
92 * gather information on what is being written out.
108 * call. This method simple informs the listener of what has already
  /external/icu4c/test/intltest/
uobjtest.cpp 55 UnicodeString what = UnicodeString(className) + " * x= " + UnicodeString(factory?factory:" ABSTRACT ") + "; "; local
61 errln("FAIL: Fatal: Ran out of IDs! Increase MAX_CLASS_ID." + UnicodeString(count) + what);
72 logln(what + tmp);
76 dataerrln("FAIL: staticID == NULL! " + what);
81 dataerrln( "FAIL: ==NULL! " + what);
86 errln("FAIL: dynamicID == NULL!" + what);
90 dataerrln("FAIL: dynamicID != staticID! " + what);
102 logln("OK: ID found is the same as " + UnicodeString(ids_class[i]) + UnicodeString(" *y= ") + ids_factory[i] + what);
105 errln("FAIL: ID is the same as " + UnicodeString(ids_class[i]) + UnicodeString(" *y= ") + ids_factory[i] + what);
431 * ... so that's what I am doing here
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf 8 cmd_VCrate="Video+Capture+Rate CAMT PERF.awk+who=CAMT+from=Hardware+what=frame+how=received"
9 cmd_VDrate="Video+Decode+Rate VD_T PERF.awk+who=VD_T+to=HLMM+what=frame+how=sending"
10 cmd_VDTrate="Video+Decode+Rate VD_T PERF.awk+who=VD_T+to=LLMM+what=frame+how=sending"
11 cmd_VErate="Video+Encode+Rate VE_T PERF.awk+who=VE_T+to=HLMM+what=buffer+how=sending"
12 cmd_VERrate="Video+Encode+Input+Rate VE__ PERF.awk+who=VE__+from=HLMM+what=frame+how=received"
13 cmd_VPPYrate="Video+PreProc+YUV+Output+Rate VPPT PERF.awk+who=VPPT+to=HLMM+what=frame+how=sending"
14 cmd_VPPRrate="Video+PreProc+RGB+Output+Rate VPPT PERF.awk+who=VPPT+to=HLMM+what=frame+how=sending"
15 cmd_VPPIrate="Video+PreProc+Input+Rate VPP_ PERF.awk+who=VPP_+from=HLMM+what=frame+how=received"
16 cmd_VPrate="Video+Display+Rate VP_T PERF.awk+who=VP_T+to=Hardware+what=frame+how=sending"
17 cmd_VCPrate="Video+Preview+Rate VP_T PERF.awk+who=VP_T+to=Hardware+what=frame+how=sending
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
NumberKeyListenerTest.java 96 Object what = new Object(); local
98 spannableSource.setSpan(what, 0, spannableSource.length(), Spanned.SPAN_POINT_POINT);
102 assertEquals(Spanned.SPAN_POINT_POINT, filtered.getSpanFlags(what));
103 assertEquals(0, filtered.getSpanStart(what));
104 assertEquals("12345".length(), filtered.getSpanEnd(what));
  /frameworks/base/core/java/android/os/
MessageQueue.java 208 final boolean removeMessages(Handler h, int what, Object object,
215 while (p != null && p.target == h && p.what == what
229 if (n.target == h && n.what == what
  /frameworks/base/core/java/android/text/method/
MultiTapKeyListener.java 166 // with the first character for that key, and remember what
231 Object what, int s, int e, int start, int stop) {
232 if (what == Selection.SELECTION_END) {
283 public void onSpanAdded(Spannable s, Object what, int start, int end) { }
284 public void onSpanRemoved(Spannable s, Object what, int start, int end) { }
  /frameworks/base/core/res/res/xml-en/
autotext.xml 169 <word src="whatd">what'd</word>
170 <word src="whatll">what'll</word>
171 <word src="whatm">what'm</word>
172 <word src="whatre">what're</word>
173 <word src="whats">what's</word>
  /frameworks/base/core/tests/coretests/src/android/os/
HierarchicalStateMachineTest.java 321 if (message.what == TEST_CMD_6) {
409 if (message.what == TEST_CMD_1) {
413 } else if (message.what == TEST_CMD_2) {
484 * until what == TEST_CMD_2 and then transitions to state mS2. State
510 if (message.what == TEST_CMD_2) {
523 if (message.what == TEST_CMD_2) {
612 if (message.what == TEST_CMD_2) {
697 if (message.what == TEST_CMD_2) {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 363 Handler h, int what, Object obj) {
470 public void setOnPostDialCharacter(Handler h, int what, Object obj) {
471 mPostDialHandler = new Registrant(h, what, obj);
511 public void registerForCdmaOtaStatusChange(Handler h, int what, Object obj) {
512 mCM.registerForCdmaOtaProvision(h, what, obj);
519 public void registerForSubscriptionInfoReady(Handler h, int what, Object obj) {
520 mSST.registerForSubscriptionInfoReady(h, what, obj);
527 public void setOnEcbModeExitResponse(Handler h, int what, Object obj) {
528 mEcmExitRespRegistrant = new Registrant (h, what, obj);
535 public void registerForCallWaiting(Handler h, int what, Object obj)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 112 * Sometimes we get the NITZ time before we know what country we
253 * @param what what code of message when delivered
256 void registerForGprsAttached(Handler h, int what, Object obj) {
257 Registrant r = new Registrant(h, what, obj);
269 void registerForNetworkAttach(Handler h, int what, Object obj) {
270 Registrant r = new Registrant(h, what, obj);
285 * @param what what code of message when delivered
288 void registerForGprsDetached(Handler h, int what, Object obj)
    [all...]
  /external/netperf/
netcpu_kstat10.c 100 print_unexpected_statistic_warning(char *who, char *what, char *why)
109 what);
115 what);
163 /* might want to tell people about what we are skipping.
235 /* might want to tell people about what we are skipping.
339 /* tests tell up what the elapsed time should be. */
371 that is what we will attempt to do here. raj 2005-01-28
373 of course, we also have to wonder what we should do if there is
528 /* and finally, what is our CPU utilization? */
  /dalvik/dx/src/com/android/dx/rop/code/
AccessFlags.java 294 * @param what what the flags represent (one of {@code CONV_*})
297 private static String humanHelper(int flags, int mask, int what) {
319 if (what == CONV_CLASS) {
326 if (what == CONV_METHOD) {
333 if (what == CONV_METHOD) {
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ReaderTest.java 124 simple = new Support_ASimpleReader("Bla bla, what else?");
149 simple = new Support_ASimpleReader("Bla bla, what else?");
223 simple = new Support_ASimpleReader("Bla bla, what else?");
252 simple = new Support_ASimpleReader("Bla bla, what else?");
315 simple = new Support_ASimpleReader("Bla bla, what else?");
321 assertEquals("Wrong stuff read!", "what", new String(buf));
  /external/icu4c/samples/ufortune/resources/
root.txt 36 What 20th Century U.S. President was almost impeached and what
73 \"Yes\" merely uttered to please, or what is worse, to avoid trouble.
112 "A bird in the hand is worth what it will bring.",
165 "A consultant is a person who borrows your watch, tells you what time it
171 "A copy of the universe is not what is required of art; one of the
  /external/stlport/test/unit/
collate_facets_test.cpp 155 //CPPUNIT_MESSAGE( e.what() );
167 //CPPUNIT_MESSAGE( e.what() );
180 //CPPUNIT_MESSAGE( e.what() );
190 CPPUNIT_MESSAGE( e.what() );
202 CPPUNIT_MESSAGE( e.what() );
246 /* CPPUNIT_MESSAGE( e.what() ); */
time_facets_test.cpp 272 //CPPUNIT_MESSAGE( e.what() );
305 //CPPUNIT_MESSAGE( e.what() );
315 /* CPPUNIT_MESSAGE( e.what() ); */
327 /* CPPUNIT_MESSAGE( e.what() ); */
338 /* CPPUNIT_MESSAGE( e.what() ); */
350 /* CPPUNIT_MESSAGE( e.what() ); */
  /external/dnsmasq/
FAQ 25 value is still works. You should think hard and know what you are
37 What are these?
39 A: They are negative entries: that's what the N flag means. Dnsmasq asked
63 given. What am I doing wrong?
84 failed: Cannot assign requested address". What's the problem?
143 Q: Who are Verisign, what do they have to do with the bogus-nxdomain
173 What's the problem?
216 A: What is happening is this: The boot process sends a DHCP
234 Q: What network types are supported by the DHCP server?
239 Q: What is this strange "bind-interface" option
    [all...]
  /external/webkit/WebCore/plugins/mac/
PluginViewMac.cpp 158 // since that's what Safari does, and some plugins expect this
374 record.what = getFocusEvent;
520 event.what = updateEvt;
581 record.what = nullEvent;
583 record.what = adjustCursorEvent;
585 record.what = adjustCursorEvent;
587 record.what = mouseDown;
593 record.what = mouseUp;
621 if (record.what == adjustCursorEvent)
625 record.what, record.where.h, record.where.v)
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 109 // broadcasts so track them so we can decide what to do when either changes
744 Log.d(TAG, "InitialState.processMessage what=" + message.what);
746 switch (message.what) {
785 Log.d(TAG, "StartingState.processMessage what=" + message.what);
787 switch (message.what) {
    [all...]

Completed in 200 milliseconds

1 2 3 4 5 6 7 8 91011>>