Searched defs:gf (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CodeGen/
H A Dannotations-field.c11 static struct foo gf; variable in typeref:struct:foo
23 gf.v = argc;
24 // CHECK: bitcast i32* getelementptr inbounds (%struct.foo* @gf, i32 0, i32 0) to i8*
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcustrtst.c503 gf[] = { 0x67, 0x66, 0 }; local
525 if (u_strpbrk(testString, gf) != NULL) {
526 log_err("u_strpbrk didn't return NULL for \"gf\".\n");
552 if (u_strpbrk(testSurrogateString, gf) != NULL) {
553 log_err("u_strpbrk didn't return NULL for \"gf\".\n");
591 if (u_strcspn(testString, gf) != u_strlen(testString)) {
592 log_err("u_strcspn didn't return NULL for \"gf\".\n");
615 if (u_strcspn(testSurrogateString, gf) != u_strlen(testSurrogateString)) {
616 log_err("u_strcspn didn't return NULL for \"gf\".\n");
/external/icu4c/test/cintltst/
H A Dcustrtst.c503 gf[] = { 0x67, 0x66, 0 }; local
525 if (u_strpbrk(testString, gf) != NULL) {
526 log_err("u_strpbrk didn't return NULL for \"gf\".\n");
552 if (u_strpbrk(testSurrogateString, gf) != NULL) {
553 log_err("u_strpbrk didn't return NULL for \"gf\".\n");
591 if (u_strcspn(testString, gf) != u_strlen(testString)) {
592 log_err("u_strcspn didn't return NULL for \"gf\".\n");
615 if (u_strcspn(testSurrogateString, gf) != u_strlen(testSurrogateString)) {
616 log_err("u_strcspn didn't return NULL for \"gf\".\n");
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 282 milliseconds