/external/iproute2/tc/ |
tc_util.c | 49 goto ok; 56 ok: 68 goto ok; 71 goto ok; 92 ok: 429 else if (strcmp(arg, "ok") == 0)
|
m_police.c | 43 fprintf(stderr, "Where: *EXCEEDACT := pipe | ok | reclassify | drop | continue \n"); 87 else if (strcmp(arg, "ok") == 0) 130 int ok=0; local 255 ok++; 259 if (!ok)
|
/external/oprofile/libutil++/ |
op_bfd.cpp | 101 extra_images const & extra_images, bool & ok) 125 if (!ok || img_ok != image_ok) { 133 ok = false; 139 ok = false; 149 ok = false; 470 // is ok, must we throw ?
|
/external/stlport/src/details/ |
fstream_win32io.cpp | 364 bool ok; 367 ok = true; 370 ok = (CloseHandle(_M_file_id) != 0); 373 ok = false; 379 return ok;
|
/external/webkit/Source/WebCore/html/ |
HTMLCanvasElement.cpp | 241 bool ok; 243 int w = getAttribute(widthAttr).toInt(&ok); 244 if (!ok || w < 0) 246 int h = getAttribute(heightAttr).toInt(&ok); 247 if (!ok || h < 0)
|
/ndk/sources/cxx-stl/stlport/src/details/ |
fstream_win32io.cpp | 364 bool ok; 367 ok = true; 370 ok = (CloseHandle(_M_file_id) != 0); 373 ok = false; 379 return ok;
|
/packages/apps/Phone/src/com/android/phone/ |
DTMFTwelveKeyDialer.java | 189 boolean keyOK = ok(getAcceptedChars(), c); 218 boolean keyOK = ok(getAcceptedChars(), c); 240 if (ok(getAcceptedChars(), c)) { 272 if (ok(getAcceptedChars(), c)) { 304 return (ok(getAcceptedChars(), lookup(event)));
|
/packages/apps/Settings/src/com/android/settings/ |
TrustedCredentialsSettings.java | 124 private void postOperationUpdate(boolean ok, CertHolder certHolder) { 125 if (ok) { 341 builder.setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() { 413 @Override protected void onPostExecute(Boolean ok) { 414 mCertHolder.mTab.postOperationUpdate(ok, mCertHolder);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ViewAnimatorTest.java | 128 final View v1 = mActivity.findViewById(R.id.ok); 190 final View v1 = mActivity.findViewById(R.id.ok); 236 final View v1 = mActivity.findViewById(R.id.ok); 269 final View v1 = mActivity.findViewById(R.id.ok); 300 final View v1 = mActivity.findViewById(R.id.ok); 375 final View v1 = mActivity.findViewById(R.id.ok); 464 final View v1 = mActivity.findViewById(R.id.ok);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractStyleWizard.java | 333 boolean ok = true; 339 ok = false; 346 ok = false; 353 ok = false; 356 if (ok) { 375 setPageComplete(ok); 376 return ok;
|
/system/media/wilhelm/tests/sandbox/ |
reverb.c | 210 int ok; local 211 ok = pthread_mutex_lock(&mutex); 212 assert(ok == 0); 214 ok = pthread_cond_signal(&cond); 215 assert(ok == 0); 216 ok = pthread_mutex_unlock(&mutex); 217 assert(ok == 0);
|
/external/tcpdump/ |
print-snmp.c | 953 int ok = 1; local 960 ok = (elem->asnlen == smiRange->minValue.value.unsigned32); 962 ok = (elem->asnlen >= smiRange->minValue.value.unsigned32 968 ok = (elem->data.integer >= smiRange->minValue.value.integer32 973 ok = (elem->data.uns >= smiRange->minValue.value.unsigned32 989 ok = 1; 993 ok = 0; 997 return ok; 1003 int ok = 1; local 1009 ok = smi_check_a_range(smiType, smiRange, elem) [all...] |
/external/icu4c/test/cintltst/ |
trietest.c | 267 UBool overwrite, ok; local 278 ok=TRUE; 285 ok&=utrie_set32(newTrie, start, value); 287 ok&=utrie_setRange32(newTrie, start, limit, value, overwrite); 290 if(!ok) { 461 UBool overwrite, ok; local 469 ok=TRUE; 476 ok&=utrie_set32(newTrie, start, value); 478 ok&=utrie_setRange32(newTrie, start, limit, value, overwrite); 481 if(!ok) { [all...] |
/external/valgrind/main/coregrind/ |
m_redir.c | 327 Bool ok, isWrap; local 362 ok = VG_(maybe_Z_demangle)( sym_name, demangled_sopatt, N_DEMANGLED, 367 if (!ok) { 400 ok = isText 404 if (!ok) 427 /* Ok. Now specList holds the list of specs from the DebugInfo. 1322 Bool ok; local [all...] |
/frameworks/base/core/java/android/text/ |
StaticLayout.java | 251 int ok = paraStart; local 389 ok = j + 1; 402 if (ok != here) { 403 // Log.e("text", "output ok " + here + " to " +ok); 405 while (ok < spanEnd && chs[ok - paraStart] == CHAR_SPACE) { 406 ok++; 410 here, ok, 416 ok == bufEnd, includepad, trackpad [all...] |
/external/bison/src/ |
tables.c | 681 bool ok = true; local 685 for (k = 0; ok && k < t; k++) 692 ok = false; 695 for (k = 0; ok && k < vector; k++) 697 ok = false; 699 if (ok)
|
/external/chromium/net/socket/ |
tcp_client_socket_libevent.cc | 168 // If already connected, then just return OK. 170 return OK; 186 int rv = DoConnectLoop(OK); 207 DCHECK_EQ(OK, rv); 249 return OK; 260 return OK; 267 return OK; 293 if (result != OK) 299 if (result == OK) { 301 return OK; // Done 640 bool ok = read_socket_watcher_.StopWatchingFileDescriptor(); local [all...] |
/external/openssl/ssl/ |
s3_clnt.c | 799 int i,al,ok; local 811 &ok); 813 if (!ok) return((int)n); 1045 int al,i,ok,ret= -1; local 1060 &ok); 1062 if (!ok) return((int)n); 1236 int al,i,j,param_len,ok local 1741 int ok,ret=0; local 1888 int ok,al,ret=0, ticklen; local 1977 int ok, al; local 2046 int ok,ret=0; local 3114 int ok; local [all...] |
/external/ppp/pppd/ |
chap-new.c | 313 int response_len, ok, mlen; local 353 ok = (*verifier)(name, ss->name, id, ss->digest, 356 if (!ok || !auth_number()) { 402 int ok; local 412 ok = digest->verify_response(id, name, secret, secret_len, challenge, 416 return ok;
|
/external/stlport/test/unit/ |
set_test.cpp | 309 CPPUNIT_ASSERT( stack1.ok() ); 310 CPPUNIT_ASSERT( stack2.ok() ); 332 CPPUNIT_ASSERT( stack1.ok() ); 333 CPPUNIT_ASSERT( stack2.ok() ); 355 CPPUNIT_ASSERT( stack1.ok() ); 356 CPPUNIT_ASSERT( stack2.ok() );
|
/external/webkit/Source/WebCore/platform/network/ |
ResourceResponseBase.cpp | 342 bool ok; local 343 double maxAge = directives[i].second.toDouble(&ok); 344 if (ok) 432 bool ok; local 433 m_age = headerValue.toDouble(&ok); 434 if (!ok)
|
/ndk/tests/device/test-gnustl-full/unit/ |
set_test.cpp | 309 CPPUNIT_ASSERT( stack1.ok() ); 310 CPPUNIT_ASSERT( stack2.ok() ); 332 CPPUNIT_ASSERT( stack1.ok() ); 333 CPPUNIT_ASSERT( stack2.ok() ); 355 CPPUNIT_ASSERT( stack1.ok() ); 356 CPPUNIT_ASSERT( stack2.ok() );
|
/ndk/tests/device/test-stlport/unit/ |
set_test.cpp | 309 CPPUNIT_ASSERT( stack1.ok() ); 310 CPPUNIT_ASSERT( stack2.ok() ); 332 CPPUNIT_ASSERT( stack1.ok() ); 333 CPPUNIT_ASSERT( stack2.ok() ); 355 CPPUNIT_ASSERT( stack1.ok() ); 356 CPPUNIT_ASSERT( stack2.ok() );
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/ |
ConfigurationTest.java | 122 } catch (SecurityException ok) { 123 assertTrue(ok.getCause() instanceof ClassNotFoundException); 134 } catch (ClassCastException ok) {
|
/external/openssl/crypto/ecdsa/ |
ecs_ossl.c | 223 int ok = 0, i; local 331 ok = 1; 333 if (!ok)
|