Home
last modified time | relevance | path

Searched refs:map_file (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dgen_emulated_builtin_function_tables.py74 with open(path) as map_file:
75 file_data = map_file.read()
76 map_file.close()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dgen_emulated_builtin_function_tables.py75 with open(path) as map_file:
76 file_data = map_file.read()
77 map_file.close()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dmsvs_emulation.py385 map_file = self._Setting(('VCLinkerTool', 'MapFileName'), config)
386 if map_file:
387 map_file = expand_special(self.ConvertVSMacros(map_file, config=config))
388 return map_file
593 map_file = self.GetMapFileName(config, expand_special)
594 ld('GenerateMapFile', map={'true': '/MAP:' + map_file if map_file
/third_party/node/tools/gyp/pylib/gyp/
Dmsvs_emulation.py422 map_file = self._Setting(("VCLinkerTool", "MapFileName"), config)
423 if map_file:
424 map_file = expand_special(self.ConvertVSMacros(map_file, config=config))
425 return map_file
684 map_file = self.GetMapFileName(config, expand_special)
685 ld("GenerateMapFile", map={"true": "/MAP:" + map_file if map_file else "/MAP"})
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dgen_packed_gl_enums.py33 with open(path) as map_file:
34 enums_dict = json.loads(map_file.read(), object_pairs_hook=OrderedDict)
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dangle_format.py31 with open(path) as map_file:
32 return json.loads(map_file.read(), object_pairs_hook=reject_duplicate_keys)
/third_party/skia/third_party/externals/angle2/src/common/
Dgen_packed_gl_enums.py43 with open(path) as map_file:
44 enums_dict = json.loads(map_file.read(), object_pairs_hook=OrderedDict)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dangle_format.py31 with open(path) as map_file:
32 return json.loads(map_file.read(), object_pairs_hook=reject_duplicate_keys)
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
Dgen_restricted_traces.py341 with open(json_file) as map_file:
342 return json.loads(map_file.read(), object_pairs_hook=reject_duplicate_keys)
/third_party/elfutils/src/
Dstrings.c453 map_file (int fd, off_t start_off, off_t fdlen, size_t *map_sizep) in map_file() function
569 elfmap_base = elfmap = map_file (fd, elfmap_off, fdlen, &elfmap_size); in read_block()
DChangeLog1871 (map_file): Replace mmap64 with mmap.
4869 [_MUDFLAP] (map_file): Simplify mudflap debugging by not using mmap.
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc693 FileDescriptorProto map_file; in SetUp() local
694 map_file.set_name("map.proto"); in SetUp()
695 DescriptorProto* message3 = AddMessage(&map_file, "TestMessage3"); in SetUp()
734 map_file_ = pool_.BuildFile(map_file); in SetUp()
/third_party/libabigail/tests/data/test-read-dwarf/
DPR22015-libboost_iostreams.so.abi3552 …<function-decl name='map_file' mangled-name='_ZN5boost9iostreams6detail16mapped_file_impl8map_file…
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h33995 struct file *map_file; member