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

<<31323334353637383940>>

  /frameworks/base/docs/html/sdk/api_diff/6/changes/
jdiff_help.html 59 JDiff is a <a href="http://java.sun.com/j2se/javadoc/" target="_top">Javadoc</a> doclet which generates a report of the API differences between two versions of a product. It does not report changes in Javadoc comments, or changes in what a class or method does.
85 The <a href="changes-summary.html">overview</a> is the top-level summary of what was removed, added and changed between versions.
  /frameworks/base/docs/html/sdk/api_diff/7/changes/
jdiff_help.html 59 JDiff is a <a href="http://java.sun.com/j2se/javadoc/" target="_top">Javadoc</a> doclet which generates a report of the API differences between two versions of a product. It does not report changes in Javadoc comments, or changes in what a class or method does.
85 The <a href="changes-summary.html">overview</a> is the top-level summary of what was removed, added and changed between versions.
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
jdiff_help.html 59 JDiff is a <a href="http://java.sun.com/j2se/javadoc/" target="_top">Javadoc</a> doclet which generates a report of the API differences between two versions of a product. It does not report changes in Javadoc comments, or changes in what a class or method does.
85 The <a href="changes-summary.html">overview</a> is the top-level summary of what was removed, added and changed between versions.
  /frameworks/base/include/surfaceflinger/
Surface.h 202 static int query(android_native_window_t* window, int what, int* value);
208 int query(int what, int* value);
  /frameworks/base/include/ui/
Region.h 126 void dump(String8& out, const char* what, uint32_t flags=0) const;
127 void dump(const char* what, uint32_t flags=0) const;
  /frameworks/base/include/ui/egl/
android_natives.h 157 int what, int* value);
167 * (*perform)() returns -ENOENT if the 'what' parameter is not supported
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
AccountUnlockScreen.java 224 * - an exact match for what was typed, or
225 * - a case-insensitive match for what was typed, or
  /packages/apps/AlarmClock/src/com/android/alarmclock/
AlarmKlaxon.java 60 switch (msg.what) {
177 public boolean onError(MediaPlayer mp, int what, int extra) {
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmKlaxon.java 60 switch (msg.what) {
177 public boolean onError(MediaPlayer mp, int what, int extra) {
  /packages/apps/Email/src/com/android/exchange/adapter/
ProvisionParser.java 84 // EAS gives us seconds, which is, happily, what the PolicySet requires
91 // Ignore this unless there's any MSFT documentation for what this means
  /packages/apps/Gallery/src/com/android/camera/
ImageGetter.java 291 switch(message.what) {
307 message.what = IMAGE_GETTER_CALLBACK;
  /packages/apps/Phone/src/com/android/phone/
CallForwardEditPreference.java 148 // what: get vs. set
157 switch (msg.what) {
IccPinUnlockPanel.java 72 switch (msg.what) {
181 // know what the correct keyguard password is.
  /packages/apps/Settings/src/com/android/settings/
ApnSettings.java 291 switch (msg.what) {
317 switch (msg.what) {
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man7/
fsf-funding.7 161 can greatly alter what fraction of the sales price counts as profit.
167 what kind. Some kinds of development make much more long-term
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man7/
fsf-funding.7 160 can greatly alter what fraction of the sales price counts as profit.
166 what kind. Some kinds of development make much more long-term
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man7/
fsf-funding.7 161 can greatly alter what fraction of the sales price counts as profit.
167 what kind. Some kinds of development make much more long-term
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man7/
fsf-funding.7 161 can greatly alter what fraction of the sales price counts as profit.
167 what kind. Some kinds of development make much more long-term
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man7/
fsf-funding.7 168 can greatly alter what fraction of the sales price counts as profit.
174 what kind. Some kinds of development make much more long-term
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man7/
fsf-funding.7 161 can greatly alter what fraction of the sales price counts as profit.
167 what kind. Some kinds of development make much more long-term
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man7/
fsf-funding.7 161 can greatly alter what fraction of the sales price counts as profit.
167 what kind. Some kinds of development make much more long-term
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
LogReceiver.java 168 // we only read what we need, and put it in the entry buffer.
186 // we don't have enough data to fill this entry, so we store what we have
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/patterns/
NodeTest.java 84 * @param what bitset mainly defined in {@link org.w3c.dom.traversal.NodeFilter}.
86 public void setWhatToShow(int what)
88 m_whatToShow = what;
349 * Tell what node type to test, if not DTMFilter.SHOW_ALL.
511 * Tell what the test score is for the given node.
585 * Tell what the test score is for the given node.
  /external/v8/src/
debug.h 297 static bool is_interrupt_pending(InterruptFlag what) {
298 return (thread_local_.pending_interrupts_ & what) != 0;
302 static void set_interrupts_pending(InterruptFlag what) {
303 thread_local_.pending_interrupts_ |= what;
307 static void clear_interrupt_pending(InterruptFlag what) {
308 thread_local_.pending_interrupts_ &= ~static_cast<int>(what);
  /frameworks/base/libs/surfaceflinger_client/
Surface.cpp 326 // FIXME: what does that mean if clientBinder is NULL here?
453 int what, int* value) {
455 return self->query(what, value);
506 // reset the width/height with the what we get from the buffer
563 int Surface::query(int what, int* value)
565 switch (what) {

Completed in 93 milliseconds

<<31323334353637383940>>