Home
last modified time | relevance | path

Searched refs:base (Results 12026 - 12050 of 17164) sorted by relevance

1...<<481482483484485486487488489490>>...687

/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/generator/
H A DResourceFallbackCodeGenerator.java3 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 DTransformsMapper.java5 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 DLocaleDistanceMapperTest.java5 import static com.google.common.base.Preconditions.checkArgument;
32 import com.google.common.base.CharMatcher;
/third_party/icu/icu4c/source/i18n/
H A Dcollationbuilder.h43 CollationBuilder(const CollationTailoring *base, UErrorCode &errorCode);
299 const CollationTailoring *base; member in CollationBuilder
H A Dcollationdata.cpp61 d = base; in getSingleCE()
62 ce32 = base->getCE32(c); in getSingleCE()
/third_party/libuv/test/
H A Dbenchmark-pound.c88 buf->base = slab; in alloc_cb()
130 buf.base = buffer; in connect_cb()
H A Dtest-udp-open.c88 buf->base = slab; in alloc_cb()
120 ASSERT_OK(memcmp("PING", buf->base, nread)); in recv_cb()
/third_party/mesa3d/bin/
H A Dgen_calendar_entries.py154 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 Dvirtio_bo.c31 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 Dir3_nir_opt_preamble.c335 .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 Dradv_meta.h247 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 Dvmwgfx_drm.h720 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 Dzink_fence.c101 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 Dblob.js389 0: base,
393 if (base !== 'nodedata')
/third_party/node/deps/v8/src/wasm/
H A Dinit-expr-interface.cc178 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 Dzone-containers.h19 #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 Dgcmole-test.cc125 BaseObject* base = &derived; in TestFollowingVirtualFunctions() local
133 so_handle->Method(*base->VirtualCauseGC(obj1, isolate)); in TestFollowingVirtualFunctions()
/third_party/node/src/
H A Djs_udp_wrap.cc102 buffers[i] = Buffer::Copy(env(), bufs[i].base, bufs[i].len) in Send()
169 memcpy(buf.base, data, avail); in EmitReceived()
H A Djs_stream.cc122 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 Dhttp2.h372 // 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 Dcollationbuilder.h43 CollationBuilder(const CollationTailoring *base, UErrorCode &errorCode);
299 const CollationTailoring *base; member in CollationBuilder
H A Dcollationdata.cpp61 d = base; in getSingleCE()
62 ce32 = base->getCE32(c); in getSingleCE()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dvtzone.h330 * 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 Dwindow.h97 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 Dlp_jit.h58 const void *base; member
91 const void *base; member

Completed in 24 milliseconds

1...<<481482483484485486487488489490>>...687