/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/generator/ |
H A D | ResourceFallbackCodeGenerator.java | 3 import com.google.common.base.Splitter; 11 import static com.google.common.base.CharMatcher.whitespace;
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | TransformsMapper.java | 5 import static com.google.common.base.CharMatcher.whitespace; 6 import static com.google.common.base.Preconditions.checkNotNull;
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
H A D | LocaleDistanceMapperTest.java | 5 import static com.google.common.base.Preconditions.checkArgument; 32 import com.google.common.base.CharMatcher;
|
/third_party/icu/icu4c/source/i18n/ |
H A D | collationbuilder.h | 43 CollationBuilder(const CollationTailoring *base, UErrorCode &errorCode); 299 const CollationTailoring *base; member in CollationBuilder
|
H A D | collationdata.cpp | 61 d = base; in getSingleCE() 62 ce32 = base->getCE32(c); in getSingleCE()
|
/third_party/libuv/test/ |
H A D | benchmark-pound.c | 88 buf->base = slab; in alloc_cb() 130 buf.base = buffer; in connect_cb()
|
H A D | test-udp-open.c | 88 buf->base = slab; in alloc_cb() 120 ASSERT_OK(memcmp("PING", buf->base, nread)); in recv_cb()
|
/third_party/mesa3d/bin/ |
H A D | gen_calendar_entries.py | 154 base = 1 if args.zero_released else 0 156 writer.writerow([args.series, date.isoformat(), f'{args.series}.{base}', args.manager]) 157 for row in range(base + 1, 3):
|
/third_party/mesa3d/src/freedreno/drm/virtio/ |
H A D | virtio_bo.c | 31 struct fd_bo *bo = &virtio_bo->base; in bo_allocate() 271 bo = &virtio_bo->base; in bo_from_handle()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir_opt_preamble.c | 335 .base = offset); in ir3_nir_lower_preamble() 382 nir_store_uniform_ir3(b, src, .base = offset); in ir3_nir_lower_preamble()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta.h | 247 return radv_pipeline_to_handle(&pipeline->base) == in radv_is_fmask_decompress_pipeline() 260 return radv_pipeline_to_handle(&pipeline->base) == in radv_is_dcc_decompress_pipeline()
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmwgfx_drm.h | 720 struct drm_event base; member 930 * @base_size Size of the base mip level for all faces. 1157 * @base: Surface create parameters. 1169 struct drm_vmw_gb_surface_create_req base; member
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_fence.c | 101 threaded_context_flush(&ctx->base, mfence->tc_token, *timeout_ns == 0); in tc_fence_finish() 207 if (zink_screen(ctx->base.screen)->threaded) in zink_fence_server_signal()
|
/third_party/node/lib/internal/ |
H A D | blob.js | 389 0: base, 393 if (base !== 'nodedata')
|
/third_party/node/deps/v8/src/wasm/ |
H A D | init-expr-interface.cc | 178 const base::Vector<Value>& elements, in ArrayInit() 209 if (!base::IsInBounds<uint32_t>(offset, length_in_bytes, in ArrayInitFromData()
|
/third_party/node/deps/v8/src/zone/ |
H A D | zone-containers.h | 19 #include "src/base/functional.h" 157 template <typename K, typename V, typename Hash = base::hash<K>, 173 template <typename K, typename Hash = base::hash<K>,
|
/third_party/node/deps/v8/tools/gcmole/ |
H A D | gcmole-test.cc | 125 BaseObject* base = &derived; in TestFollowingVirtualFunctions() local 133 so_handle->Method(*base->VirtualCauseGC(obj1, isolate)); in TestFollowingVirtualFunctions()
|
/third_party/node/src/ |
H A D | js_udp_wrap.cc | 102 buffers[i] = Buffer::Copy(env(), bufs[i].base, bufs[i].len) in Send() 169 memcpy(buf.base, data, avail); in EmitReceived()
|
H A D | js_stream.cc | 122 Buffer::Copy(env(), bufs[i].base, bufs[i].len).ToLocalChecked(); in DoWrite() 180 memcpy(buf.base, data, avail); in ReadBuffer()
|
/third_party/nghttp2/src/ |
H A D | http2.h | 372 // Constructs path by combining base path |base_path| with another 373 // path |rel_path|. The base path and another path can have optional 377 std::string path_join(const StringRef &base, const StringRef &base_query, 425 // |base| of length |baselen|. This function returns 0 if it 429 const StringRef &base, const StringRef &uri);
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationbuilder.h | 43 CollationBuilder(const CollationTailoring *base, UErrorCode &errorCode); 299 const CollationTailoring *base; member in CollationBuilder
|
H A D | collationdata.cpp | 61 d = base; in getSingleCE() 62 ce32 = base->getCE32(c); in getSingleCE()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | vtzone.h | 330 * Gets the first time zone transition after the base time. 331 * @param base The base time. 332 * @param inclusive Whether the base time is inclusive or not. 333 * @param result Receives the first transition after the base time. 337 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const override; 340 * Gets the most recent time zone transition before the base time. 341 * @param base The base time. 342 * @param inclusive Whether the base tim [all...] |
/third_party/mesa3d/include/android_stub/system/ |
H A D | window.h | 97 void (*incRef)(struct android_native_base_t* base); 98 void (*decRef)(struct android_native_base_t* base); 370 * keep in sync with Surface.java in frameworks/base */
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_jit.h | 58 const void *base; member 91 const void *base; member
|