/external/webkit/LayoutTests/fast/encoding/ |
pseudo-xml-2-expected.txt | 3 Test that an XML declaration with an explicit encoding is still honored. This is what Firefox 1.5 and Safari 2.0 do, unlike WinIE 6.
|
/frameworks/base/core/java/android/text/ |
SpannableString.java | 45 public void setSpan(Object what, int start, int end, int flags) { 46 super.setSpan(what, start, end, flags); 49 public void removeSpan(Object what) { 50 super.removeSpan(what);
|
/frameworks/base/core/tests/coretests/src/android/os/ |
IdleHandlerTest.java | 71 if (msg.what == 0) { 73 } else if (msg.what == 1) { 104 if (msg.what == 0) { 107 } else if (msg.what == 1) { 109 } else if (msg.what == 2) { 142 if (msg.what == 0) { 144 } else if (msg.what == 1) { 175 if (msg.what == 0) { 178 } else if (msg.what == 1) { 180 } else if (msg.what == 2) [all...] |
/external/clang/test/Rewriter/ |
rewrite-modern-default-property-synthesis.mm | 17 @property (retain) NSString* what; 26 @property (nonatomic, retain) NSString* what; 36 - (NSString*) what { 45 @property (nonatomic, retain) NSString* what; 54 // - (NSString*) what
|
/frameworks/base/core/java/com/android/internal/util/ |
AsyncChannel.java | 451 msg.what = CMD_CHANNEL_DISCONNECTED; 479 * @param what 481 public void sendMessage(int what) { 483 msg.what = what; 490 * @param what 493 public void sendMessage(int what, int arg1) { 495 msg.what = what; 503 * @param what [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
PhoneProxy.java | 94 switch(msg.what) { 118 loge("Voice Radio Technology event " + msg.what + " has no tech!"); 121 loge("Voice Radio Technology event " + msg.what + " exception!" + ar.exception); 127 + msg.what); 334 public void registerForUnknownConnection(Handler h, int what, Object obj) { 335 mActivePhone.registerForUnknownConnection(h, what, obj); 342 public void registerForPreciseCallStateChanged(Handler h, int what, Object obj) { 343 mActivePhone.registerForPreciseCallStateChanged(h, what, obj); 350 public void registerForNewRingingConnection(Handler h, int what, Object obj) { 351 mActivePhone.registerForNewRingingConnection(h, what, obj) [all...] |
/frameworks/base/core/java/android/os/ |
Message.java | 35 * what this message is about. Each {@link Handler} has its own name-space 39 public int what; field in class:Message 127 m.what = orig.what; 170 * <em>what</em> members on the Message. 172 * @param what Value to assign to the <em>what</em> member. 175 public static Message obtain(Handler h, int what) { 178 m.what = what; [all...] |
/external/openssh/contrib/hpux/ |
egd.rc | 27 WHAT='EGD (entropy gathering daemon)' 54 echo "Starting $WHAT" 58 echo "Stopping $WHAT" 72 echo $WHAT started 83 echo "$WHAT stopped" 86 echo "Unable to stop $WHAT"
|
sshd.rc | 25 WHAT='OpenSSH' 52 echo "Starting $WHAT" 56 echo "Stopping $WHAT" 67 $WHAT_PATH $SSHD_ARGS && echo "$WHAT started" 76 echo "$WHAT stopped" 79 echo "Unable to stop $WHAT"
|
/external/webkit/Source/WebKit/qt/tests/qwebframe/resources/ |
testiframe.html | 45 <div id="content1">You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or inherit and see what happens. The default value is visible.
46 You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or inherit and see what happens. The default value is visible.
47 You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or inherit and see what happens. The default value is visible.
48 You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or inherit and see what happens. The default value is visible.
49 You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or inherit and see what happens. The default value is visible.
50 You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or inherit and see what happens. The default value is visible.</div>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libnsl-2.7.so | |
libnsl.so | |
libnsl.so.1 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libnsl-2.7.so | |
libnsl.so | |
libnsl.so.1 | |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
SignerWithRecovery.java | 18 * Returns a reference to what message was recovered (if any). 27 * that further calls to update will include message content past what is recoverable.
|
/external/libcap-ng/libcap-ng-0.7/docs/ |
capng_print_caps_numeric.3 | 13 The set parameter controls what is included in the representation. The legal options are CAPNG_SELECT_CAPS for the traditional capabilities, CAPNG_SELECT_BOUNDS for the bounding set, or CAPNG_SELECT_BOTH if clearing both is desired. 17 If CAPNG_PRINT_BUFFER was selected for where, this will be the text buffer and NULL on failure. If CAPNG_PRINT_STDOUT was selected then this value will be NULL no matter what.
|
/build/core/ |
apicheck_msg_current.txt | 3 You have tried to change the API from what has been previously approved.
|
/build/target/board/emulator/ |
README.txt | 3 HAVE_HTC_AUDIO_DRIVER constant, since that is what the emulator
|
/development/ndk/platforms/android-3/include/linux/netfilter/ |
xt_connbytes.h | 33 u_int8_t what; member in struct:xt_connbytes_info
|
/external/llvm/autoconf/m4/ |
linux_mixed_64_32.m4 | 3 # shows these as x86_64. Ask the system 'gcc' what it thinks.
|
/external/llvm/projects/sample/autoconf/m4/ |
linux_mixed_64_32.m4 | 3 # shows these as x86_64. Ask the system 'gcc' what it thinks.
|
/external/stlport/test/compiler/ |
partial_spec.cpp | 13 * This code represent what STLport waits from a compiler which support
|
ttei6.cpp | 11 * This code represent what STLport waits from a compiler which support
|