Home
last modified time | relevance | path

Searched defs:loc (Results 1 – 25 of 813) sorted by relevance

12345678910>>...33

/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DDecimalFormatSymbolsTest.java88 …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 …]
DDateFormatSymbolsTest.java80 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 …]
DNumberFormatTest.java50 private void checkGetInstance(int type, Locale loc) { in checkGetInstance()
82 private NumberFormat getJDKInstance(int type, Locale loc, String[] methodName) { in getJDKInstance()
114 … private com.ibm.icu.text.NumberFormat getICUInstance(int type, Locale loc, String[] methodName) { in getICUInstance()
302 Locale loc = uloc.toLocale(); in TestKeywords() local
DDateFormatTest.java43 private void checkGetInstance(int dstyle, int tstyle, Locale loc) { in checkGetInstance()
72 private DateFormat getJDKInstance(int dstyle, int tstyle, Locale loc, String[] methodName) { in getJDKInstance()
91 …private com.ibm.icu.text.DateFormat getICUInstance(int dstyle, int tstyle, Locale loc, String[] me… in getICUInstance()
209 Locale loc = uloc.toLocale(); in TestCalendarKeyword() local
/third_party/glslang/glslang/MachineIndependent/
DVersions.cpp693 void TParseVersions::requireStage(const TSourceLoc& loc, EShLanguageMask languageMask, const char* … in requireStage()
701 void TParseVersions::requireStage(const TSourceLoc& loc, EShLanguage stage, const char* featureDesc) in requireStage()
716 void TParseVersions::requireProfile(const TSourceLoc& loc, int profileMask, const char* featureDesc) in requireProfile()
739 void TParseVersions::profileRequires(const TSourceLoc& loc, int profileMask, int minVersion, int nu… in profileRequires()
764 void TParseVersions::profileRequires(const TSourceLoc& loc, int profileMask, int minVersion, const … in profileRequires()
770 void TParseVersions::unimplemented(const TSourceLoc& loc, const char* featureDesc) in unimplemented()
779 void TParseVersions::checkDeprecated(const TSourceLoc& loc, int profileMask, int depVersion, const … in checkDeprecated()
796 void TParseVersions::requireNotRemoved(const TSourceLoc& loc, int profileMask, int removedVersion, … in requireNotRemoved()
810 bool TParseVersions::checkExtensionsRequested(const TSourceLoc& loc, int numExtensions, const char*… in checkExtensionsRequested()
841 void TParseVersions::requireExtensions(const TSourceLoc& loc, int numExtensions, const char* const … in requireExtensions()
[all …]
DParseHelper.cpp228 void TParseContext::growGlobalUniformBlock(const TSourceLoc& loc, TType& memberType, const TString&… in growGlobalUniformBlock()
261 void TParseContext::growAtomicCounterBlock(int binding, const TSourceLoc& loc, TType& memberType, c… in growAtomicCounterBlock()
330 void TParseContext::setInvariant(const TSourceLoc& loc, const char* builtin) { in setInvariant()
340 void TParseContext::handlePragma(const TSourceLoc& loc, const TVector<TString>& tokens) in handlePragma()
450 TIntermTyped* TParseContext::handleVariable(const TSourceLoc& loc, TSymbol* symbol, const TString* … in handleVariable()
544 TIntermTyped* TParseContext::handleBracketDereference(const TSourceLoc& loc, TIntermTyped* base, TI… in handleBracketDereference()
735 void TParseContext::fixIoArraySize(const TSourceLoc& loc, TType& type) in fixIoArraySize()
757 void TParseContext::ioArrayCheck(const TSourceLoc& loc, const TType& type, const TString& identifie… in ioArrayCheck()
791 void TParseContext::checkIoArraysConsistency(const TSourceLoc &loc, bool tailOnly) in checkIoArraysConsistency()
863 void TParseContext::checkIoArrayConsistency(const TSourceLoc& loc, int requiredSize, const char* fe… in checkIoArrayConsistency()
[all …]
DIntermediate.cpp69 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 …]
DParseContextBase.cpp51 void TParseContextBase::outputMessage(const TSourceLoc& loc, const char* szReason, in outputMessage()
72 void C_DECL TParseContextBase::error(const TSourceLoc& loc, const char* szReason, const char* szTok… in error()
89 void C_DECL TParseContextBase::warn(const TSourceLoc& loc, const char* szReason, const char* szToke… in warn()
100 void C_DECL TParseContextBase::ppError(const TSourceLoc& loc, const char* szReason, const char* szT… in ppError()
112 void C_DECL TParseContextBase::ppWarn(const TSourceLoc& loc, const char* szReason, const char* szTo… in ppWarn()
129 bool TParseContextBase::lValueErrorCheck(const TSourceLoc& loc, const char* op, TIntermTyped* node) in lValueErrorCheck()
232 void TParseContextBase::rValueErrorCheck(const TSourceLoc& loc, const char* op, TIntermTyped* node) in rValueErrorCheck()
285 void TParseContextBase::checkIndex(const TSourceLoc& loc, const TType& type, int& index) in checkIndex()
511 void TParseContextBase::parseSwizzleSelector(const TSourceLoc& loc, const TString& compString, int … in parseSwizzleSelector()
611 void TParseContextBase::growGlobalUniformBlock(const TSourceLoc& loc, TType& memberType, const TStr… in growGlobalUniformBlock()
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dlocalebuildertest.cpp66 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/
Dast_type.cpp126 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 …]
Dast_to_hir.cpp232 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()
1223 YYLTYPE loc = expr->get_location(); in get_scalar_boolean_operand() local
1239 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/
DDiagnostics.cpp24 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()
DDirectiveHandler.cpp51 void TDirectiveHandler::handleError(const angle::pp::SourceLocation &loc, const std::string &msg) in handleError()
56 void TDirectiveHandler::handlePragma(const angle::pp::SourceLocation &loc, in handlePragma()
131 void TDirectiveHandler::handleExtension(const angle::pp::SourceLocation &loc, in handleExtension()
197 void TDirectiveHandler::handleVersion(const angle::pp::SourceLocation &loc, in handleVersion()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DDiagnostics.cpp24 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()
DDirectiveHandler.cpp49 void TDirectiveHandler::handleError(const angle::pp::SourceLocation &loc, const std::string &msg) in handleError()
54 void TDirectiveHandler::handlePragma(const angle::pp::SourceLocation &loc, in handlePragma()
119 void TDirectiveHandler::handleExtension(const angle::pp::SourceLocation &loc, in handleExtension()
213 void TDirectiveHandler::handleVersion(const angle::pp::SourceLocation &loc, in handleVersion()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
Dlocation_test.cpp38 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/
Dlocation_test.cpp38 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/openssl/crypto/x509/
Dx509_ext.c40 X509_EXTENSION *X509_CRL_get_ext(const X509_CRL *x, int loc) in X509_CRL_get_ext()
45 X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc) in X509_CRL_delete_ext()
61 int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc) in X509_CRL_add_ext()
87 X509_EXTENSION *X509_get_ext(const X509 *x, int loc) in X509_get_ext()
92 X509_EXTENSION *X509_delete_ext(X509 *x, int loc) in X509_delete_ext()
97 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc) in X509_add_ext()
135 X509_EXTENSION *X509_REVOKED_get_ext(const X509_REVOKED *x, int loc) in X509_REVOKED_get_ext()
140 X509_EXTENSION *X509_REVOKED_delete_ext(X509_REVOKED *x, int loc) in X509_REVOKED_delete_ext()
145 int X509_REVOKED_add_ext(X509_REVOKED *x, X509_EXTENSION *ex, int loc) in X509_REVOKED_add_ext()
/third_party/protobuf/src/google/protobuf/util/internal/
Derror_listener.h86 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/musl/porting/linux/user/src/locale/
Dnewlocale.c15 int __loc_is_allocated(locale_t loc) in __loc_is_allocated()
21 static locale_t do_newlocale(int mask, const char *name, locale_t loc) in do_newlocale()
62 locale_t __newlocale(int mask, const char *name, locale_t loc) in __newlocale()
/third_party/musl/src/locale/
Dnewlocale.c15 int __loc_is_allocated(locale_t loc) in __loc_is_allocated()
21 static locale_t do_newlocale(int mask, const char *name, locale_t loc) in do_newlocale()
62 locale_t __newlocale(int mask, const char *name, locale_t loc) in __newlocale()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DDirectiveHandler.cpp49 void TDirectiveHandler::handleError(const pp::SourceLocation& loc, in handleError()
55 void TDirectiveHandler::handlePragma(const pp::SourceLocation& loc, in handlePragma()
97 void TDirectiveHandler::handleExtension(const pp::SourceLocation& loc, in handleExtension()
159 void TDirectiveHandler::handleVersion(const pp::SourceLocation& loc, in handleVersion()
/third_party/libunwind/include/tdep-ppc64/
Dlibunwind_i.h103 dwarf_getvr (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t * val) in dwarf_getvr()
112 dwarf_putvr (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putvr()
121 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) in dwarf_getfp()
130 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putfp()
139 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
148 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
176 dwarf_getvr (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t * val) in dwarf_getvr()
202 dwarf_putvr (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putvr()
227 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t * val) in dwarf_getfp()
248 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putfp()
[all …]
/third_party/openssl/crypto/ocsp/
Docsp_ext.c47 X509_EXTENSION *OCSP_REQUEST_get_ext(OCSP_REQUEST *x, int loc) in OCSP_REQUEST_get_ext()
52 X509_EXTENSION *OCSP_REQUEST_delete_ext(OCSP_REQUEST *x, int loc) in OCSP_REQUEST_delete_ext()
69 int OCSP_REQUEST_add_ext(OCSP_REQUEST *x, X509_EXTENSION *ex, int loc) in OCSP_REQUEST_add_ext()
99 X509_EXTENSION *OCSP_ONEREQ_get_ext(OCSP_ONEREQ *x, int loc) in OCSP_ONEREQ_get_ext()
104 X509_EXTENSION *OCSP_ONEREQ_delete_ext(OCSP_ONEREQ *x, int loc) in OCSP_ONEREQ_delete_ext()
121 int OCSP_ONEREQ_add_ext(OCSP_ONEREQ *x, X509_EXTENSION *ex, int loc) in OCSP_ONEREQ_add_ext()
153 X509_EXTENSION *OCSP_BASICRESP_get_ext(OCSP_BASICRESP *x, int loc) in OCSP_BASICRESP_get_ext()
158 X509_EXTENSION *OCSP_BASICRESP_delete_ext(OCSP_BASICRESP *x, int loc) in OCSP_BASICRESP_delete_ext()
177 int OCSP_BASICRESP_add_ext(OCSP_BASICRESP *x, X509_EXTENSION *ex, int loc) in OCSP_BASICRESP_add_ext()
207 X509_EXTENSION *OCSP_SINGLERESP_get_ext(OCSP_SINGLERESP *x, int loc) in OCSP_SINGLERESP_get_ext()
[all …]
/third_party/elfutils/backends/
Driscv_retval.c59 static const Dwarf_Op loc[] = in pass_in_gpr_lp64() local
72 static const Dwarf_Op loc[] = { { .atom = DW_OP_breg10 } }; in pass_by_ref() local
81 static const Dwarf_Op loc[] = in pass_in_fpr_lp64f() local
96 static const Dwarf_Op loc[] = in pass_in_fpr_lp64d() local

12345678910>>...33