Home
last modified time | relevance | path

Searched refs:name_token (Results 1 – 6 of 6) sorted by relevance

/external/ipsec-tools/src/racoon/
Dgssapi.c159 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/
Dparser.cc890 io::Tokenizer::Token name_token = input_->current(); in ParseMessageFieldNoLabel() local
929 location.StartAt(name_token); in ParseMessageFieldNoLabel()
930 location.EndAt(name_token); in ParseMessageFieldNoLabel()
939 location.StartAt(name_token); in ParseMessageFieldNoLabel()
940 location.EndAt(name_token); in ParseMessageFieldNoLabel()
947 AddError(name_token.line, name_token.column, in ParseMessageFieldNoLabel()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c2008 VGPU10NameToken name_token, in emit_decl_instruction() argument
2031 if (name_token.value) { in emit_decl_instruction()
2032 emit_dword(emit, name_token.value); in emit_decl_instruction()
2064 VGPU10NameToken name_token; in emit_input_declaration() local
2091 opcode0.value = operand0.value = name_token.value = 0; in emit_input_declaration()
2105 name_token.name = name; in emit_input_declaration()
2107 emit_decl_instruction(emit, opcode0, operand0, name_token, index, size); in emit_input_declaration()
2125 VGPU10NameToken name_token; in emit_output_declaration() local
2139 opcode0.value = operand0.value = name_token.value = 0; in emit_output_declaration()
2149 name_token.name = name; in emit_output_declaration()
[all …]
/external/v8/src/parsing/
Dparser-base.h2328 Token::Value name_token = peek(); in ParseClassPropertyDefinition() local
2329 DCHECK_IMPLIES(name_token == Token::PRIVATE_NAME, in ParseClassPropertyDefinition()
2335 if (name_token == Token::STATIC) { in ParseClassPropertyDefinition()
2358 } else if (name_token == Token::PRIVATE_NAME) { in ParseClassPropertyDefinition()
2385 *property_kind = name_token == Token::PRIVATE_NAME in ParseClassPropertyDefinition()
2424 checker->CheckClassMethodName(name_token, PropertyKind::kMethodProperty, in ParseClassPropertyDefinition()
2457 name_token, PropertyKind::kAccessorProperty, false, false, in ParseClassPropertyDefinition()
2490 name_token); in ParseClassPropertyDefinition()
2551 Token::Value name_token = peek(); in ParseObjectPropertyDefinition() local
2563 DCHECK(name_token == Token::ELLIPSIS); in ParseObjectPropertyDefinition()
[all …]
/external/googletest/googlemock/scripts/generator/cpp/
Dast.py1517 name_token = self._GetNextToken()
1522 return self._CreateVariable(class_token, name_token.name,
1527 tokens = (class_token, token, name_token, next_token)
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dast.py1504 name_token = self._GetNextToken()
1509 return self._CreateVariable(class_token, name_token.name,
1514 tokens = (class_token, token, name_token, next_token)