HomeSort by relevance Sort by last modified time
    Searched refs:ok (Results 176 - 200 of 912) sorted by null

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/test/java/tests/security/spec/
EllipticCurveTest.java 87 } catch (NullPointerException ok) {}
98 } catch (NullPointerException ok) {}
109 } catch (NullPointerException ok) {}
134 } catch (IllegalArgumentException ok) {}
146 } catch (IllegalArgumentException ok) {}
158 } catch (IllegalArgumentException ok) {}
170 } catch (IllegalArgumentException ok) {}
195 } catch (IllegalArgumentException ok) {}
207 } catch (IllegalArgumentException ok) {}
219 } catch (IllegalArgumentException ok) {}
    [all...]
  /sdk/ddms/app/src/com/android/ddms/
AboutDialog.java 140 // "OK" button
141 Button ok = new Button(shell, SWT.PUSH); local
142 ok.setText("OK");
145 ok.setLayoutData(data);
146 ok.addSelectionListener(new SelectionAdapter() {
155 shell.setDefaultButton(ok);
  /external/webkit/Source/WebCore/dom/
InputElement.cpp 324 bool ok = true; local
329 ok = !isASCIIDigit(inChar) && !isASCIILower(inChar) && isASCIIPrintable(inChar);
332 ok = !isASCIIDigit(inChar) && !isASCIIUpper(inChar) && isASCIIPrintable(inChar);
335 ok = isASCIIDigit(inChar);
338 ok = !isASCIIAlpha(inChar) && isASCIIPrintable(inChar);
341 ok = !isASCIILower(inChar) && isASCIIPrintable(inChar);
344 ok = !isASCIIUpper(inChar) && isASCIIPrintable(inChar);
348 ok = isASCIIPrintable(inChar);
351 ok = (mask == inChar);
355 return ok;
    [all...]
  /external/stlport/test/unit/
codecvt_test.cpp 78 return ok;
104 return ok;
163 if (icur == iend) return ok;
169 return ok;
181 return ok;
195 return ok;
200 return ok;
210 return ok;
224 return ok;
400 CPPUNIT_ASSERT( res == cdecvt_type::ok );
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 78 return ok;
104 return ok;
163 if (icur == iend) return ok;
169 return ok;
181 return ok;
195 return ok;
200 return ok;
210 return ok;
224 return ok;
402 CPPUNIT_ASSERT( res == cdecvt_type::ok );
    [all...]
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 78 return ok;
104 return ok;
163 if (icur == iend) return ok;
169 return ok;
181 return ok;
195 return ok;
200 return ok;
210 return ok;
224 return ok;
402 CPPUNIT_ASSERT( res == cdecvt_type::ok );
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
PackageTest.java 233 } catch (NumberFormatException ok) {
243 } catch (NumberFormatException ok) {}
247 } catch (NumberFormatException ok) {}
251 } catch (NumberFormatException ok) {}
255 } catch (NumberFormatException ok) {}
259 } catch (NumberFormatException ok) {}
263 } catch (NumberFormatException ok) {}
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
SequenceTest.java 88 values[0] = obj.ok;
127 public Boolean ok; field in class:SequenceTest.AppClass
131 public AppClass(Boolean ok, List list) {
132 this.ok = ok;
139 return ok.equals(obj.ok) && list.equals(obj.list);
  /external/iproute2/tc/
m_mirred.c 70 int ok = 0, iok = 0, mirror=0,redir=0; local
84 ok++;
95 if (!ok) {
100 } else if(!ok) {
112 ok++;
121 ok++;
139 if (!ok && !iok) {
  /external/openssl/apps/
verify.c 72 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx);
290 fprintf(stdout,"OK\n");
300 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx)
305 if (!ok)
326 * ok if they are self signed. But we should still warn
339 ok = 1;
343 return ok;
346 if (cert_error == X509_V_OK && ok == 2)
350 return(ok);
  /external/openssl/crypto/x509/
by_file.c 95 int ok=0; local
105 ok = (X509_load_cert_crl_file(ctx,file,
109 ok = (X509_load_cert_crl_file(ctx,X509_get_default_cert_file(),
112 if (!ok)
120 ok = (X509_load_cert_crl_file(ctx,argp,
123 ok = (X509_load_cert_file(ctx,argp,(int)argl) != 0);
127 return(ok);
  /frameworks/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 91 int ok; local
92 ok = pthread_mutex_lock(&mutex);
93 assert(ok == 0);
95 ok = pthread_cond_signal(&cond);
96 assert(ok == 0);
97 ok = pthread_mutex_unlock(&mutex);
98 assert(ok == 0);
  /external/webp/src/enc/
syntax.c 252 int ok = 0; local
257 ok = GeneratePartition0(enc);
271 ok = ok && PutHeader(enc->profile_, size0, coded_size, pic)
282 ok = ok && pic->writer(buf, size, pic);
287 if (ok && pad) {
289 ok = pic->writer(pad_byte, 1, pic);
293 return ok;
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/
ECPrivateKeySpec_ImplTest.java 86 } catch (NullPointerException ok) {
94 } catch (NullPointerException ok) {
102 } catch (NullPointerException ok) {
ECPublicKeySpec_ImplTest.java 86 } catch (NullPointerException ok) {
94 } catch (NullPointerException ok) {
102 } catch (NullPointerException ok) {
126 } catch (IllegalArgumentException ok) {
  /external/chromium/chrome/browser/ui/
window_sizer_linux.cc 66 gboolean ok; local
69 ok = gdk_property_get(gdk_get_default_root_window(), // a gdk window
79 if (!ok)
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptconverter_p.h 47 bool ok; local
48 quint32 idx = qstring.toUInt(&ok);
49 if (!ok || toString(idx) != qstring)
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.h 269 int toIntStrict(bool* ok = 0, int base = 10);
270 unsigned toUIntStrict(bool* ok = 0, int base = 10);
271 int64_t toInt64Strict(bool* ok = 0, int base = 10);
272 uint64_t toUInt64Strict(bool* ok = 0, int base = 10);
273 intptr_t toIntPtrStrict(bool* ok = 0, int base = 10);
275 int toInt(bool* ok = 0); // ignores trailing garbage
276 unsigned toUInt(bool* ok = 0); // ignores trailing garbage
277 int64_t toInt64(bool* ok = 0); // ignores trailing garbage
278 uint64_t toUInt64(bool* ok = 0); // ignores trailing garbage
279 intptr_t toIntPtr(bool* ok = 0); // ignores trailing garbag
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSNodeListCustom.cpp 80 bool ok; local
81 unsigned index = Identifier::toUInt32(exec->argument(0).toString(exec), ok);
82 if (!ok)
  /external/webkit/Source/WebCore/html/
HTMLHRElement.cpp 78 bool ok; local
79 int v = attr->value().toInt(&ok);
80 if (ok && !v)
  /frameworks/base/core/java/android/text/method/
NumberKeyListener.java 54 if (!ok(accept, source.charAt(i))) {
60 // It was all OK.
65 // It was not OK, and there is only one char, so nothing remains.
75 // Only count down to i because the chars before that were all OK.
77 if (!ok(accept, source.charAt(j))) {
85 protected static boolean ok(char[] accept, char c) { method in class:NumberKeyListener
  /packages/apps/Settings/src/com/android/settings/bluetooth/
Utils.java 62 .setPositiveButton(android.R.string.ok, disconnectListener)
70 CharSequence okText = context.getText(android.R.string.ok);
99 .setPositiveButton(android.R.string.ok, null)
  /external/openssl/ssl/
ssltest.c 220 static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
2058 int ok = 1; local
2136 int ok; local
2202 int ok; local
2272 int ok=1; local
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
GuardedObjectTest.java 57 catch (SecurityException ok) {}
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
MGF1ParameterSpecTest.java 68 } catch (NullPointerException ok) {

Completed in 414 milliseconds

1 2 3 4 5 6 78 91011>>