OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tagstr
(Results
1 - 7
of
7
) sorted by null
/external/clang/unittests/Rewrite/
RewriteBufferTest.cpp
39
StringRef
TagStr
= "hello";
40
Pos = Input.find(
TagStr
);
41
tagRange(Pos,
TagStr
.size(), "outer", Buf);
42
tagRange(Pos,
TagStr
.size(), "inner", Buf);
/frameworks/base/graphics/java/android/graphics/
FontListParser.java
180
String
tagStr
= parser.getAttributeValue(null, "tag");
181
if (
tagStr
!= null && TAG_PATTERN.matcher(
tagStr
).matches()) {
182
tag = (
tagStr
.charAt(0) << 24) +
183
(
tagStr
.charAt(1) << 16) +
184
(
tagStr
.charAt(2) << 8) +
185
(
tagStr
.charAt(3) );
/system/core/liblog/
event_tag_map.c
36
const char*
tagStr
;
152
return map->tagArray[mid].
tagStr
;
365
tag->
tagStr
= cp;
390
//printf("+++ Line %d: got %d '%s'\n", lineNum, tag->tagIndex, tag->
tagStr
);
421
map->tagArray[i].tagIndex, map->tagArray[i].
tagStr
,
422
map->tagArray[i-1].tagIndex, map->tagArray[i-1].
tagStr
);
/external/boringssl/src/crypto/x509/
asn1_gen.c
132
static int asn1_str2tag(const char *
tagstr
, int len);
571
static int asn1_str2tag(const char *
tagstr
, int len)
636
len = strlen(
tagstr
);
641
if ((len == tntmp->len) && !strncmp(tntmp->strnam,
tagstr
, len))
/frameworks/base/core/jni/
android_util_Binder.cpp
172
jstring
tagstr
= env->NewStringUTF(LOG_TAG);
local
174
if (
tagstr
!= NULL) {
178
if ((
tagstr
== NULL) || (msgstr == NULL)) {
186
gLogOffsets.mClass, gLogOffsets.mLogE,
tagstr
, msgstr, excep);
211
env->DeleteLocalRef(
tagstr
);
[
all
...]
/frameworks/base/tools/aapt/
Resource.cpp
[
all
...]
/external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp
[
all
...]
Completed in 302 milliseconds