HomeSort by relevance Sort by last modified time
    Searched full:loc (Results 151 - 175 of 1931) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/include/effects/
SkTestImageFilters.h 19 SkBitmap* result, SkIPoint* loc) SK_OVERRIDE;
  /external/stlport/test/unit/
iostream_test.cpp 100 // locale loc;
103 // loc = tmp;
109 // wcout.imbue(loc);
111 // wcout.imbue(loc);
collate_facets_test.cpp 37 locale loc("fr_FR");
39 CPPUNIT_ASSERT( has_facet<collate<char> >(loc) );
40 collate<char> const& col = use_facet<collate<char> >(loc);
55 CPPUNIT_ASSERT( has_facet<collate<char> >(loc) );
56 collate<char> const& col = use_facet<collate<char> >(loc);
65 sort(strs, strs + 4, loc);
86 CPPUNIT_ASSERT( has_facet<collate<wchar_t> >(loc) );
87 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc);
103 CPPUNIT_ASSERT( has_facet<collate<wchar_t> >(loc) );
104 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc);
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
iostream_test.cpp 100 // locale loc;
103 // loc = tmp;
109 // wcout.imbue(loc);
111 // wcout.imbue(loc);
collate_facets_test.cpp 37 locale loc("fr_FR");
39 CPPUNIT_ASSERT( has_facet<collate<char> >(loc) );
40 collate<char> const& col = use_facet<collate<char> >(loc);
55 CPPUNIT_ASSERT( has_facet<collate<char> >(loc) );
56 collate<char> const& col = use_facet<collate<char> >(loc);
65 sort(strs, strs + 4, loc);
86 CPPUNIT_ASSERT( has_facet<collate<wchar_t> >(loc) );
87 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc);
103 CPPUNIT_ASSERT( has_facet<collate<wchar_t> >(loc) );
104 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc);
    [all...]
  /ndk/tests/device/test-stlport/unit/
iostream_test.cpp 100 // locale loc;
103 // loc = tmp;
109 // wcout.imbue(loc);
111 // wcout.imbue(loc);
collate_facets_test.cpp 37 locale loc("fr_FR");
39 CPPUNIT_ASSERT( has_facet<collate<char> >(loc) );
40 collate<char> const& col = use_facet<collate<char> >(loc);
55 CPPUNIT_ASSERT( has_facet<collate<char> >(loc) );
56 collate<char> const& col = use_facet<collate<char> >(loc);
65 sort(strs, strs + 4, loc);
86 CPPUNIT_ASSERT( has_facet<collate<wchar_t> >(loc) );
87 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc);
103 CPPUNIT_ASSERT( has_facet<collate<wchar_t> >(loc) );
104 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc);
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.h 60 LLLexer::LocTy Loc;
105 SMLoc Loc;
152 GlobalValue *GetGlobalVal(const std::string &N, Type *Ty, LocTy Loc);
153 GlobalValue *GetGlobalVal(unsigned ID, Type *Ty, LocTy Loc);
177 bool ParseOptionalToken(lltok::Kind T, bool &Present, LocTy *Loc = 0) {
181 if (Loc)
182 *Loc = Lex.getLoc();
190 bool ParseUInt32(unsigned &Val, LocTy &Loc) {
191 Loc = Lex.getLoc();
234 bool ParseGlobal(const std::string &Name, LocTy Loc, unsigned Linkage
    [all...]
  /external/clang/test/Index/
index-subscripting-literals.m 44 // CHECK: [indexEntityReference]: kind: variable | name: idx | USR: c:@idx | lang: C | cursor: DeclRefExpr=idx:22:5 | loc: 27:9
45 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: p | USR: c:@p | lang: C | cursor: DeclRefExpr=p:23:4 | loc: 27:16 | <parent>:: kind: function | name: testArray | USR: c:@F@testArray | lang: C | container: [testArray:25:4] | refkind: direct
49 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: p | USR: c:@p | lang: C | cursor: DeclRefExpr=p:23:4 | loc: 28:21
50 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: p | USR: c:@p | lang: C | cursor: DeclRefExpr=p:23:4 | loc: 28:24
51 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: idx | USR: c:@idx | lang: C | cursor: DeclRefExpr=idx:22:5 | loc: 29:16
56 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: key | USR: c:@key | lang: C | cursor: DeclRefExpr=key:32:11 | loc: 37:26
58 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: key | USR: c:@key | lang: C | cursor: DeclRefExpr=key:32:11 | loc: 38:14
59 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: newObject | USR: c:@newObject | lang: C | cursor: DeclRefExpr=newObject:33:4 | loc: 38:21
63 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: key | USR: c:@key | lang: C | cursor: DeclRefExpr=key:32:11 | loc: 39:27
64 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: newObject | USR: c:@newObject | lang: C | cursor: DeclRefExpr=newObject:33:4 | loc: 39:3
    [all...]
  /external/llvm/test/MC/ELF/
debug-line.s 30 .loc 1 4 0
33 // Test that .loc works with values, not just instructions.
35 .loc 1 5 0
debug-line2.s 3 // Test that two subsequent .loc directives generate two
30 .loc 1 1 0
31 .loc 1 2 0
debug-loc.s 29 .loc 1 2 0
31 .loc 1 4 0
33 .loc 1 3 0
  /ndk/sources/android/support/src/locale/
uselocale.c 38 locale_t uselocale(locale_t loc)
42 if (loc)
43 pthread_setspecific(s_locale_key, loc);
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 87 SourceLocation Loc = TL.getAttrNameLoc();
88 unsigned RawLoc = Loc.getRawEncoding();
94 if (Loc.isMacroID())
95 Loc = SM.getImmediateExpansionRange(Loc).first;
116 Attr.Loc = Loc;
175 bool isInMainFile(SourceLocation Loc) {
176 if (Loc.isInvalid())
180 return SM.isInFileID(SM.getExpansionLoc(Loc), SM.getMainFileID())
    [all...]
  /ndk/tests/device/test-stlport_shared-exception/jni/
unroll1.cpp 17 class Loc;
74 typedef Loc AskDomain_t;
117 struct DomainTraits<Loc>
121 typedef Loc Domain_t;
122 typedef Loc AskDomain_t;
123 typedef Loc MultResult_t;
145 class Loc : public Domain<DomainTraits<Loc> >
148 explicit Loc(const int &a) : Domain<DomainTraits<Loc> >() {
    [all...]
  /ndk/tests/device/test-stlport_static-exception/jni/
unroll1.cpp 17 class Loc;
74 typedef Loc AskDomain_t;
117 struct DomainTraits<Loc>
121 typedef Loc Domain_t;
122 typedef Loc AskDomain_t;
123 typedef Loc MultResult_t;
145 class Loc : public Domain<DomainTraits<Loc> >
148 explicit Loc(const int &a) : Domain<DomainTraits<Loc> >() {
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_report.cc 110 static void PrintLocation(const ReportLocation *loc) {
112 if (loc->type == ReportLocationGlobal) {
114 loc->name, loc->size, loc->addr, loc->module, loc->offset);
115 } else if (loc->type == ReportLocationHeap) {
118 loc->size, loc->addr, thread_name(thrbuf, loc->tid))
    [all...]
  /external/stlport/doc/
README.utf8 14 std::locale loc(".utf8");
20 std::locale loc(locale::classic(), ".utf8", std::locale::ctype);
27 locale loc(locale::classic(), new codecvt_byname<wchar_t, char, mbstate_t>(".utf8"));
33 fstr.imbue(loc);
38 const codecvt_t& encoding = use_facet<codecvt_t>(loc);
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
KMLFormatter.java 48 Location loc = entry.getLocation(); local
51 builder.addLine("accuracy = " + loc.getAccuracy());
60 builder.addLine(loc.getLongitude() + "," + loc.getLatitude() + ","
61 + loc.getAltitude());
  /external/clang/tools/libclang/
IndexingContext.cpp 28 SourceLocation Loc = *LI;
33 MakeCursorObjCProtocolRef(PD, Loc, IdxCtx.CXTU),
34 IdxCtx.getIndexLoc(Loc) };
38 IdxCtx.markEntityOccurrenceInFile(PD, Loc);
51 : AttrInfo(CXIdxAttr_IBOutletCollection, other.cursor, other.loc, other.A) {
73 CXIdxLoc Loc = IdxCtx.getIndexLoc(A->getLocation());
76 Attrs.push_back(AttrInfo(CXIdxAttr_Unexposed, C, Loc, A));
79 Attrs.push_back(AttrInfo(CXIdxAttr_IBAction, C, Loc, A));
82 Attrs.push_back(AttrInfo(CXIdxAttr_IBOutlet, C, Loc, A));
85 IBCollAttrs.push_back(IBOutletCollectionInfo(C, Loc, A))
    [all...]
  /external/chromium_org/v8/src/
messages.cc 42 const MessageLocation* loc,
45 if (loc == NULL) {
49 Handle<Object> data(loc->script()->name(), isolate);
54 loc->start_pos(), *str);
62 MessageLocation* loc,
79 if (loc) {
80 start = loc->start_pos();
81 end = loc->end_pos();
82 script_handle = GetScriptWrapper(loc->script());
107 MessageLocation* loc,
    [all...]
  /external/v8/src/
messages.cc 41 void MessageHandler::DefaultMessageReport(const MessageLocation* loc,
44 if (loc == NULL) {
48 Handle<Object> data(loc->script()->name());
53 loc->start_pos(), *str);
60 MessageLocation* loc,
76 if (loc) {
77 start = loc->start_pos();
78 end = loc->end_pos();
79 script_handle = GetScriptWrapper(loc->script());
104 MessageLocation* loc,
    [all...]
  /external/bison/src/
complain.h 44 void warn_at (location loc, char const *format, ...)
50 void warn_at_indent (location loc, unsigned *indent,
59 void complain_at (location loc, char const *format, ...)
65 void complain_at_indent (location loc, unsigned *indent,
72 void yacc_at (location loc, char const *format, ...)
78 void midrule_value_at (location loc, char const *format, ...)
86 void fatal_at (location loc, char const *format, ...)
  /external/chromium_org/third_party/icu/source/common/
servlkf.cpp 50 Locale loc; local
51 lkey.currentLocale(loc);
53 return handleCreate(loc, kind, service, status);
97 Locale loc; local
98 LocaleUtility::initLocaleFromName(id, loc);
99 return loc.getDisplayName(locale, result);
107 LocaleKeyFactory::handleCreate(const Locale& /* loc */,
  /external/chromium_org/third_party/icu/source/io/
locbund.c 73 u_locbund_init(ULocaleBundle *result, const char *loc)
80 if (loc == NULL) {
81 loc = uloc_getDefault();
86 len = (int32_t)strlen(loc);
92 uprv_strcpy(result->fLocale, loc);
100 u_locbund_new(const char *loc)
103 return u_locbund_init(result, loc);

Completed in 1027 milliseconds

1 2 3 4 5 67 8 91011>>