HomeSort by relevance Sort by last modified time
    Searched refs:temp_name (Results 1 - 12 of 12) 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/llvm/test/Bindings/OCaml/
bitwriter.ml 29 let temp_name, temp_oc = Filename.open_temp_file ~mode:[Open_binary] "" "" in
34 let temp_buf = read_file temp_name in
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
bitwriter.ml 26 let temp_name, temp_oc = Filename.open_temp_file ~mode:[Open_binary] "" "" in
31 let temp_buf = read_file temp_name in
  /frameworks/base/tools/aapt2/tools/
fix_resources.py 50 temp_name = ""
52 temp_name = temp.name
  /external/libchrome/base/metrics/
persistent_histogram_allocator_unittest.cc 131 const char temp_name[] = "CreateWithFileTest"; local
134 FilePath temp_file = temp_dir.path().AppendASCII(temp_name);
139 GlobalHistogramAllocator::CreateWithFile(temp_file, temp_size, 0, temp_name);
140 EXPECT_EQ(std::string(temp_name),
146 EXPECT_EQ(std::string(temp_name),
152 EXPECT_EQ(std::string(temp_name),
  /external/pdfium/third_party/libjpeg/
jmemsys.h 133 char temp_name[TEMP_NAME_LENGTH]; /* name of temp file */ member in struct:backing_store_struct
  /art/runtime/gc/space/
space.cc 137 std::string temp_name(live_bitmap_->GetName());
139 mark_bitmap_->SetName(temp_name);
large_object_space.cc 107 std::string temp_name = live_bitmap_->GetName(); local
109 mark_bitmap_->SetName(temp_name);
  /external/libpng/contrib/tools/
pngfix.c 3860 char temp_name[FILENAME_MAX+1]; local
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gl_XML.py 935 temp_name = child.get( "name" )
936 self.category_dict[ temp_name ] = [cat_name, cat_number]
    [all...]
  /external/mesa3d/src/compiler/glsl/
linker.cpp     [all...]
  /external/v8/src/parsing/
parser.cc 2218 const AstRawString* temp_name = ast_value_factory()->dot_for_string(); local
    [all...]

Completed in 263 milliseconds