Searched defs:lazy (Results 1 - 22 of 22) sorted by relevance

/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/skia/tests/
H A DLazyPtrTest.cpp21 SkLazyPtr<int> lazy; local
22 int* ptr = lazy.get();
24 REPORTER_ASSERT(r, lazy.get() == ptr);
63 SkLazyPtr<int> lazy; local
67 racers[i].fLazy = &lazy;
H A DCachedDecodingPixelRefTest.cpp115 SkBitmap lazy; local
116 bool installSuccess = install(encoded.get(), &lazy);
121 REPORTER_ASSERT(reporter, NULL == lazy.getPixels());
123 SkAutoLockPixels autoLockPixels(lazy); // now pixels are good.
124 REPORTER_ASSERT(reporter, lazy.getPixels());
125 if (NULL == lazy.getPixels()) {
130 REPORTER_ASSERT(reporter, NULL == lazy.getPixels());
132 SkAutoLockPixels autoLockPixels(lazy); // now pixels are good.
133 REPORTER_ASSERT(reporter, lazy.getPixels());
134 if (NULL == lazy
246 SkBitmap lazy; local
[all...]
/external/clang/test/SemaCXX/
H A Dwarn-unused-result.cpp66 void lazy() { function in namespace:warn_unused_CXX11
/external/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/guava/guava/src/com/google/common/util/concurrent/
H A DStriped.java92 * smaller than a large array. (This assumes that in the lazy case, most stripes are unused. As
93 * always, if many stripes are in use, a non-lazy striped makes more sense.)
215 return lazy(stripes, new Supplier<Lock>() {
222 private static <L> Striped<L> lazy(int stripes, Supplier<L> supplier) { method in class:Striped
253 return lazy(stripes, new Supplier<Semaphore>() {
279 return lazy(stripes, READ_WRITE_LOCK_SUPPLIER);
/external/mesa3d/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/kernel-headers/original/uapi/drm/
H A Dvmwgfx_drm.h613 * @lazy: Set to 1 if timing is not critical. Allow more than a kernel tick
626 int32_t lazy; member in struct:drm_vmw_fence_wait_arg
/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 */
/external/skia/src/core/
H A DSkCanvas.cpp303 static SkPaint* set_if_needed(SkLazyPaint* lazy, const SkPaint& orig) { argument
304 return lazy->isValid() ? lazy->get() : lazy->set(orig);
1186 SkLazyPaint lazy; local
1188 paint = lazy.init();
1978 SkLazyPaint lazy; local
1980 paint = lazy.init();
2005 SkLazyPaint lazy; local
2007 paint = lazy
2061 SkLazyPaint lazy; local
[all...]
/external/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/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp1445 unsigned lazy = 0; local
1534 if(!lazy && length >= 3 && length <= maxlazymatch && length < MAX_SUPPORTED_DEFLATE_LENGTH)
1536 lazy = 1;
1541 if(lazy)
1543 lazy = 0;
6014 case 81: return "lazy matching at pos 0 is impossible";
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h1944 // optional bool lazy = 5 [default = false];
1948 inline bool lazy() const;
5602 // optional bool lazy = 5 [default = false];
5616 inline bool FieldOptions::lazy() const { function in class:google::protobuf::FieldOptions
5617 // @@protoc_insertion_point(field_get:google.protobuf.FieldOptions.lazy)
5623 // @@protoc_insertion_point(field_set:google.protobuf.FieldOptions.lazy)
/external/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/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.pde.core_3.6.1.v20100902_r361.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 ...
/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/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 623 milliseconds