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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/base/metrics/
stats_counters.cc 24 int* loc = GetPtr(); local
25 if (loc)
26 *loc = value;
30 int* loc = GetPtr(); local
31 if (loc)
32 (*loc) += value;
  /external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
ocsp_ext.c 96 X509_EXTENSION *OCSP_REQUEST_get_ext(OCSP_REQUEST *x, int loc)
98 return(X509v3_get_ext(x->tbsRequest->requestExtensions,loc));
101 X509_EXTENSION *OCSP_REQUEST_delete_ext(OCSP_REQUEST *x, int loc)
103 return(X509v3_delete_ext(x->tbsRequest->requestExtensions,loc));
117 int OCSP_REQUEST_add_ext(OCSP_REQUEST *x, X509_EXTENSION *ex, int loc)
119 return(X509v3_add_ext(&(x->tbsRequest->requestExtensions),ex,loc) != NULL);
144 X509_EXTENSION *OCSP_ONEREQ_get_ext(OCSP_ONEREQ *x, int loc)
146 return(X509v3_get_ext(x->singleRequestExtensions,loc));
149 X509_EXTENSION *OCSP_ONEREQ_delete_ext(OCSP_ONEREQ *x, int loc)
151 return(X509v3_delete_ext(x->singleRequestExtensions,loc));
    [all...]
  /external/chromium_org/v8/src/
messages.h 49 const v8::internal::MessageLocation* loc) :
50 type_(type), args_(args), loc_(loc) { }
53 const v8::internal::MessageLocation* loc() const { return loc_; } function in class:V8Message
96 MessageLocation* loc,
103 MessageLocation* loc,
107 const MessageLocation* loc,
  /external/clang/lib/AST/
TypeLoc.cpp 111 SourceLocation Loc) {
118 TLCasted.initializeLocal(Context, Loc); \
222 /// \brief Determines if the given type loc corresponds to a
316 SourceLocation Loc) {
317 setElaboratedKeywordLoc(Loc);
319 Builder.MakeTrivial(Context, getTypePtr()->getQualifier(), Loc);
324 SourceLocation Loc) {
325 setElaboratedKeywordLoc(Loc);
327 Builder.MakeTrivial(Context, getTypePtr()->getQualifier(), Loc);
329 setNameLoc(Loc);
    [all...]
  /external/openssl/crypto/ocsp/
ocsp_ext.c 96 X509_EXTENSION *OCSP_REQUEST_get_ext(OCSP_REQUEST *x, int loc)
98 return(X509v3_get_ext(x->tbsRequest->requestExtensions,loc));
101 X509_EXTENSION *OCSP_REQUEST_delete_ext(OCSP_REQUEST *x, int loc)
103 return(X509v3_delete_ext(x->tbsRequest->requestExtensions,loc));
117 int OCSP_REQUEST_add_ext(OCSP_REQUEST *x, X509_EXTENSION *ex, int loc)
119 return(X509v3_add_ext(&(x->tbsRequest->requestExtensions),ex,loc) != NULL);
144 X509_EXTENSION *OCSP_ONEREQ_get_ext(OCSP_ONEREQ *x, int loc)
146 return(X509v3_get_ext(x->singleRequestExtensions,loc));
149 X509_EXTENSION *OCSP_ONEREQ_delete_ext(OCSP_ONEREQ *x, int loc)
151 return(X509v3_delete_ext(x->singleRequestExtensions,loc));
    [all...]
  /external/svox/pico/src/com/svox/pico/
EngineSettings.java 59 Locale loc = new Locale(languageCountry[0], languageCountry[1]); local
61 pref.setTitle(loc.getDisplayLanguage() + " (" + loc.getDisplayCountry() + ")");
70 Locale loc = new Locale(languageCountry[0], languageCountry[1]); local
72 pref.setTitle(loc.getDisplayLanguage() + " (" + loc.getDisplayCountry() + ")");
  /external/v8/src/
messages.h 49 const v8::internal::MessageLocation* loc) :
50 type_(type), args_(args), loc_(loc) { }
53 const v8::internal::MessageLocation* loc() const { return loc_; } function in class:V8Message
95 MessageLocation* loc,
102 MessageLocation* loc,
105 static void DefaultMessageReport(const MessageLocation* loc,
  /external/chromium_org/third_party/skia/src/utils/
SkBoundaryPatch.cpp 76 SkPoint loc; local
77 SkEvalCubicAt(&fPts[e * 3], t, &loc, NULL, NULL);
78 return loc;
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 75 /// \param Loc -- the SourceLocation of the unresolved expression.
76 virtual void handleInvalidLockExp(SourceLocation Loc) {}
82 /// \param Loc -- The SourceLocation of the Unlock
83 virtual void handleUnmatchedUnlock(Name LockName, SourceLocation Loc) {}
88 /// \param Loc -- The location of the second lock expression.
89 virtual void handleDoubleLock(Name LockName, SourceLocation Loc) {}
122 /// \param Loc -- The location of the protected operation.
124 AccessKind AK, SourceLocation Loc) {}
133 /// \param Loc -- The location of the protected operation.
136 LockKind LK, SourceLocation Loc,
    [all...]
  /external/clang/test/Index/
index-pch-with-module.m 23 // CHECK-NEXT: [indexDeclaration]: kind: variable | name: glob | {{.*}} | loc: 10:5
30 // CHECK-PCH: [importedASTFile]: {{.*}}.cache{{[/\\]}}DependsOnModule.pcm | loc: 5:2 | name: "DependsOnModule" | isImplicit: 1
31 // CHECK-PCH: [indexDeclaration]: kind: variable | name: pch_glob | {{.*}} | loc: 6:12
  /external/llvm/test/Transforms/SLPVectorizer/X86/
pr16571.ll 15 %1 = add i32 %mainPartDigits.loc.0.ph45, 1
19 %mainDoublePart.loc.0.ph46 = phi i64 [ %0, %"@44" ], [ 0, %"@0" ]
20 %mainPartDigits.loc.0.ph45 = phi i32 [ %1, %"@44" ], [ 0, %"@0" ]
  /external/skia/src/utils/
SkBoundaryPatch.cpp 76 SkPoint loc; local
77 SkEvalCubicAt(&fPts[e * 3], t, &loc, NULL, NULL);
78 return loc;
  /external/smack/src/org/xbill/DNS/
LOCRecord.java 39 * Creates an LOC Record from the given data
51 super(name, Type.LOC, dclass, ttl);
66 throw new WireParseException("Invalid LOC version");
103 throw st.exception("Invalid LOC " + type + " degrees");
109 throw st.exception("Invalid LOC " + type + " minutes");
113 throw st.exception("Invalid LOC " + type + " seconds");
119 throw st.exception("Invalid LOC " + type);
127 throw st.exception("Invalid LOC " + type);
142 throw st.exception("Invalid LOC " + type);
152 throw st.exception("Invalid LOC " + type)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.global.templates/
use_facet.pass.cpp 12 // template <class Facet> const Facet& use_facet(const locale& loc);
44 std::locale loc(std::locale(), new my_facet);
45 const my_facet& f = std::use_facet<my_facet>(loc);
  /packages/apps/Camera2/src/com/android/camera/
MediaSaveService.java 88 public void addImage(final byte[] data, String title, long date, Location loc,
96 (loc == null) ? null : new Location(loc),
106 public void addImage(final byte[] data, String title, long date, Location loc,
111 addImage(data, title, date, loc, 0, 0, orientation, exif, l, resolver);
113 public void addImage(final byte[] data, String title, Location loc,
116 addImage(data, title, System.currentTimeMillis(), loc, width, height,
145 private Location loc; field in class:MediaSaveService.ImageSaveTask
152 public ImageSaveTask(byte[] data, String title, long date, Location loc,
158 this.loc = loc
    [all...]
  /art/test/092-locale/src/
Main.java 146 Locale loc; local
147 loc = new Locale("en", "US");
148 System.out.println("loc: " + loc);
149 System.out.println(" iso3=" + loc.getISO3Language());
151 loc = new Locale("eng", "USA");
152 System.out.println("loc: " + loc);
154 System.out.println(" iso3=" + loc.getISO3Language());
  /dalvik/tests/092-locale/src/
Main.java 146 Locale loc; local
147 loc = new Locale("en", "US");
148 System.out.println("loc: " + loc);
149 System.out.println(" iso3=" + loc.getISO3Language());
151 loc = new Locale("eng", "USA");
152 System.out.println("loc: " + loc);
154 System.out.println(" iso3=" + loc.getISO3Language());
  /external/chromium_org/third_party/skia/include/effects/
SkComposeImageFilter.h 24 SkBitmap* result, SkIPoint* loc) SK_OVERRIDE;
SkOffsetImageFilter.h 27 SkBitmap* result, SkIPoint* loc) SK_OVERRIDE;
  /external/chromium_org/third_party/skia/src/effects/
SkDropShadowImageFilter.cpp 60 bool SkDropShadowImageFilter::onFilterImage(Proxy* proxy, const SkBitmap& source, const SkMatrix& matrix, SkBitmap* result, SkIPoint* loc)
63 if (getInput(0) && !getInput(0)->filterImage(proxy, source, matrix, &src, loc))
88 loc->fX += bounds.fLeft;
89 loc->fY += bounds.fTop;
  /external/skia/include/effects/
SkComposeImageFilter.h 24 SkBitmap* result, SkIPoint* loc) SK_OVERRIDE;
SkOffsetImageFilter.h 27 SkBitmap* result, SkIPoint* loc) SK_OVERRIDE;
  /external/skia/src/effects/
SkDropShadowImageFilter.cpp 60 bool SkDropShadowImageFilter::onFilterImage(Proxy* proxy, const SkBitmap& source, const SkMatrix& matrix, SkBitmap* result, SkIPoint* loc)
63 if (getInput(0) && !getInput(0)->filterImage(proxy, source, matrix, &src, loc))
88 loc->fX += bounds.fLeft;
89 loc->fY += bounds.fTop;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
mbsnrtowcs.inc 33 size_t nms, size_t len, mbstate_t * __restrict ps, locale_t loc)
39 FIX_LOCALE(loc);
46 if ((nb = mbrtowc_l(&wc, s, nms, ps, loc)) == (size_t)-1)
59 if ((nb = mbrtowc_l(dst, s, nms, ps, loc)) == (size_t)-1) {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
compare.hpp 56 \param Loc locales used for comparison
58 is_iequal( const std::locale& Loc=std::locale() ) :
59 m_Loc( Loc ) {}
109 \param Loc locales used for comparison
111 is_iless( const std::locale& Loc=std::locale() ) :
112 m_Loc( Loc ) {}
162 \param Loc locales used for comparison
164 is_not_igreater( const std::locale& Loc=std::locale() ) :
165 m_Loc( Loc ) {}

Completed in 1453 milliseconds

1 2 3 4 5 6 7 891011>>