OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:name_count
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/tools/ipc_fuzzer/message_lib/
message_file_format.h
53
uint32
name_count
;
member in struct:ipc_fuzzer::FileHeader
message_file_reader.cc
133
size_t
name_count
= header_->
name_count
;
local
134
if (!
name_count
)
136
if (
name_count
> file_data_.size() / sizeof(NameTableEntry)) {
137
LOG(ERROR) << "Invalid name table size: " <<
name_count
;
141
size_t string_table_offset =
name_count
* sizeof(NameTableEntry);
155
for (size_t i = 0; i < header_->
name_count
; ++i) {
message_file_writer.cc
108
header.
name_count
= types_.size();
/external/chromium_org/sandbox/win/src/
handle_closer.h
27
size_t offset_to_names; // Nul terminated strings of
name_count
names.
28
size_t
name_count
;
member in struct:sandbox::HandleListEntry
handle_closer_agent.cc
57
for (size_t j = 0; j < entry->
name_count
; ++j) {
handle_closer.cc
138
list_entry->
name_count
= i->second.size();
/external/chromium_org/third_party/ots/src/
name.cc
272
uint16_t
name_count
= name->names.size();
local
275
size_t string_offset = 6 +
name_count
* 12;
286
!out->WriteU16(
name_count
) ||
/packages/experimental/procstatlog/
procstatlog.c
218
static struct data *read_stats(char *names[], int
name_count
) {
238
if (
name_count
> 0) {
260
for (n = 0; n <
name_count
&& !strstr(cmdline, names[n]); ++n);
262
if (n ==
name_count
) {
/external/dnsmasq/src/
cache.c
757
int addr_count = 0,
name_count
= cache_size, lineno = 0;
local
815
if ((
name_count
- cache_size) > 1000)
817
rehash(
name_count
);
818
cache_size =
name_count
;
844
name_count
++;
850
name_count
++;
861
rehash(
name_count
);
865
return
name_count
;
[
all
...]
/external/v8/include/
v8.h
[
all
...]
/external/chromium_org/v8/include/
v8.h
[
all
...]
Completed in 155 milliseconds