/third_party/gn/src/base/files/ |
H A D | file.cc | 5 #include "base/files/file.h" 6 #include "base/files/file_path.h" 13 namespace base { namespace 115 } // namespace base
|
/third_party/gn/src/base/strings/ |
H A D | string_split.h | 13 namespace base { namespace 41 // std::vector<std::string> tokens = base::SplitString( 42 // input, ",;", base::KEEP_WHITESPACE, base::SPLIT_WANT_ALL); 60 // base::SplitStringPiece(input, base::kWhitespaceASCII, 61 // base::KEEP_WHITESPACE, 62 // base::SPLIT_WANT_NONEMPTY)) { 105 // base::SplitStringUsingSubstr(input, "\r\n", 106 // base [all...] |
H A D | utf_string_conversion_utils.cc | 5 #include "base/strings/utf_string_conversion_utils.h" 7 #include "base/third_party/icu/icu_utf.h" 10 namespace base { namespace 132 } // namespace base
|
/third_party/gn/src/base/ |
H A D | sys_byteorder.h | 16 #include "base/logging.h" 23 namespace base { namespace 137 } // namespace base
|
/third_party/gn/src/base/win/ |
H A D | scoped_process_information.cc | 5 #include "base/win/scoped_process_information.h" 7 #include "base/logging.h" 8 #include "base/win/scoped_handle.h" 10 namespace base { namespace 109 } // namespace base
|
/third_party/gn/src/gn/ |
H A D | command_outputs.cc | 9 #include "base/command_line.h" 10 #include "base/strings/stringprintf.h" 111 Err(Location(), base::StringPrintf("No targets reference the file '%s'.", in RunOutputs()
|
H A D | function_write_file.cc | 7 #include "base/files/file_util.h" 8 #include "base/strings/string_split.h" 9 #include "base/strings/string_util.h" 10 #include "base/strings/utf_string_conversions.h" 99 base::FilePath file_path = in RunWriteFile()
|
H A D | substitution_type.h | 10 #include "base/containers/flat_set.h" 91 base::flat_set<const Substitution*> used;
|
H A D | template_unittest.cc | 5 #include "base/strings/string_number_conversions.h" 86 code += "template(\"test" + base::IntToString(i) + "\") {}\n"; in TEST()
|
/third_party/gn/src/util/ |
H A D | sys_info.cc | 7 #include "base/logging.h" 17 #include "base/win/registry.h" 41 base::win::RegKey key(HKEY_LOCAL_MACHINE, key_name, KEY_READ); in IsLongPathsSupportEnabled()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | DependencyGraph.java | 5 import static com.google.common.base.Preconditions.checkNotNull;
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | SupplementalMapper.java | 5 import static com.google.common.base.Preconditions.checkNotNull;
|
/third_party/libuv/test/ |
H A D | test-not-readable-nor-writable-on-read-error.c | 45 buf->base = slab; in alloc_cb()
|
H A D | test-udp-recv-in-a-row.c | 44 buf->base = slab; in alloc_cb()
|
H A D | test-close-fd.c | 32 buf->base = slab; in alloc_cb()
|
H A D | test-readable-on-eof.c | 45 buf->base = slab; in alloc_cb()
|
H A D | test-watcher-cross-stop.c | 43 buf->base = slab; in alloc_cb()
|
H A D | test-pipe-close-stdout-read-stdin.c | 40 buf->base = buffer; in alloc_buffer()
|
/third_party/libdrm/exynos/ |
H A D | exynos_drm.h | 164 struct drm_event base; member
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_drm.h | 63 struct vk_sync base; member
|
/third_party/mesa3d/src/freedreno/afuc/ |
H A D | emu-ds.c | 75 emu_set_reg64(emu, &DRAW_STATE_BASE, ds->state[val].base); in emu_set_draw_state_reg()
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_compile.h | 32 /* Array of 64-bit pointers to the base addresses (BASES) and array of 65 unsigned base : 9; member 130 * That is, returns the base-2 logarithm of the minimum alignment for an
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_descriptor_set.h | 93 struct vk_object_base base; member
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_surface.h | 45 struct pipe_surface base; member 52 * than svga_texture(base->texture)->handle.
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_drawable.h | 42 struct st_framebuffer_iface base; member
|