OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_strings
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/ots/src/
post.cc
103
const unsigned
num_strings
= post->names.size();
local
113
if (offset >=
num_strings
) {
/external/lldb/source/Breakpoint/
BreakpointOptions.cpp
284
const size_t
num_strings
= data->user_source.GetSize();
local
285
for (size_t i = 0; i <
num_strings
; ++i)
WatchpointOptions.cpp
227
const size_t
num_strings
= data->user_source.GetSize();
local
228
for (size_t i = 0; i <
num_strings
; ++i)
/external/lldb/source/Core/
StringList.cpp
271
const size_t
num_strings
= m_strings.size();
local
273
for (size_t i=0; i<
num_strings
; ++i)
/art/runtime/
intern_table.cc
159
const size_t
num_strings
= dex_file->NumStringIds();
local
160
for (size_t j = 0; j <
num_strings
; ++j) {
/art/runtime/native/
dalvik_system_VMRuntime.cc
337
uint32_t
num_strings
;
member in struct:art::DexCacheStats
341
DexCacheStats() :
num_strings
(0),
368
total->
num_strings
+= dex_file->NumStringIds();
389
filled->
num_strings
++;
498
total.
num_strings
, before.
num_strings
, after.
num_strings
);
/external/chromium_org/third_party/freetype/src/cff/
cfftypes.h
250
FT_UInt
num_strings
;
member in struct:CFF_FontRec_
/external/freetype/src/cff/
cfftypes.h
250
FT_UInt
num_strings
;
member in struct:CFF_FontRec_
Completed in 161 milliseconds