HomeSort by relevance Sort by last modified time
    Searched refs:loc (Results 251 - 275 of 1214) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/common/
brkiter.cpp 51 BreakIterator::buildInstance(const Locale& loc, const char *type, int32_t kind, UErrorCode &status)
71 UResourceBundle *b = ures_open(U_ICUDATA_BRKITR, loc.getName(), &status);
227 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* /*service*/, UErrorCode& status) const {
228 return BreakIterator::makeInstance(loc, kind, status);
254 Locale loc; local
255 lkey.currentLocale(loc);
256 return BreakIterator::makeInstance(loc, kind, status);
358 BreakIterator::createInstance(const Locale& loc, int32_t kind, UErrorCode& status)
367 BreakIterator *result = (BreakIterator*)gService->get(loc, kind, &actualLoc, status);
387 return makeInstance(loc, kind, status)
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtifmtts.h 70 void stress(const char** data, int32_t data_length, const Locale& loc,
  /external/qemu/qobject/
qerror.c 51 loc_save(&qerr->loc);
77 loc_push_restore(&qerror->loc);
79 loc_pop(&qerror->loc);
112 loc_save(&qerr->loc);
  /external/skia/include/effects/
SkTestImageFilters.h 22 SkBitmap* result, SkIPoint* loc) const SK_OVERRIDE;
  /external/skia/src/gpu/
GrRectanizer.h 30 // successful the position in the atlas is returned in 'loc'.
31 virtual bool addRect(int width, int height, SkIPoint16* loc) = 0;
GrRectanizer_skyline.cpp 12 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) {
39 loc->fX = bestX;
40 loc->fY = bestY;
46 loc->fX = 0;
47 loc->fY = 0;
  /frameworks/base/core/java/android/transition/
CircularPropagation.java 83 int[] loc = new int[2]; local
84 sceneRoot.getLocationOnScreen(loc);
85 epicenterX = Math.round(loc[0] + (sceneRoot.getWidth() / 2)
87 epicenterY = Math.round(loc[1] + (sceneRoot.getHeight() / 2)
  /frameworks/base/core/jni/
android_text_StaticLayout.cpp 78 for (int loc = breakIterator->first(); loc != BreakIterator::DONE;
79 loc = breakIterator->next()) {
80 breaks.push_back(loc);
  /ndk/sources/android/support/src/musl-locale/
strxfrm.c 7 size_t strxfrm_l(char *restrict dest, const char *restrict src, size_t n, locale_t loc)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/
suffix.hpp 403 // std::use_facet<Type>(loc);
405 // BOOST_USE_FACET(Type, loc);
411 # define BOOST_USE_FACET(Type, loc) std::use_facet(loc, static_cast<Type*>(0))
412 # define BOOST_HAS_FACET(Type, loc) std::has_facet(loc, static_cast<Type*>(0))
414 # define BOOST_USE_FACET(Type, loc) std::_USE(loc, Type)
415 # define BOOST_HAS_FACET(Type, loc) std::_HAS(loc, Type
    [all...]
  /external/bison/src/
location.h 96 /* Set *LOC and adjust scanner cursor to account for token TOKEN of
98 void location_compute (location *loc,
103 unsigned location_print (FILE *out, location loc);
109 /* Output to OUT the line and caret corresponding to location LOC. */
110 void location_caret (FILE *out, location loc);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
currpinf.h 174 * @param loc the new locale to set
178 void setLocale(const Locale& loc, UErrorCode& status);
197 void initialize(const Locale& loc, UErrorCode& status);
199 void setupCurrencyPluralPattern(const Locale& loc, UErrorCode& status);
  /external/chromium_org/tools/clang/plugins/
ChromeClassTester.h 32 void emitWarning(clang::SourceLocation loc, const char* error);
67 bool InBannedDirectory(clang::SourceLocation loc);
72 bool GetFilename(clang::SourceLocation loc, std::string* filename);
  /external/clang/lib/StaticAnalyzer/Checkers/
NSErrorChecker.cpp 163 void checkLocation(SVal loc, bool isLoad, const Stmt *S,
191 if (Optional<loc::MemRegionVal> X = val.getAs<loc::MemRegionVal>()) {
203 void NSOrCFErrorDerefChecker::checkLocation(SVal loc, bool isLoad,
208 if (loc.isUndef() || !loc.getAs<Loc>())
220 QualType parmT = parameterTypeFromSVal(loc, C);
230 setFlag<NSErrorOut>(state, state->getSVal(loc.castAs<Loc>()), C)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
currpinf.h 172 * @param loc the new locale to set
176 void setLocale(const Locale& loc, UErrorCode& status);
195 void initialize(const Locale& loc, UErrorCode& status);
197 void setupCurrencyPluralPattern(const Locale& loc, UErrorCode& status);
  /external/libunwind/src/hppa/
Gstep.c 74 c->dwarf.loc[UNW_HPPA_GR + i]
76 c->dwarf.loc[UNW_HPPA_FR + i]
80 if ((ret = dwarf_get (&c->dwarf, c->dwarf.loc[UNW_HPPA_SP],
  /hardware/ti/omap4xxx/domx/mm_osal/inc/
timm_osal_trace.h 111 void __TIMM_OSAL_TraceFunction(const __TIMM_OSAL_TRACE_LOCATION * loc,
119 static const __TIMM_OSAL_TRACE_LOCATION loc = { \
122 __TIMM_OSAL_TraceFunction(&loc, fmt"\n", ##__VA_ARGS__); \
  /packages/apps/Camera2/src/com/android/camera/
MediaSaverImpl.java 58 public void addImage(final byte[] data, String title, long date, Location loc, int width,
66 (loc == null) ? null : new Location(loc),
77 public void addImage(final byte[] data, String title, long date, Location loc, int orientation,
81 addImage(data, title, date, loc, 0, 0, orientation, exif, l, resolver);
84 public void addImage(final byte[] data, String title, Location loc, int width, int height,
87 addImage(data, title, System.currentTimeMillis(), loc, width, height,
124 private final Location loc; field in class:MediaSaverImpl.ImageSaveTask
131 public ImageSaveTask(byte[] data, String title, long date, Location loc,
137 this.loc = loc
    [all...]
  /packages/apps/Camera2/src/com/android/camera/app/
MediaSaver.java 71 * @param loc The location where the image is created. Can be {@code null}.
84 void addImage(byte[] data, String title, long date, Location loc, int width, int height,
95 * @param loc The location where the image is created. Can be {@code null}.
104 void addImage(byte[] data, String title, long date, Location loc, int orientation,
115 * @param loc The location where the image is created. Can be {@code null}.
126 void addImage(byte[] data, String title, Location loc, int width, int height, int orientation,
  /art/compiler/optimizing/
code_generator.cc 156 Location loc = locations->InAt(i); local
157 if (loc.IsRegister()) {
159 DCHECK(!blocked_registers_[loc.GetEncoding()]);
160 blocked_registers_[loc.GetEncoding()] = true;
165 Location loc = locations->GetTemp(i); local
166 if (loc.IsRegister()) {
168 DCHECK(!blocked_registers_[loc.GetEncoding()]);
169 blocked_registers_[loc.GetEncoding()] = true;
177 Location loc = locations->InAt(i); local
179 if (loc.IsUnallocated())
199 Location loc = locations->GetTemp(i); local
    [all...]
  /system/core/libpixelflinger/codeflinger/
disassem.c 295 u_int loc);
297 u_int loc);
299 u_int loc);
304 disasm(const disasm_interface_t *di, u_int loc, int __unused altfmt)
307 u_int insn = di->di_readword(loc);
313 /* di->di_printf("loc=%08x insn=%08x : ", loc, insn);*/
325 return(loc + INSN_SIZE);
384 disasm_insn_ldrstr(di, insn, loc);
388 disasm_insn_ldrhstrh(di, insn, loc);
    [all...]
  /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);
  /external/chromium_org/third_party/skia/src/gpu/
GrRectanizer_skyline.cpp 12 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) {
39 loc->fX = bestX;
40 loc->fY = bestY;
46 loc->fX = 0;
47 loc->fY = 0;
  /external/icu/icu4c/source/io/
locbund.cpp 69 u_locbund_init(ULocaleBundle *result, const char *loc)
76 if (loc == NULL) {
77 loc = uloc_getDefault();
82 len = (int32_t)strlen(loc);
88 uprv_strcpy(result->fLocale, loc);
96 u_locbund_new(const char *loc)
99 return u_locbund_init(result, loc);
  /external/stlport/test/unit/
copy_test.cpp 98 for (int loc = 0; (size_t)loc < v1.size(); ++loc)
99 v1[loc] = loc;

Completed in 424 milliseconds

<<11121314151617181920>>