/external/ipsec-tools/src/racoon/ |
gssapi.c | 159 gss_buffer_desc name_token; local 167 name_token.length = asprintf(&buf, "%s@%s", GSSAPI_DEF_NAME, name); 168 name_token.value = buf; 170 maj_stat = gss_import_name(&min_stat, &name_token, 174 maj_stat = gss_release_buffer(&min_stat, &name_token); 176 gssapi_error(min_stat, LOCATION, "release name_token"); 179 maj_stat = gss_release_buffer(&min_stat, &name_token); 181 gssapi_error(min_stat, LOCATION, "release name_token"); 278 gss_buffer_desc empty, name_token; local 296 name_token.length = iph1->approval->gssid->l 349 gss_buffer_desc name_token; local [all...] |
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
statetracker.py | 43 name_token: The token specifying the flag name. 177 self.name_token = None 181 self.name_token = _GetNextIdentifierToken(flag_token) 185 if (self.type and self.name_token and 186 tokenutil.Compare(self.name_token, self.type_start_token) > 0): 187 self.name_token = _GetNextIdentifierToken(self.type_end_token) 189 if self.name_token: 190 self.name = self.name_token.string 198 if self.name_token and self.type_end_token: 199 if tokenutil.Compare(self.type_end_token, self.name_token) > 0 [all...] |
javascriptstatetracker.py | 40 name_token: The token specifying the flag name.
|
javascriptlintrules.py | 131 if flag.flag_type == 'param' and flag.name_token is not None: 133 token.attached_object.name_token) 160 elif flag.name_token and flag.type_end_token and tokenutil.Compare( 161 flag.type_end_token, flag.name_token) > 0:
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
statetracker.py | 43 name_token: The token specifying the flag name. 177 self.name_token = None 181 self.name_token = _GetNextIdentifierToken(flag_token) 185 if (self.type and self.name_token and 186 tokenutil.Compare(self.name_token, self.type_start_token) > 0): 187 self.name_token = _GetNextIdentifierToken(self.type_end_token) 189 if self.name_token: 190 self.name = self.name_token.string 198 if self.name_token and self.type_end_token: 199 if tokenutil.Compare(self.type_end_token, self.name_token) > 0 [all...] |
javascriptstatetracker.py | 40 name_token: The token specifying the flag name.
|
javascriptlintrules.py | 131 if flag.flag_type == 'param' and flag.name_token is not None: 133 token.attached_object.name_token) 160 elif flag.name_token and flag.type_end_token and tokenutil.Compare( 161 flag.type_end_token, flag.name_token) > 0:
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
parser.cc | 675 io::Tokenizer::Token name_token = input_->current(); local 714 location.StartAt(name_token); 715 location.EndAt(name_token); 724 location.StartAt(name_token); 725 location.EndAt(name_token); 732 AddError(name_token.line, name_token.column, [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
parser.cc | 461 io::Tokenizer::Token name_token = input_->current(); local 480 name_token.line, name_token.column); 486 AddError(name_token.line, name_token.column, [all...] |
/external/chromium/testing/gmock/scripts/generator/cpp/ |
ast.py | [all...] |