Searched refs:check_identifier (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | check_output.py | 178 def check_identifier(self): member in StringStream 183 if self.check_identifier(): 256 elif pattern.check_identifier(): 273 elif not escape and c == '%' and pattern.check_identifier(): 286 elif not escape and c == '@' and pattern.check_identifier():
|
/third_party/rust/crates/serde/serde_derive_internals/src/ |
H A D | check.rs | 13 check_identifier(cx, cont); in check() 144 fn check_identifier(cx: &Ctxt, cont: &Container) { in check_identifier() functions
|
/third_party/rust/crates/serde/serde_derive/src/internals/ |
H A D | check.rs | 13 check_identifier(cx, cont); in check() 144 fn check_identifier(cx: &Ctxt, cont: &Container) { in check_identifier() functions
|
/third_party/alsa-lib/src/ucm/ |
H A D | main.c | 80 static int check_identifier(const char *identifier, const char *prefix) in check_identifier() function 1906 if (check_identifier(identifier, v->name)) { in add_values() 2104 if (check_identifier(identifier, "_devices")) in snd_use_case_get_list() 2106 else if (check_identifier(identifier, "_modifiers")) in snd_use_case_get_list() 2108 else if (check_identifier(identifier, "_identifiers")) in snd_use_case_get_list() 2110 else if (check_identifier(identifier, "_supporteddevs")) in snd_use_case_get_list() 2112 else if (check_identifier(identifier, "_conflictingdevs")) in snd_use_case_get_list() 2138 if (check_identifier(identifier, val->name)) { in get_value1() 2420 if (check_identifier(identifier, "_devstatus")) { in snd_use_case_geti() 2422 } else if (check_identifier(identifie in snd_use_case_geti() [all...] |
Completed in 6 milliseconds