HomeSort by relevance Sort by last modified time
    Searched refs:ok (Results 201 - 225 of 827) sorted by null

1 2 3 4 5 6 7 891011>>

  /system/media/wilhelm/src/itf/
IObject.c 96 int ok = pthread_mutex_lock(&theOneTrueMutex); local
97 assert(0 == ok);
99 ok = pthread_mutex_unlock(&theOneTrueMutex);
100 assert(0 == ok);
349 // Can't get interface on an unrealized object unless pre-realize is ok
528 // destroy. It is OK to unlock the mutex temporarily, as it long as it re-locks the mutex
771 int ok; local
772 ok = pthread_mutex_init(&thiz->mMutex, (const pthread_mutexattr_t *) NULL);
773 assert(0 == ok);
780 ok = pthread_cond_init(&thiz->mCond, (const pthread_condattr_t *) NULL)
793 int ok; local
    [all...]
  /external/webkit/Source/WebCore/wml/
WMLInputElement.cpp 469 bool ok = true; local
474 ok = !WTF::isASCIIDigit(inChar) && !WTF::isASCIILower(inChar) && WTF::isASCIIPrintable(inChar);
477 ok = !WTF::isASCIIDigit(inChar) && !WTF::isASCIIUpper(inChar) && WTF::isASCIIPrintable(inChar);
480 ok = WTF::isASCIIDigit(inChar);
483 ok = !WTF::isASCIIAlpha(inChar) && WTF::isASCIIPrintable(inChar);
486 ok = !WTF::isASCIILower(inChar) && WTF::isASCIIPrintable(inChar);
489 ok = !WTF::isASCIIUpper(inChar) && WTF::isASCIIPrintable(inChar);
492 ok = WTF::isASCIIPrintable(inChar);
495 ok = WTF::isASCIIPrintable(inChar);
498 ok = (mask == inChar)
    [all...]
  /external/chromium/chrome/browser/net/
resolve_proxy_msg_helper.cc 67 bool ok = GetProxyService(&proxy_service_); local
69 if (!ok) {
  /external/chromium/net/base/
host_mapping_rules.cc 105 bool ok = AddRuleFromString(rules.token()); local
106 LOG_IF(ERROR, !ok) << "Failed parsing rule: " << rules.token();
  /external/yaffs2/yaffs2/
yaffs_checkptrw.c 222 int ok = 1; local
232 while(i < nBytes && ok) {
245 ok = yaffs_CheckpointFlushBuffer(dev);
255 int ok = 1; local
266 while(i < nBytes && ok) {
278 ok = 0;
292 ok = 0;
303 if(ok){
  /external/chromium/chrome/browser/password_manager/
password_store_x.cc 201 bool ok = PasswordStoreDefault::FillAutofillableLogins(&forms) && local
203 if (ok) {
210 ok = false;
228 ok = false;
230 if (ok) {
247 ssize_t result = ok ? forms.size() : -1;
  /external/openssl/crypto/rsa/
rsa_gen.c 90 int bitsp,bitsq,ok= -1,n=0; local
143 ok = 0; /* we set our own err */
204 ok=1;
206 if (ok == -1)
209 ok=0;
217 return ok;
  /external/openssl/crypto/x509v3/
v3_prn.c 115 int ok = 1; local
127 ok = 0;
148 ok = 0;
154 if(!method->i2r(method, ext_str, out, indent)) ok = 0;
155 } else ok = 0;
162 return ok;
  /external/valgrind/main/memcheck/tests/
varinfo6.stdout.exp 20 bit 24 0 OK really ok!
21 bit 27 0 OK really ok!
29 all ok
  /external/webkit/Source/JavaScriptCore/wtf/text/
AtomicString.h 88 int toInt(bool* ok = 0) const { return m_string.toInt(ok); }
89 double toDouble(bool* ok = 0) const { return m_string.toDouble(ok); }
90 float toFloat(bool* ok = 0) const { return m_string.toFloat(ok); }
StringImpl.cpp 411 int StringImpl::toIntStrict(bool* ok, int base)
413 return charactersToIntStrict(m_data, m_length, ok, base);
416 unsigned StringImpl::toUIntStrict(bool* ok, int base)
418 return charactersToUIntStrict(m_data, m_length, ok, base);
421 int64_t StringImpl::toInt64Strict(bool* ok, int base)
423 return charactersToInt64Strict(m_data, m_length, ok, base);
426 uint64_t StringImpl::toUInt64Strict(bool* ok, int base)
428 return charactersToUInt64Strict(m_data, m_length, ok, base);
431 intptr_t StringImpl::toIntPtrStrict(bool* ok, int base)
433 return charactersToIntPtrStrict(m_data, m_length, ok, base)
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
V8Binding.h 117 int toInt32(v8::Handle<v8::Value> value, bool& ok);
122 bool ok; local
123 return toInt32(value, ok);
128 uint32_t toUInt32(v8::Handle<v8::Value> value, bool& ok);
133 bool ok; local
134 return toUInt32(value, ok);
  /system/media/wilhelm/src/desktop/
SndFile.c 159 case SL_DATAFORMAT_NULL: // OK to omit the data format
253 int ok; local
254 ok = pthread_mutex_init(&thiz->mSndFile.mMutex, (const pthread_mutexattr_t *) NULL);
255 assert(0 == ok);
282 int ok; local
283 ok = pthread_mutex_destroy(&thiz->mSndFile.mMutex);
284 assert(0 == ok);
  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.cpp 200 // OK, but we don't want to die inside the call.
222 bool ok; local
226 result = parse.left(parse.length() - 1).toDouble(&ok) * 60 * 60;
228 result = parse.left(parse.length() - 3).toDouble(&ok) * 60;
230 result = parse.left(parse.length() - 2).toDouble(&ok) / 1000;
232 result = parse.left(parse.length() - 1).toDouble(&ok);
234 result = parse.toDouble(&ok);
235 if (!ok)
252 bool ok; local
256 result += parse.substring(0, 2).toUIntStrict(&ok) * 60 * 60
286 bool ok; local
    [all...]
  /external/openssl/crypto/ui/
ui_openssl.c 356 int ok = 0; local
375 if ((ok = read_string_inner(ui, uis,
377 return ok;
413 int ok; local
420 ok=0;
455 ok=1;
459 ok=-1;
462 ok=0;
467 ok=1;
471 return ok;
    [all...]
  /system/media/wilhelm/tests/sandbox/
xaplay.c 116 int ok; local
117 ok = pthread_mutex_lock(&mutex);
118 assert(ok == 0);
120 ok = pthread_cond_signal(&cond);
121 assert(ok == 0);
122 ok = pthread_mutex_unlock(&mutex);
123 assert(ok == 0);
253 int ok; local
255 ok = fstat(fd, &statbuf);
256 if (ok < 0)
    [all...]
  /system/media/wilhelm/tests/listening/
slesTest_playMuteSolo.cpp 90 int ok; local
91 ok = pthread_mutex_lock(&mutex);
92 assert(ok == 0);
94 ok = pthread_cond_signal(&cond);
95 assert(ok == 0);
96 ok = pthread_mutex_unlock(&mutex);
97 assert(ok == 0);
  /external/wpa_supplicant_8/src/ap/
hw_features.c 180 int sec_chan, ok, j, first; local
195 ok = 0;
201 ok = 1;
205 if (!ok) {
225 ok = 0;
228 ok = 1;
232 if (!ok) {
613 int i, j, ok; local
637 ok = 0;
648 ok = 1
    [all...]
  /hardware/ril/mock-ril/src/cpp/
protobuf_v8.cpp 307 bool ok = true; local
315 ok = type->ToProto(repeated ?
391 ok = false;
395 DBG("Type::ToProto(instance, field, value, type, repeated) X: ok=%d", ok);
396 return ok;
405 bool ok = true; local
406 for (int i = 0; ok && (i < descriptor_->field_count()); i++) {
416 ok = ToProto(instance, field, value, child_type, true);
420 for (int j = 0; ok && (j < length); j++)
    [all...]
  /external/openssl/crypto/dsa/
dsa_gen.c 116 int ok=0; local
318 ok=1;
320 if (ok)
330 ok=0;
342 return ok;
  /external/openssl/crypto/rand/
md_rand.c 336 int ok; local
398 ok = (entropy >= ENTROPY_NEEDED);
399 if (!ok)
439 if (ok)
518 if (ok)
  /external/openssl/ssl/
d1_both.c 171 long max, int *ok);
410 long dtls1_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok)
428 *ok=1;
438 i = dtls1_get_message_fragment(s, st1, stn, max, ok);
442 else if ( i <= 0 && !*ok)
476 *ok = 0;
531 dtls1_retrieve_buffered_fragment(SSL *s, long max, int *ok)
542 *ok = 0;
572 *ok = 1;
578 *ok = 0
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadGroupTest.java 374 // Now we walk the levels down, checking if parent is ok
892 boolean ok = true;
895 ok = ok && wipeThread(t);
901 ok = ok && wipeAllThreads(element);
904 return ok;
909 boolean ok = true;
923 ok = ok && wipeThread(t)
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
owner_key_utils.cc 89 bool ok = false; local
103 ok = (safe_file_size ==
108 return ok;
  /external/chromium/net/proxy/
proxy_resolver_perftest.cc 111 EXPECT_EQ(net::OK, rv);
124 ASSERT_EQ(net::OK, result);
143 ASSERT_EQ(net::OK, result);
162 bool ok = file_util::ReadFileToString(path, &file_contents); local
165 LOG_IF(ERROR, !ok) << "Failed to read file: " << path.value();
166 ASSERT_TRUE(ok);
171 EXPECT_EQ(net::OK, rv);

Completed in 1087 milliseconds

1 2 3 4 5 6 7 891011>>