Home
last modified time | relevance | path

Searched refs:base (Results 1 - 25 of 5204) sorted by relevance

12345678910>>...209

/third_party/selinux/libsepol/tests/
H A Dtest-linker-types.c40 * - type in base, no modules
41 * - type in base optional, no modules
42 * - type a in base, b in module
43 * - type a in base optional, b in module
44 * - type a in base, b in module optional
45 * - type a in base optional, b in module optional
46 * - attr in base, no modules
47 * - attr in base optional, no modules
48 * - attr a in base, b in module
49 * - attr a in base optiona
126 base_type_tests(policydb_t * base) base_type_tests() argument
164 module_type_tests(policydb_t * base) module_type_tests() argument
[all...]
H A Dtest-linker-roles.c39 * - role in base, no modules
40 * - role in base optional, no modules
41 * - role a in base, b in module
42 * - role a in base and module (additive)
43 * - role a in base and 2 module
44 * - role a in base optional, b in module
45 * - role a in base, b in module optional
46 * - role a in base optional, b in module optional
47 * - role a in base optional and module
48 * - role a in base an
69 base_role_tests(policydb_t * base) base_role_tests() argument
99 module_role_tests(policydb_t * base) module_role_tests() argument
[all...]
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_unittest.cc15 #include "base/bind.h"
16 #include "base/files/file.h"
17 #include "base/files/file_enumerator.h"
18 #include "base/files/file_path.h"
19 #include "base/files/file_util.h"
20 #include "base/files/scoped_temp_dir.h"
21 #include "base/logging.h"
22 #include "base/path_service.h"
23 #include "base/strings/strcat.h"
24 #include "base/string
[all...]
H A Dzip.cc10 #include "base/bind.h"
11 #include "base/files/file.h"
12 #include "base/files/file_enumerator.h"
13 #include "base/files/file_util.h"
14 #include "base/logging.h"
15 #include "base/memory/ptr_util.h"
16 #include "base/strings/string_util.h"
26 bool IsHiddenFile(const base::FilePath& file_path) { in IsHiddenFile()
31 bool CreateDirectory(const base::FilePath& extract_dir, in CreateDirectory()
32 const base in CreateDirectory()
[all...]
H A Dzip.h13 #include "base/callback.h"
14 #include "base/containers/span.h"
15 #include "base/files/file_path.h"
16 #include "base/files/platform_file.h"
17 #include "base/time/time.h"
20 namespace base { namespace
29 using Paths = base::span<const base::FilePath>;
43 base::Time last_modified;
48 virtual bool Open(Paths paths, std::vector<base
[all...]
/third_party/node/deps/zlib/google/
H A Dzip_unittest.cc15 #include "base/files/file.h"
16 #include "base/files/file_enumerator.h"
17 #include "base/files/file_path.h"
18 #include "base/files/file_util.h"
19 #include "base/files/scoped_temp_dir.h"
20 #include "base/functional/bind.h"
21 #include "base/logging.h"
22 #include "base/path_service.h"
23 #include "base/strings/strcat.h"
24 #include "base/string
[all...]
H A Dzip.h13 #include "base/containers/span.h"
14 #include "base/files/file_path.h"
15 #include "base/files/platform_file.h"
16 #include "base/functional/callback.h"
17 #include "base/time/time.h"
20 namespace base { namespace
29 using Paths = base::span<const base::FilePath>;
43 base::Time last_modified;
48 virtual bool Open(Paths paths, std::vector<base
[all...]
H A Dzip.cc10 #include "base/files/file.h"
11 #include "base/files/file_enumerator.h"
12 #include "base/files/file_util.h"
13 #include "base/functional/bind.h"
14 #include "base/logging.h"
15 #include "base/memory/ptr_util.h"
16 #include "base/strings/string_util.h"
26 bool IsHiddenFile(const base::FilePath& file_path) { in IsHiddenFile()
31 bool CreateDirectory(const base::FilePath& extract_dir, in CreateDirectory()
32 const base in CreateDirectory()
[all...]
/third_party/skia/third_party/externals/zlib/google/
H A Dzip_unittest.cc13 #include "base/bind.h"
14 #include "base/files/file.h"
15 #include "base/files/file_enumerator.h"
16 #include "base/files/file_path.h"
17 #include "base/files/file_util.h"
18 #include "base/files/scoped_temp_dir.h"
19 #include "base/logging.h"
20 #include "base/macros.h"
21 #include "base/path_service.h"
22 #include "base/string
[all...]
H A Dzip.h10 #include "base/callback.h"
11 #include "base/files/file_path.h"
12 #include "base/files/platform_file.h"
13 #include "base/time/time.h"
16 namespace base { namespace
34 DirectoryContentEntry(const base::FilePath& path, bool is_directory) in DirectoryContentEntry()
36 base::FilePath path;
42 virtual std::vector<base::File> OpenFilesForReading(
43 const std::vector<base::FilePath>& paths) = 0;
45 virtual bool DirectoryExists(const base
[all...]
H A Dzip.cc11 #include "base/bind.h"
12 #include "base/files/file.h"
13 #include "base/files/file_enumerator.h"
14 #include "base/logging.h"
15 #include "base/memory/ptr_util.h"
16 #include "base/strings/string_util.h"
25 bool IsHiddenFile(const base::FilePath& file_path) { in IsHiddenFile()
29 bool ExcludeNoFilesFilter(const base::FilePath& file_path) { in ExcludeNoFilesFilter()
33 bool ExcludeHiddenFilesFilter(const base::FilePath& file_path) { in ExcludeHiddenFilesFilter()
38 bool CreateDirectory(const base
[all...]
H A Dzip_reader_unittest.cc14 #include "base/bind.h"
15 #include "base/check.h"
16 #include "base/files/file.h"
17 #include "base/files/file_util.h"
18 #include "base/files/scoped_temp_dir.h"
19 #include "base/hash/md5.h"
20 #include "base/path_service.h"
21 #include "base/run_loop.h"
22 #include "base/stl_util.h"
23 #include "base/string
[all...]
/third_party/typescript/tests/baselines/reference/
H A DdivergentAccessorsVisibility1.js97 declare const base: Base, deriv: Derived;
99 base.PublicPublic = 0;
100 base.PublicProtected = 0;
101 base.PublicPrivate = 0;
102 base.ProtectedPublic = 0;
103 base.ProtectedProtected = 0;
104 base.ProtectedPrivate = 0;
105 base.PrivatePublic = 0;
106 base.PrivateProtected = 0;
107 base
[all...]
H A DdeclarationEmitNameConflicts2.js2 module X.Y.base {
11 module X.Y.base.Z {
12 export var f = X.Y.base.f; // Should be base.f
13 export var C = X.Y.base.C; // Should be base.C
14 export var M = X.Y.base.M; // Should be base.M
15 export var E = X.Y.base.E; // Should be base
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dsurface9.c71 This->base.base.device = pParams->device; /* Early fill this field in case of failure */ in NineSurface9_ctor()
101 This->base.info.screen = pParams->device->screen; in NineSurface9_ctor()
102 This->base.info.target = PIPE_TEXTURE_2D; in NineSurface9_ctor()
103 This->base.info.width0 = pDesc->Width; in NineSurface9_ctor()
104 This->base.info.height0 = pDesc->Height; in NineSurface9_ctor()
105 This->base.info.depth0 = 1; in NineSurface9_ctor()
106 This->base.info.last_level = 0; in NineSurface9_ctor()
107 This->base.info.array_size = 1; in NineSurface9_ctor()
108 This->base in NineSurface9_ctor()
[all...]
/third_party/node/deps/v8/src/strings/
H A Dchar-predicates.h8 #include "src/base/strings.h"
18 inline constexpr int AsciiAlphaToLower(base::uc32 c);
19 inline constexpr bool IsCarriageReturn(base::uc32 c);
20 inline constexpr bool IsLineFeed(base::uc32 c);
21 inline constexpr bool IsAsciiIdentifier(base::uc32 c);
22 inline constexpr bool IsAlphaNumeric(base::uc32 c);
23 inline constexpr bool IsDecimalDigit(base::uc32 c);
24 inline constexpr bool IsHexDigit(base::uc32 c);
25 inline constexpr bool IsOctalDigit(base::uc32 c);
26 inline constexpr bool IsBinaryDigit(base
[all...]
H A Dchar-predicates-inl.h8 #include "src/base/bounds.h"
18 inline constexpr int AsciiAlphaToLower(base::uc32 c) { return c | 0x20; } in AsciiAlphaToLower()
20 inline constexpr bool IsCarriageReturn(base::uc32 c) { return c == 0x000D; } in IsCarriageReturn()
22 inline constexpr bool IsLineFeed(base::uc32 c) { return c == 0x000A; } in IsLineFeed()
24 inline constexpr bool IsAsciiIdentifier(base::uc32 c) { in IsAsciiIdentifier()
28 inline constexpr bool IsAlphaNumeric(base::uc32 c) { in IsAlphaNumeric()
29 return base::IsInRange(AsciiAlphaToLower(c), 'a', 'z') || IsDecimalDigit(c); in IsAlphaNumeric()
32 inline constexpr bool IsDecimalDigit(base::uc32 c) { in IsDecimalDigit()
34 return base::IsInRange(c, '0', '9'); in IsDecimalDigit()
37 inline constexpr bool IsHexDigit(base
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftgloadr.c47 * loader.base Is really the bottom of the stack. It describes a
57 * Add Add the `current' glyph image to the `base' one,
60 * The glyph loader is now a base object. Each driver used to
89 FT_GlyphLoad base = &loader->base; in FT_GlyphLoader_Rewind() local
93 base->outline.n_points = 0; in FT_GlyphLoader_Rewind()
94 base->outline.n_contours = 0; in FT_GlyphLoader_Rewind()
95 base->outline.flags = 0; in FT_GlyphLoader_Rewind()
96 base->num_subglyphs = 0; in FT_GlyphLoader_Rewind()
98 *current = *base; in FT_GlyphLoader_Rewind()
145 FT_Outline* base = &loader->base.outline; FT_GlyphLoader_Adjust_Points() local
192 FT_GlyphLoad base = &loader->base; FT_GlyphLoader_Adjust_Subglyphs() local
211 FT_Outline* base = &loader->base.outline; FT_BASE_DEF() local
300 FT_GlyphLoad base = &loader->base; FT_BASE_DEF() local
342 FT_GlyphLoad base; FT_GlyphLoader_Add() local
[all...]
/third_party/libuv/docs/code/udp-dhcp/
H A Dmain.c13 buf->base = malloc(suggested_size); in alloc_buffer()
21 free(buf->base); in on_read()
30 unsigned int *as_integer = (unsigned int*)buf->base; in on_read()
38 free(buf->base); in on_read()
45 memset(buffer.base, 0, buffer.len); in make_discover_msg()
48 buffer.base[0] = 0x1; in make_discover_msg()
50 buffer.base[1] = 0x1; in make_discover_msg()
52 buffer.base[2] = 0x6; in make_discover_msg()
54 buffer.base[3] = 0x0; in make_discover_msg()
56 if (uv_random(NULL, NULL, &buffer.base[ in make_discover_msg()
[all...]
/third_party/rust/crates/minimal-lexical/etc/
H A Dbellerophon_table.py8 The base two exponents can be inferred using a logarithmic slope
36 def calculate_bitshift(base, exponent):
38 Calculate the bitshift required for a given base. The exponent
42 return 63 + math.ceil(math.log2(base**exponent))
45 def next_fp(fp, base, step = 1):
48 return (fp[0] * (base**step), fp[1])
51 def prev_fp(fp, base, step = 1):
54 return (fp[0] // (base**step), fp[1])
65 def generate_small(base, count):
66 '''Generate the small powers for a given base'''
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_miptree.c70 const unsigned ms = util_logbase2(mt->base.base.nr_samples); in nv50_mt_choose_storage_type()
73 if (unlikely(mt->base.base.flags & NOUVEAU_RESOURCE_FLAG_LINEAR)) in nv50_mt_choose_storage_type()
75 if (unlikely(mt->base.base.bind & PIPE_BIND_CURSOR)) in nv50_mt_choose_storage_type()
78 switch (mt->base.base.format) { in nv50_mt_choose_storage_type()
116 switch (util_format_get_blocksizebits(mt->base.base in nv50_mt_choose_storage_type()
[all...]
/third_party/gn/src/util/
H A Dexe_path.cc7 #include "base/files/file_util.h"
8 #include "base/logging.h"
9 #include "base/strings/string_util.h"
17 #include "base/win/win_util.h"
31 base::FilePath GetExePath() { in GetExePath()
39 base::WriteInto(&executable_path, executable_length), &executable_length); in GetExePath()
46 return base::MakeAbsoluteFilePath(base::FilePath(executable_path)); in GetExePath()
51 base::FilePath GetExePath() { in GetExePath()
54 if (GetModuleFileName(NULL, base in GetExePath()
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tex_sample.c65 struct lp_sampler_dynamic_state base; member
76 struct lp_build_sampler_soa base; member
85 struct lp_sampler_dynamic_state base; member
96 struct lp_build_image_soa base; member
112 lp_llvm_texture_member(const struct lp_sampler_dynamic_state *base, in lp_llvm_texture_member() argument
169 lp_llvm_texture_##_name( const struct lp_sampler_dynamic_state *base, \
175 return lp_llvm_texture_member(base, gallivm, context_ptr, \
203 lp_llvm_sampler_member(const struct lp_sampler_dynamic_state *base, in lp_llvm_sampler_member() argument
238 lp_llvm_sampler_##_name( const struct lp_sampler_dynamic_state *base, \
243 return lp_llvm_sampler_member(base, galliv
264 lp_llvm_image_member(const struct lp_sampler_dynamic_state *base, struct gallivm_state *gallivm, LLVMValueRef context_ptr, unsigned image_unit, LLVMValueRef image_unit_offset, unsigned member_index, const char *member_name, boolean emit_load) lp_llvm_image_member() argument
337 lp_llvm_texture_cache_ptr(const struct lp_sampler_dynamic_state *base, struct gallivm_state *gallivm, LLVMValueRef thread_data_ptr, unsigned unit) lp_llvm_texture_cache_ptr() argument
362 lp_llvm_sampler_soa_emit_fetch_texel(const struct lp_build_sampler_soa *base, struct gallivm_state *gallivm, const struct lp_sampler_params *params) lp_llvm_sampler_soa_emit_fetch_texel() argument
408 lp_llvm_sampler_soa_emit_size_query(const struct lp_build_sampler_soa *base, struct gallivm_state *gallivm, const struct lp_sampler_size_query_params *params) lp_llvm_sampler_soa_emit_size_query() argument
472 lp_llvm_image_soa_emit_op(const struct lp_build_image_soa *base, struct gallivm_state *gallivm, const struct lp_img_params *params) lp_llvm_image_soa_emit_op() argument
509 lp_llvm_image_soa_emit_size_query(const struct lp_build_image_soa *base, struct gallivm_state *gallivm, const struct lp_sampler_size_query_params *params) lp_llvm_image_soa_emit_size_query() argument
[all...]
/third_party/gn/src/gn/
H A Dsource_dir_unittest.cc14 SourceDir base("//base/"); in TEST()
22 EXPECT_TRUE(base.ResolveRelativeFile(Value(nullptr, std::string()), &err, in TEST()
28 EXPECT_TRUE(base.ResolveRelativeFile(Value(nullptr, "//foo/bar/"), &err, in TEST()
33 EXPECT_TRUE(base.ResolveRelativeFile(Value(nullptr, "bar/"), &err, in TEST()
39 EXPECT_TRUE(base.ResolveRelativeFile(Value(nullptr, "//foo"), &err, in TEST()
43 EXPECT_TRUE(base.ResolveRelativeFile(Value(nullptr, "/foo"), &err, in TEST()
49 base.ResolveRelativeFile(Value(nullptr, "foo"), &err, source_root) == in TEST()
50 SourceFile("//base/foo")); in TEST()
53 base in TEST()
[all...]
/third_party/mesa3d/src/egl/drivers/haiku/
H A Degl_haiku.cpp60 _EGLConfig base; member
152 _eglInitConfig(&conf->base, disp, 1); in haiku_add_configs_for_visuals()
155 conf->base.RedSize = 8; in haiku_add_configs_for_visuals()
156 conf->base.BlueSize = 8; in haiku_add_configs_for_visuals()
157 conf->base.GreenSize = 8; in haiku_add_configs_for_visuals()
158 conf->base.LuminanceSize = 0; in haiku_add_configs_for_visuals()
159 conf->base.AlphaSize = 8; in haiku_add_configs_for_visuals()
160 conf->base.ColorBufferType = EGL_RGB_BUFFER; in haiku_add_configs_for_visuals()
161 conf->base.BufferSize = conf->base in haiku_add_configs_for_visuals()
[all...]

Completed in 11 milliseconds

12345678910>>...209