/frameworks/base/core/java/com/android/internal/util/ |
Protocol.java | 20 * This class defines Message.what base addresses for various protocols that are recognized 26 * codes with Message.what starting at Protocol.WIFI + 1 and less than or equal to Protocol.WIFI +
|
/frameworks/base/core/tests/coretests/src/android/os/ |
HandlerThreadTest.java | 75 assertEquals(TEST_WHAT, msg.what); 79 mGotMessageWhat = msg.what;
|
/frameworks/base/docs/html/design/style/ |
touch-feedback.jd | 8 indicate what actions are enabled and disabled.</p> 36 <p>When your objects react to more complex gestures, help users understand what the outcome of the
|
/frameworks/base/docs/html/training/managing-audio/ |
audio-output.jd | 17 <li><a href="#CheckHardware">Check What Hardware is Being Used</a></li> 36 <h2 id="CheckHardware">Check What Hardware is Being Used</h2>
|
/frameworks/base/include/private/hwui/ |
DrawGlInfo.h | 51 * Values used as the "what" parameter of the functor. 63 * what to do next.
|
/frameworks/native/libs/gui/ |
LayerState.cpp | 67 output.writeInt32(what); 78 what = input.readInt32();
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
linecnt.good | 32 Wear what few sleeveless clothes I have, 96 "The ends of what is already too short,"
|
/packages/apps/Calculator/res/values/ |
strings.xml | 62 <!-- Do not translate. What we replace translated SIN with for calculating sin.--> 66 <!-- Do not translate. What we replace translated COS with for calculating cos. --> 70 <!-- Do not translate. What we replace translated TAN with for calculating tan. --> 76 <!-- Do not translate. What we replace translated e with for calculating e. --> 80 <!-- Do not translate. What we replace translated ln with for calculating ln. --> 84 <!-- Do not translate. What we replace translated lg with for calculating lg. --> 106 accessibility features enabled and should reflect the mathematical concept instead of a direct representation of what is shown 155 what is shown in the text field. Order of the array is important.-->
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
cn_proc.h | 46 enum what { enum in struct:proc_event 58 } what; member in struct:proc_event
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cn_proc.h | 46 enum what { enum in struct:proc_event 58 } what; member in struct:proc_event
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cn_proc.h | 46 enum what { enum in struct:proc_event 58 } what; member in struct:proc_event
|
/tools/motodev/src/help/studio_help/src/topics/ |
u_sign-create-keystore.dita | 43 <stentry>Enter the keystore password again, to confirm that what you entered is what you intended.</stentry>
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
Phone.java | 290 void registerForUnknownConnection(Handler h, int what, Object obj); 306 void registerForPreciseCallStateChanged(Handler h, int what, Object obj); 327 void registerForNewRingingConnection(Handler h, int what, Object obj); 344 void registerForIncomingRing(Handler h, int what, Object obj); 362 void registerForRingbackTone(Handler h, int what, Object obj); 374 void registerForResendIncallMute(Handler h, int what, Object obj); 391 void registerForDisconnect(Handler h, int what, Object obj); 411 void registerForMmiInitiate(Handler h, int what, Object obj); 427 void registerForMmiComplete(Handler h, int what, Object obj); 438 * @param what user-defined message cod [all...] |
/external/chromium/chrome/browser/autocomplete/ |
search_provider_unittest.cc | 46 // See description above class for what this registers. 232 // And the URL matches what we expected. 260 // The match for term1 should be more relevant than the what you typed result. 296 // And the URL matches what we expected. 371 // There should be two matches, one for what you typed, the other for 382 // Make sure the what you typed match has no description. 405 // There should be two matches, one for what you typed, the other for 420 // There should be two matches, one for what you typed, the other for 449 // There should only one match, for what you typed. 484 // There should be two matches, one for what you typed, the other fo [all...] |
/bionic/libc/kernel/common/linux/netfilter/ |
xt_connbytes.h | 41 u_int8_t what; member in struct:xt_connbytes_info
|
/build/target/board/generic/ |
BoardConfig.mk | 18 # What this means is that the platform image will not use NEON code paths
|
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/ |
ModifyInstallerPackageTest.java | 139 // That's what we want! 152 // That's what we want! 169 // That's what we want! 198 // That's what we want!
|
/cts/tests/src/android/content/cts/ |
AvailableIntentsActivity.java | 26 * what it layouts. We only need an activity even if it's empty for this test.
|
/cts/tests/src/android/renderscript/cts/ |
stub_activity.rs | 27 // Tell the runtime what the font color should be
|
/cts/tests/tests/example/src/android/example/cts/ |
ExampleSecondaryTest.java | 27 * separate your test classes by what class or major piece of
|
/cts/tests/tests/text/src/android/text/util/cts/ |
Rfc822TokenizerTest.java | 60 // issue 1695243, not clear what is supposed to happen if text is null. 95 // issue 1695243, not clear what is supposed to happen if text is null. 109 // issue 1695243, not clear what is supposed result if text is null. 133 // issue 1695243, not clear what is supposed result if text is null
|
/dalvik/dx/tests/111-use-null-as-array/ |
info.txt | 9 aget-byte for what was a boolean[] in the source code. In these cases,
|
/dalvik/tests/017-float/src/ |
Main.java | 18 * I dont know what this test does.
|
/dalvik/vm/ |
Inlines.h | 26 * (Note C99 has different notions about what the keyword combos mean.)
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
ResourcesLayoutReference.java | 30 // what is shown based on the smallest width that will occur.
|