OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:compStr
(Results
1 - 4
of
4
) sorted by null
/dalvik/vm/
InlineNative.cpp
164
const char*
compStr
;
181
compStr
= dvmCreateCstrFromString(compStrObj);
185
ALOGE(" comp (o=%d l=%d) '%s'", compOffset, compCount,
compStr
);
/external/antlr/antlr-3.4/runtime/C/src/
antlr3string.c
76
static ANTLR3_UINT32 compare8 (pANTLR3_STRING string, const char *
compStr
);
77
static ANTLR3_UINT32 compareUTF16_8 (pANTLR3_STRING string, const char *
compStr
);
78
static ANTLR3_UINT32 compareUTF16_UTF16(pANTLR3_STRING string, const char *
compStr
);
79
static ANTLR3_UINT32 compareS (pANTLR3_STRING string, pANTLR3_STRING
compStr
);
[
all
...]
/external/clang/lib/Sema/
SemaExprMember.cpp
299
const char *
compStr
= CompName->getNameStart();
308
bool HexSwizzle = *
compStr
== 's' || *
compStr
== 'S';
317
if (!strcmp(
compStr
, "hi") || !strcmp(
compStr
, "lo") ||
318
!strcmp(
compStr
, "even") || !strcmp(
compStr
, "odd")) {
321
(Idx = vecType->getPointAccessorIdx(*
compStr
)) != -1) {
322
bool HasRGBA = IsRGBA(*
compStr
);
326
if (HasRGBA != IsRGBA(*
compStr
))
[
all
...]
SemaPseudoObject.cpp
566
const char *
compStr
= setterName->getNameStart();
567
compStr
+= 3;
568
IdentifierInfo *getterName = &S.Context.Idents.get(
compStr
);
[
all
...]
Completed in 3207 milliseconds