HomeSort by relevance Sort by last modified time
    Searched full:what (Results 251 - 275 of 9590) sorted by null

<<11121314151617181920>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
RilMessageDecoder.java 107 if (msg.what == CMD_START) {
113 CMD_START + " got " + msg.what);
122 if (msg.what == CMD_PARAMS_READY) {
129 + CMD_PARAMS_READY + " got " + msg.what);
  /libcore/luni/src/main/java/javax/security/auth/callback/
package.html 17 It contains only what was needed to make the compiler happy, that is, classes
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
override 22 # Create the answer to what should be produced by this Makefile
mult_rules 49 # Create the answer to what should be produced by this Makefile
65 # Create the answer to what should be produced by this Makefile
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
value 24 # Create the answer to what should be produced by this Makefile
strip 15 TEST1 := "Is this TERMINAL fun? What makes you believe is this terminal fun? JAPAN is a WONDERFUL planet -- I wonder if we will ever reach their level of COMPARATIVE SHOPPING..."
46 $answer = "\"Is this TERMINAL fun? What makes you believe is this terminal fun? JAPAN is a WONDERFUL planet -- I wonder if we will ever reach their level of COMPARATIVE SHOPPING...\"
  /ndk/sources/host-tools/make-3.81/tests/scripts/
test_template 4 $details = "<FILL IN DETAILS OF HOW YOU TEST WHAT YOU SAY YOU ARE TESTING>";
  /ndk/sources/host-tools/make-3.81/tests/scripts/variables/
INCLUDE_DIRS 12 # make was built. What we know for sure is that it shouldn't be
  /packages/apps/Settings/src/com/android/settings/drawable/
DrawableWrapper.java 154 public void scheduleDrawable(Drawable who, Runnable what, long when) {
155 scheduleSelf(what, when);
159 public void unscheduleDrawable(Drawable who, Runnable what) {
160 unscheduleSelf(what);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion5.xml 8 android:text="what's up doc?"
drawable2-expected-completion51.txt 4 android:shape : Indicates what shape to fill with a gradient. [enum]
  /system/core/debuggerd/
backtrace.h 26 /* Dumps a backtrace using a format similar to what Dalvik uses so that the result
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/common/log/
StudioLogger.java 114 * @param what ID of what happened.
116 * @param description Short description of what happened.
120 public static void collectUsageData(String what, String kind, String description,
  /frameworks/base/core/java/android/util/
AttributeSet.java 143 * @param defaultValue What to return if the attribute isn't found.
161 * @param defaultValue What to return if the attribute isn't found.
173 * @param defaultValue What to return if the attribute isn't found.
187 * @param defaultValue What to return if the attribute isn't found.
199 * @param defaultValue What to return if the attribute isn't found.
223 * @param defaultValue What to return if the attribute isn't found.
239 * @param defaultValue What to return if the attribute isn't found.
249 * @param defaultValue What to return if the attribute isn't found.
261 * @param defaultValue What to return if the attribute isn't found.
271 * @param defaultValue What to return if the attribute isn't found
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IncomingMessageInterstitial.java 54 // We will launch the app showing what the user picked. In this simple
55 // example, it is just what the notification gave us.
  /external/antlr/antlr-3.4/
antlrjar.xml 4 This file defines what goes in to ANTLR Uber jar, which includes
76 What do we want to include in the jar from each project
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
CharStreamState.java 40 /** What line number is the scanner at before processing buffer[p]? */
43 /** What char position 0..n-1 in line is scanner before processing buffer[p]? */
  /external/chromium/chrome/browser/chromeos/
browser_main_chromeos.cc 18 // There are some inconsistent states both with what we have and what
  /external/chromium/net/base/
mock_filter_context.h 33 // What URL was used to access this data?
37 // What was this data requested from a server?
  /external/clang/test/CodeGenCXX/
weak-external.cpp 42 virtual const char* what() const _NOEXCEPT;
59 virtual const char* what() const _NOEXCEPT;
  /external/libpcap/
TODO 14 design guideline for what is done where. There should be a common coding
16 what needs to be documented.
  /external/proguard/examples/annotations/
examples.pro 18 # We have to specify what the annotations mean to ProGuard.
26 # Print out a list of what we're preserving.
  /frameworks/base/docs/html/tools/testing/
index.jd 24 declaring what you?re not allowed to do on that thread, and what the penalty is if you violate the
  /frameworks/base/native/android/
native_window.cpp 43 static int32_t getWindowProp(ANativeWindow* window, int what) {
45 int res = window->query(window, what, &value);
  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-C 36 # Create the answer to what should be produced by this Makefile
64 # Create the answer to what should be produced by this Makefile

Completed in 307 milliseconds

<<11121314151617181920>>