/third_party/python/Lib/http/ |
H A D | server.py | 148 """HTTP request handler base class. 893 base, ext = posixpath.splitext(path)
|
/third_party/python/Lib/ |
H A D | plistlib.py | 189 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 D | checked_math_impl.h | 22 namespace base namespace 641 } // namespace base
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gl_1_autogen.h | 111 void listBase(GLuint base); \
|
/third_party/vk-gl-cts/external/amber/src/android_gradle/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-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 D | libEGL_autogen.cpp | 29 static angle::base::NoDestructor<std::unique_ptr<angle::Library>> sEntryPointsLib; in EntryPointsLib()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.h | 683 GLenum applyVertexBuffer(GLint base, GLint first, GLsizei count, GLsizei instanceId);
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | x509v3.h | 267 GENERAL_NAME *base; member
|
/third_party/skia/third_party/externals/libwebp/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-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 D | collationfastlatinbuilder.cpp | 217 d = data.base; in getCEs()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | numberformatter.h | 759 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 D | gradle-wrapper.jar | META-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 D | gradle-wrapper.jar | META-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 D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/BootstrapMainStarter ... |
/third_party/skia/src/ports/ |
H A D | SkFontMgr_android_parser.cpp | 111 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 D | message.py | 112 int(mode, base=8) 986 base Message class, but defaults to None, meaning that the policy value
|
/third_party/vixl/src/ |
H A D | invalset-vixl.h | 659 vector_->erase(it.base(), vector_->end());
|
/third_party/skia/third_party/externals/freetype/builds/mac/ |
H A D | ftmac.c | 450 stream->base = NULL; in ft_FSp_stream_close()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | inlined_vector_benchmark.cc | 20 #include "absl/base/internal/raw_logging.h" 21 #include "absl/base/macros.h" 123 char* base; member
|
/third_party/skia/modules/canvaskit/ |
H A D | paragraph_bindings.cpp | 553 class_<para::TypefaceFontProvider, base<SkFontMgr>>("TypefaceFontProvider") in EMSCRIPTEN_BINDINGS()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | evergreen.c | 1413 * 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 D | parser-base.h | 16 #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 D | SubzeroReactor.cpp | 4293 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 D | compile.c | 739 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 D | imgui.cpp | 5824 // 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...] |