/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_akid.c | 89 * keyid: use the issuers subject keyid, the value 'always' means its is 124 if (cnf->value && strcmp(cnf->value, "always") == 0) in v2i_AUTHORITY_KEYID() 128 if (cnf->value && strcmp(cnf->value, "always") == 0) in v2i_AUTHORITY_KEYID()
|
/third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
H A D | p12_npas.c | 157 if ((p8 = PKCS8_decrypt(bag->value.shkeybag, oldpass, -1)) == NULL) in newpass_bag() 159 X509_SIG_get0(bag->value.shkeybag, &shalg, NULL); in newpass_bag() 169 X509_SIG_free(bag->value.shkeybag); in newpass_bag() 170 bag->value.shkeybag = p8new; in newpass_bag()
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Config/ |
H A D | Query.pm | 44 in keyed pair form, i.e. a series of C<< key => value >> pairs. Available 97 these end product names, and its value being a reference to an array of 129 # value 142 these configuration data names, and its value being a reference to the value 170 push @messages, "'$_' value not a $conds{$_} reference"
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | demo.js | 45 var phoneNumber = $('phoneNumber').value; 46 var regionCode = $('defaultCountry').value.toUpperCase(); 47 var carrierCode = $('carrierCode').value; 174 $('output').value = output.toString();
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | CsvParser.java | 170 // Quoted value, maybe parse and unescape multiple lines here. in parseRow() 176 "unterminated quoted value: %s", buffer); in parseRow() 203 // Empty unquoted empty value (e.g. "foo,,bar"). in parseRow() 207 // Non-empty unquoted value. in parseRow() 212 String value = line.substring(start, maybeTrimTrailingWhitespace(line, pos)); in parseRow() 213 checkArgument(value.indexOf(QUOTE) == -1, in parseRow() 214 "quotes cannot appear in unquoted values: %s", value); in parseRow() 215 row.add(value); in parseRow() 218 // We hit end-of-line at the end of a value, so just return (no trailing empty value) in parseRow() [all...] |
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/ |
H A D | mod.rs | 108 pub struct pthread_mutex_t { value: ::c_int } 110 pub struct pthread_cond_t { value: ::c_int } 207 pub const PTHREAD_MUTEX_INITIALIZER: pthread_mutex_t = pthread_mutex_t { value: 0 }; 208 pub const PTHREAD_COND_INITIALIZER: pthread_cond_t = pthread_cond_t { value: 0 };
|
/third_party/openssl/util/perl/OpenSSL/Config/ |
H A D | Query.pm | 44 in keyed pair form, i.e. a series of C<< key => value >> pairs. Available 97 these end product names, and its value being a reference to an array of 129 # value 142 these configuration data names, and its value being a reference to the value 170 push @messages, "'$_' value not a $conds{$_} reference"
|
/third_party/python/Lib/multiprocessing/ |
H A D | sharedctypes.py | 164 def set%s(self, value): 167 self._obj.%s = value 213 value = make_property('value') variable in Synchronized 225 def __setitem__(self, i, value): 227 self._obj[i] = value 239 value = make_property('value') variable in SynchronizedString
|
/third_party/openssl/crypto/dsa/ |
H A D | dsa_pmeth.c | 187 const char *type, const char *value) in pkey_dsa_ctrl_str() 191 nbits = atoi(value); in pkey_dsa_ctrl_str() 195 int qbits = atoi(value); in pkey_dsa_ctrl_str() 199 const EVP_MD *md = EVP_get_digestbyname(value); in pkey_dsa_ctrl_str() 186 pkey_dsa_ctrl_str(EVP_PKEY_CTX *ctx, const char *type, const char *value) pkey_dsa_ctrl_str() argument
|
/third_party/openssl/crypto/pkcs12/ |
H A D | p12_npas.c | 157 if ((p8 = PKCS8_decrypt(bag->value.shkeybag, oldpass, -1)) == NULL) in newpass_bag() 159 X509_SIG_get0(bag->value.shkeybag, &shalg, NULL); in newpass_bag() 169 X509_SIG_free(bag->value.shkeybag); in newpass_bag() 170 bag->value.shkeybag = p8new; in newpass_bag()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Error.h | 32 ErrorStreamBase &operator<<(T value) in operator <<() argument 34 mErrorStream << value; in operator <<() local 162 // Result signals if calling code should continue running or early exit. A value of Stop can 190 inline bool IsError(bool value) in IsError() argument 192 return !value; in IsError()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGlSpirvTests.hpp | 219 GLuint value; member 221 ValidationOutputStruct() : x(0), y(0), z(0), value(0) in ValidationOutputStruct() 225 ValidationOutputStruct(GLubyte _x, GLubyte _y, GLuint _value) : x(_x), y(_y), z(0), value(_value) in ValidationOutputStruct() 229 ValidationOutputStruct(GLubyte _x, GLubyte _y, GLubyte _z, GLuint _value) : x(_x), y(_y), z(_z), value(_value) in ValidationOutputStruct()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | fuzzer_replayer_test.cpp | 1618 std::vector<uint32_t>&& indices, uint32_t value) { 1623 *fact.mutable_constant_word()->Add() = value; 1629 // Reinterpret the bits of |value| as a 32-bit unsigned int 1630 uint32_t FloatBitsAsUint(float value) { 1632 memcpy(&result, &value, sizeof(float)); 1728 // Do some fuzzer runs, starting from an initial seed of 0 (seed value chosen 1735 // Do some fuzzer runs, starting from an initial seed of 10 (seed value chosen 1747 // Do some fuzzer runs, starting from an initial seed of 94 (seed value chosen 1761 // Do some fuzzer runs, starting from an initial seed of 14 (seed value chosen 1767 // Do some fuzzer runs, starting from an initial seed of 29 (seed value chose [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | text_to_binary.type_declaration_test.cpp | 42 Eq(MakeInstruction(SpvOpTypeImage, {1, 2, GetParam().value(), 2, 3, 0, 4, in TEST_P() 80 GetParam().value()}))); in TEST_P() 149 SpvImageFormatRgba8, GetParam().value()}))); in TEST_P() 174 Eq(MakeInstruction(SpvOpTypePipe, {1, GetParam().value()}))); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | global_state.cpp | 27 static_assert(std::is_trivially_destructible<decltype(g_Mutex)>::value, 31 static_assert(std::is_trivially_destructible<decltype(g_LastContext)>::value, 34 void SetContextToAndroidOpenGLTLSSlot(gl::Context *value) in SetContextToAndroidOpenGLTLSSlot() argument 39 ANGLE_ANDROID_GET_GL_TLS()[angle::kAndroidOpenGLTlsSlot] = static_cast<void *>(value); in SetContextToAndroidOpenGLTLSSlot()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLBlobCacheTest.cpp | 52 void SetBlob(const void *key, EGLsizeiANDROID keySize, const void *value, EGLsizeiANDROID valueSize) in SetBlob() argument 58 memcpy(valueVec.data(), value, valueSize); in SetBlob() 67 void *value, in GetBlob() 82 memcpy(value, entry->second.data(), entry->second.size()); in GetBlob() 65 GetBlob(const void *key, EGLsizeiANDROID keySize, void *value, EGLsizeiANDROID valueSize) GetBlob() argument
|
/third_party/skia/src/core/ |
H A D | SkSpriteBlitter_RGB565.cpp | 83 switch (bm.value()) { in ChooseL565() 86 return allocator->make<Sprite_D16_S32>(source, bm.value()); in ChooseL565() 172 switch (bm.value()) { in ChooseLA8() 175 return allocator->make<Sprite_D8_S32>(source, bm.value()); in ChooseLA8()
|
/third_party/openssl/crypto/x509/ |
H A D | v3_akid.c | 89 * keyid: use the issuers subject keyid, the value 'always' means its is 124 if (cnf->value && strcmp(cnf->value, "always") == 0) in v2i_AUTHORITY_KEYID() 128 if (cnf->value && strcmp(cnf->value, "always") == 0) in v2i_AUTHORITY_KEYID()
|
/third_party/openssl/test/ |
H A D | bioprinttest.c | 111 size_t value; member 136 BIO_snprintf(bio_buf, sizeof(bio_buf) - 1, data->format, data->value); in test_zu() 143 uint64_t value; member 164 BIO_snprintf(bio_buf, sizeof(bio_buf) - 1, data->format, data->value); in test_j()
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/bin/ |
H A D | generate_language_headers.py | 112 def enum_value(self, prefix, name, value): 118 return " {}{} = {},".format(prefix, use_name, value) 155 parts.append(self.enum_value(grammar.name, e['enumerant'], e['value'])) 177 def const_definition(self, prefix, var, value): 181 '{', '\n ', prefix, var, value, '\n}')
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | assembly_grammar.cpp | 32 /// where each term a named enum value for the given type. No whitespace 35 /// On success, the value is written to pValue. 40 /// @param[out] pValue where the resulting value is written 52 // We only support mask expressions in ASCII, so the separator value is a in spvTextParseMaskOperand() 58 uint32_t value = 0; in spvTextParseMaskOperand() local 69 value |= entry->value; in spvTextParseMaskOperand() 75 *pValue = value; in spvTextParseMaskOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/bin/ |
H A D | generate_language_headers.py | 112 def enum_value(self, prefix, name, value): 118 return " {}{} = {},".format(prefix, use_name, value) 155 parts.append(self.enum_value(grammar.name, e['enumerant'], e['value'])) 177 def const_definition(self, prefix, var, value): 181 '{', '\n ', prefix, var, value, '\n}')
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | assembly_grammar.cpp | 32 /// where each term a named enum value for the given type. No whitespace 35 /// On success, the value is written to pValue. 40 /// @param[out] pValue where the resulting value is written 52 // We only support mask expressions in ASCII, so the separator value is a in spvTextParseMaskOperand() 58 uint32_t value = 0; in spvTextParseMaskOperand() local 69 value |= entry->value; in spvTextParseMaskOperand() 75 *pValue = value; in spvTextParseMaskOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | fuzzer_replayer_test.cpp | 1618 std::vector<uint32_t>&& indices, uint32_t value) { 1623 *fact.mutable_constant_word()->Add() = value; 1629 // Reinterpret the bits of |value| as a 32-bit unsigned int 1630 uint32_t FloatBitsAsUint(float value) { 1632 memcpy(&result, &value, sizeof(float)); 1728 // Do some fuzzer runs, starting from an initial seed of 0 (seed value chosen 1735 // Do some fuzzer runs, starting from an initial seed of 10 (seed value chosen 1747 // Do some fuzzer runs, starting from an initial seed of 94 (seed value chosen 1761 // Do some fuzzer runs, starting from an initial seed of 14 (seed value chosen 1767 // Do some fuzzer runs, starting from an initial seed of 29 (seed value chose [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | text_to_binary.type_declaration_test.cpp | 42 Eq(MakeInstruction(SpvOpTypeImage, {1, 2, GetParam().value(), 2, 3, 0, 4, in TEST_P() 80 GetParam().value()}))); in TEST_P() 149 SpvImageFormatRgba8, GetParam().value()}))); in TEST_P() 174 Eq(MakeInstruction(SpvOpTypePipe, {1, GetParam().value()}))); in TEST_P()
|