Home
last modified time | relevance | path

Searched refs:base (Results 3001 - 3025 of 5204) sorted by relevance

1...<<121122123124125126127128129130>>...209

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-operands.h8 #include "src/base/bounds.h"
199 return base::IsInRange(operand_type, OperandType::kImm, in IsScalableSignedByte()
205 return base::IsInRange(operand_type, OperandType::kIdx, in IsScalableUnsignedByte()
H A Dconstant-array-builder.h234 base::TemplateHashMapImpl<intptr_t, index_t,
235 base::KeyEqualityMatcher<intptr_t>,
/third_party/node/deps/v8/src/parsing/
H A Dpreparse-data.h10 #include "src/base/vector.h"
171 base::Vector<uint8_t> zone_byte_data_;
231 base::Vector<PreparseDataBuilder*> children_;
/third_party/node/deps/v8/src/regexp/
H A Dregexp-dotprinter.cc7 #include "src/base/strings.h"
132 base::Vector<const base::uc16> data = elm.atom()->data(); in VisitText()
H A Dregexp-utils.cc88 base::ScopedVector<Handle<Object>> argv(argc); in RegExpExec()
117 base::ScopedVector<Handle<Object>> argv(argc); in RegExpExec()
/third_party/node/deps/v8/src/strings/
H A Dunicode.h9 #include "src/base/bit-field.h"
54 using CodePointField = v8::base::BitField<uchar, 0, 21>;
55 using ValueField = v8::base::BitField<bool, 21, 1>;
/third_party/node/deps/v8/src/torque/
H A Dtorque-compiler.cc21 base::Optional<std::string> ReadFile(const std::string& path) { in ReadFile()
23 if (!file_stream.good()) return base::nullopt; in ReadFile()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query_acc.c58 pipe_buffer_create(&ctx->screen->base, PIPE_BIND_QUERY_BUFFER, 0, 0x1000); in realloc_query_bo()
207 q = &aq->base; in fd_acc_create_query2()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_physical_device.c36 vk_object_base_init(NULL, &pdevice->base, VK_OBJECT_TYPE_PHYSICAL_DEVICE); in vk_physical_device_init()
57 vk_object_base_finish(&physical_device->base); in vk_physical_device_finish()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_cl.h59 void *base; member
78 return (char *)cl->next - (char *)cl->base; in cl_offset()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.h99 struct pipe_screen base; member
292 #define VKCTX(fn) zink_screen(ctx->base.screen)->vk.fn
H A Dzink_resource.h115 struct threaded_resource base; member
179 struct threaded_transfer base; member
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.h117 struct pipe_stream_output_target base; member
128 struct pipe_context base; member
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DPrefixTree.java18 import static com.google.common.base.Preconditions.checkArgument;
19 import static com.google.common.base.Preconditions.checkState;
H A DDigitSequence.java18 import com.google.common.base.CharMatcher;
19 import com.google.common.base.Preconditions;
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/
H A DDigitSequenceMatcherTest.java19 import static com.google.common.base.Preconditions.checkArgument;
25 import com.google.common.base.CharMatcher;
/third_party/python/Lib/idlelib/
H A Dbrowser.py7 - add popup menu with more options (e.g. doc strings, base classes, imports)
8 - add base classes to class browser tree
70 # This class is also the base class for pathbrowser.PathBrowser.
187 dir, base = os.path.split(self.file)
188 name, _ = os.path.splitext(base)
H A Dgrep.py106 dir, base = os.path.split(path)
107 head, tail = os.path.splitext(base)
113 "Create base entry widgets and add widget for search path."
125 "Create base command buttons and add button for Search Files."
/third_party/python/Lib/email/
H A D_policybase.py104 for c in (c for base in cls.__bases__ for c in base.mro()):
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/
H A Dmru_cache.h34 namespace base namespace
170 // the forward iterator that base() returns is actually one past the item in Erase()
172 return reverse_iterator(Erase((++pos).base())); in Erase()
271 } // namespace base
/third_party/skia/third_party/externals/spirv-tools/test/link/
H A Dtype_match_test.cpp60 const std::string base = \
77 ExpandAndMatch(base); \
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_utils.h183 MipmapNativeLevel GetNativeMipLevel(GLuint level, GLuint base);
184 GLuint GetGLMipLevel(const MipmapNativeLevel &nativeLevel, GLuint base);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/link/
H A Dtype_match_test.cpp60 const std::string base = \
77 ExpandAndMatch(base); \
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dvtzone.h332 * Gets the first time zone transition after the base time.
333 * @param base The base time.
334 * @param inclusive Whether the base time is inclusive or not.
335 * @param result Receives the first transition after the base time.
339 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const;
342 * Gets the most recent time zone transition before the base time.
343 * @param base The base time.
344 * @param inclusive Whether the base tim
[all...]
/third_party/skia/src/sksl/
H A DSkSLCompiler.h196 LoadedModule loadModule(ProgramKind kind, ModuleData data, std::shared_ptr<SymbolTable> base,
198 ParsedModule parseModule(ProgramKind kind, ModuleData data, const ParsedModule& base);

Completed in 16 milliseconds

1...<<121122123124125126127128129130>>...209