OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numTags
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/tools/aapt2/
Locale.cpp
78
const int
numTags
= parts.size();
80
if (
numTags
>= 1) {
88
if (!valid ||
numTags
== 1) {
92
// At this point, valid == true &&
numTags
> 1.
105
if (!valid ||
numTags
== 2) {
109
// At this point, valid == true &&
numTags
> 1.
120
if (!valid ||
numTags
== 3) {
131
if (!valid ||
numTags
> 4) {
/system/core/liblog/
event_tag_map.c
49
int
numTags
;
134
hi = map->
numTags
-1;
192
map->
numTags
= countMapLines(map);
193
if (map->
numTags
< 0)
196
//printf("+++ found %d tags\n", map->
numTags
);
199
map->tagArray = calloc(1, sizeof(EventTag) * map->
numTags
);
228
int
numTags
, unknown;
235
numTags
= 0;
243
numTags
++;
257
return
numTags
;
[
all
...]
/cts/tests/camera/libctscamera2jni/
native-camera-jni.cpp
[
all
...]
/frameworks/base/tools/aapt/
AaptAssets.cpp
217
const int
numTags
= parts.size();
219
if (
numTags
>= 1) {
227
if (!valid ||
numTags
== 1) {
231
// At this point, valid == true &&
numTags
> 1.
244
if (!valid ||
numTags
== 2) {
248
// At this point, valid == true &&
numTags
> 1.
259
if (!valid ||
numTags
== 3) {
270
if (!valid ||
numTags
> 4) {
[
all
...]
/frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 235 milliseconds