/hardware/qcom/audio/legacy/libalsa-intf/ |
alsa_ucm.c | 269 char ident[MAX_STR_LEN], *ident1, *ident2, *temp_ptr; local 307 ident2 = strtok_r(NULL, "/", &temp_ptr); 309 if (ident2 != NULL) { 312 if((get_usecase_type(uc_mgr, ident2)) == CTRL_LIST_VERB) { 325 while(strncmp(ctrl_list[index].case_name, ident2, 326 (strlen(ident2)+1))) { 341 ident2); 359 ident2); 374 ident2 = strtok_r(NULL, "/", &temp_ptr); 387 if (ident2 != NULL) 467 char ident[MAX_STR_LEN], *ident1, *ident2, *ident_value, *temp_ptr; local 1385 char ident[MAX_STR_LEN], *ident1, *ident2, *temp_ptr; local 1610 char ident[MAX_STR_LEN], *ident1, *ident2, *temp_ptr; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSParser-in.cpp | 3782 CSSValueID ident2 = parsedValue2->getValueID(); local [all...] |
/art/test/083-compiler-regressions/src/ |
Main.java | 107 i += foo.ident2(0,0,i); 8345 public int ident2(int a3, int a2, int a1) { method in class:Foo [all...] |