Home
last modified time | relevance | path

Searched refs:base (Results 3426 - 3450 of 5204) sorted by relevance

1...<<131132133134135136137138139140>>...209

/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
H A Dlp_state_derived.c51 const struct tgsi_shader_info *fsInfo = &llvmpipe->fs->info.base; in compute_vertex_info()
297 llvmpipe->fs->info.base.num_instructions <= 1; in llvmpipe_update_derived()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_screen.c176 disk_cache_create(nouveau_screen_get_name(&screen->base), in nouveau_disk_cache_create()
193 struct pipe_screen *pscreen = &screen->base; in nouveau_screen_init()
238 * driver bo allocations. Let's just base the size on the available VRAM. in nouveau_screen_init()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h142 /* draw parameters (index bias, base instance, drawid)
176 struct nouveau_context base; member
221 uint32_t instance_off; /* current base vertex for instanced arrays */
412 unsigned base, unsigned size,
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunicodetext.h23 #include "phonenumbers/base/basictypes.h"
255 const_iterator tmp_it = base(); in utf8_data()
259 const_iterator tmp_it = base(); in get_utf8()
/third_party/ltp/tools/sparse/sparse-src/
H A Dlib.c65 static const char *show_include_chain(int stream, const char *base) in show_include_chain() argument
74 if (p == base) in show_include_chain()
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-operator-reducer.cc68 base::Optional<bool> maybe_result = in Reduce()
247 bool overflow = base::bits::SignedAddOverflow32( in Reduce()
/third_party/node/deps/v8/include/libplatform/
H A Dv8-tracing.h26 namespace base { namespace
28 } // namespace base
307 std::unique_ptr<base::Mutex> mutex_;
/third_party/node/deps/v8/include/v8-include/libplatform/
H A Dv8-tracing.h26 namespace base { namespace
28 } // namespace base
307 std::unique_ptr<base::Mutex> mutex_;
/third_party/node/deps/v8/src/codegen/
H A Doptimized-compilation-info.h10 #include "src/base/vector.h"
107 OptimizedCompilationInfo(base::Vector<const char> debug_name, Zone* zone,
294 base::Vector<const char> debug_name_;
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-page.cc10 #include "src/base/logging.h"
11 #include "src/base/platform/mutex.h"
247 v8::base::LockGuard<v8::base::Mutex> guard(&space.pages_mutex()); in Destroy()
/third_party/node/deps/v8/src/heap/
H A Darray-buffer-sweeper.cc128 base::MutexGuard guard(&sweeping_mutex_); in EnsureFinished()
165 base::MutexGuard guard(&sweeping_mutex_); in RequestSweep()
H A Dmarking-visitor.h40 // The pointer compression cage base value used for decompression of all
125 // The base class for all marking visitors. It implements marking logic with
146 base::EnumSet<CodeFlushMode> code_flush_mode, in MarkingVisitorBase()
237 // Similar to VisitPointersImpl() but using code cage base for loading from
283 const base::EnumSet<CodeFlushMode> code_flush_mode_;
/third_party/node/deps/v8/src/ic/
H A Dhandler-configuration.h68 using KindBits = base::BitField<Kind, 0, 4>;
263 using KindBits = base::BitField<Kind, 0, 4>;
/third_party/node/deps/v8/src/objects/
H A Dtransitions.h118 base::SharedMutexGuardIf<base::kShared> scope( in TraverseTransitionTree()
H A Ddescriptor-array-inl.h49 return base::Relaxed_CompareAndSwap( in CompareAndSwapRawNumberOfMarkedDescriptors()
50 reinterpret_cast<base::Atomic16*>( in CompareAndSwapRawNumberOfMarkedDescriptors()
H A Djs-function-inl.h224 base::EnumSet<CodeFlushMode> code_flush_mode) { in ShouldFlushBaselineCode()
266 base::Optional<std::function<void(HeapObject object, ObjectSlot slot, in ResetIfCodeFlushed()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-ast.cc226 base::Vector<const base::uc16> chardata = that->data(); in VisitAtom()
/third_party/node/deps/v8/src/snapshot/
H A Ddeserializer.h11 #include "src/base/macros.h"
12 #include "src/base/optional.h"
54 Deserializer(IsolateT* isolate, base::Vector<const byte> payload,
152 STATIC_ASSERT(base::bits::IsPowerOfTwo(kSize));
H A Dserializer-deserializer.h192 return base::IsInRange(static_cast<int>(value), kMinValue, kMaxValue); in IsEncodable()
201 DCHECK(base::IsInRange(bytecode, Encode(static_cast<TValue>(kMinValue)), in Decode()

Completed in 20 milliseconds

1...<<131132133134135136137138139140>>...209