Searched refs:name_token (Results 1 – 6 of 6) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | gssapi.c | 159 gss_buffer_desc name_token; in gssapi_get_default_name() local 167 name_token.length = asprintf(&buf, "%s@%s", GSSAPI_DEF_NAME, name); in gssapi_get_default_name() 168 name_token.value = buf; in gssapi_get_default_name() 170 maj_stat = gss_import_name(&min_stat, &name_token, in gssapi_get_default_name() 174 maj_stat = gss_release_buffer(&min_stat, &name_token); in gssapi_get_default_name() 179 maj_stat = gss_release_buffer(&min_stat, &name_token); in gssapi_get_default_name() 278 gss_buffer_desc empty, name_token; in gssapi_get_itoken() local 296 name_token.length = iph1->approval->gssid->l; in gssapi_get_itoken() 297 name_token.value = iph1->approval->gssid->v; in gssapi_get_itoken() 298 maj_stat = gss_import_name(&min_stat, &name_token, in gssapi_get_itoken() [all …]
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 1005 io::Tokenizer::Token name_token = input_->current(); in ParseMessageFieldNoLabel() local 1056 location.StartAt(name_token); in ParseMessageFieldNoLabel() 1057 location.EndAt(name_token); in ParseMessageFieldNoLabel() 1066 location.StartAt(name_token); in ParseMessageFieldNoLabel() 1067 location.EndAt(name_token); in ParseMessageFieldNoLabel() 1074 AddError(name_token.line, name_token.column, in ParseMessageFieldNoLabel()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 3479 VGPU10NameToken name_token, in emit_decl_instruction() argument 3510 if (name_token.value) { in emit_decl_instruction() 3511 emit_dword(emit, name_token.value); in emit_decl_instruction() 3550 VGPU10NameToken name_token; in emit_input_declaration() local 3595 opcode0.value = operand0.value = name_token.value = 0; in emit_input_declaration() 3609 name_token.name = name; in emit_input_declaration() 3611 emit_decl_instruction(emit, opcode0, operand0, name_token, index, size); in emit_input_declaration() 3704 VGPU10NameToken name_token; in emit_output_declaration() local 3719 opcode0.value = operand0.value = name_token.value = 0; in emit_output_declaration() 3729 name_token.name = name; in emit_output_declaration() [all …]
|
/external/googletest/googlemock/scripts/generator/cpp/ |
D | ast.py | 1542 name_token = self._GetNextToken() 1547 return self._CreateVariable(class_token, name_token.name, 1552 tokens = (class_token, token, name_token, next_token)
|
/external/google-breakpad/src/testing/scripts/generator/cpp/ |
D | ast.py | 1504 name_token = self._GetNextToken() 1509 return self._CreateVariable(class_token, name_token.name, 1514 tokens = (class_token, token, name_token, next_token)
|
/external/v8/src/parsing/ |
D | parser-base.h | 2264 Token::Value name_token = peek(); in ParseClassPropertyDefinition() local 2268 if (name_token == Token::STATIC) { in ParseClassPropertyDefinition() 2404 name_token); in ParseClassPropertyDefinition() 2454 Token::Value name_token = peek(); in ParseObjectPropertyDefinition() local 2459 DCHECK_IMPLIES(name_token == Token::PRIVATE_NAME, has_error()); in ParseObjectPropertyDefinition() 2469 DCHECK_EQ(Token::ELLIPSIS, name_token); in ParseObjectPropertyDefinition() 2512 name_token, language_mode(), is_generator(), in ParseObjectPropertyDefinition() 2520 if (name_token == Token::AWAIT) { in ParseObjectPropertyDefinition()
|