| /third_party/node/benchmark/napi/function_args/ |
| D | napi_binding.c | 15 napi_valuetype types[1]; in CallWithString() local 72 napi_valuetype types[1]; in CallWithNumber() local 78 double value = 0.0; in CallWithNumber() local 94 napi_valuetype types[1]; in CallWithObject() local 100 napi_value value; in CallWithObject() local 167 napi_valuetype types[1]; in CallWithArguments() local 184 uint32_t value = 0; in CallWithArguments() local
|
| /third_party/selinux/libsepol/tests/ |
| D | test-linker-types.c | 104 unsigned int value; in test_type_datum() local 129 const char *types[2]; in base_type_tests() local 167 const char *types[2]; in module_type_tests() local
|
| /third_party/node/deps/npm/node_modules/nopt/lib/ |
| D | nopt-lib.js | 7 const getType = (k, { types, dynamicTypes }) => { 25 types, property 41 parse(args, data, argv.remain, { typeDefs, types, dynamicTypes, shorthands }) property 44 clean(data, { types, dynamicTypes, typeDefs, invalidHandler, typeDefault }) property 48 value: function () { method 58 types = {}, property 90 let [hasType, rawType] = getType(k, { types, dynamicTypes }) property 246 types = {}, property 305 let [hasType, argType] = getType(arg, { types, dynamicTypes }) property
|
| /third_party/node/deps/undici/src/lib/fetch/ |
| D | headers.js | 74 types: ['sequence<sequence<ByteString>>', 'record<ByteString, ByteString>'] property 82 function appendHeader (headers, name, value) { argument 91 value: name, property 97 value, property 155 append (name, value) { argument 168 value: `${exists.value}${delimiter}${value}` property 171 this[kHeadersMap].set(lowercaseName, { name, value }) field 181 set (name, value) { argument 193 this[kHeadersMap].set(lowercaseName, { name, value }) field 222 for (const [name, { value }] of this[kHeadersMap]) { field [all …]
|
| D | formdata.js | 19 types: ['undefined'] property 26 append (name, value, filename = undefined) { argument 114 set (name, value, filename = undefined) { argument 212 value: 'FormData', property 224 function makeEntry (name, value, filename) { argument
|
| /third_party/node/deps/openssl/openssl/crypto/asn1/ |
| D | a_mbstr.c | 205 static int traverse_string(const unsigned char *p, int len, int inform, in traverse_string() 209 unsigned long value; in traverse_string() local 245 static int in_utf8(unsigned long value, void *arg) in in_utf8() 258 static int out_utf8(unsigned long value, void *arg) in out_utf8() 275 static int type_str(unsigned long value, void *arg) in type_str() 277 unsigned long types = *((unsigned long *)arg); in type_str() local 301 static int cpy_asc(unsigned long value, void *arg) in cpy_asc() 313 static int cpy_bmp(unsigned long value, void *arg) in cpy_bmp() 326 static int cpy_univ(unsigned long value, void *arg) in cpy_univ() 341 static int cpy_utf8(unsigned long value, void *arg) in cpy_utf8()
|
| /third_party/openssl/crypto/asn1/ |
| D | a_mbstr.c | 209 static int traverse_string(const unsigned char *p, int len, int inform, in traverse_string() 213 unsigned long value; in traverse_string() local 249 static int in_utf8(unsigned long value, void *arg) in in_utf8() 262 static int out_utf8(unsigned long value, void *arg) in out_utf8() 279 static int type_str(unsigned long value, void *arg) in type_str() 281 unsigned long types = *((unsigned long *)arg); in type_str() local 305 static int cpy_asc(unsigned long value, void *arg) in cpy_asc() 317 static int cpy_bmp(unsigned long value, void *arg) in cpy_bmp() 330 static int cpy_univ(unsigned long value, void *arg) in cpy_univ() 345 static int cpy_utf8(unsigned long value, void *arg) in cpy_utf8()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| D | CalendarUtil.java | 85 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() 88 UResource.Array types = value.getArray(); in put() local
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| D | CalendarUtil.java | 83 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() 86 UResource.Array types = value.getArray(); in put() local
|
| /third_party/typescript/tests/baselines/reference/ |
| D | importEquals1.js | 58 Object.defineProperty(o, "default", { enumerable: true, value: v }); property 69 var types = __importStar(require("./a")); variable
|
| D | exportDefault.js | 59 Object.defineProperty(o, "default", { enumerable: true, value: v }); property 71 var types = __importStar(require("./a")); variable 96 Object.defineProperty(o, "default", { enumerable: true, value: v }); property
|
| /third_party/protobuf/csharp/protos/ |
| D | unittest_issues.proto | 53 NegativeEnum value = 1; field 90 int32 types = 1; field 138 oneof value { oneof 145 oneof value { oneof
|
| /third_party/gn/src/gn/ |
| D | substitution_pattern.cc | 30 bool SubstitutionPattern::Parse(const Value& value, Err* err) { in Parse() 57 for (const SubstitutionTypes* types : AllSubstitutions) { in Parse() local
|
| D | parser.cc | 390 Token::Type types[1] = {type}; in Consume() local 394 const Token& Parser::Consume(Token::Type* types, in Consume() 581 std::unique_ptr<ParseNode> value = ParseExpression(PRECEDENCE_ASSIGNMENT); in Assignment() local 606 std::unique_ptr<ParseNode> value = ParseExpression(); in Subscript() local 895 std::string IndentFor(int value) { in IndentFor()
|
| /third_party/skia/third_party/externals/dawn/generator/ |
| D | dawn_json_generator.py | 272 def linked_record_members(json_data, types): argument 311 def link_object(obj, types): argument 322 def link_structure(struct, types): argument 326 def link_function_pointer(function_pointer, types): argument 330 def link_typedef(typedef, types): argument 334 def link_constant(constant, types): argument 339 def link_function(function, types): argument 560 def as_jsEnumValue(value): argument
|
| /third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/csharp/protos/ |
| D | unittest_issues.proto | 52 NegativeEnum value = 1; field 89 int32 types = 1; field
|
| /third_party/node/lib/ |
| D | util.js | 70 const types = require('internal/util/types'); constant 254 value: superCtor, property 398 types, property
|
| /third_party/node/deps/npm/node_modules/aproba/ |
| D | index.js | 8 const types = { variable 73 function invalidType (num, expectedTypes, value) { argument
|
| /third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
| D | JsonFormat.java | 534 private final Map<String, Descriptor> types; field in JsonFormat.TypeRegistry 536 private TypeRegistry(Map<String, Descriptor> types) { in TypeRegistry() 611 private Map<String, Descriptor> types = new HashMap<String, Descriptor>(); field in JsonFormat.TypeRegistry.Builder 932 Timestamp value = Timestamp.parseFrom(toByteString(message)); in printTimestamp() local 938 Duration value = Duration.parseFrom(toByteString(message)); in printDuration() local 944 FieldMask value = FieldMask.parseFrom(toByteString(message)); in printFieldMask() local 1041 private void printField(FieldDescriptor field, Object value) throws IOException { in printField() 1057 private void printRepeatedFieldValue(FieldDescriptor field, Object value) throws IOException { in printRepeatedFieldValue() 1072 private void printMapFieldValue(FieldDescriptor field, Object value) throws IOException { in printMapFieldValue() 1127 private void printSingleFieldValue(FieldDescriptor field, Object value) throws IOException { in printSingleFieldValue() [all …]
|
| /third_party/mesa3d/src/amd/common/ |
| D | ac_nir_opt_outputs.c | 40 nir_instr *value; member 46 nir_alu_type types; member
|
| /third_party/node/deps/v8/src/objects/ |
| D | feedback-vector.cc | 961 uint32_t value = static_cast<uint32_t>(Smi::ToInt(call_count)); in GetCallCount() local 984 uint32_t value = static_cast<uint32_t>(Smi::ToInt(call_count)); in GetSpeculationMode() local 993 uint32_t value = static_cast<uint32_t>(Smi::ToInt(call_count)); in GetCallFeedbackContent() local 1312 bool InList(Handle<ArrayList> types, Handle<String> type) { in InList() 1332 Handle<SimpleNumberDictionary> types; in Collect() local 1374 Handle<SimpleNumberDictionary> types( in GetSourcePositions() local 1401 Handle<SimpleNumberDictionary> types( in GetTypesForSourcePositions() local
|
| /third_party/libwebsockets/lib/roles/http/ |
| D | header.c | 70 const unsigned char *value, int length, in lws_add_http_header_by_name() 142 const unsigned char *value, int length, in lws_add_http_header_by_token() 187 int types[] = { HTTP_CONNECTION_CLOSE, HTTP_CONNECTION_KEEP_ALIVE }, in lws_add_http_common_headers() local
|
| /third_party/node/benchmark/async_hooks/ |
| D | async-resource-vs-destroy.js | 82 function setCLS(value) { argument 160 const types = { variable
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | tznames_impl.cpp | 137 CharacterNode::addValue(void *value, UObjectDeleter *valueDeleter, UErrorCode &status) { in addValue() 221 TextTrieMap::put(const UnicodeString &key, void *value, ZNStringPool &sp, UErrorCode &status) { in put() 229 TextTrieMap::put(const char16_t *key, void *value, UErrorCode &status) { in put() 256 TextTrieMap::putImpl(const UnicodeString &key, void *value, UErrorCode &status) { in putImpl() 649 void* value; in createMetaZoneAndPutInCache() local 691 void* value = (void*) (new ZNames(names, locationName)); in createTimeZoneAndPutInCache() local 938 ZNameSearchHandler::ZNameSearchHandler(uint32_t types) in ZNameSearchHandler() 1354 TimeZoneNamesImpl::find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& statu… in find() 1595 const UTimeZoneNameType types[], int32_t numTypes, in getDisplayNames() 1669 void* value = uhash_get(fTZNamesMap, copy.getTerminatedBuffer()); in internalLoadAllDisplayNames() local [all …]
|
| /third_party/icu/icu4c/source/i18n/ |
| D | tznames_impl.cpp | 137 CharacterNode::addValue(void *value, UObjectDeleter *valueDeleter, UErrorCode &status) { in addValue() 221 TextTrieMap::put(const UnicodeString &key, void *value, ZNStringPool &sp, UErrorCode &status) { in put() 229 TextTrieMap::put(const UChar *key, void *value, UErrorCode &status) { in put() 256 TextTrieMap::putImpl(const UnicodeString &key, void *value, UErrorCode &status) { in putImpl() 649 void* value; in createMetaZoneAndPutInCache() local 691 void* value = (void*) (new ZNames(names, locationName)); in createTimeZoneAndPutInCache() local 942 ZNameSearchHandler::ZNameSearchHandler(uint32_t types) in ZNameSearchHandler() 1369 TimeZoneNamesImpl::find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& statu… in find() 1610 const UTimeZoneNameType types[], int32_t numTypes, in getDisplayNames() 1684 void* value = uhash_get(fTZNamesMap, copy.getTerminatedBuffer()); in internalLoadAllDisplayNames() local [all …]
|