HomeSort by relevance Sort by last modified time
    Searched refs:ok (Results 76 - 100 of 819) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptstring_p.h 43 inline quint32 toArrayIndex(bool* ok = 0) const;
96 quint32 QScriptStringPrivate::toArrayIndex(bool* ok) const
99 if (ok)
100 *ok = (idx != 0xffffffff);
qscriptstring.cpp 98 If a conversion error occurs, *\a{ok} is set to false; otherwise
99 *\a{ok} is set to true.
101 quint32 QScriptString::toArrayIndex(bool* ok) const
103 return d_ptr->toArrayIndex(ok);
  /frameworks/base/core/java/android/net/http/
CharArrayBuffers.java 47 boolean ok = len >= beginIndex + size;
48 for (int j=0; ok && (j<size); j++) {
54 ok = a == b;
57 return ok;
  /libcore/luni/src/test/java/tests/security/spec/
ECGenParameterSpecTest.java 59 } catch (NullPointerException ok) {}
  /external/openssl/crypto/x509/
x509_vfy.c 111 static int null_callback(int ok,X509_STORE_CTX *e);
141 static int null_callback(int ok, X509_STORE_CTX *e)
143 return ok;
159 int depth,i,ok=0; local
255 ok = ctx->get_issuer(&xtmp, ctx, x);
256 if ((ok <= 0) || X509_cmp(x, xtmp))
261 if (ok == 1) X509_free(xtmp);
263 ok=cb(0,ctx);
264 if (!ok) goto end;
297 ok = ctx->get_issuer(&xtmp, ctx, x)
676 int i, last, ok; local
701 int ok, cnum; local
1300 int ok; local
1347 int ok = 0, chnum, cnum; local
1452 int ok; local
1583 int ok=0,n; local
    [all...]
  /external/chromium/net/http/
http_auth_handler.cc 38 bool ok = Init(challenge); local
42 DCHECK(!ok || score_ != -1);
43 DCHECK(!ok || properties_ != -1);
44 DCHECK(!ok || auth_scheme_ != HttpAuth::AUTH_SCHEME_MAX);
46 return ok;
101 // TOOD(cbentzel): Should this be done in OK case only?
  /external/iproute2/tc/
q_sfq.c 33 int ok=0; local
45 ok++;
52 ok++;
63 ok++;
75 if (ok)
  /external/openssl/crypto/dh/
dh_gen.c 100 * It's just as OK (and in some sense better) to use a generator of the
106 int g,ok= -1; local
152 * which both is OK */
161 ok=1;
163 if (ok == -1)
166 ok=0;
174 return ok;
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbelo.c 136 int ok; local
169 ok = (*checksum == buffer[ELO_PACKET_SIZE-1]);
173 if (!ok) {
233 int ok; local
240 ok = 0;
245 ok = eloGetPacket(reply, &reply_p, &sum, fd);
247 if (ok && reply[1] != type && type != ELO_PARAMETER) {
251 ok = 0;
263 } while(!ok && (i>0));
265 return ok;
299 int ok; local
    [all...]
  /external/v8/src/
debug-agent.cc 71 bool ok = server_->Listen(1); local
73 if (ok) {
76 ok = client != NULL;
77 if (ok) {
167 bool ok = DebuggerAgentUtil::SendConnectMessage(client_, *agent_->name_); local
168 if (!ok) return;
325 bool ok; local
331 ok = conn->Send(buffer, len);
332 if (!ok) return false;
336 ok = conn->Send(buffer, len)
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSHTMLAllCollectionCustom.cpp 75 bool ok; local
77 unsigned index = Identifier::toUInt32(string, ok);
78 if (ok)
86 bool ok; local
88 unsigned index = Identifier::toUInt32(exec->argument(1).toString(exec), ok);
89 if (ok) {
124 bool ok; local
125 uint32_t index = Identifier::toUInt32(exec->argument(0).toString(exec), ok);
126 if (ok)
JSHTMLCollectionCustom.cpp 71 bool ok; local
73 unsigned index = Identifier::toUInt32(string, ok);
74 if (ok)
82 bool ok; local
84 unsigned index = Identifier::toUInt32(exec->argument(1).toString(exec), ok);
85 if (ok) {
120 bool ok; local
121 uint32_t index = Identifier::toUInt32(exec->argument(0).toString(exec), ok);
122 if (ok)
  /external/webkit/Source/WebCore/bridge/
runtime_array.cpp 85 bool ok; local
86 unsigned index = propertyName.toArrayIndex(ok);
87 if (ok) {
106 bool ok; local
107 unsigned index = propertyName.toArrayIndex(ok);
108 if (ok) {
137 bool ok; local
138 unsigned index = propertyName.toArrayIndex(ok);
139 if (ok) {
  /external/webkit/Source/WebCore/html/
HTMLMarqueeElement.cpp 133 bool ok; local
134 int scrollAmount = fastGetAttribute(scrollamountAttr).toInt(&ok);
135 return ok && scrollAmount >= 0 ? scrollAmount : RenderStyle::initialMarqueeIncrement().value();
148 bool ok; local
149 int scrollDelay = fastGetAttribute(scrolldelayAttr).toInt(&ok);
150 return ok && scrollDelay >= 0 ? scrollDelay : RenderStyle::initialMarqueeSpeed();
163 bool ok; local
164 int loopValue = fastGetAttribute(loopAttr).toInt(&ok);
165 return ok && loopValue > 0 ? loopValue : -1;
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 83 bool ok = sub_stream_->Next(&in, &in_size); local
84 if (!ok) {
120 bool ok = (zerror_ == Z_OK) || (zerror_ == Z_STREAM_END) local
122 if ((!ok) || (zcontext_.next_out == NULL)) {
139 ok = (zerror_ == Z_OK) || (zerror_ == Z_STREAM_END)
141 if (!ok) {
154 bool ok = Next(&data, &size); local
155 while (ok && (size < count)) {
157 ok = Next(&data, &size);
162 return ok;
242 bool ok = sub_stream_->Next(&sub_data_, &sub_data_size_); local
311 bool ok = zerror_ == Z_OK; local
    [all...]
  /external/chromium/base/win/
object_watcher_unittest.cc 44 bool ok = watcher.StartWatching(event, &delegate); local
45 EXPECT_TRUE(ok);
65 bool ok = watcher.StartWatching(event, &delegate); local
66 EXPECT_TRUE(ok);
85 bool ok = watcher.StartWatching(event, &delegate); local
86 EXPECT_TRUE(ok);
  /external/chromium/net/base/
file_stream_unittest.cc 44 EXPECT_EQ(OK, rv);
105 bool ok = file_util::GetFileSize(temp_file_path(), &file_size); local
106 EXPECT_TRUE(ok);
112 EXPECT_EQ(OK, rv);
135 bool ok = file_util::GetFileSize(temp_file_path(), &file_size); local
136 EXPECT_TRUE(ok);
143 EXPECT_EQ(OK, rv);
170 bool ok = file_util::GetFileSize(temp_file_path(), &file_size); local
171 EXPECT_TRUE(ok);
178 EXPECT_EQ(OK, rv)
200 bool ok = file_util::GetFileSize(temp_file_path(), &file_size); local
235 bool ok = file_util::GetFileSize(temp_file_path(), &file_size); local
303 bool ok = file_util::GetFileSize(temp_file_path(), &file_size); local
325 bool ok = file_util::GetFileSize(temp_file_path(), &file_size); local
357 bool ok = file_util::GetFileSize(temp_file_path(), &file_size); local
388 bool ok = file_util::GetFileSize(temp_file_path(), &file_size); local
407 bool ok = file_util::GetFileSize(temp_file_path(), &file_size); local
442 bool ok = file_util::GetFileSize(temp_file_path(), &file_size); local
481 bool ok = file_util::GetFileSize(temp_file_path(), &file_size); local
529 bool ok = file_util::GetFileSize(temp_file_path(), &file_size); local
584 bool ok = file_util::GetFileSize(temp_file_path(), &file_size); local
734 bool ok = file_util::GetFileSize(temp_file_path(), &file_size); local
836 bool ok = file_util::GetFileSize(temp_file_path(), &file_size); local
    [all...]
data_url_unittest.cc 146 bool ok = local
148 EXPECT_EQ(ok, tests[i].is_valid);
  /external/webkit/Source/WebCore/storage/
IDBSQLiteBackingStore.cpp 248 bool ok = query.prepare() == SQLResultOk; local
249 ASSERT_UNUSED(ok, ok); // FIXME: Better error handling?
287 bool ok = deleteQuery.prepare() == SQLResultOk; local
288 ASSERT_UNUSED(ok, ok); // FIXME: Better error handling.
290 ok = deleteQuery.step() == SQLResultDone;
291 ASSERT_UNUSED(ok, ok); // FIXME: Better error handling.
399 bool ok = query.prepare() == SQLResultOk local
483 bool ok = osQuery.prepare() == SQLResultOk; local
495 bool ok = query.prepare() == SQLResultOk; local
512 bool ok = query.prepare() == SQLResultOk; local
547 bool ok = query.prepare() == SQLResultOk; local
625 bool ok = query.prepare() == SQLResultOk; local
664 bool ok = query.prepare() == SQLResultOk; local
682 bool ok = query.prepare() == SQLResultOk; local
789 bool ok = statement.prepare() == SQLResultOk; local
827 bool ok = statement.prepare() == SQLResultOk; local
867 bool ok = statement.prepare() == SQLResultOk; local
896 bool ok = cursor->m_query.prepare() == SQLResultOk; local
936 bool ok = cursor->m_query.prepare() == SQLResultOk; local
976 bool ok = cursor->m_query.prepare() == SQLResultOk; local
    [all...]
  /external/flac/libFLAC/
bitwriter.c 783 FLAC__bool ok = 1; local
794 ok &= FLAC__bitwriter_write_raw_uint32(bw, 0xC0 | (val>>6), 8);
795 ok &= FLAC__bitwriter_write_raw_uint32(bw, 0x80 | (val&0x3F), 8);
798 ok &= FLAC__bitwriter_write_raw_uint32(bw, 0xE0 | (val>>12), 8);
799 ok &= FLAC__bitwriter_write_raw_uint32(bw, 0x80 | ((val>>6)&0x3F), 8);
800 ok &= FLAC__bitwriter_write_raw_uint32(bw, 0x80 | (val&0x3F), 8);
803 ok &= FLAC__bitwriter_write_raw_uint32(bw, 0xF0 | (val>>18), 8);
804 ok &= FLAC__bitwriter_write_raw_uint32(bw, 0x80 | ((val>>12)&0x3F), 8);
805 ok &= FLAC__bitwriter_write_raw_uint32(bw, 0x80 | ((val>>6)&0x3F), 8);
806 ok &= FLAC__bitwriter_write_raw_uint32(bw, 0x80 | (val&0x3F), 8)
829 FLAC__bool ok = 1; local
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
GuardedObjectTest.java 62 } catch (Exception ok) {
63 assertEquals(message, ok.getMessage());
  /external/elfutils/tests/
run-arsymtest.sh 16 okfile=arsymtest.ok
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
GuardedObjectTest.java 65 } catch (Exception ok) {
66 assertEquals(message, ok.getMessage());
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
ECGenParameterSpecTest.java 66 } catch (NullPointerException ok) {}
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
instant_opt_in_controller.h 13 // This delegate receives callbacks from the InstantOptInController when the OK
38 - (IBAction)ok:(id)sender;

Completed in 413 milliseconds

1 2 34 5 6 7 8 91011>>