HomeSort by relevance Sort by last modified time
    Searched refs:what (Results 1 - 25 of 624) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/third_party/icu/source/common/
localsvc.h 18 * @param what service-specific string identifying the specific user hook
22 U_CAPI void* uprv_svc_hook(const char *what, UErrorCode *status);
  /external/icu4c/common/
localsvc.h 18 * @param what service-specific string identifying the specific user hook
22 U_CAPI void* uprv_svc_hook(const char *what, UErrorCode *status);
  /frameworks/base/core/java/android/text/
SpanWatcher.java 29 public void onSpanAdded(Spannable text, Object what, int start, int end);
34 public void onSpanRemoved(Spannable text, Object what, int start, int end);
40 public void onSpanChanged(Spannable text, Object what, int ostart, int oend,
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);
Spannable.java 31 * what the flags mean. The object can be one that has meaning only
39 public void setSpan(Object what, int start, int end, int flags);
46 public void removeSpan(Object what);
  /frameworks/base/core/java/com/android/internal/os/
HandlerCaller.java 119 public boolean hasMessages(int what) {
120 return mH.hasMessages(what);
123 public void removeMessages(int what) {
124 mH.removeMessages(what);
127 public void removeMessages(int what, Object obj) {
128 mH.removeMessages(what, obj);
135 public Message obtainMessage(int what) {
136 return mH.obtainMessage(what);
139 public Message obtainMessageBO(int what, boolean arg1, Object arg2) {
140 return mH.obtainMessage(what, arg1 ? 1 : 0, 0, arg2)
    [all...]
  /libcore/sqlite-jdbc/src/main/java/SQLite/
Authorizer.java 12 * @param what integer indicating type of access
22 public int authorize(int what, String arg1, String arg2, String arg3,
  /frameworks/base/telephony/java/com/android/internal/telephony/
BaseCommands.java 106 public void registerForRadioStateChanged(Handler h, int what, Object obj) {
107 Registrant r = new Registrant (h, what, obj);
121 public void registerForOn(Handler h, int what, Object obj) {
122 Registrant r = new Registrant (h, what, obj);
139 public void registerForAvailable(Handler h, int what, Object obj) {
140 Registrant r = new Registrant (h, what, obj);
157 public void registerForNotAvailable(Handler h, int what, Object obj) {
158 Registrant r = new Registrant (h, what, obj);
175 public void registerForOffOrNotAvailable(Handler h, int what, Object obj) {
176 Registrant r = new Registrant (h, what, obj)
    [all...]
  /frameworks/base/core/java/android/os/
Registrant.java 29 Registrant(Handler h, int what, Object obj)
32 this.what = what;
80 msg.what = what;
104 msg.what = what;
121 int what; field in class:Registrant
  /frameworks/base/core/java/android/webkit/
PerfChecker.java 34 * @param what log string
38 public void responseAlert(String what) {
43 Log.w("webkit", what + " used " + time + " ms");
  /external/stlport/test/unit/
exception_test.cpp 25 CPPUNIT_TEST(what);
44 void what();
69 void ExceptionTest::what() function in class:ExceptionTest
75 CPPUNIT_CHECK( strcmp( err.what(), "message" ) == 0 );
143 CPPUNIT_ASSERT( foo == e.what() );
146 CPPUNIT_ASSERT(foo == clone.what() );
156 CPPUNIT_ASSERT( foo == e.what() );
159 CPPUNIT_ASSERT(foo == clone.what() );
170 CPPUNIT_ASSERT(msg == e.what() );
173 CPPUNIT_ASSERT(msg == clone.what() );
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
exception_test.cpp 25 CPPUNIT_TEST(what);
44 void what();
69 void ExceptionTest::what() function in class:ExceptionTest
75 CPPUNIT_CHECK( strcmp( err.what(), "message" ) == 0 );
143 CPPUNIT_ASSERT( foo == e.what() );
146 CPPUNIT_ASSERT(foo == clone.what() );
156 CPPUNIT_ASSERT( foo == e.what() );
159 CPPUNIT_ASSERT(foo == clone.what() );
170 CPPUNIT_ASSERT(msg == e.what() );
173 CPPUNIT_ASSERT(msg == clone.what() );
    [all...]
  /ndk/tests/device/test-stlport/unit/
exception_test.cpp 25 CPPUNIT_TEST(what);
44 void what();
69 void ExceptionTest::what() function in class:ExceptionTest
75 CPPUNIT_CHECK( strcmp( err.what(), "message" ) == 0 );
143 CPPUNIT_ASSERT( foo == e.what() );
146 CPPUNIT_ASSERT(foo == clone.what() );
156 CPPUNIT_ASSERT( foo == e.what() );
159 CPPUNIT_ASSERT(foo == clone.what() );
170 CPPUNIT_ASSERT(msg == e.what() );
173 CPPUNIT_ASSERT(msg == clone.what() );
    [all...]
  /bionic/libc/kernel/common/linux/netfilter/
xt_connbytes.h 33 u_int8_t what; member in struct:xt_connbytes_info
  /development/ndk/platforms/android-3/include/linux/netfilter/
xt_connbytes.h 33 u_int8_t what; member in struct:xt_connbytes_info
  /external/kernel-headers/original/linux/netfilter/
xt_connbytes.h 22 u_int8_t what; /* ipt_connbytes_what */ member in struct:xt_connbytes_info
  /ndk/tests/device/test-gnustl-1/jni/
hello.cpp 30 std::printf("%s\n", ex.what());
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_connbytes.h 22 u_int8_t what; /* ipt_connbytes_what */ member in struct:xt_connbytes_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter/
xt_connbytes.h 33 u_int8_t what; member in struct:xt_connbytes_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/netfilter/
xt_connbytes.h 33 u_int8_t what; member in struct:xt_connbytes_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/netfilter/
xt_connbytes.h 33 u_int8_t what; member in struct:xt_connbytes_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter/
xt_connbytes.h 33 u_int8_t what; member in struct:xt_connbytes_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter/
xt_connbytes.h 33 u_int8_t what; member in struct:xt_connbytes_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter/
xt_connbytes.h 33 u_int8_t what; member in struct:xt_connbytes_info
  /frameworks/base/core/java/android/text/method/
MetaKeyKeyListener.java 164 public static boolean isMetaTracker(CharSequence text, Object what) {
165 return what == CAP || what == ALT || what == SYM ||
166 what == SELECTING;
173 public static boolean isSelectingMetaTracker(CharSequence text, Object what) {
174 return what == SELECTING;
177 private static void adjust(Spannable content, Object what) {
178 int current = content.getSpanFlags(what);
181 content.setSpan(what, 0, 0, USED)
    [all...]

Completed in 1012 milliseconds

1 2 3 4 5 6 7 8 91011>>