Searched defs:lazy (Results 1 - 25 of 33) sorted by path

12

/external/chromium_org/base/
H A Dlazy_instance_unittest.cc46 explicit SlowDelegate(base::LazyInstance<SlowConstructor>* lazy) argument
47 : lazy_(lazy) {}
/external/chromium_org/extensions/browser/
H A Dextension_message_filter.cc225 bool lazy) {
233 event_name, process, extension_id, filter, lazy);
240 bool lazy) {
248 event_name, process, extension_id, filter, lazy);
221 OnExtensionAddFilteredListener( const std::string& extension_id, const std::string& event_name, const base::DictionaryValue& filter, bool lazy) argument
236 OnExtensionRemoveFilteredListener( const std::string& extension_id, const std::string& event_name, const base::DictionaryValue& filter, bool lazy) argument
/external/chromium_org/extensions/renderer/
H A Devent_bindings.cc158 // the background page is the only lazy page, we know this is the first
238 bool lazy = IsLazyBackgroundPage(context()->GetRenderView(), local
241 extension_id, event_name, *filter, lazy));
264 bool lazy = is_manual && IsLazyBackgroundPage(context()->GetRenderView(), local
268 extension_id, event_name, *event_matcher->value(), lazy));
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-earley-boyer.js1064 var cached = sc_Char.lazy[c];
1068 sc_Char.lazy[c] = this;
1072 sc_Char.lazy = new Object();
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-earley-boyer.js1064 var cached = sc_Char.lazy[c];
1068 sc_Char.lazy[c] = this;
1072 sc_Char.lazy = new Object();
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-earley-boyer.js1064 var cached = sc_Char.lazy[c];
1068 sc_Char.lazy[c] = this;
1072 sc_Char.lazy = new Object();
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c4853 /* chunks, and also uses a lazy carry strategy to minimise expensive */
4896 /* lazy carry evaluation */
4912 Int lazy; /* lazy carry counter */ local
5056 lazy=FASTLAZY; /* carry delay count */
5062 lazy--;
5063 if (lazy>0 && rip!=rmsi) continue;
5064 lazy=FASTLAZY; /* reset delay count */
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h591 * @lazy: Set to 1 if timing is not critical. Allow more than a kernel tick
604 int32_t lazy; member in struct:drm_vmw_fence_wait_arg
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h1850 // optional bool lazy = 5 [default = false];
1854 inline bool lazy() const;
5068 // optional bool lazy = 5 [default = false];
5082 inline bool FieldOptions::lazy() const { function in class:google::protobuf::FieldOptions
/external/chromium_org/third_party/skia/include/core/
H A DSkTLazy.h18 template <typename T> void* operator new(size_t, SkTLazy<T>* lazy);
64 * will always return the same pointer, so if it is called on a lazy that
78 * Destroy the lazy object (if it was created via init() or set())
106 friend void* operator new<T>(size_t, SkTLazy* lazy);
113 template <typename T> void* operator new(size_t, SkTLazy<T>* lazy) { argument
114 SkASSERT(!lazy->isValid());
115 lazy->fPtr = reinterpret_cast<T*>(lazy->fStorage);
116 return lazy->fPtr;
/external/chromium_org/third_party/skia/src/core/
H A DSkCanvas.cpp1179 SkLazyPaint lazy; local
1181 paint = lazy.init();
1942 SkLazyPaint lazy; local
1944 paint = lazy.init();
/external/chromium_org/third_party/skia/tests/
H A DCachedDecodingPixelRefTest.cpp116 SkBitmap lazy; local
117 bool installSuccess = install(encoded.get(), &lazy);
122 REPORTER_ASSERT(reporter, NULL == lazy.getPixels());
124 SkAutoLockPixels autoLockPixels(lazy); // now pixels are good.
125 REPORTER_ASSERT(reporter, lazy.getPixels());
126 if (NULL == lazy.getPixels()) {
131 REPORTER_ASSERT(reporter, NULL == lazy.getPixels());
133 SkAutoLockPixels autoLockPixels(lazy); // now pixels are good.
134 REPORTER_ASSERT(reporter, lazy.getPixels());
135 if (NULL == lazy
255 SkBitmap lazy; local
[all...]
/external/chromium_org/v8/benchmarks/
H A Dearley-boyer.js1070 var cached = sc_Char.lazy[c];
1074 sc_Char.lazy[c] = this;
1078 sc_Char.lazy = new Object();
/external/chromium_org/v8/test/cctest/
H A Dtest-heap-profiler.cc315 "function lazy(x) { return x - 1; }\n"
328 const v8::HeapGraphNode* lazy = local
329 GetProperty(global, v8::HeapGraphEdge::kProperty, "lazy");
330 CHECK_NE(NULL, lazy);
331 CHECK_EQ(v8::HeapGraphNode::kClosure, lazy->GetType());
344 GetProperty(lazy, v8::HeapGraphEdge::kInternal, "shared");
/external/clang/test/SemaCXX/
H A Dwarn-unused-result.cpp60 void lazy() { function in namespace:warn_unused_CXX11
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eigen/Eigen/src/Eigen2Support/
H A DLazy.h15 /** \deprecated it is only used by lazy() which is deprecated
43 MatrixBase<Derived>::lazy() const function in class:Eigen::MatrixBase
50 * Overloaded to perform an efficient C += (A*B).lazy() */
60 * Overloaded to perform an efficient C -= (A*B).lazy() */
/external/icu/icu4c/source/i18n/
H A DdecNumber.c4855 /* chunks, and also uses a lazy carry strategy to minimise expensive */
4898 /* lazy carry evaluation */
4914 Int lazy; /* lazy carry counter */ local
5058 lazy=FASTLAZY; /* carry delay count */
5064 lazy--;
5065 if (lazy>0 && rip!=rmsi) continue;
5066 lazy=FASTLAZY; /* reset delay count */

Completed in 1352 milliseconds

12