Searched refs:loc (Results 251 - 275 of 879) sorted by relevance

<<11121314151617181920>>

/external/bison/src/
H A Dscan-code.l47 #define YY_USER_ACTION location_compute (loc, &loc->end, yytext, yyleng);
60 static location *loc = &the_location;
188 warn_at (*loc, _("stray '%s'"), yytext);
202 handle_action_dollar (self->rule, yytext, *loc);
209 handle_action_at (self->rule, yytext, *loc);
228 warn_at_indent (*loc, &indent,
231 warn_at_indent (*loc, &indent,
254 warn_at (*loc, _("use of YYFAIL, which is deprecated and will be"
269 fetch_type_name (yytext + 1, &type_name, *loc)[
[all...]
/external/v8/tools/clang/plugins/
H A DFindBadConstructsConsumer.cpp81 // Get the spelling loc just in case it was expanded from a macro.
451 SourceLocation loc,
454 &diagnostic(), loc, diagnostic_id,
455 InBannedDirectory(instance().getSourceManager().getSpellingLoc(loc)));
534 SourceLocation loc; local
536 loc = method->getBody()->getSourceRange().getBegin();
538 loc = Lexer::getLocForEndOfToken(manager.getSpellingLoc(range.getEnd()),
540 // The original code used the ending source loc of TypeSourceInfo's
548 // While using the spelling loc of the CXXMethodDecl fixes attribute
552 for (SourceLocation l = loc
450 ReportIfSpellingLocNotIgnored( SourceLocation loc, unsigned diagnostic_id) argument
604 SourceLocation loc = cs->getLBracLoc(); local
702 CheckRecordForRefcountIssue( const CXXRecordDecl* record, SourceLocation& loc) argument
820 SourceLocation loc; local
[all...]
H A DChromeClassTester.cpp86 void ChromeClassTester::emitWarning(SourceLocation loc, argument
88 FullSourceLoc full(loc, instance().getSourceManager());
101 bool ChromeClassTester::InBannedDirectory(SourceLocation loc) { argument
102 if (instance().getSourceManager().isInSystemHeader(loc))
106 if (!GetFilename(loc, &filename)) {
332 bool ChromeClassTester::GetFilename(SourceLocation loc, argument
335 SourceLocation spelling_location = source_manager.getSpellingLoc(loc);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DULocaleTest.java65 // Locale loc;
68 // loc = locale;
73 // return locale.equals(loc) ?
87 // public Object register(ULocale loc, Object prototype) {
88 // CFactory f = new CFactory(loc, (Calendar) prototype);
89 // return Calendar.register(f, loc);
108 public Object register(ULocale loc, Object prototype) {
109 return Currency.registerInstance((Currency) prototype, loc);
138 public NFactory(ULocale loc, NumberFormat fmt) {
139 super(loc);
389 register(ULocale loc, Object prototype) argument
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DULocaleTest.java64 // Locale loc;
67 // loc = locale;
72 // return locale.equals(loc) ?
86 // public Object register(ULocale loc, Object prototype) {
87 // CFactory f = new CFactory(loc, (Calendar) prototype);
88 // return Calendar.register(f, loc);
107 public Object register(ULocale loc, Object prototype) {
108 return Currency.registerInstance((Currency) prototype, loc);
137 public NFactory(ULocale loc, NumberFormat fmt) {
138 super(loc);
388 register(ULocale loc, Object prototype) argument
[all...]
/external/fec/
H A Ddecode_rs.c36 data_t root[NROOTS], reg[NROOTS+1], loc[NROOTS]; local
108 loc[count] = k;
119 printf("%d ", loc[i]);
194 printf("count %d root %d loc %d\n",count,i,k);
197 loc[count] = k;
252 if (num1 != 0 && loc[j] >= PAD) {
253 data[loc[j]-PAD] ^= ALPHA_TO[MODNN(INDEX_OF[num1] + INDEX_OF[num2] + NN - INDEX_OF[den])];
259 eras_pos[i] = loc[i];
H A Ddecode_rs.h78 data_t root[NROOTS], reg[NROOTS+1], loc[NROOTS]; variable
144 loc[count] = k;
155 printf("%d ", loc[i]);
230 printf("count %d root %d loc %d\n",count,i,k);
233 loc[count] = k;
288 if (num1 != 0 && loc[j] >= PAD) {
289 data[loc[j]-PAD] ^= ALPHA_TO[MODNN(INDEX_OF[num1] + INDEX_OF[num2] + NN - INDEX_OF[den])];
295 eras_pos[i] = loc[i];
/external/icu/icu4c/source/common/
H A Dservls.cpp99 Locale loc; local
100 LocaleUtility::initLocaleFromName(locale, loc);
101 return registerInstance(objToAdopt, loc, LocaleKey::KIND_ANY,
265 const Locale& loc = Locale::getDefault(); local
269 if (loc != fallbackLocale) {
270 ncThis->fallbackLocale = loc;
271 LocaleUtility::initNameFromLocale(loc, ncThis->fallbackLocaleName);
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
H A DRbnfLenientScannerTest.java136 ULocale loc = locales[i];
142 if (loc.toString().equals(parseLocales[k])) {
153 RuleBasedNumberFormat fmt = new RuleBasedNumberFormat(loc, j+1);
167 logln(loc.getName() + names[j] + "success format: " + n + " -> " + s);
176 logln(loc.getName() + names[j] + "success parse: " + s + " -> " + num);
182 logln(loc.getName() + names[j] + "success parse (lenient): " + s + " -> " + num);
184 String msg = loc.getName() + names[j] + "ERROR:" + pe.getMessage();
/external/libcxx/utils/libcxx/test/
H A Dtarget_info.py36 def test_locale(loc):
37 assert loc is not None
40 locale.setlocale(locale.LC_ALL, loc)
60 for loc in locales:
61 if test_locale(loc):
62 features.add('locale.{0}'.format(loc))
66 'unsupported.'.format(loc))
/external/bison/data/
H A Dlalr1.java67 * @@param loc The position at which the range is anchored. */
68 public ]b4_location_type[ (]b4_position_type[ loc) {
69 this.begin = this.end = loc;
140 * ]b4_locations_if([[@@param loc The location of the element to which the
143 void yyerror (]b4_locations_if([b4_location_type[ loc, ]])[String s);]
206 protected final void yyerror (]b4_locations_if([b4_location_type[ loc, ]])[String s) {
207 yylexer.yyerror (]b4_locations_if([loc, ])[s);
214 protected final void yyerror (]b4_position_type[ loc, String s) {
215 yylexer.yyerror (new ]b4_location_type[ (loc), s);
232 b4_locations_if([, ]b4_location_type[ loc])[) {
[all...]
/external/apache-http/src/org/apache/http/message/
H A DBasicHttpResponse.java185 public void setLocale(Locale loc) { argument
186 if (loc == null) {
189 this.locale = loc;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DBoolAssignmentChecker.cpp29 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const;
54 void BoolAssignmentChecker::checkBind(SVal loc, SVal val, const Stmt *S, argument
59 dyn_cast_or_null<TypedValueRegion>(loc.getAsRegion());
/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util.h25 void *loc() const { return loc_; } function in class:MemLoc
76 Access(ml.loc(), false, size, expect_race);
79 Access(ml.loc(), true, size, expect_race);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DICULocaleService.java134 Locale loc = LocaleUtility.getLocaleFromName(id);
135 locales[n++] = loc;
430 ULocale loc = new ULocale(id);
431 return loc.getDisplayName(locale);
441 protected Object handleCreate(ULocale loc, int kind, ICUService service) { argument
596 protected Object handleCreate(ULocale loc, int kind, ICUService service) { argument
597 return ICUResourceBundle.getBundleInstance(bundleName, loc, loader());
615 ULocale loc = ULocale.getDefault();
616 if (loc != fallbackLocale) {
618 if (loc !
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICULocaleService.java130 Locale loc = LocaleUtility.getLocaleFromName(id);
131 locales[n++] = loc;
426 ULocale loc = new ULocale(id);
427 return loc.getDisplayName(locale);
437 protected Object handleCreate(ULocale loc, int kind, ICUService service) { argument
592 protected Object handleCreate(ULocale loc, int kind, ICUService service) { argument
593 return ICUResourceBundle.getBundleInstance(bundleName, loc, loader());
611 ULocale loc = ULocale.getDefault();
612 if (loc != fallbackLocale) {
614 if (loc !
[all...]
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
H A Dstress.c106 char loc = ((me % 5) % 2); local
108 if (loc) {
158 if (!loc) /* mutex was malloc'ed */
/external/icu/icu4c/source/test/intltest/
H A Dincaltst.cpp454 Locale loc("th_TH_TRADITIONAL"); // legacy
456 simpleTest(loc, expect, expectDate, status);
463 Locale loc("th_TH@calendar=buddhist");
465 simpleTest(loc, expect, expectDate, status);
472 Locale loc("th_TH@calendar=gregorian");
474 simpleTest(loc, expect, expectDate, status);
481 Locale loc("th_TH_TRADITIONAL@calendar=gregorian");
483 simpleTest(loc, expect, expectDate, status);
572 Locale loc("ja_JP@calendar=japanese");
575 simpleTest(loc, expec
882 simpleTest(const Locale& loc, const UnicodeString& expect, UDate expectDate, UErrorCode& status) argument
[all...]
/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.cpp852 for (int loc = maxAttributes - (arrayElementCount * m_type.getLocationSize()); loc >= 0; loc -= (arrayElementCount * m_type.getLocationSize()))
855 bindings.push_back(Bind("a_" + de::toString(ndx), loc));
916 for (int loc = maxAttributes - arrayElementCount * m_type.getLocationSize(); loc >= 0; loc -= m_type.getLocationSize() * arrayElementCount)
919 bindings.push_back(Bind("a_" + de::toString(ndx), loc));
922 bindings.push_back(Bind("a_" + de::toString(ndx + maxAttributes), loc));
958 for (int loc
[all...]
/external/clang/bindings/python/tests/cindex/
H A Dtest_location.py10 def assert_location(loc, line, column, offset):
11 assert loc.line == line
12 assert loc.column == column
13 assert loc.offset == offset
/external/clang/lib/StaticAnalyzer/Core/
H A DConstraintManager.cpp25 return loc::MemRegionVal(R);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCollator.java495 * @param loc the locale for which this collator is to be created.
498 public Collator createCollator(ULocale loc) { argument
499 return createCollator(loc.toLocale());
509 * @param loc the locale for which this collator is to be created.
512 public Collator createCollator(Locale loc) { argument
513 return createCollator(ULocale.forLocale(loc));
657 private static void setAttributesFromKeywords(ULocale loc, Collator coll, RuleBasedCollator rbc) { argument
660 String value = loc.getKeywordValue("colHiraganaQuaternary");
664 value = loc.getKeywordValue("variableTop");
669 value = loc
[all...]
/external/icu/icu4c/source/samples/datefmt/answers/
H A Dmain_0.cpp61 Locale loc(LANGUAGE[i]);
H A Dmain_1.cpp60 Locale loc(LANGUAGE[i]);
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollator.java519 * @param loc the locale for which this collator is to be created.
523 public Collator createCollator(ULocale loc) { argument
524 return createCollator(loc.toLocale());
534 * @param loc the locale for which this collator is to be created.
538 public Collator createCollator(Locale loc) { argument
539 return createCollator(ULocale.forLocale(loc));
687 private static void setAttributesFromKeywords(ULocale loc, Collator coll, RuleBasedCollator rbc) { argument
690 String value = loc.getKeywordValue("colHiraganaQuaternary");
694 value = loc.getKeywordValue("variableTop");
699 value = loc
[all...]

Completed in 987 milliseconds

<<11121314151617181920>>