Searched refs:safe (Results 276 - 300 of 390) sorted by relevance

<<111213141516

/external/chromium_org/media/
H A Dmedia.target.darwin-arm.mk379 -Wl,--icf=safe \
398 -Wl,--icf=safe \
H A Dmedia.target.linux-arm.mk379 -Wl,--icf=safe \
398 -Wl,--icf=safe \
/external/chromium_org/third_party/WebKit/Source/wtf/
H A Dwtf.target.darwin-arm.mk344 -Wl,--icf=safe \
363 -Wl,--icf=safe \
H A Dwtf.target.linux-arm.mk344 -Wl,--icf=safe \
363 -Wl,--icf=safe \
/external/chromium_org/third_party/libphonenumber/
H A Dlibphonenumber_without_metadata.target.darwin-arm.mk308 -Wl,--icf=safe \
327 -Wl,--icf=safe \
H A Dlibphonenumber_without_metadata.target.linux-arm.mk308 -Wl,--icf=safe \
327 -Wl,--icf=safe \
/external/chromium_org/third_party/opus/
H A Dopus.target.darwin-arm.mk351 -Wl,--icf=safe \
370 -Wl,--icf=safe \
H A Dopus.target.linux-arm.mk351 -Wl,--icf=safe \
370 -Wl,--icf=safe \
/external/chromium_org/ui/gl/
H A Dgl.target.darwin-arm.mk361 -Wl,--icf=safe \
380 -Wl,--icf=safe \
H A Dgl.target.linux-arm.mk361 -Wl,--icf=safe \
380 -Wl,--icf=safe \
/external/chromium_org/ui/
H A Dui.target.darwin-arm.mk379 -Wl,--icf=safe \
398 -Wl,--icf=safe \
H A Dui.target.linux-arm.mk379 -Wl,--icf=safe \
398 -Wl,--icf=safe \
/external/chromium_org/v8/src/
H A Dscanner.cc1039 // only "safe" characters are allowed (letters, digits, underscore),
/external/chromium_org/webkit/
H A Dwebkit_storage_browser.target.darwin-arm.mk333 -Wl,--icf=safe \
352 -Wl,--icf=safe \
H A Dwebkit_storage_browser.target.linux-arm.mk333 -Wl,--icf=safe \
352 -Wl,--icf=safe \
/external/openfst/src/include/fst/
H A Darc-map.h575 ArcMapFst(const ArcMapFst<A, B, C> &fst, bool safe = false)
576 : ImplToFst<Impl>(fst, safe) {}
579 virtual ArcMapFst<A, B, C> *Copy(bool safe = false) const {
580 return new ArcMapFst<A, B, C>(*this, safe);
H A Ddeterminize.h852 DeterminizeFst(const DeterminizeFst<A> &fst, bool safe = false) {
853 if (safe)
860 virtual DeterminizeFst<A> *Copy(bool safe = false) const {
861 return new DeterminizeFst<A>(*this, safe);
H A Dfst.h191 // (1) The copying is constant time if safe = false or if safe = true
194 // (2) If safe = true, the copy is thread-safe in that the original
203 virtual Fst<A> *Copy(bool safe = false) const = 0;
889 ImplToFst(const ImplToFst<I, F> &fst, bool safe) { argument
890 if (safe) {
/external/openfst/src/include/fst/extensions/pdt/
H A Dexpand.h250 ExpandFst(const ExpandFst<A> &fst, bool safe = false)
251 : ImplToFst<Impl>(fst, safe) {}
254 virtual ExpandFst<A> *Copy(bool safe = false) const {
255 return new ExpandFst<A>(*this, safe);
/external/v8/src/
H A Dscanner.cc1017 // only "safe" characters are allowed (letters, digits, underscore),
/external/chromium_org/sync/syncable/
H A Ddirectory.cc442 bool safe = entry->ref(IS_DEL) && !entry->is_dirty() && local
446 if (safe) {
466 return safe;
/external/chromium_org/content/
H A Dcontent_renderer.target.darwin-arm.mk462 -Wl,--icf=safe \
481 -Wl,--icf=safe \
H A Dcontent_renderer.target.linux-arm.mk462 -Wl,--icf=safe \
481 -Wl,--icf=safe \
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DJavaBridgeBasicsTest.java577 public String safe() { return "foo"; }
587 // First test with safe mode off.
590 // safe() should be able to be called regardless of whether or not we are in safe mode.
592 "unsafeTestObject.getTest().safe()"));
593 // unsafe() should be able to be called because we are not in safe mode.
597 // Now test with safe mode on.
600 // safe() should be able to be called regardless of whether or not we are in safe mode.
602 "safeTestObject.getTest().safe()"));
[all...]
/external/chromium_org/third_party/libjingle/
H A Dlibjingle.target.darwin-arm.mk388 -Wl,--icf=safe \
407 -Wl,--icf=safe \

Completed in 521 milliseconds

<<111213141516