/external/webkit/Source/JavaScriptCore/wtf/text/ |
WTFString.h | 70 int charactersToIntStrict(const UChar*, size_t, bool* ok = 0, int base = 10); 71 unsigned charactersToUIntStrict(const UChar*, size_t, bool* ok = 0, int base = 10); 72 int64_t charactersToInt64Strict(const UChar*, size_t, bool* ok = 0, int base = 10); 73 uint64_t charactersToUInt64Strict(const UChar*, size_t, bool* ok = 0, int base = 10); 74 intptr_t charactersToIntPtrStrict(const UChar*, size_t, bool* ok = 0, int base = 10); 76 int charactersToInt(const UChar*, size_t, bool* ok = 0); // ignores trailing garbage 77 unsigned charactersToUInt(const UChar*, size_t, bool* ok = 0); // ignores trailing garbage 78 int64_t charactersToInt64(const UChar*, size_t, bool* ok = 0); // ignores trailing garbage 79 uint64_t charactersToUInt64(const UChar*, size_t, bool* ok = 0); // ignores trailing garbage 80 intptr_t charactersToIntPtr(const UChar*, size_t, bool* ok = 0); // ignores trailing garbag [all...] |
/external/webkit/Source/WebCore/html/ |
HTMLVideoElement.cpp | 156 bool ok; local 157 unsigned w = getAttribute(widthAttr).string().toUInt(&ok); 158 return ok ? w : 0; 163 bool ok; local 164 unsigned h = getAttribute(heightAttr).string().toUInt(&ok); 165 return ok ? h : 0;
|
HTMLProgressElement.cpp | 93 bool ok = parseToDoubleForNumberType(valueString, &value); local 94 if (!ok || value < 0) 111 bool ok = parseToDoubleForNumberType(getAttribute(maxAttr), &max); local 112 if (!ok || max <= 0)
|
/external/webkit/Source/WebCore/platform/ |
Length.cpp | 59 bool ok; local 63 double r = charactersToDouble(data, doubleLength, &ok); 64 if (ok) 68 int r = charactersToIntStrict(data, intLength, &ok); 70 if (ok) 74 if (ok)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractIncludeWizard.java | 94 boolean ok = true; 100 ok = false; 107 ok = false; 111 if (ok) { 121 setPageComplete(ok); 122 return ok;
|
/external/apache-http/src/org/apache/http/message/ |
BasicLineParser.java | 157 boolean ok = true; 158 for (int j=0; ok && (j<protolength); j++) { 159 ok = (buffer.charAt(i+j) == protoname.charAt(j)); 161 if (ok) { 162 ok = (buffer.charAt(i+protolength) == '/'); 164 if (!ok) { 259 boolean ok = true; 260 for (int j=0; ok && (j<protolength); j++) { 261 ok = (buffer.charAt(index+j) == protoname.charAt(j)); 263 if (ok) { [all...] |
/external/chromium/chrome/browser/autofill/ |
phone_field.cc | 139 bool ok = false; local 147 ok = Add(field_type_map, 150 DCHECK(ok); 153 ok = Add(field_type_map, 156 DCHECK(ok); 160 ok = Add(field_type_map, 163 DCHECK(ok); 167 ok = Add(field_type_map, 170 DCHECK(ok); 173 ok = Add(field_type_map [all...] |
/external/e2fsprogs/lib/e2p/ |
mntopts.c | 92 * Edit a mntopt set array as requested by the user. The ok 96 int e2p_edit_mntopts(const char *str, __u32 *mntopts, __u32 ok) 128 if (ok && !(ok & mask)) {
|
/external/openssl/crypto/evp/ |
p_sign.c | 83 int i,ok=0,v; local 119 ok=1; 123 if (!ok)
|
/external/oprofile/libpp/ |
populate.cpp | 68 bool ok = ip.error == image_ok; local 70 samples.extra_found_images, ok); 71 if (!ok && ip.error == image_ok)
|
/external/webkit/Source/WebCore/bindings/js/ |
JSHTMLOptionsCollectionCustom.cpp | 78 bool ok; local 79 int index = finiteInt32Value(exec->argument(1), exec, ok); 82 if (!ok)
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
checkers.h | 138 bool ok = true; local 146 ok = false; 150 return ok;
|
/external/chromium/chrome/browser/ui/cocoa/ |
first_run_dialog.h | 26 - (IBAction)ok:(id)sender;
|
/external/chromium/net/proxy/ |
proxy_resolver_winhttp.cc | 68 BOOL ok = WinHttpGetProxyForUrl( local 70 if (!ok) { 73 ok = WinHttpGetProxyForUrl( 77 if (!ok) { 90 int rv = OK; 110 // So UseNamedProxy() should work OK. 139 return OK;
|
/external/e2fsprogs/tests/defaults/ |
e_script | 37 rm -f $test_name.failed $test_name.ok 40 echo "ok" 41 touch $test_name.ok
|
/external/webkit/Source/JavaScriptCore/qt/api/ |
qscriptstring.h | 43 quint32 toArrayIndex(bool* ok = 0) const;
|
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
runPatchCommand.pl | 50 ok($exitStatus != 0, $title); 76 ok($exitStatus == 0, $title); 84 ok($exitStatus == 0, $title); 92 ok($exitStatus == 0, $title);
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/ |
ECParameterSpec_ImplTest.java | 83 } catch (NullPointerException ok) { 91 } catch (NullPointerException ok) { 99 } catch (NullPointerException ok) { 107 } catch (NullPointerException ok) { 131 } catch (IllegalArgumentException ok) { 139 } catch (IllegalArgumentException ok) { 147 } catch (IllegalArgumentException ok) { 155 } catch (IllegalArgumentException ok) { 163 } catch (IllegalArgumentException ok) {
|
/external/iproute2/tc/ |
q_tbf.c | 41 int ok=0; local 64 ok++; 75 ok++; 88 ok++; 100 ok++; 111 ok++; 122 ok++; 133 ok++; 159 if (!ok) {
|
/external/stlport/test/unit/ |
slist_test.cpp | 357 CPPUNIT_CHECK( stack1.ok() ); 358 CPPUNIT_CHECK( stack2.ok() ); 378 CPPUNIT_CHECK( stack1.ok() ); 379 CPPUNIT_CHECK( stack2.ok() ); 399 CPPUNIT_CHECK( stack1.ok() ); 400 CPPUNIT_CHECK( stack2.ok() ); 412 CPPUNIT_CHECK( stack1.ok() ); 413 CPPUNIT_CHECK( stack2.ok() ); 425 CPPUNIT_CHECK( stack1.ok() ); 426 CPPUNIT_CHECK( stack2.ok() ); [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
slist_test.cpp | 357 CPPUNIT_CHECK( stack1.ok() ); 358 CPPUNIT_CHECK( stack2.ok() ); 378 CPPUNIT_CHECK( stack1.ok() ); 379 CPPUNIT_CHECK( stack2.ok() ); 399 CPPUNIT_CHECK( stack1.ok() ); 400 CPPUNIT_CHECK( stack2.ok() ); 412 CPPUNIT_CHECK( stack1.ok() ); 413 CPPUNIT_CHECK( stack2.ok() ); 425 CPPUNIT_CHECK( stack1.ok() ); 426 CPPUNIT_CHECK( stack2.ok() ); [all...] |
/ndk/tests/device/test-stlport/unit/ |
slist_test.cpp | 357 CPPUNIT_CHECK( stack1.ok() ); 358 CPPUNIT_CHECK( stack2.ok() ); 378 CPPUNIT_CHECK( stack1.ok() ); 379 CPPUNIT_CHECK( stack2.ok() ); 399 CPPUNIT_CHECK( stack1.ok() ); 400 CPPUNIT_CHECK( stack2.ok() ); 412 CPPUNIT_CHECK( stack1.ok() ); 413 CPPUNIT_CHECK( stack2.ok() ); 425 CPPUNIT_CHECK( stack1.ok() ); 426 CPPUNIT_CHECK( stack2.ok() ); [all...] |
/frameworks/base/tests/CoreTests/android/core/ |
HeapTest.java | 82 boolean ok = true; 86 ok = false; 89 if (!ok) { 185 boolean ok = true; 189 ok = false; 192 if (!ok) { 239 boolean ok = true; 249 ok = false; 253 if (!ok) { 301 ok = false [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
openssladapter.cc | 650 bool ok = false; local 692 ok = true; 706 if (ok) 712 if (!ok 718 ok = true; 723 if (!ok && ignore_bad_cert) { 726 ok = true; 729 return ok; 733 bool ok = VerifyServerName(ssl, host, ignore_bad_cert()); local 735 if (ok) { [all...] |
/external/chromium/chrome/browser/ |
spellcheck_message_filter_browsertest.cc | 62 bool ok = SpellCheckMsg_RespondTextCheck::Read( local 64 EXPECT_TRUE(ok);
|