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

1 2 3 4 56 7 8 91011>>

  /external/webkit/WebKitTools/pywebsocket/test/
mock.py 42 This enables tests to check what is written to a (mock) mp_conn.
62 This enables tests to specify what should be read from a (mock) mp_conn as
63 well as to check what is written to it.
105 This enables tests to specify what should be read from a (mock) mp_conn as
106 well as to check what is written to it.
  /frameworks/base/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);
  /external/icu4c/samples/msgfmt/
README.TXT 18 1. What is the date/time support in ICU?
19 2. What is the timezone support in ICU?
20 3. What kind of formatting and parsing support is available in ICU, i.e.
  /external/webkit/WebCore/platform/mac/
PurgeableBufferMac.cpp 94 // If that failed we have no clue what state we are in so assume purged.
112 // If that failed we have no clue what state we are in so assume purged.
132 // If that failed we have no clue what state we are in so assume purged.
  /frameworks/base/media/libdrm/mobile2/src/util/xml/
DomExpatAgent.cpp 214 NodeType what = child->getNodeType(); local
216 if (what == ELEMENT_NODE)
219 } else if (what == TEXT_NODE)
  /frameworks/base/services/java/com/android/server/am/
AppNotRespondingDialog.java 34 // Event 'what' codes
104 switch (msg.what) {
115 if (msg.what == WAIT_AND_REPORT) {
  /cts/tests/tests/text/src/android/text/util/cts/
Rfc822TokenTest.java 100 "1. not clear what is supposed to happen if comment is null.")
110 // issue 1695243, not clear what is supposed to happen if comment is null.
211 "1. not clear what is supposed to happen if name is null.")
222 // issue 1695243, not clear what is supposed to happen if name is null.
235 "1. not clear what is supposed to happen if name is null.")
245 // issue 1695243, not clear what is supposed to happen if name is null.
  /external/opencore/oscl/oscl/osclproc/src/
oscl_semaphore.cpp 56 * Incase of failure it will return what is the specific error
82 * Incase of failure it will return what is the specific error
102 * Incase of failure it will return what is the specific error
164 * case of failure it will return what is the specific error
214 * Incase of failure it will return what is the specific error
246 * Incase of failure it will return what is the specific error
  /frameworks/base/core/java/android/ddm/
DdmHandleHeap.java 121 return createFailChunk(1, "Unsupported HPIF what");
134 int what = in.get(); local
137 + ", what=" + what + ", isNative=" + isNative);
139 boolean ok = DdmVmInternal.heapSegmentNotify(when, what, isNative);
141 return createFailChunk(1, "Unsupported HPSG what/when");
  /frameworks/base/core/java/android/os/storage/
StorageManager.java 102 public StorageEvent(int what) {
104 mMessage.what = what;
155 if (msg.what == StorageEvent.EVENT_UMS_CONNECTION_CHANGED) {
158 } else if (msg.what == StorageEvent.EVENT_STORAGE_STATE_CHANGED) {
162 Log.e(TAG, "Unsupported event " + msg.what);
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 234 Object what = mSpans[i]; local
246 sendSpanRemoved(what, ostart, oend);
513 public void setSpan(Object what, int start, int end, int flags) {
514 setSpan(true, what, start, end, flags);
518 Object what, int start, int end, int flags) {
566 if (spans[i] == what) {
580 sendSpanChanged(what, ostart, oend, nstart, nend);
604 mSpans[mSpanCount] = what;
611 sendSpanAdded(what, nstart, nend);
617 public void removeSpan(Object what) {
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/
DxUtil.java 54 // ok, this is what we expected
67 // ok, this is what we expected
  /cts/tools/vm-tests/src/dot/junit/
DxUtil.java 55 // ok, this is what we expected
63 // ok, this is what we expected
  /dalvik/dx/src/com/android/dx/cf/iface/
ParseObserver.java 63 * @param offset offset into {@code bytes} for what was parsed
65 * @param human {@code non-null;} human form for what was parsed
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService.java 71 // Tell the user about what we did.
83 // Tell the user about what we did.
  /external/bison/lib/
bitsetv.h 44 be the transitive closure of what was given. */
48 be the reflexive transitive closure of what was given. This is
  /external/blktrace/
blktrace_api.h 101 __u32 action; /* what happened */
104 __u32 cpu; /* on what cpu did it happen */
  /external/bluetooth/glib/gio/win32/
gwinhttpvfs.h 94 const char *what);
99 const char *what);
  /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 ?
  /external/iproute2/tc/
q_drr.c 45 fprintf(stderr, "What is \"%s\"?\n", *argv);
75 fprintf(stderr, "What is \"%s\"?\n", *argv);
  /external/stlport/doc/
README.mingw 20 Be carefull about what make command you are using. STLport comes with a
42 explicitely give all libraries by yourself. See build of unit tests to see what
  /external/webkit/WebCore/manual-tests/
window-open-features-parsing.html 32 <li>A window whose size matches what you would get from file->New Window.</li>
33 <li>A window whose positioning matches what you would get from file->New Window.</li>
  /frameworks/base/core/java/android/widget/
DoubleDigitManager.java 37 * @param callBack The callback to indicate what's going on with the user.
75 * The callback to indicate what is going on with the digits pressed.
  /frameworks/base/core/tests/coretests/src/android/os/
HandlerThreadTest.java 75 assertEquals(TEST_WHAT, msg.what);
79 mGotMessageWhat = msg.what;
  /frameworks/base/docs/html/resources/articles/
touch-mode.jd 42 flings the list towards the bottom, what should happen to the selection? Should
43 it remain on the item and scroll off the screen? What should happen if the user
44 then decided to move the selection with the trackball? Or worse, what should
54 enters touch mode. The image below illustrates what happens when the
87 {@link android.widget.ListView}. The focusable mode is what lets the user enter text
93 in touch mode already. What happens during the transition to
94 touch mode depends on what the user touched, and what currently has

Completed in 65 milliseconds

1 2 3 4 56 7 8 91011>>