Home
last modified time | relevance | path

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

12345678910>>...18

/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DDecimalFormatSymbolsTest.java83 …checkEquivalence(jdkDecfs.getCurrencySymbol(), icuDecfs.getCurrencySymbol(), loc, "getCurrencySymb… in TestICUEquivalent() local
84 …checkEquivalence(jdkDecfs.getDecimalSeparator(), icuDecfs.getDecimalSeparator(), loc, "getDecimalS… in TestICUEquivalent() local
85 checkEquivalence(jdkDecfs.getDigit(), icuDecfs.getDigit(), loc, "getDigit"); in TestICUEquivalent() local
86 …checkEquivalence(jdkDecfs.getExponentSeparator(), icuDecfs.getExponentSeparator(), loc, "getExpone… in TestICUEquivalent() local
87 …checkEquivalence(jdkDecfs.getGroupingSeparator(), icuDecfs.getGroupingSeparator(), loc, "getGroupi… in TestICUEquivalent() local
88 checkEquivalence(jdkDecfs.getInfinity(), icuDecfs.getInfinity(), loc, "getInfinity"); in TestICUEquivalent() local
89 …tInternationalCurrencySymbol(), icuDecfs.getInternationalCurrencySymbol(), loc, "getInternationalC… in TestICUEquivalent() local
90 checkEquivalence(jdkDecfs.getMinusSign(), icuDecfs.getMinusSign(), loc, "getMinusSign"); in TestICUEquivalent() local
91 …cfs.getMonetaryDecimalSeparator(), icuDecfs.getMonetaryDecimalSeparator(), loc, "getMonetaryDecima… in TestICUEquivalent() local
92 checkEquivalence(jdkDecfs.getNaN(), icuDecfs.getNaN(), loc, "getNaN"); in TestICUEquivalent() local
[all …]
DDateFormatSymbolsTest.java75 compareArrays(jdkDfs.getAmPmStrings(), icuDfs.getAmPmStrings(), loc, "getAmPmStrings"); in TestICUEquivalent() local
76 compareArrays(jdkDfs.getEras(), icuDfs.getEras(), loc, "getEras"); in TestICUEquivalent() local
77 compareArrays(jdkDfs.getMonths(), icuDfs.getMonths(), loc, "getMonths"); in TestICUEquivalent() local
78 compareArrays(jdkDfs.getShortMonths(), icuDfs.getShortMonths(), loc, "getShortMonths"); in TestICUEquivalent() local
79 … compareArrays(jdkDfs.getShortWeekdays(), icuDfs.getShortWeekdays(), loc, "getShortWeekdays"); in TestICUEquivalent() local
80 compareArrays(jdkDfs.getWeekdays(), icuDfs.getWeekdays(), loc, "getWeekdays"); in TestICUEquivalent() local
81 compareArrays(jdkDfs.getZoneStrings(), icuDfs.getZoneStrings(), loc, "getZoneStrings"); in TestICUEquivalent() local
93 Locale loc = new Locale("en", "US"); in TestSetSymbols() local
105 compareArrays(dfs.getAmPmStrings(), dfsEnUS.getAmPmStrings(), loc, "getAmPmStrings"); in TestSetSymbols() local
106 compareArrays(dfs.getEras(), dfsEnUS.getEras(), loc, "getEras"); in TestSetSymbols() local
[all …]
/external/mesa3d/src/glsl/
Dast_to_hir.cpp167 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in arithmetic_result_type()
359 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in unary_arithmetic_result_type()
391 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in bit_logic_result_type()
447 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in modulus_result_type()
497 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in relational_result_type()
554 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in shift_result_type()
899 YYLTYPE loc = expr->get_location(); in get_scalar_boolean_operand() local
915 YYLTYPE loc, struct _mesa_glsl_parse_state *state) in check_builtin_array_max_size()
1033 YYLTYPE loc; in hir() local
1412 YYLTYPE loc = this->subexpressions[1]->get_location(); in hir() local
[all …]
/external/libcxx/src/support/win32/
Dlocale_win32.cpp31 lconv *localeconv_l( locale_t loc ) in localeconv_l()
37 mbstate_t *__restrict ps, locale_t loc ) in mbrlen_l()
43 size_t len, mbstate_t *__restrict ps, locale_t loc ) in mbsrtowcs_l()
49 locale_t loc ) in wcrtomb_l()
55 size_t n, mbstate_t *__restrict ps, locale_t loc ) in mbrtowc_l()
61 size_t nms, size_t len, mbstate_t *__restrict ps, locale_t loc ) in mbsnrtowcs_l()
67 size_t nwc, size_t len, mbstate_t *__restrict ps, locale_t loc ) in wcsnrtombs_l()
72 wint_t btowc_l( int c, locale_t loc ) in btowc_l()
77 int wctob_l( wint_t c, locale_t loc ) in wctob_l()
83 int snprintf_l(char *ret, size_t n, locale_t loc, const char *format, ...) in snprintf_l()
[all …]
/external/bison/src/
Dcomplain.c50 error_message (location *loc, in error_message()
115 warn_at (location loc, const char *message, ...) in warn_at()
124 warn_at_indent (location loc, unsigned *indent, in warn_at_indent()
149 complain_at (location loc, const char *message, ...) in complain_at()
156 complain_at_indent (location loc, unsigned *indent, in complain_at_indent()
178 yacc_at (location loc, const char *message, ...) in yacc_at()
193 midrule_value_at (location loc, const char *message, ...) in midrule_value_at()
206 fatal_at (location loc, const char *message, ...) in fatal_at()
Dreader.c59 grammar_start_symbol_set (symbol *sym, location loc) in grammar_start_symbol_set()
178 grammar_symbol_append (symbol *sym, location loc) in grammar_symbol_append()
226 grammar_current_rule_begin (symbol *lhs, location loc, in grammar_current_rule_begin()
351 grammar_current_rule_end (location loc) in grammar_current_rule_end()
417 grammar_current_rule_prec_set (symbol *precsym, location loc) in grammar_current_rule_prec_set()
438 grammar_current_rule_dprec_set (int dprec, location loc) in grammar_current_rule_dprec_set()
453 grammar_current_rule_merge_set (uniqstr name, location loc) in grammar_current_rule_merge_set()
467 grammar_current_rule_symbol_append (symbol *sym, location loc, in grammar_current_rule_symbol_append()
481 grammar_current_rule_action_append (const char *action, location loc, in grammar_current_rule_action_append()
Dsymlist.c33 symbol_list_sym_new (symbol *sym, location loc) in symbol_list_sym_new()
64 symbol_list_type_new (uniqstr type_name, location loc) in symbol_list_type_new()
83 symbol_list_default_tagged_new (location loc) in symbol_list_default_tagged_new()
101 symbol_list_default_tagless_new (location loc) in symbol_list_default_tagless_new()
206 symbol_list_n_type_name_get (symbol_list *l, location loc, int n) in symbol_list_n_type_name_get()
Dparse-gram.y76 current_lhs(symbol *sym, location loc, named_ref *ref) in current_lhs()
694 YYLTYPE loc; variable
719 add_param (char const *type, char *decl, location loc) in add_param()
760 version_check (location const *loc, char const *version) in version_check()
771 gram_error (location const *loc, char const *msg) in gram_error()
/external/ltrace/
Dread_config_file.c155 parse_ident(struct locus *loc, char **str) in parse_ident()
204 parse_int(struct locus *loc, char **str, long *ret) in parse_int()
220 check_nonnegative(struct locus *loc, long l) in check_nonnegative()
231 check_int(struct locus *loc, long l) in check_int()
243 parse_char(struct locus *loc, char **str, char expected) in parse_char()
259 parse_zero(struct locus *loc, char **str, int *ownp) in parse_zero()
305 parse_argnum(struct locus *loc, char **str, int *ownp, int zero) in parse_argnum()
416 parse_typedef(struct protolib *plib, struct locus *loc, char **str) in parse_typedef()
485 parse_struct(struct protolib *plib, struct locus *loc, in parse_struct()
538 unshare_type_info(struct locus *loc, struct arg_type_info **infop, int *ownp) in unshare_type_info()
[all …]
/external/clang/lib/ARCMigrate/
DTransformActions.cpp285 void TransformActionsImpl::insert(SourceLocation loc, StringRef text) { in insert()
295 void TransformActionsImpl::insertAfterToken(SourceLocation loc, StringRef text) { in insertAfterToken()
338 void TransformActionsImpl::replaceText(SourceLocation loc, StringRef text, in replaceText()
382 bool TransformActionsImpl::canInsert(SourceLocation loc) { in canInsert()
395 bool TransformActionsImpl::canInsertAfterToken(SourceLocation loc) { in canInsertAfterToken()
417 bool TransformActionsImpl::canReplaceText(SourceLocation loc, StringRef text) { in canReplaceText()
436 void TransformActionsImpl::commitInsert(SourceLocation loc, StringRef text) { in commitInsert()
440 void TransformActionsImpl::commitInsertAfterToken(SourceLocation loc, in commitInsertAfterToken()
479 void TransformActionsImpl::commitReplaceText(SourceLocation loc, in commitReplaceText()
505 void TransformActionsImpl::addInsertion(SourceLocation loc, StringRef text) { in addInsertion()
[all …]
/external/boringssl/src/crypto/x509/
Dx509_ext.c86 X509_EXTENSION *X509_CRL_get_ext(X509_CRL *x, int loc) in X509_CRL_get_ext()
91 X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc) in X509_CRL_delete_ext()
107 int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc) in X509_CRL_add_ext()
132 X509_EXTENSION *X509_get_ext(X509 *x, int loc) in X509_get_ext()
137 X509_EXTENSION *X509_delete_ext(X509 *x, int loc) in X509_delete_ext()
142 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc) in X509_add_ext()
180 X509_EXTENSION *X509_REVOKED_get_ext(X509_REVOKED *x, int loc) in X509_REVOKED_get_ext()
185 X509_EXTENSION *X509_REVOKED_delete_ext(X509_REVOKED *x, int loc) in X509_REVOKED_delete_ext()
190 int X509_REVOKED_add_ext(X509_REVOKED *x, X509_EXTENSION *ex, int loc) in X509_REVOKED_add_ext()
/external/libnl/lib/route/
Dpktloc.c60 void rtnl_pktloc_add(struct rtnl_pktloc *loc) in rtnl_pktloc_add()
69 static void rtnl_pktloc_free(struct rtnl_pktloc *loc) in rtnl_pktloc_free()
101 struct rtnl_pktloc *loc, *n; in read_pktlocs() local
143 struct rtnl_pktloc *loc; in rtnl_pktloc_lookup() local
/external/libcxx/test/std/localization/locales/locale/locale.members/
Dcombine.pass.cpp19 void check(const std::locale& loc) in check()
68 std::locale loc; in main() local
81 std::locale loc; in main() local
Dname.pass.cpp22 std::locale loc; in main() local
26 std::locale loc(LOCALE_en_US_UTF_8); in main() local
/external/libcxx/test/std/localization/locales/locale/locale.cons/
Dlocale_facetptr.pass.cpp37 void check(const std::locale& loc) in check()
86 std::locale loc(LOCALE_ru_RU_UTF_8); in main() local
98 std::locale loc; in main() local
Ddefault.pass.cpp20 void check(const std::locale& loc) in check()
59 std::locale loc; in main() local
Dlocale_string_cat.pass.cpp37 void check(const std::locale& loc) in check()
75 std::locale loc(LOCALE_ru_RU_UTF_8); in main() local
Dlocale_locale_cat.pass.cpp38 void check(const std::locale& loc) in check()
76 std::locale loc(LOCALE_ru_RU_UTF_8); in main() local
Dlocale_char_pointer_cat.pass.cpp38 void check(const std::locale& loc) in check()
76 std::locale loc(LOCALE_ru_RU_UTF_8); in main() local
Dassign.pass.cpp37 void check(const std::locale& loc) in check()
75 std::locale loc(LOCALE_ru_RU_UTF_8); in main() local
Dcopy.pass.cpp37 void check(const std::locale& loc) in check()
75 std::locale loc(LOCALE_fr_FR_UTF_8); in main() local
/external/libcxx/test/std/localization/locales/locale/locale.statics/
Dclassic.pass.cpp17 void check(const std::locale& loc) in check()
54 std::locale loc = std::locale::classic(); in main() local
Dglobal.pass.cpp19 void check(const std::locale& loc) in check()
56 std::locale loc; in main() local
/external/v8/src/compiler/
Djs-graph.cc151 Node** loc = cache_.FindInt32Constant(value); in Int32Constant() local
160 Node** loc = cache_.FindNumberConstant(value); in NumberConstant() local
169 Node** loc = cache_.FindFloat64Constant(value); in Float64Constant() local
178 Node** loc = cache_.FindExternalConstant(reference); in ExternalConstant() local
/external/clang/lib/Edit/
DCommit.cpp43 bool Commit::insert(SourceLocation loc, StringRef text, in insert()
59 bool Commit::insertFromRange(SourceLocation loc, in insertFromRange()
160 bool Commit::replaceText(SourceLocation loc, StringRef text, in replaceText()
220 bool Commit::canInsert(SourceLocation loc, FileOffset &offs) { in canInsert()
245 bool Commit::canInsertAfterToken(SourceLocation loc, FileOffset &offs, in canInsertAfterToken()
322 bool Commit::canReplaceText(SourceLocation loc, StringRef text, in canReplaceText()
339 bool Commit::isAtStartOfMacroExpansion(SourceLocation loc, in isAtStartOfMacroExpansion()
343 bool Commit::isAtEndOfMacroExpansion(SourceLocation loc, in isAtEndOfMacroExpansion()

12345678910>>...18