/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-operands.h | 8 #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 D | constant-array-builder.h | 234 base::TemplateHashMapImpl<intptr_t, index_t, 235 base::KeyEqualityMatcher<intptr_t>,
|
/third_party/node/deps/v8/src/parsing/ |
H A D | preparse-data.h | 10 #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 D | regexp-dotprinter.cc | 7 #include "src/base/strings.h" 132 base::Vector<const base::uc16> data = elm.atom()->data(); in VisitText()
|
H A D | regexp-utils.cc | 88 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 D | unicode.h | 9 #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 D | torque-compiler.cc | 21 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 D | freedreno_query_acc.c | 58 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 D | vk_physical_device.c | 36 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 D | vc4_cl.h | 59 void *base; member 78 return (char *)cl->next - (char *)cl->base; in cl_offset()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_screen.h | 99 struct pipe_screen base; member 292 #define VKCTX(fn) zink_screen(ctx->base.screen)->vk.fn
|
H A D | zink_resource.h | 115 struct threaded_resource base; member 179 struct threaded_transfer base; member
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_context.h | 117 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 D | PrefixTree.java | 18 import static com.google.common.base.Preconditions.checkArgument; 19 import static com.google.common.base.Preconditions.checkState;
|
H A D | DigitSequence.java | 18 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 D | DigitSequenceMatcherTest.java | 19 import static com.google.common.base.Preconditions.checkArgument; 25 import com.google.common.base.CharMatcher;
|
/third_party/python/Lib/idlelib/ |
H A D | browser.py | 7 - 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 D | grep.py | 106 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.py | 104 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 D | mru_cache.h | 34 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 D | type_match_test.cpp | 60 const std::string base = \ 77 ExpandAndMatch(base); \
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | mtl_utils.h | 183 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 D | type_match_test.cpp | 60 const std::string base = \ 77 ExpandAndMatch(base); \
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | vtzone.h | 332 * 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 D | SkSLCompiler.h | 196 LoadedModule loadModule(ProgramKind kind, ModuleData data, std::shared_ptr<SymbolTable> base, 198 ParsedModule parseModule(ProgramKind kind, ModuleData data, const ParsedModule& base);
|