Home
last modified time | relevance | path

Searched refs:token_list (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/site_tests/platform_Pkcs11Events/
Dplatform_Pkcs11Events.py15 token_list = ['/tmp/chaps%d' % x for x in range(num_tokens)]
18 for token in token_list:
23 for token in token_list:
30 for token in token_list:
33 for token in token_list:
38 token = random.choice(token_list)
53 for token in token_list:
55 for token in token_list:
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Drequireprovidesorter.py269 token_list = []
274 token_list.append(token)
276 token_list.append(last_token)
278 return token_list
Dtokenutil.py489 token_list = list(token_iterable)
490 if not token_list:
493 line_number = token_list[0].line_number
495 for token in token_list:
/external/autotest/client/cros/
Dpkcs11.py43 token_list = __run_cmd('p11_replay --list_tokens')
44 for line in token_list.split('\n'):
64 token_list = __run_cmd('p11_replay --list_tokens')
65 for line in token_list.split('\n'):
/external/mesa3d/src/glsl/glcpp/
Dglcpp.h49 typedef struct token_list token_list_t;
57 token_list_t *token_list; member
103 struct token_list { struct
Dglcpp-parse.y169 %type <token_list> pp_tokens replacement_list text_line conditional_tokens
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dast.py339 for token_list in self.bases:
341 for token in token_list: