Home
last modified time | relevance | path

Searched refs:base (Results 17126 - 17150 of 17164) sorted by relevance

1...<<681682683684685686687

/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js2175 * Case-sensitive comparisons compare strings that differ in base characters, or
7790 // Retrieves any string from the final "." onwards from a base file name.
8618 Type_0_recursively_references_itself_as_a_base_type: diag(2310, ts.DiagnosticCategory.Error, "Type_0_recursively_references_itself_as_a_base_type_2310", "Type '{0}' recursively references itself as a base type."),
8648 Only_public_and_protected_methods_of_the_base_class_are_accessible_via_the_super_keyword: diag(2340, ts.DiagnosticCategory.Error, "Only_public_and_protected_methods_of_the_base_class_are_accessible_via_the_super_keyword_2340", "Only public and protected methods of the base class are accessible via the 'super' keyword."),
8707 Expression_resolves_to_super_that_compiler_uses_to_capture_base_class_reference: diag(2402, ts.DiagnosticCategory.Error, "Expression_resolves_to_super_that_compiler_uses_to_capture_base_class_reference_2402", "Expression resolves to '_super' that compiler uses to capture base class reference."),
8720 Class_0_incorrectly_extends_base_class_1: diag(2415, ts.DiagnosticCategory.Error, "Class_0_incorrectly_extends_base_class_1_2415", "Class '{0}' incorrectly extends base class '{1}'."),
8721 Property_0_in_type_1_is_not_assignable_to_the_same_property_in_base_type_2: diag(2416, ts.DiagnosticCategory.Error, "Property_0_in_type_1_is_not_assignable_to_the_same_property_in_base_type_2_2416", "Property '{0}' in type '{1}' is not assignable to the same property in base type '{2}'."),
8722 Class_static_side_0_incorrectly_extends_base_class_static_side_1: diag(2417, ts.DiagnosticCategory.Error, "Class_static_side_0_incorrectly_extends_base_class_static_side_1_2417", "Class static side '{0}' incorrectly extends base class static side '{1}'."),
8800 _0_is_referenced_directly_or_indirectly_in_its_own_base_expression: diag(2506, ts.DiagnosticCategory.Error, "_0_is_referenced_directly_or_indirectly_in_its_own_base_expression_2506", "'{0}' is referenced directly or indirectly in its own base expression."),
8802 No_base_constructor_has_the_specified_number_of_type_arguments: diag(2508, ts.DiagnosticCategory.Error, "No_base_constructor_has_the_specified_number_of_type_arguments_2508", "No base constructo
[all...]
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp5501 wide_string_input_adapter(BaseInputAdapter base)
5502 : base_adapter(base) {}
11424 /// The std::iterator class template (used as a base class to provide typedefs) is deprecated in C++17.
12128 @tparam Base the base iterator type to reverse. Valid types are @ref
12157 /// create reverse iterator from base class
12217 auto it = --this->base();
12224 auto it = --this->base();
16679 Count the number of decimal (base 10) digits for an input unsigned integer.
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.c1541 ath10k_wmi_pull_pdev_stats_base(&src->base, dst); in ath10k_wmi_tlv_op_pull_fw_stats()
/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2pdu.c4522 /* check base buf */ in posix_info_parse()
4556 out->base = beg; in posix_info_parse()
/kernel/linux/linux-5.10/mm/
H A Dpage_alloc.c3625 * Return true if free base pages are above 'mark'. For high-order checks it
4746 * that we have enough base pages and don't need to reclaim. For non- in __alloc_pages_slowpath()
7391 usable_startpfn = PFN_DOWN(r->base); in find_zone_movable_pfns_for_nodes()
/kernel/linux/linux-5.10/kernel/sched/
H A Dcore.c408 rq->hrtick_time = ktime_add_ns(timer->base->get_time(), delta); in hrtick_start()
659 * (as that CPU's timer base may not be uptodate wrt jiffies etc).
1273 * The rq clamp bucket value is reset to its base value whenever in uclamp_rq_dec_id()
5103 * the timer wheel base->lock on the CPU and another CPU wants in rt_mutex_setprio()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2pdu.c4961 /* check base buf */ in posix_info_parse()
4995 out->base = beg; in posix_info_parse()
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H A Dfotg210-hcd.c5581 hcd->regs = fotg->base; in fotg210_hcd_probe()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.c1552 ath10k_wmi_pull_pdev_stats_base(&src->base, dst); in ath10k_wmi_tlv_op_pull_fw_stats()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dwmi.h4753 struct wmi_pdev_stats_base base; member
/third_party/mesa3d/src/glx/tests/
H A Dindirect_api.cpp212 void __indirect_glListBase(GLuint base) { } in __indirect_glListBase() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dnumbertest_api.cpp706 u"MeasureUnit form without {0} in CLDR pattern and wide base form", in unitMeasure()
1935 // Setting unit to the "base dimensionless unit" is like clearing unit. in unitUsageErrorCodes()
2864 u"base-unit", in unitPercent()
2866 NumberFormatter::with().unit(NoUnit::base()), in unitPercent()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc9 #include "src/base/iterator.h"
10 #include "src/base/platform/wrappers.h"
1224 for (auto node : base::Reversed(*block)) { in VisitBlock()
/third_party/node/deps/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc829 __ LoadDoubleLiteral(kDoubleRegZero, base::Double(0.0), r0); in Generate_JSEntryVariant()
/third_party/python/Lib/test/
H A Dtest_functools.py166 f = self.partial(int, base=16)
1900 return "base"
1904 self.assertEqual(g("str"), "base")
1906 self.assertEqual(g([1,2,3]), "base")
1911 return "base"
1934 return "base"
1938 self.assertEqual(g(""), "base")
1959 return "base"
2014 # Container and Callable are registered on different base classes and
2036 return "base"
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.h1002 upb_msg_internal base; member
/third_party/python/Lib/test/test_email/
H A Dtest_email.py28 from email.mime.base import MIMEBase
/third_party/ffmpeg/libavformat/
H A Dmovenc.c82 { "omit_tfhd_offset", "Omit the base data offset in tfhd atoms", 0, AV_OPT_TYPE_CONST, {.i64 = FF_MOV_FLAG_OMIT_TFHD_OFFSET}, INT_MIN, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM, "movflags" },
84 { "default_base_moof", "Set the default-base-is-moof flag in tfhd atoms", 0, AV_OPT_TYPE_CONST, {.i64 = FF_MOV_FLAG_DEFAULT_BASE_MOOF}, INT_MIN, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM, "movflags" },
5175 * WMP freaks out if it is set. Don't set a base data offset, PIFF
5748 ffio_wfourcc(pb, "iso5"); // Required when using default-base-is-moof
5848 // Brands prior to iso5 can't be signaled when using default-base-is-moof
7915 const int base = 10; local
7918 track_id = track_id * base + t->value[j] - start;
/third_party/vixl/src/aarch64/
H A Dlogic-aarch64.cc7525 uint64_t base = ReadXRegister(instr->GetRn(), Reg31IsStackPointer);
7526 LogicSVEAddressVector addr(base,
/third_party/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc3071 uint64_t base = 0x3ff000003f803c00 + (0x0010000000800400 * (0x7f + r));
3074 reg.SetUint(kFormatVnD, lane, base | mantissas);
/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp69 bool equal(const char* base, TextRange a, const char* b) { in equal() argument
70 return std::strncmp(b, base + a.start, a.width()) == 0; in equal()
/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h384 // base.Is(pc), since load and store instructions align the pc before in MacroAssembler()
392 Register base, in MacroAssembler()
397 Register base, in MacroAssembler()
402 base, in MacroAssembler()
396 MemOperandComputationHelper(Register scratch, Register base, uint32_t offset, uint32_t extra_offset_mask = 0) MacroAssembler() argument
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dchip.c1329 * This routine selects the appropriate base address
1365 void __iomem *base = hfi1_addr_from_offset(dd, offset); in write_csr() local
1370 writeq(value, base); in write_csr()
8624 /* register is an index of LCB registers: (offset - base) / 8 */ in read_lcb_via_8051()
8719 /* register is an index of LCB registers: (offset - base) / 8 */ in write_lcb_via_8051()
12092 /* set eager count and base index */ in hfi1_rcvctrl()
12102 * Set TID (expected) count and base index. in hfi1_rcvctrl()
15319 * Serial number is created from the base guid: in hfi1_init_dd()
15320 * [27:24] = base guid [38:35] in hfi1_init_dd()
15321 * [23: 0] = base gui in hfi1_init_dd()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dchip.c1288 * This routine selects the appropriate base address
1324 void __iomem *base = hfi1_addr_from_offset(dd, offset); in write_csr() local
1329 writeq(value, base); in write_csr()
8585 /* register is an index of LCB registers: (offset - base) / 8 */ in read_lcb_via_8051()
8680 /* register is an index of LCB registers: (offset - base) / 8 */ in write_lcb_via_8051()
12053 /* set eager count and base index */ in hfi1_rcvctrl()
12063 * Set TID (expected) count and base index. in hfi1_rcvctrl()
15279 * Serial number is created from the base guid: in hfi1_init_dd()
15280 * [27:24] = base guid [38:35] in hfi1_init_dd()
15281 * [23: 0] = base gui in hfi1_init_dd()
[all...]
/third_party/python/Python/
H A DPython-ast.c928 make_type(struct ast_state *state, const char *type, PyObject* base, in make_type() argument
944 type, base, in make_type()

Completed in 273 milliseconds

1...<<681682683684685686687