| /third_party/qrcodegen/c/ |
| D | qrcodegen-demo.c | 64 bool ok = qrcodegen_encodeText(text, tempBuffer, qrcode, errCorLvl, in doBasicDemo() local 76 …bool ok = qrcodegen_encodeText("314159265358979323846264338327950288419716939937510", tempBuffer, … in doVarietyDemo() local 85 …bool ok = qrcodegen_encodeText("DOLLAR-AMOUNT:$39.87 PERCENTAGE:100.00% OPERATIONS:+-*/", tempBuff… in doVarietyDemo() local 96 bool ok = qrcodegen_encodeText(text, tempBuffer, qrcode, in doVarietyDemo() local 113 bool ok = qrcodegen_encodeText(text, tempBuffer, qrcode, in doVarietyDemo() local 128 bool ok; in doSegmentDemo() local 168 bool ok; in doSegmentDemo() local 217 bool ok; in doSegmentDemo() local 272 bool ok; in doMaskDemo() local 296 bool ok; in doMaskDemo() local
|
| /third_party/python/PC/ |
| D | winsound.c | 79 int ok; in winsound_PlaySound_impl() local 112 ok = PlaySoundW(wsound, NULL, flags); in winsound_PlaySound_impl() local 142 BOOL ok; in winsound_Beep_impl() local 151 ok = Beep(frequency, duration); in winsound_Beep_impl() local 175 BOOL ok; in winsound_MessageBeep_impl() local 178 ok = MessageBeep(type); in winsound_MessageBeep_impl() local
|
| /third_party/openssl/test/ |
| D | bio_memleak_test.c | 18 int ok = 0; in test_bio_memleak() local 45 int ok = 0; in test_bio_get_mem() local 73 int ok = 0; in test_bio_new_mem_buf() local 108 int ok = 0; in test_bio_rdonly_mem_buf() local 150 int ok = 0; in test_bio_rdwr_rdonly() local 186 int ok = 0; in test_bio_nonclear_rst() local 239 int ok = 0; in test_bio_i2d_ASN1_mime() local
|
| D | asn1_internal_test.c | 76 int ok = 1; in test_standard_methods() local 129 int ok = 0; in test_empty_nonoptional_content() local 162 int ok = 1; in test_unicode() local 184 int ok = 1; in test_unicode_range() local
|
| D | provider_fallback_test.c | 19 int ok; in test_provider() local 39 int ok; in test_explicit_provider() local
|
| D | uitest.c | 37 int ok = 0; in test_old() local 79 int ok = 0; in test_new_ui() local
|
| /third_party/node/test/parallel/ |
| D | test-tls-client-verify.js | 36 { ok: true, key: 'agent1-key', cert: 'agent1-cert' }, property 37 { ok: false, key: 'agent2-key', cert: 'agent2-cert' }, property 38 { ok: false, key: 'agent3-key', cert: 'agent3-cert' }, property 45 { ok: false, key: 'agent1-key', cert: 'agent1-cert' }, property 46 { ok: false, key: 'agent2-key', cert: 'agent2-cert' }, property 47 { ok: false, key: 'agent3-key', cert: 'agent3-cert' }, property 54 { ok: true, key: 'agent1-key', cert: 'agent1-cert' }, property 55 { ok: false, key: 'agent2-key', cert: 'agent2-cert' }, property 56 { ok: true, key: 'agent3-key', cert: 'agent3-cert' }, property
|
| /third_party/openssl/crypto/evp/ |
| D | pmeth_check.c | 50 int ok; in evp_pkey_public_check_combined() local 94 int ok; in evp_pkey_param_check_combined() local 139 int ok; in EVP_PKEY_private_check() local 163 int ok; in EVP_PKEY_pairwise_check() local
|
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| D | pmeth_check.c | 50 int ok; in evp_pkey_public_check_combined() local 94 int ok; in evp_pkey_param_check_combined() local 139 int ok; in EVP_PKEY_private_check() local 163 int ok; in EVP_PKEY_pairwise_check() local
|
| /third_party/openssl/crypto/ffc/ |
| D | ffc_key_validate.c | 22 int ok = 0; in ossl_ffc_validate_public_key_partial() local 69 int ok = 0; in ossl_ffc_validate_public_key() local 111 int ok = 0; in ossl_ffc_validate_private_key() local
|
| /third_party/node/deps/openssl/openssl/crypto/ffc/ |
| D | ffc_key_validate.c | 22 int ok = 0; in ossl_ffc_validate_public_key_partial() local 65 int ok = 0; in ossl_ffc_validate_public_key() local 105 int ok = 0; in ossl_ffc_validate_private_key() local
|
| /third_party/protobuf/src/google/protobuf/io/ |
| D | gzip_stream.cc | 101 bool ok = sub_stream_->Next(&in, &in_size); in Inflate() local 131 bool ok = (zerror_ == Z_OK) || (zerror_ == Z_STREAM_END) || in Next() local 178 bool ok = Next(&data, &size); in Skip() local 255 bool ok = sub_stream_->Next(&sub_data_, &sub_data_size_); in Deflate() local 324 bool ok = zerror_ == Z_OK; in Close() local
|
| /third_party/skia/third_party/externals/brotli/python/ |
| D | _brotli.cc | 93 BROTLI_BOOL ok = BROTLI_TRUE; in compress_stream() local 176 int ok; in brotli_Compressor_init() local 227 BROTLI_BOOL ok = BROTLI_TRUE; in brotli_Compressor_process() local 274 BROTLI_BOOL ok = BROTLI_TRUE; in brotli_Compressor_flush() local 314 BROTLI_BOOL ok = BROTLI_TRUE; in brotli_Compressor_finish() local 398 BROTLI_BOOL ok = BROTLI_TRUE; in decompress_stream() local 458 int ok; in brotli_Decompressor_init() local 496 BROTLI_BOOL ok = BROTLI_TRUE; in brotli_Decompressor_process() local 542 BROTLI_BOOL ok = BROTLI_TRUE; in brotli_Decompressor_is_finished() local 642 int ok; in brotli_decompress() local
|
| /third_party/python/Objects/ |
| D | boolobject.c | 18 PyObject *PyBool_FromLong(long ok) in PyBool_FromLong() 36 long ok; in bool_new() local 52 long ok = 0; in bool_vectorcall() local
|
| /third_party/typescript/tests/baselines/reference/ |
| D | doubleUnderscoreMappedTypes.js | 8 const ok: Properties = { variable 29 var ok = { variable
|
| D | interfaceContextualType.js | 12 ok() { method in Bug 30 Bug.prototype.ok = function () { method in Bug
|
| /third_party/skia/third_party/externals/libwebp/imageio/ |
| D | imageio_util.c | 73 int ok; in ImgIoUtilReadFile() local 120 int ok; in ImgIoUtilWriteFile() local 153 int ok = (total_size == (size_t)total_size); in ImgIoUtilCheckSizeArgumentsOverflow() local
|
| /third_party/skia/third_party/externals/libwebp/examples/ |
| D | img2webp.c | 77 int ok; in ReadImage() local 92 int ok = 1; in SetLoopCount() local 142 int ok; in main() local
|
| D | webpmux.c | 403 int ok = 0; in WriteData() local 423 int ok; in WriteWebP() local 440 int ok = 1; in DuplicateMuxHeader() local 541 int ok = 1; in ValidateCommandLine() local 625 int ok = 1; in ParseCommandLine() local 798 int ok = 1; in ValidateConfig() local 832 int ok; in InitializeConfig() local 872 int ok = 1; in GetFrame() local 916 int ok = 1; in Process() local 1186 int ok; in main() local
|
| /third_party/node/deps/npm/node_modules/minipass-fetch/lib/ |
| D | response.js | 47 get ok () { getter in Response 69 ok: this.ok, property 85 ok: { enumerable: true }, property
|
| /third_party/openssl/providers/implementations/storemgmt/ |
| D | file_store_any2obj.c | 64 int ok = 1; in any2obj_decode_final() local 89 int ok; in der2obj_decode() local 120 int ok = 0; in msblob2obj_decode() local 187 int ok = 0; in pvk2obj_decode() local
|
| /third_party/node/deps/openssl/openssl/providers/implementations/storemgmt/ |
| D | file_store_any2obj.c | 64 int ok = 1; in any2obj_decode_final() local 89 int ok; in der2obj_decode() local 120 int ok = 0; in msblob2obj_decode() local 187 int ok = 0; in pvk2obj_decode() local
|
| /third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
| D | server.cpp | 167 bool ok = CompileShader(req.source, req.commandLine, result); in ProcessPacketsOnServer() local 178 bool ok = StoreFile(req.name, req.data); in ProcessPacketsOnServer() local 190 bool ok = GetFile(req.path, content, req.removeAfter); in ProcessPacketsOnServer() local 211 bool ok = false; in ProcessPacketsOnServer() local
|
| /third_party/skia/third_party/externals/libwebp/src/enc/ |
| D | alpha_enc.c | 54 int ok = 0; in EncodeLossless() local 115 int ok = 0; in EncodeAlphaInternal() local 242 int ok = 1; in ApplyFiltersAndEncode() local 305 int ok = 1; in EncodeAlpha() local 432 int ok = 1; in VP8EncDeleteAlpha() local
|
| /third_party/openssl/crypto/x509/ |
| D | by_store.c | 20 int ok = 0; in cache_objects() local 153 int ok = 0; in by_store() local 171 int ok = by_store(ctx, type, criterion, ret, libctx, propq); in by_store_subject_ex() local
|