Home
last modified time | relevance | path

Searched refs:token_list (Results 1 – 8 of 8) 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/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/compiler/glsl/glcpp/
Dglcpp.h57 typedef struct token_list token_list_t;
66 token_list_t *token_list; member
112 struct token_list { struct
Dglcpp-parse.y185 %type <token_list> pp_tokens replacement_list text_line
/external/python/cpython2/Lib/test/
Dtest_tokenize.py600 token_list = list(generate_tokens(f.readline))
602 tokens1 = [tok[:2] for tok in token_list]
/external/googletest/googlemock/scripts/generator/cpp/
Dast.py340 for token_list in self.bases:
342 for token in token_list:
/external/v8/testing/gmock/scripts/generator/cpp/
Dast.py340 for token_list in self.bases:
342 for token in token_list:
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dast.py339 for token_list in self.bases:
341 for token in token_list: