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

12 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/
sndhdr.py 19 Function what() calls whathdr(). (It used to also use some
23 what() for all files mentioned on the argument list. For directory
24 arguments it calls what() for all files in that directory. Default
33 __all__ = ["what","whathdr"]
35 def what(filename): function
223 print what(filename)
  /prebuilts/gdb/linux-x86/lib/python2.7/
imghdr.py 3 __all__ = ["what"]
9 def what(file, h=None): function
159 print what(filename)
sndhdr.py 19 Function what() calls whathdr(). (It used to also use some
23 what() for all files mentioned on the argument list. For directory
24 arguments it calls what() for all files in that directory. Default
33 __all__ = ["what","whathdr"]
35 def what(filename): function
223 print what(filename)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imghdr.py 3 __all__ = ["what"]
9 def what(file, h=None): function
159 print what(filename)
sndhdr.py 19 Function what() calls whathdr(). (It used to also use some
23 what() for all files mentioned on the argument list. For directory
24 arguments it calls what() for all files in that directory. Default
33 __all__ = ["what","whathdr"]
35 def what(filename): function
223 print what(filename)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imghdr.py 3 __all__ = ["what"]
9 def what(file, h=None): function
159 print what(filename)
sndhdr.py 19 Function what() calls whathdr(). (It used to also use some
23 what() for all files mentioned on the argument list. For directory
24 arguments it calls what() for all files in that directory. Default
33 __all__ = ["what","whathdr"]
35 def what(filename): function
223 print what(filename)
  /art/dalvikvm/
dalvikvm.cc 129 const char* what = nullptr; local
146 what = argv[arg_idx];
151 fprintf(stderr, "%s must be followed by an additional argument giving a value\n", what);
  /external/compiler-rt/test/tsan/
real_deadlock_detector_stress_test.cc 46 int what = rand_r(&rnd) % 10; local
47 if (what < 4 && locked.size() < kMaxPerThread) {
83 // now we have an inited and referenced mutex, choose what to do
123 } else if (what < 9 && !locked.empty()) {
  /external/curl/tests/libtest/
lib506.c 46 const char *what; local
55 what = "share";
59 what = "dns";
63 what = "cookie";
73 printf("lock: double locked %s\n", what);
78 printf("lock: %-6s [%s]: %d\n", what, user->text, user->counter);
85 const char *what; local
91 what = "share";
95 what = "dns";
99 what = "cookie"
    [all...]
  /external/libevent/
devpoll.c 204 int what = events[i].revents; local
206 if (what & POLLHUP)
207 what |= POLLIN | POLLOUT;
208 else if (what & POLLERR)
209 what |= POLLIN | POLLOUT;
211 if (what & POLLIN)
213 if (what & POLLOUT)
poll.c 191 int what; local
194 what = event_set[i].revents;
195 if (!what)
201 if (what & (POLLHUP|POLLERR|POLLNVAL))
202 what |= POLLIN|POLLOUT;
203 if (what & POLLIN)
205 if (what & POLLOUT)
bufferevent_pair.c 328 short what = BEV_EVENT_EOF; local
330 what |= BEV_EVENT_WRITING;
332 what |= BEV_EVENT_READING;
333 bufferevent_run_eventcb_(partner, what, 0);
epoll.c 479 int what = events[i].events; local
486 if (what & (EPOLLHUP|EPOLLERR)) {
489 if (what & EPOLLIN)
491 if (what & EPOLLOUT)
493 if (what & EPOLLRDHUP)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SettingsObserver.java 48 * @param what The event to fire if the content changes
50 public void observe(Uri uri, int what) {
51 mUriEventMap.put(uri, what);
71 final Integer what = mUriEventMap.get(uri); local
72 if (what != null) {
73 mHandler.obtainMessage(what.intValue()).sendToTarget();
  /external/harfbuzz_ng/src/
gen-indic-table.py 130 what = ["INDIC_SYLLABIC_CATEGORY", "INDIC_MATRA_CATEGORY"] variable
147 (what_short[i], s, what[i], v.upper (), \
148 ' '* ((48-1 - len (what[i]) - 1 - len (v)) / 8), \
  /external/libedit/src/
eln.c 232 int what = va_arg(ap, int); local
234 ret = el_wset(el, op, what, fp);
327 int what = va_arg(ap, int); local
329 ret = el_wget(el, op, what, fpp);
  /external/sfntly/cpp/src/sfntly/port/
exception_type.h 35 virtual const char* what() const throw() { return what_.c_str(); } function in class:sfntly::Exception
  /frameworks/av/media/libstagefright/foundation/
AMessage.cpp 58 AMessage::AMessage(uint32_t what, const sp<const AHandler> &handler)
59 : mWhat(what),
68 void AMessage::setWhat(uint32_t what) {
69 mWhat = what;
72 uint32_t AMessage::what() const { function in class:android::AMessage
531 static bool isFourcc(uint32_t what) {
532 return isprint(what & 0xff)
533 && isprint((what >> 8) & 0xff)
534 && isprint((what >> 16) & 0xff)
535 && isprint((what >> 24) & 0xff)
    [all...]
  /frameworks/base/core/java/android/ddm/
DdmHandleHeap.java 120 return createFailChunk(1, "Unsupported HPIF what");
133 int what = in.get(); local
136 + ", what=" + what + ", isNative=" + isNative);
138 boolean ok = DdmVmInternal.heapSegmentNotify(when, what, isNative);
140 return createFailChunk(1, "Unsupported HPSG what/when");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
concurrence.h 71 what() const throw() function in class:__concurrence_lock_error
79 what() const throw() function in class:__concurrence_unlock_error
87 what() const throw() function in class:__concurrence_broadcast_error
95 what() const throw() function in class:__concurrence_wait_error
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
concurrence.h 71 what() const throw() function in class:__concurrence_lock_error
79 what() const throw() function in class:__concurrence_unlock_error
87 what() const throw() function in class:__concurrence_broadcast_error
95 what() const throw() function in class:__concurrence_wait_error
  /bionic/libc/bionic/
spawn.cpp 50 Action what; member in struct:__posix_spawn_file_action
58 if (what == kOpen) {
66 } else if (what == kClose) {
291 Action what,
311 action->what = what;
  /bionic/libc/kernel/uapi/linux/
cn_proc.h 27 enum what { enum in struct:proc_event
38 } what; member in struct:proc_event
  /cts/tests/tests/text/src/android/text/method/cts/
NumberKeyListenerTest.java 76 Object what = new Object(); local
78 spannableSource.setSpan(what, 0, spannableSource.length(), Spanned.SPAN_POINT_POINT);
82 assertEquals(Spanned.SPAN_POINT_POINT, filtered.getSpanFlags(what));
83 assertEquals(0, filtered.getSpanStart(what));
84 assertEquals("12345".length(), filtered.getSpanEnd(what));

Completed in 397 milliseconds

12 3 4 5 6 7 8 91011>>