Home
last modified time | relevance | path

Searched refs:base (Results 776 - 800 of 5204) sorted by relevance

1...<<31323334353637383940>>...209

/third_party/libuv/docs/code/tty/
H A Dmain.c17 buf.base = "\033[41;37m"; in main()
18 buf.len = strlen(buf.base); in main()
24 buf.base = "Hello TTY\n"; in main()
25 buf.len = strlen(buf.base); in main()
/third_party/mesa3d/src/glx/
H A Ddri2_priv.h41 struct glx_screen base; member
65 struct glx_context base; member
70 dri2_query_renderer_integer(struct glx_screen *base, int attribute,
74 dri2_query_renderer_string(struct glx_screen *base, int attribute,
/third_party/node/deps/v8/src/zone/
H A Dzone-utils.h11 #include "src/base/vector.h"
18 base::Vector<T> CloneVector(Zone* zone, const base::Vector<const T>& other) { in CloneVector()
20 if (length == 0) return base::Vector<T>(); in CloneVector()
28 return base::Vector<T>(data, length); in CloneVector()
/third_party/musl/src/search/
H A Dlsearch.c4 void *lsearch(const void *key, void *base, size_t *nelp, size_t width, in lsearch() argument
7 char (*p)[width] = base; in lsearch()
18 void *lfind(const void *key, const void *base, size_t *nelp, in lfind() argument
21 char (*p)[width] = (void *)base; in lfind()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/chaincontextsubst/
H A DChainSubClassRule.java6 ChainSubClassRule(ReadableFontData data, int base, boolean dataIsCanonical) { in ChainSubClassRule() argument
7 super(data, base, dataIsCanonical); in ChainSubClassRule()
19 Builder(ReadableFontData data, int base, boolean dataIsCanonical) { in Builder() argument
20 super(data, base, dataIsCanonical); in Builder()
H A DChainSubRule.java6 ChainSubRule(ReadableFontData data, int base, boolean dataIsCanonical) { in ChainSubRule() argument
7 super(data, base, dataIsCanonical); in ChainSubRule()
19 Builder(ReadableFontData data, int base, boolean dataIsCanonical) { in Builder() argument
20 super(data, base, dataIsCanonical); in Builder()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
H A DNumRecord.java11 NumRecord(ReadableFontData data, int base) { in NumRecord() argument
12 this.value = data.readUShort(base + TAG_POS); in NumRecord()
20 public int writeTo(WritableFontData newData, int base) { in writeTo() argument
21 newData.writeUShort(base + TAG_POS, value); in writeTo()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/contextsubst/
H A DSubClassRule.java7 SubClassRule(ReadableFontData data, int base, boolean dataIsCanonical) { in SubClassRule() argument
8 super(data, base, dataIsCanonical); in SubClassRule()
24 Builder(ReadableFontData data, int base, boolean dataIsCanonical) { in Builder() argument
25 super(data, base, dataIsCanonical); in Builder()
H A DSubRule.java6 SubRule(ReadableFontData data, int base, boolean dataIsCanonical) { in SubRule() argument
7 super(data, base, dataIsCanonical); in SubRule()
19 Builder(ReadableFontData data, int base, boolean dataIsCanonical) { in Builder() argument
20 super(data, base, dataIsCanonical); in Builder()
/third_party/typescript/tests/baselines/reference/
H A DintersectionTypeReadonly.js17 let base: Base;
18 base.value = 12 // error, lhs can't be a readonly property
30 var base; variable
31 base.value = 12; // error, lhs can't be a readonly property
H A DunionTypeReadonly.js17 let base: Base;
18 base.value = 12 // error, lhs can't be a readonly property
31 var base; variable
32 base.value = 12; // error, lhs can't be a readonly property
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_uvd.c66 struct pipe_video_codec base; member
207 switch (u_reduce_video_profile(dec->base.profile)) { in profile2stream_type()
241 unsigned width = align(dec->base.width, VL_MACROBLOCK_WIDTH); in calc_dpb_size()
242 unsigned height = align(dec->base.height, VL_MACROBLOCK_HEIGHT); in calc_dpb_size()
245 unsigned max_references = dec->base.max_references + 1; in calc_dpb_size()
256 switch (u_reduce_video_profile(dec->base.profile)) { in calc_dpb_size()
264 switch(dec->base.level) { in calc_dpb_size()
377 switch (pic->base.profile) { in get_h264_msg()
396 result.level = dec->base.level; in get_h264_msg()
410 switch (dec->base in get_h264_msg()
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_queue.c124 const VkAllocationCallbacks *alloc = &queue->device->base.base.alloc; in vn_queue_submission_alloc_storage()
310 const VkAllocationCallbacks *alloc = &queue->device->base.base.alloc; in vn_queue_submission_cleanup()
620 pAllocator ? pAllocator : &dev->base.base.alloc; in vn_CreateFence()
629 vn_object_base_init(&fence->base, VK_OBJECT_TYPE_FENCE, &dev->base); in vn_CreateFence()
660 vn_object_base_fini(&fence->base); in vn_CreateFence()
674 pAllocator ? pAllocator : &dev->base in vn_DestroyFence()
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnve4_compute.c47 struct nouveau_device *dev = screen->base.device; in nve4_screen_compute_setup()
48 struct nouveau_object *chan = screen->base.channel; in nve4_screen_compute_setup()
224 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in gm107_compute_validate_surfaces()
285 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nve4_compute_validate_surfaces()
310 if (res->base.target == PIPE_BUFFER) { in nve4_compute_validate_surfaces()
318 if (nvc0->screen->base.class_3d >= GM107_3D_CLASS) in nve4_compute_validate_surfaces()
333 BEGIN_NVC0(nvc0->base.pushbuf, NVE4_CP(TSC_FLUSH), 1); in nve4_compute_validate_samplers()
334 PUSH_DATA (nvc0->base.pushbuf, 0); in nve4_compute_validate_samplers()
354 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nve4_compute_set_tex_handles()
389 struct nouveau_pushbuf *push = nvc0->base in nve4_compute_validate_constbufs()
398 const unsigned base = NVC0_CB_USR_INFO(s); nve4_compute_validate_constbufs() local
570 gp100_cp_launch_desc_set_cb(uint32_t *qmd, unsigned index, struct nouveau_bo *bo, uint32_t base, uint32_t size) gp100_cp_launch_desc_set_cb() argument
586 nve4_cp_launch_desc_set_cb(uint32_t *qmd, unsigned index, struct nouveau_bo *bo, uint32_t base, uint32_t size) nve4_cp_launch_desc_set_cb() argument
612 uint32_t base = res->offset + nvc0->constbuf[5][i].offset; nve4_compute_setup_buf_cb() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir_soa.c63 LLVMBuilderRef builder = bld->bld_base.base.gallivm->builder; in mask_vec()
115 struct gallivm_state *gallivm = bld_base->base.gallivm; in emit_fetch_64bit()
120 int len = bld_base->base.type.length * 2; in emit_fetch_64bit()
123 for (i = 0; i < bld_base->base.type.length * 2; i+=2) { in emit_fetch_64bit()
126 shuffles[i + 1] = lp_build_const_int32(gallivm, i / 2 + bld_base->base.type.length); in emit_fetch_64bit()
128 shuffles[i] = lp_build_const_int32(gallivm, i / 2 + bld_base->base.type.length); in emit_fetch_64bit()
142 struct gallivm_state *gallivm = bld_base->base.gallivm; in emit_store_64bit_split()
147 int len = bld_base->base.type.length * 2; in emit_store_64bit_split()
150 for (i = 0; i < bld_base->base.type.length; i++) { in emit_store_64bit_split()
163 bld_base->base in emit_store_64bit_split()
[all...]
/third_party/gn/src/gn/
H A Dcommand_format_unittest.cc7 #include "base/files/file_util.h"
8 #include "base/strings/string_util.h"
23 base::FilePath src_dir = \
25 base::SetCurrentDirectory(src_dir); \
26 ASSERT_TRUE(base::ReadFileToString( \
27 base::FilePath(FILE_PATH_LITERAL("src/gn/format_test_data/") \
30 ASSERT_TRUE(base::ReadFileToString( \
31 base::FilePath(FILE_PATH_LITERAL("src/gn/format_test_data/") \
H A Dtrace.cc15 #include "base/command_line.h"
16 #include "base/files/file_path.h"
17 #include "base/files/file_util.h"
18 #include "base/json/string_escape.h"
19 #include "base/logging.h"
20 #include "base/strings/stringprintf.h"
80 out << base::StringPrintf(" %8.2f ", load->delta().InMillisecondsF()); in Coalesced()
103 out << base::StringPrintf(" %8.2f %d ", cur.total_duration, cur.count); in Coalesced()
154 void ScopedTrace::SetCommandLine(const base::CommandLine& cmdline) { in Coalesced()
243 out << base in Coalesced()
[all...]
H A Dvisual_studio_utils.cc9 #include "base/md5.h"
10 #include "base/strings/string_split.h"
11 #include "base/strings/string_util.h"
22 std::string str = base::ToUpperASCII(base::MD5String(seed + entry_path)); in MakeGuid()
119 if (base::starts_with(ldflag, kSubsytemPrefix)) { in ParseLinkerOption()
122 const std::vector<std::string> tokens = base::SplitString( in ParseLinkerOption()
123 subsystem, ",", base::TRIM_WHITESPACE, base::SPLIT_WANT_NONEMPTY); in ParseLinkerOption()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DTimeArrayTimeZoneRule.java15 * defined by an array of milliseconds since the standard base time.
36 * @param startTimes The start times in milliseconds since the base time
58 * @return An array of the start times in milliseconds since the base time
101 public Date getNextStart(long base, int prevOffset, int prevDSTSavings, boolean inclusive) { in getNextStart() argument
105 if (time < base || (!inclusive && time == base)) { in getNextStart()
120 public Date getPreviousStart(long base, int prevOffset, int prevDSTSavings, boolean inclusive) { in getPreviousStart() argument
124 if (time < base || (inclusive && time == base)) { in getPreviousStart()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DTimeArrayTimeZoneRule.java16 * defined by an array of milliseconds since the standard base time.
37 * @param startTimes The start times in milliseconds since the base time
57 * @return An array of the start times in milliseconds since the base time
95 public Date getNextStart(long base, int prevOffset, int prevDSTSavings, boolean inclusive) { in getNextStart() argument
99 if (time < base || (!inclusive && time == base)) { in getNextStart()
113 public Date getPreviousStart(long base, int prevOffset, int prevDSTSavings, boolean inclusive) { in getPreviousStart() argument
117 if (time < base || (inclusive && time == base)) { in getPreviousStart()
/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dcombiner.py8 from . import base namespace
10 from ..outproc import base as outproc
12 class CombinerProc(base.TestProc):
37 def setup(self, requirement=base.DROP_RESULT):
40 assert requirement == base.DROP_RESULT
41 self._next_proc.setup(base.DROP_RESULT)
/third_party/libinput/src/
H A Dutil-strings.c243 const char *base = safe_basename(filename); in trunkname() local
246 if (base == NULL) in trunkname()
249 suffix = rindex(base, '.'); in trunkname()
251 return safe_strdup(base); in trunkname()
253 return strndup(base, suffix-base); in trunkname()
/third_party/node/deps/v8/src/execution/
H A Dlocal-isolate.h8 #include "src/base/macros.h"
67 base::SharedMutex* internalized_string_access() { in internalized_string_access()
83 // Upcast to the privately inherited base-class using c-style casts to avoid in factory()
165 base::Optional<WorkerThreadRuntimeCallStatsScope> rcs_scope_;
173 template <base::MutexSharedType kIsShared>
176 SharedMutexGuardIfOffThread(base::SharedMutex* mutex, LocalIsolate* isolate) { in SharedMutexGuardIfOffThread()
187 base::Optional<base::SharedMutexGuard<kIsShared>> mutex_guard_;
/third_party/node/deps/v8/src/logging/
H A Dlog-utils.h14 #include "src/base/compiler-specific.h"
15 #include "src/base/optional.h"
16 #include "src/base/platform/mutex.h"
24 namespace base { namespace
27 } // namespace base
65 base::Optional<int> length_limit = base::nullopt);
66 void AppendString(base::Vector<const char> str);
112 base::Mutex* mutex() { return &mutex_; } in mutex()
128 base
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_query_acc.c68 aq->prsc = pipe_buffer_create(&ctx->screen->base, PIPE_BIND_QUERY_BUFFER, in realloc_query_bo()
130 ctx->base.flush(&ctx->base, NULL, 0); in etna_acc_get_query_result()
137 ctx->base.flush(&ctx->base, NULL, 0); in etna_acc_get_query_result()
192 q = &aq->base; in etna_acc_create_query()

Completed in 15 milliseconds

1...<<31323334353637383940>>...209