OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:temp_name
(Results
1 - 6
of
6
) sorted by null
/external/libjpeg-turbo/
jmemsys.h
136
char
temp_name
[TEMP_NAME_LENGTH]; /* name if it's a file */
member in struct:backing_store_struct
142
char
temp_name
[TEMP_NAME_LENGTH]; /* name if it's a file */
member in struct:backing_store_struct
146
char
temp_name
[TEMP_NAME_LENGTH]; /* name of temp file */
member in struct:backing_store_struct
/external/libchrome/base/metrics/
persistent_histogram_allocator_unittest.cc
130
const char
temp_name
[] = "CreateWithFileTest";
local
133
FilePath temp_file = temp_dir.GetPath().AppendASCII(
temp_name
);
138
GlobalHistogramAllocator::CreateWithFile(temp_file, temp_size, 0,
temp_name
);
139
EXPECT_EQ(std::string(
temp_name
),
145
EXPECT_EQ(std::string(
temp_name
),
151
EXPECT_EQ(std::string(
temp_name
),
/external/libchrome/base/debug/
activity_tracker_unittest.cc
276
const char
temp_name
[] = "CreateWithFileTest";
local
279
FilePath temp_file = temp_dir.GetPath().AppendASCII(
temp_name
);
/art/runtime/gc/space/
large_object_space.cc
109
std::string
temp_name
= live_bitmap_->GetName();
local
111
mark_bitmap_->SetName(
temp_name
);
/external/libpng/contrib/tools/
pngfix.c
3860
char
temp_name
[FILENAME_MAX+1];
local
[
all
...]
/external/v8/src/parsing/
parser.cc
2218
const AstRawString*
temp_name
= ast_value_factory()->dot_for_string();
local
[
all
...]
Completed in 1757 milliseconds