/third_party/node/lib/internal/ |
H A D | errors.js | 429 // The SystemErrors only have SystemError as their base classes. 1325 E('ERR_INVALID_MODULE_SPECIFIER', (request, reason, base = undefined) => { 1326 return `Invalid module "${request}" ${reason}${base ? 1327 ` imported from ${base}` : ''}`; 1329 E('ERR_INVALID_PACKAGE_CONFIG', (path, base, message) => { 1330 return `Invalid package config ${path}${base ? ` while importing ${base}` : 1334 (pkgPath, key, target, isImport = false, base = undefined) => { 1340 `in the package config ${pkgPath}package.json${base ? 1341 ` imported from ${base}` [all...] |
/third_party/libphonenumber/cpp/src/phonenumbers/ohos/ |
H A D | geocoding_data.pb.cc | 98 &scc_info_PrefixesInfo_geocoding_5fdata_2eproto.base, 99 &scc_info_LanguageCodeInfo_geocoding_5fdata_2eproto.base, 100 &scc_info_CountriesInfo_geocoding_5fdata_2eproto.base, 101 &scc_info_CountryCodeInfo_geocoding_5fdata_2eproto.base,}}; 198 ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_GeocodingInfo_geocoding_5fdata_2eproto.base); in SharedCtor() 226 ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_GeocodingInfo_geocoding_5fdata_2eproto.base); in default_instance() 604 ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_PrefixesInfo_geocoding_5fdata_2eproto.base); in SharedCtor() 630 ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_PrefixesInfo_geocoding_5fdata_2eproto.base); in default_instance() 958 ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_LanguageCodeInfo_geocoding_5fdata_2eproto.base); in SharedCtor() 982 ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_LanguageCodeInfo_geocoding_5fdata_2eproto.base); in default_instance() [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | js-operator.h | 8 #include "src/base/compiler-specific.h" 137 using ArityField = base::BitField<size_t, 0, 16>; 138 using StartIndexField = base::BitField<uint32_t, 16, 16>; 217 using ArityField = base::BitField<size_t, 0, 15>; 218 using StartIndexField = base::BitField<uint32_t, 15, 15>; 288 return base::hash_combine(p.bit_field_, p.frequency_, in hash_value() 292 using ArityField = base::BitField<size_t, 0, 27>; 293 using CallFeedbackRelationField = base::BitField<CallFeedbackRelation, 27, 2>; 294 using SpeculationModeField = base::BitField<SpeculationMode, 29, 1>; 295 using ConvertReceiverModeField = base [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_gmem.c | 105 uint32_t base = gmem ? gmem->cbuf_base[i] : 0; in emit_mrt() local 133 A6XX_RB_MRT_BASE_GMEM(i, .unknown = base)); in emit_mrt() 165 uint32_t base = gmem ? gmem->zsbuf_base[0] : 0; in emit_zs() local 175 A6XX_RB_DEPTH_BUFFER_BASE_GMEM(.dword = base)); in emit_zs() 207 uint32_t base = gmem ? gmem->zsbuf_base[1] : 0; in emit_zs() local 217 A6XX_RB_STENCIL_BUFFER_BASE_GMEM(.dword = base)); in emit_zs() 982 emit_blit(struct fd_batch *batch, struct fd_ringbuffer *ring, uint32_t base, in emit_blit() argument 1019 OUT_REG(ring, A6XX_RB_BLIT_BASE_GMEM(.dword = base)); in emit_blit() 1032 uint32_t base, struct pipe_surface *psurf, unsigned buffer) in emit_restore_blit() 1041 emit_blit(batch, ring, base, psur in emit_restore_blit() 1031 emit_restore_blit(struct fd_batch *batch, struct fd_ringbuffer *ring, uint32_t base, struct pipe_surface *psurf, unsigned buffer) emit_restore_blit() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_query.c | 51 struct threaded_query base; member 138 struct zink_screen *screen = zink_screen(ctx->base.screen); in zink_context_destroy_query_pools() 151 struct zink_screen *screen = zink_screen(ctx->base.screen); in find_or_allocate_qp() 626 if (query->base.flushed) in get_query_result() 682 struct pipe_context *pctx = &ctx->base; in force_cpu_read() 733 util_range_add(&res->base.b, &res->valid_buffer_range, offset, offset + result_size); in copy_pool_results_to_buffer() 771 if (qbo_append(ctx->base.screen, q)) in reset_qbos() 1014 result->b = screen->fence_finish(screen, query->base.flushed ? NULL : pctx, in zink_get_query_result() 1128 if (unlikely(!zink_screen(ctx->base.screen)->info.have_EXT_conditional_rendering) || ctx->render_condition.active) in zink_start_conditional_render() 1149 if (unlikely(!zink_screen(ctx->base in zink_stop_conditional_render() [all...] |
/third_party/python/Objects/ |
H A D | obmalloc.c | 1007 uint arenaindex; /* index into arenas of base adr */ 1287 uintptr_t base = (uintptr_t)_Py_ALIGN_UP(arenas[i].address, POOL_SIZE); in _Py_GetAllocatedBlocks() local 1290 assert(base <= (uintptr_t) arenas[i].pool_address); in _Py_GetAllocatedBlocks() 1291 for (; base < (uintptr_t) arenas[i].pool_address; base += POOL_SIZE) { in _Py_GetAllocatedBlocks() 1292 poolp p = (poolp)base; in _Py_GetAllocatedBlocks() 1497 * (e.g. base address of arena is 200) then we only have to check one 1702 Tricky: Let B be the arena base address associated with the pool, B = 1722 correct base address of the pool's arena, and P must be within ARENA_SIZE of 2482 uint8_t *p; /* base addres in _PyMem_DebugRawAlloc() 3002 uintptr_t base = arenas[i].address; _PyObject_DebugMallocStats() local [all...] |
/third_party/gn/src/base/files/ |
H A D | scoped_file.cc | 5 #include "base/files/scoped_file.h" 7 #include "base/logging.h" 14 #include "base/posix/eintr_wrapper.h" 17 namespace base { namespace 49 } // namespace base
|
/third_party/gn/src/base/ |
H A D | scoped_clear_errno.h | 10 namespace base { namespace 29 } // namespace base
|
/third_party/gn/src/base/strings/ |
H A D | string_util_posix.h | 12 #include "base/logging.h" 14 namespace base { namespace 23 } // namespace base
|
/third_party/gn/src/base/timer/ |
H A D | elapsed_timer.cc | 5 #include "base/timer/elapsed_timer.h" 7 namespace base { namespace 25 } // namespace base
|
H A D | elapsed_timer.h | 10 namespace base { namespace 30 } // namespace base
|
/third_party/gn/src/base/win/ |
H A D | scoped_handle.cc | 5 #include "base/win/scoped_handle.h" 8 namespace base { namespace 33 } // namespace base
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | nounit.h | 36 * Returns an instance for the base unit (dimensionless and no scaling). 45 static inline MeasureUnit U_EXPORT2 base() { in base() function 50 * Returns an instance for percent, or 1/100 of a base unit. 64 * Returns an instance for permille, or 1/1000 of a base unit.
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
H A D | Instruction.java | 5 import com.google.common.base.Ascii;
|
/third_party/mesa3d/src/freedreno/computerator/ |
H A D | ir3_asm.h | 33 struct kernel base; member
|
/third_party/ltp/include/ |
H A D | parse_vdso.h | 35 extern void vdso_init_from_sysinfo_ehdr(uintptr_t base);
|
/third_party/node/deps/v8/src/wasm/ |
H A D | value-type.cc | 13 base::Optional<wasm::ValueKind> WasmReturnTypeFromSignature( in WasmReturnTypeFromSignature()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | nounit.h | 36 * Returns an instance for the base unit (dimensionless and no scaling). 45 static inline MeasureUnit U_EXPORT2 base() { in base() function 50 * Returns an instance for percent, or 1/100 of a base unit. 64 * Returns an instance for permille, or 1/1000 of a base unit.
|
/third_party/node/deps/v8/src/base/numbers/ |
H A D | dtoa.h | 8 #include "src/base/vector.h" 11 namespace base { namespace 26 // The maximal length of digits a double can have in base 10 as returned by 68 } // namespace base
|
H A D | cached-powers.h | 8 #include "src/base/logging.h" 9 #include "src/base/numbers/diy-fp.h" 12 namespace base { namespace 40 } // namespace base
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-posix.h | 8 #include "src/base/platform/platform.h" 9 #include "src/base/timezone-cache.h" 12 namespace base { namespace 26 } // namespace base
|
/third_party/node/deps/v8/src/base/ |
H A D | vlq-base64.h | 11 #include "src/base/base-export.h" 14 namespace base { namespace 22 } // namespace base
|
/third_party/node/deps/v8/src/codegen/ |
H A D | flush-instruction-cache.cc | 7 #include "src/base/platform/mutex.h" 19 base::MutexGuard lock_guard(Simulator::i_cache_mutex()); in FlushInstructionCache()
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | snapshot-utils.cc | 7 #include "src/base/sanitizer/msan.h" 13 uint32_t Checksum(base::Vector<const byte> payload) { in Checksum()
|
H A D | snapshot-compression.h | 8 #include "src/base/vector.h" 19 base::Vector<const byte> compressed_data);
|