/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
D | DecimalFormatSymbolsTest.java | 88 …checkEquivalence(jdkDecfs.getCurrencySymbol(), icuDecfs.getCurrencySymbol(), loc, "getCurrencySymb… in TestICUEquivalent() local 89 …checkEquivalence(jdkDecfs.getDecimalSeparator(), icuDecfs.getDecimalSeparator(), loc, "getDecimalS… in TestICUEquivalent() local 90 checkEquivalence(jdkDecfs.getDigit(), icuDecfs.getDigit(), loc, "getDigit"); in TestICUEquivalent() local 91 …checkEquivalence(jdkDecfs.getExponentSeparator(), icuDecfs.getExponentSeparator(), loc, "getExpone… in TestICUEquivalent() local 92 …checkEquivalence(jdkDecfs.getGroupingSeparator(), icuDecfs.getGroupingSeparator(), loc, "getGroupi… in TestICUEquivalent() local 93 checkEquivalence(jdkDecfs.getInfinity(), icuDecfs.getInfinity(), loc, "getInfinity"); in TestICUEquivalent() local 94 …tInternationalCurrencySymbol(), icuDecfs.getInternationalCurrencySymbol(), loc, "getInternationalC… in TestICUEquivalent() local 95 checkEquivalence(jdkDecfs.getMinusSign(), icuDecfs.getMinusSign(), loc, "getMinusSign"); in TestICUEquivalent() local 96 …cfs.getMonetaryDecimalSeparator(), icuDecfs.getMonetaryDecimalSeparator(), loc, "getMonetaryDecima… in TestICUEquivalent() local 97 checkEquivalence(jdkDecfs.getNaN(), icuDecfs.getNaN(), loc, "getNaN"); in TestICUEquivalent() local [all …]
|
D | DateFormatSymbolsTest.java | 80 compareArrays(jdkDfs.getAmPmStrings(), icuDfs.getAmPmStrings(), loc, "getAmPmStrings"); in TestICUEquivalent() local 81 compareArrays(jdkDfs.getEras(), icuDfs.getEras(), loc, "getEras"); in TestICUEquivalent() local 82 compareArrays(jdkDfs.getMonths(), icuDfs.getMonths(), loc, "getMonths"); in TestICUEquivalent() local 83 compareArrays(jdkDfs.getShortMonths(), icuDfs.getShortMonths(), loc, "getShortMonths"); in TestICUEquivalent() local 84 … compareArrays(jdkDfs.getShortWeekdays(), icuDfs.getShortWeekdays(), loc, "getShortWeekdays"); in TestICUEquivalent() local 85 compareArrays(jdkDfs.getWeekdays(), icuDfs.getWeekdays(), loc, "getWeekdays"); in TestICUEquivalent() local 86 compareArrays(jdkDfs.getZoneStrings(), icuDfs.getZoneStrings(), loc, "getZoneStrings"); in TestICUEquivalent() local 99 Locale loc = new Locale("en", "US"); in TestSetSymbols() local 111 compareArrays(dfs.getAmPmStrings(), dfsEnUS.getAmPmStrings(), loc, "getAmPmStrings"); in TestSetSymbols() local 112 compareArrays(dfs.getEras(), dfsEnUS.getEras(), loc, "getEras"); in TestSetSymbols() local [all …]
|
/third_party/glslang/glslang/MachineIndependent/ |
D | Versions.cpp | 620 void TParseVersions::requireStage(const TSourceLoc& loc, EShLanguageMask languageMask, const char* … in requireStage() 628 void TParseVersions::requireStage(const TSourceLoc& loc, EShLanguage stage, const char* featureDesc) in requireStage() 643 void TParseVersions::requireProfile(const TSourceLoc& loc, int profileMask, const char* featureDesc) in requireProfile() 666 void TParseVersions::profileRequires(const TSourceLoc& loc, int profileMask, int minVersion, int nu… in profileRequires() 691 void TParseVersions::profileRequires(const TSourceLoc& loc, int profileMask, int minVersion, const … in profileRequires() 697 void TParseVersions::unimplemented(const TSourceLoc& loc, const char* featureDesc) in unimplemented() 706 void TParseVersions::checkDeprecated(const TSourceLoc& loc, int profileMask, int depVersion, const … in checkDeprecated() 723 void TParseVersions::requireNotRemoved(const TSourceLoc& loc, int profileMask, int removedVersion, … in requireNotRemoved() 737 bool TParseVersions::checkExtensionsRequested(const TSourceLoc& loc, int numExtensions, const char*… in checkExtensionsRequested() 768 void TParseVersions::requireExtensions(const TSourceLoc& loc, int numExtensions, const char* const … in requireExtensions() [all …]
|
D | ParseHelper.cpp | 224 void TParseContext::handlePragma(const TSourceLoc& loc, const TVector<TString>& tokens) in handlePragma() 309 TIntermTyped* TParseContext::handleVariable(const TSourceLoc& loc, TSymbol* symbol, const TString* … in handleVariable() 393 TIntermTyped* TParseContext::handleBracketDereference(const TSourceLoc& loc, TIntermTyped* base, TI… in handleBracketDereference() 584 void TParseContext::fixIoArraySize(const TSourceLoc& loc, TType& type) in fixIoArraySize() 606 void TParseContext::ioArrayCheck(const TSourceLoc& loc, const TType& type, const TString& identifie… in ioArrayCheck() 640 void TParseContext::checkIoArraysConsistency(const TSourceLoc &loc, bool tailOnly) in checkIoArraysConsistency() 707 void TParseContext::checkIoArrayConsistency(const TSourceLoc& loc, int requiredSize, const char* fe… in checkIoArrayConsistency() 731 TIntermTyped* TParseContext::handleBinaryMath(const TSourceLoc& loc, const char* str, TOperator op,… in handleBinaryMath() 771 TIntermTyped* TParseContext::handleUnaryMath(const TSourceLoc& loc, const char* str, TOperator op, … in handleUnaryMath() 797 TIntermTyped* TParseContext::handleDotDereference(const TSourceLoc& loc, TIntermTyped* base, const … in handleDotDereference() [all …]
|
D | Intermediate.cpp | 69 TIntermTyped* constSubtree, const TSourceLoc& loc) in addSymbol() 91 glslang::TSourceLoc loc; // just a null location in addSymbol() local 97 TIntermSymbol* TIntermediate::addSymbol(const TVariable& variable, const TSourceLoc& loc) in addSymbol() 102 TIntermSymbol* TIntermediate::addSymbol(const TType& type, const TSourceLoc& loc) in addSymbol() 116 …ediate::addBinaryMath(TOperator op, TIntermTyped* left, TIntermTyped* right, const TSourceLoc& loc) in addBinaryMath() 246 const TSourceLoc& loc, const TType& type) const in addBinaryNode() argument 268 TIntermUnary* TIntermediate::addUnaryNode(TOperator op, TIntermTyped* child, const TSourceLoc& loc,… in addUnaryNode() argument 285 const TSourceLoc& loc) in addAssign() 341 const TSourceLoc& loc) in addIndex() 353 const TSourceLoc& loc) in addUnaryMath() [all …]
|
/third_party/mindspore/mindspore/nn/probability/distribution/ |
D | logistic.py | 119 loc=None, argument 184 def loc(self): member in Logistic 200 def _get_dist_args(self, loc=None, scale=None): argument 211 def _mean(self, loc=None, scale=None): argument 218 def _mode(self, loc=None, scale=None): argument 225 def _sd(self, loc=None, scale=None): argument 232 def _entropy(self, loc=None, scale=None): argument 242 def _log_prob(self, value, loc=None, scale=None): argument 261 def _cdf(self, value, loc=None, scale=None): argument 279 def _log_cdf(self, value, loc=None, scale=None): argument [all …]
|
D | log_normal.py | 66 loc=None, argument 102 def loc(self): member in LogNormal 120 def _get_dist_args(self, loc=None, scale=None): argument 139 def _mean(self, loc=None, scale=None): argument 147 def _mode(self, loc=None, scale=None): argument 155 def _var(self, loc=None, scale=None): argument 163 def _entropy(self, loc=None, scale=None): argument 173 def _cdf(self, value, loc=None, scale=None): argument 191 def _log_prob(self, value, loc=None, scale=None): argument 239 def _sample(self, shape=(), loc=None, scale=None): argument
|
D | cauchy.py | 136 loc=None, argument 184 def loc(self): member in Cauchy 200 def _get_dist_args(self, loc=None, scale=None): argument 211 def _mode(self, loc=None, scale=None): argument 227 def _entropy(self, loc=None, scale=None): argument 237 def _log_prob(self, value, loc=None, scale=None): argument 257 def _cdf(self, value, loc=None, scale=None): argument 275 def _log_cdf(self, value, loc=None, scale=None): argument 295 def _quantile(self, p, loc=None, scale=None): argument 339 def _sample(self, shape=(), loc=None, scale=None): argument
|
/third_party/boost/boost/locale/ |
D | conversion.hpp | 159 …(std::basic_string<CharType> const &str,norm_type n=norm_default,std::locale const &loc=std::local… in normalize() 174 …CharType> normalize(CharType const *str,norm_type n=norm_default,std::locale const &loc=std::local… in normalize() 195 std::locale const &loc=std::locale()) in normalize() 209 …string<CharType> to_upper(std::basic_string<CharType> const &str,std::locale const &loc=std::local… in to_upper() 220 … std::basic_string<CharType> to_upper(CharType const *str,std::locale const &loc=std::locale()) in to_upper() 234 …ing<CharType> to_upper(CharType const *begin,CharType const *end,std::locale const &loc=std::local… in to_upper() 248 …string<CharType> to_lower(std::basic_string<CharType> const &str,std::locale const &loc=std::local… in to_lower() 259 … std::basic_string<CharType> to_lower(CharType const *str,std::locale const &loc=std::locale()) in to_lower() 273 …ing<CharType> to_lower(CharType const *begin,CharType const *end,std::locale const &loc=std::local… in to_lower() 286 …string<CharType> to_title(std::basic_string<CharType> const &str,std::locale const &loc=std::local… in to_title() [all …]
|
D | encoding.hpp | 52 …:basic_string<CharType> to_utf(char const *begin,char const *end,std::locale const &loc,method_typ… in to_utf() 63 …std::string from_utf(CharType const *begin,CharType const *end,std::locale const &loc,method_type … in from_utf() 117 …std::basic_string<CharType> to_utf(std::string const &text,std::locale const &loc,method_type how=… in to_utf() 128 …std::string from_utf(std::basic_string<CharType> const &text,std::locale const &loc,method_type ho… in from_utf() 139 …std::basic_string<CharType> to_utf(char const *text,std::locale const &loc,method_type how=default… in to_utf() 153 … std::string from_utf(CharType const *text,std::locale const &loc,method_type how=default_method) in from_utf()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | localebuildertest.cpp | 66 Locale loc = bld.build(status); in Verify() local 273 Locale loc = bld.build(status); in TestLocaleBuilder() local 412 Locale loc = bld.build(status); in TestSetLanguageWellFormed() local 479 Locale loc = bld.build(status); in TestSetLanguageIllFormed() local 507 Locale loc = bld.build(status); in TestSetScriptWellFormed() local 577 Locale loc = bld.build(status); in TestSetScriptIllFormed() local 606 Locale loc = bld.build(status); in TestSetRegionWellFormed() local 676 Locale loc = bld.build(status); in TestSetRegionIllFormed() local 750 Locale loc = bld.build(status); in TestSetVariantWellFormed() local 856 Locale loc = bld.build(status); in TestSetVariantIllFormed() local [all …]
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ast_type.cpp | 126 validate_prim_type(YYLTYPE *loc, in validate_prim_type() 147 validate_vertex_spacing(YYLTYPE *loc, in validate_vertex_spacing() 163 validate_ordering(YYLTYPE *loc, in validate_ordering() 224 ast_type_qualifier::merge_qualifier(YYLTYPE *loc, in merge_qualifier() 504 ast_type_qualifier::validate_out_qualifier(YYLTYPE *loc, in validate_out_qualifier() 571 ast_type_qualifier::merge_into_out_qualifier(YYLTYPE *loc, in merge_into_out_qualifier() 598 ast_type_qualifier::validate_in_qualifier(YYLTYPE *loc, in validate_in_qualifier() 690 ast_type_qualifier::merge_into_in_qualifier(YYLTYPE *loc, in merge_into_in_qualifier() 792 ast_type_qualifier::push_to_global(YYLTYPE *loc, in push_to_global() 825 ast_type_qualifier::validate_flags(YYLTYPE *loc, in validate_flags() [all …]
|
D | ast_to_hir.cpp | 232 YYLTYPE loc; in _mesa_ast_to_hir() local 349 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in arithmetic_result_type() 489 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in unary_arithmetic_result_type() 520 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in bit_logic_result_type() 607 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in modulus_result_type() 675 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in relational_result_type() 732 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in shift_result_type() 830 YYLTYPE loc, ir_rvalue *lhs, in validate_assignment() 1222 YYLTYPE loc = expr->get_location(); in get_scalar_boolean_operand() local 1238 YYLTYPE loc, struct _mesa_glsl_parse_state *state) in check_builtin_array_max_size() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Diagnostics.cpp | 24 const angle::pp::SourceLocation &loc, in writeInfo() 54 void TDiagnostics::error(const angle::pp::SourceLocation &loc, in error() 61 void TDiagnostics::warning(const angle::pp::SourceLocation &loc, in warning() 68 void TDiagnostics::error(const TSourceLoc &loc, const char *reason, const char *token) in error() 76 void TDiagnostics::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning() 84 void TDiagnostics::print(ID id, const angle::pp::SourceLocation &loc, const std::string &text) in print() 101 void PerformanceDiagnostics::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Diagnostics.cpp | 24 const angle::pp::SourceLocation &loc, in writeInfo() 54 void TDiagnostics::error(const angle::pp::SourceLocation &loc, in error() 61 void TDiagnostics::warning(const angle::pp::SourceLocation &loc, in warning() 68 void TDiagnostics::error(const TSourceLoc &loc, const char *reason, const char *token) in error() 76 void TDiagnostics::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning() 84 void TDiagnostics::print(ID id, const angle::pp::SourceLocation &loc, const std::string &text) in print() 101 void PerformanceDiagnostics::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning()
|
/third_party/boost/libs/filesystem/test/ |
D | locale_info.cpp | 21 void facet_info(const locale& loc, const char* msg) in facet_info() 34 locale loc; in default_info() local 48 locale loc(""); in null_string_info() local 62 locale loc(locale::classic()); in classic_info() local
|
/third_party/libnl/lib/route/ |
D | pktloc.c | 63 struct rtnl_pktloc *loc; in __pktloc_lookup() local 80 static void rtnl_pktloc_free(struct rtnl_pktloc *loc) in rtnl_pktloc_free() 119 struct rtnl_pktloc *loc, *n; in read_pktlocs() local 189 struct rtnl_pktloc *loc; in rtnl_pktloc_alloc() local 204 void rtnl_pktloc_put(struct rtnl_pktloc *loc) in rtnl_pktloc_put() 220 int rtnl_pktloc_add(struct rtnl_pktloc *loc) in rtnl_pktloc_add() 241 struct rtnl_pktloc *loc; in rtnl_pktloc_foreach() local
|
/third_party/libnl/src/ |
D | nl-pktloc-lookup.c | 55 static void dump_u32_style(struct rtnl_pktloc *loc, uint32_t value) in dump_u32_style() 74 static char *get_align_txt(struct rtnl_pktloc *loc) in get_align_txt() 86 static void dump_loc(struct rtnl_pktloc *loc) in dump_loc() 93 static void list_cb(struct rtnl_pktloc *loc, void *arg) in list_cb() 111 struct rtnl_pktloc *loc; in main() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
D | location_test.cpp | 38 pp::SourceLocation loc(0, 1); in TEST_F() local 47 pp::SourceLocation loc(0, 2); in TEST_F() local 56 pp::SourceLocation loc(1, 1); in TEST_F() local 65 pp::SourceLocation loc(1, 2); in TEST_F() local 74 pp::SourceLocation loc(0, 3); in TEST_F() local 98 pp::SourceLocation loc(0, 1); in TEST_F() local 107 pp::SourceLocation loc(0, 1); in TEST_F() local 172 pp::SourceLocation loc(0, 10); in TEST_F() local 183 pp::SourceLocation loc(20, 10); in TEST_F() local 204 pp::SourceLocation loc(20, 10); in TEST_F() local [all …]
|
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
D | location_test.cpp | 38 pp::SourceLocation loc(0, 1); in TEST_F() local 47 pp::SourceLocation loc(0, 2); in TEST_F() local 56 pp::SourceLocation loc(1, 1); in TEST_F() local 65 pp::SourceLocation loc(1, 2); in TEST_F() local 74 pp::SourceLocation loc(0, 3); in TEST_F() local 98 pp::SourceLocation loc(0, 1); in TEST_F() local 107 pp::SourceLocation loc(0, 1); in TEST_F() local 172 pp::SourceLocation loc(0, 10); in TEST_F() local 183 pp::SourceLocation loc(20, 10); in TEST_F() local 204 pp::SourceLocation loc(20, 10); in TEST_F() local [all …]
|
/third_party/boost/libs/log/src/ |
D | code_conversion.cpp | 142 …st wchar_t* str1, std::size_t len, std::string& str2, std::size_t max_size, std::locale const& loc) in code_convert_impl() 148 …onst char* str1, std::size_t len, std::wstring& str2, std::size_t max_size, std::locale const& loc) in code_convert_impl() 158 …t char16_t* str1, std::size_t len, std::string& str2, std::size_t max_size, std::locale const& loc) in code_convert_impl() 164 …st char* str1, std::size_t len, std::u16string& str2, std::size_t max_size, std::locale const& loc) in code_convert_impl() 170 … char16_t* str1, std::size_t len, std::wstring& str2, std::size_t max_size, std::locale const& loc) in code_convert_impl() 183 …t char32_t* str1, std::size_t len, std::string& str2, std::size_t max_size, std::locale const& loc) in code_convert_impl() 189 …st char* str1, std::size_t len, std::u32string& str2, std::size_t max_size, std::locale const& loc) in code_convert_impl() 195 … char32_t* str1, std::size_t len, std::wstring& str2, std::size_t max_size, std::locale const& loc) in code_convert_impl() 208 …har16_t* str1, std::size_t len, std::u32string& str2, std::size_t max_size, std::locale const& loc) in code_convert_impl() 217 …har32_t* str1, std::size_t len, std::u16string& str2, std::size_t max_size, std::locale const& loc) in code_convert_impl()
|
/third_party/boost/boost/log/detail/ |
D | code_conversion.hpp | 84 …, TargetTraitsT, TargetAllocatorT >& str2, std::size_t max_size, std::locale const& loc = std::loc… in code_convert() 92 …ic_string< TargetCharT, TargetTraitsT, TargetAllocatorT >& str2, std::locale const& loc = std::loc… in code_convert() 99 …ic_string< TargetCharT, TargetTraitsT, TargetAllocatorT >& str2, std::locale const& loc = std::loc… in code_convert() 107 …ic_string< TargetCharT, TargetTraitsT, TargetAllocatorT >& str2, std::locale const& loc = std::loc… in code_convert() 115 …ic_string< TargetCharT, TargetTraitsT, TargetAllocatorT >& str2, std::locale const& loc = std::loc… in code_convert() 123 …, TargetTraitsT, TargetAllocatorT >& str2, std::size_t max_size, std::locale const& loc = std::loc… in code_convert() 131 …, TargetTraitsT, TargetAllocatorT >& str2, std::size_t max_size, std::locale const& loc = std::loc… in code_convert() 149 inline std::string to_narrow(std::wstring const& str, std::locale const& loc = std::locale()) in to_narrow() 173 inline std::wstring to_wide(std::string const& str, std::locale const& loc = std::locale()) in to_wide()
|
/third_party/typescript_eslint/packages/typescript-estree/tests/lib/ |
D | parse.test.ts | 42 loc: true, constant 75 loc: true, constant 124 loc: true, constant 157 loc: true, constant 294 loc: true, constant 468 loc: true, constant 622 loc: true, constant
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | error_listener.h | 86 void InvalidName(const LocationTrackerInterface& loc, in InvalidName() 90 void InvalidValue(const LocationTrackerInterface& loc, in InvalidValue() 94 void MissingField(const LocationTrackerInterface& loc, in MissingField()
|
/third_party/boost/libs/assert/test/ |
D | source_location_test.cpp | 11 boost::source_location loc; in main() local 20 boost::source_location loc = BOOST_CURRENT_LOCATION; in main() local
|