Home
last modified time | relevance | path

Searched refs:base (Results 17476 - 17500 of 18412) sorted by relevance

1...<<691692693694695696697698699700>>...737

/third_party/python/Lib/http/
H A Dserver.py148 """HTTP request handler base class.
893 base, ext = posixpath.splitext(path)
/third_party/python/Lib/
H A Dplistlib.py189 def handle_entity_decl(self, entity_name, is_parameter_entity, value, base, system_id, public_id, notation_name):
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
H A Dchecked_math_impl.h22 namespace base namespace
641 } // namespace base
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl_1_autogen.h111 void listBase(GLuint base); \
/third_party/vk-gl-cts/external/amber/src/android_gradle/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/BootstrapMainStarter ...
/third_party/skia/third_party/externals/angle2/src/libEGL/
H A DlibEGL_autogen.cpp29 static angle::base::NoDestructor<std::unique_ptr<angle::Library>> sEntryPointsLib; in EntryPointsLib()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h683 GLenum applyVertexBuffer(GLint base, GLint first, GLsizei count, GLsizei instanceId);
/third_party/openssl/ohos_lite/include/openssl/
H A Dx509v3.h267 GENERAL_NAME *base; member
/third_party/skia/third_party/externals/libwebp/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/BootstrapMainStarter ...
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationfastlatinbuilder.cpp217 d = data.base; in getCEs()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dnumberformatter.h759 const FractionPrecision &base,
1489 MeasureUnit unit; // = MeasureUnit(); (the base dimensionless unit)
1492 MeasureUnit perUnit; // = MeasureUnit(); (the base dimensionless unit)
1571 * An abstract base class for specifying settings related to number formatting. This class is implemented by
1656 * The default is to render without units (equivalent to NoUnit.base()).
2829 * The skeleton string off of which to base this NumberFormatter.
2848 * The skeleton string off of which to base this NumberFormatter.
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/BootstrapMainStarter ...
/third_party/skia/third_party/externals/oboe/apps/fxlab/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/BootstrapMainStarter ...
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/BootstrapMainStarter ...
/third_party/skia/src/ports/
H A DSkFontMgr_android_parser.cpp111 const SkString& fBasePath; // The current base path.
625 const XML_Char *base, in xml_entity_decl_handler()
620 xml_entity_decl_handler(void *data, const XML_Char *entityName, int is_parameter_entity, const XML_Char *value, int value_length, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName) xml_entity_decl_handler() argument
/third_party/python/Lib/email/
H A Dmessage.py112 int(mode, base=8)
986 base Message class, but defaults to None, meaning that the policy value
/third_party/vixl/src/
H A Dinvalset-vixl.h659 vector_->erase(it.base(), vector_->end());
/third_party/skia/third_party/externals/freetype/builds/mac/
H A Dftmac.c450 stream->base = NULL; in ft_FSp_stream_close()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector_benchmark.cc20 #include "absl/base/internal/raw_logging.h"
21 #include "absl/base/macros.h"
123 char* base; member
/third_party/skia/modules/canvaskit/
H A Dparagraph_bindings.cpp553 class_<para::TypefaceFontProvider, base<SkFontMgr>>("TypefaceFontProvider") in EMSCRIPTEN_BINDINGS()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Devergreen.c1413 * surface base address (evergreen+).
1419 struct drm_framebuffer *fb = radeon_crtc->base.primary->fb; in evergreen_page_flip()
1853 if (radeon_crtc->base.enabled && mode) { in evergreen_line_buffer_adjust()
1882 if (radeon_crtc->base.enabled && mode) { in evergreen_line_buffer_adjust()
2158 struct drm_display_mode *mode = &radeon_crtc->base.mode; in evergreen_program_watermarks()
2171 if (radeon_crtc->base.enabled && num_heads && mode) { in evergreen_program_watermarks()
2336 if (rdev->mode_info.crtcs[i]->base.enabled) in evergreen_bandwidth_update()
2340 mode0 = &rdev->mode_info.crtcs[i]->base.mode; in evergreen_bandwidth_update()
2341 mode1 = &rdev->mode_info.crtcs[i+1]->base.mode; in evergreen_bandwidth_update()
2769 /* update crtc base addresse in evergreen_mc_resume()
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h16 #include "src/base/flags.h"
17 #include "src/base/hashmap.h"
18 #include "src/base/pointer-with-payload.h"
19 #include "src/base/v8-fallthrough.h"
58 using ParseFunctionFlags = base::Flags<ParseFunctionFlag>;
121 // Common base class template shared between parser and pre-parser.
131 // // The parser base object, which should just implement pure
146 // The parser base object implements pure parsing, according to the
485 base::PointerWithPayload<FunctionState, bool, 1> state_and_prev_value_;
1188 return base in IsAccessor()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp4293 RValue<Float4> Gather(RValue<Pointer<Float>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment, bool zeroMaskedLanes /* = false */)
4296 return emulated::Gather(base, offsets, mask, alignment, zeroMaskedLanes);
4299 RValue<Int4> Gather(RValue<Pointer<Int>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment, bool zeroMaskedLanes /* = false */)
4302 return emulated::Gather(base, offsets, mask, alignment, zeroMaskedLanes);
4305 void Scatter(RValue<Pointer<Float>> base, RValue<Float4> val, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment)
4308 return emulated::Scatter(base, val, offsets, mask, alignment);
4311 void Scatter(RValue<Pointer<Int>> base, RValue<Int4> val, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment)
4314 return emulated::Scatter(base, val, offsets, mask, alignment);
/third_party/python/Python/
H A Dcompile.c739 PyObject *name, *base; in compiler_set_qualname() local
741 base = NULL; in compiler_set_qualname()
773 base = PyUnicode_Concat(parent->u_qualname, in compiler_set_qualname()
775 if (base == NULL) in compiler_set_qualname()
780 base = parent->u_qualname; in compiler_set_qualname()
785 if (base != NULL) { in compiler_set_qualname()
787 name = PyUnicode_Concat(base, &_Py_STR(dot)); in compiler_set_qualname()
788 Py_DECREF(base); in compiler_set_qualname()
3888 /* Consume the base module name to get the first attribute */ in compiler_import_as()
4863 /* Check that the base objec in maybe_optimize_method_call()
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp5824 // We allow window memory to be compacted so recreate the base stack when needed. in Begin()
7903 window->DC.CurrLineTextBaseOffset = ImMax(window->DC.PrevLineTextBaseOffset, group_data.BackupCurrLineTextBaseOffset); // FIXME: Incorrect, we should grab the base offset from the *first line* of the group but it is hard to obtain now. in EndGroup()
11837 for (unsigned int base = 0; base <= IM_UNICODE_CODEPOINT_MAX; base += 256) in DebugNodeFont()
11842 if (!(base & 4095) && font->IsGlyphRangeUnused(base, base + 4095)) in DebugNodeFont()
11844 base += 4096 - 256; in DebugNodeFont()
11850 if (font->FindGlyphNoFallback((ImWchar)(base in DebugNodeFont()
[all...]

Completed in 98 milliseconds

1...<<691692693694695696697698699700>>...737