Home
last modified time | relevance | path

Searched refs:stripes (Results 1 – 25 of 35) sorted by relevance

12

/external/guava/android/guava/src/com/google/common/util/concurrent/
DStriped.java145 int[] stripes = new int[array.length]; in bulkGet() local
147 stripes[i] = indexFor(array[i]); in bulkGet()
149 Arrays.sort(stripes); in bulkGet()
151 int previousStripe = stripes[0]; in bulkGet()
154 int currentStripe = stripes[i]; in bulkGet()
194 static <L> Striped<L> custom(int stripes, Supplier<L> supplier) { in custom() argument
195 return new CompactStriped<>(stripes, supplier); in custom()
205 public static Striped<Lock> lock(int stripes) { in lock() argument
207 stripes, in lock()
223 public static Striped<Lock> lazyWeakLock(int stripes) {
[all …]
/external/guava/guava/src/com/google/common/util/concurrent/
DStriped.java145 int[] stripes = new int[array.length]; in bulkGet() local
147 stripes[i] = indexFor(array[i]); in bulkGet()
149 Arrays.sort(stripes); in bulkGet()
151 int previousStripe = stripes[0]; in bulkGet()
154 int currentStripe = stripes[i]; in bulkGet()
194 static <L> Striped<L> custom(int stripes, Supplier<L> supplier) { in custom() argument
195 return new CompactStriped<>(stripes, supplier); in custom()
205 public static Striped<Lock> lock(int stripes) { in lock() argument
207 stripes, in lock()
223 public static Striped<Lock> lazyWeakLock(int stripes) {
[all …]
/external/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/
DStripedBenchmark.java56 Striped<Lock> get(int stripes) { in get() argument
57 return Striped.lock(stripes); in get()
62 Striped<Lock> get(int stripes) { in get() argument
63 return new Striped.SmallLazyStriped<>(stripes, LOCK_SUPPLIER); in get()
68 Striped<Lock> get(int stripes) { in get() argument
69 return new Striped.LargeLazyStriped<>(stripes, LOCK_SUPPLIER); in get()
73 abstract Striped<Lock> get(int stripes); in get() argument
77 private int[] stripes; field in StripedBenchmark
83 stripes = new int[numStripes]; in setUp()
85 stripes[i] = i; in setUp()
[all …]
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DStripedBenchmark.java56 Striped<Lock> get(int stripes) { in get() argument
57 return Striped.lock(stripes); in get()
62 Striped<Lock> get(int stripes) { in get() argument
63 return new Striped.SmallLazyStriped<>(stripes, LOCK_SUPPLIER); in get()
68 Striped<Lock> get(int stripes) { in get() argument
69 return new Striped.LargeLazyStriped<>(stripes, LOCK_SUPPLIER); in get()
73 abstract Striped<Lock> get(int stripes); in get() argument
77 private int[] stripes; field in StripedBenchmark
83 stripes = new int[numStripes]; in setUp()
85 stripes[i] = i; in setUp()
[all …]
/external/llvm-project/mlir/lib/Dialect/SDBM/
DSDBM.cpp30 llvm::SmallSetVector<SDBMExpr, 8> &stripes) { in collectSDBMBuildInfo() argument
42 void visitStripe(SDBMStripeExpr stripeExpr) { stripes.insert(stripeExpr); } in collectSDBMBuildInfo()
44 Visitor(llvm::SmallSetVector<SDBMExpr, 8> &stripes) : stripes(stripes) {} in collectSDBMBuildInfo()
48 llvm::SmallSetVector<SDBMExpr, 8> &stripes; in collectSDBMBuildInfo() member
51 Visitor visitor(stripes); in collectSDBMBuildInfo()
203 llvm::SmallSetVector<SDBMExpr, 8> stripes; in get() local
207 collectSDBMBuildInfo(expr, maxDim, maxSymbol, stripes); in get()
209 collectSDBMBuildInfo(expr, maxDim, maxSymbol, stripes); in get()
257 if (lhsInput && stripes.count(rhs)) in get()
259 if (rhsInput && stripes.count(lhs)) in get()
[all …]
/external/fmtlib/doc/bootstrap/
Dprogress-bars.less10 @-webkit-keyframes progress-bar-stripes {
16 @keyframes progress-bar-stripes {
66 .animation(progress-bar-stripes 2s linear infinite);
/external/deqp/doc/testspecs/GLES31/
Dfunctional.separate_shader.txt88 diagonal stripes in the drawn triangle.
/external/skqp/docs/
DSkFont_Reference.bmh94 #Line # text relying on the order of RGB stripes ##
96 possibly RGB striping. It can take advantage of the organization of RGB stripes
100 Anti_Alias can be enabled on devices that orient stripes horizontally
DSkPaint_Reference.bmh504 When set, Flags kLCDRenderText_Flag takes advantage of the organization of RGB stripes that
507 Font_Anti_Alias can be enabled on devices that orient stripes horizontally or vertically, and that …
564 #Line # text relying on the order of RGB stripes ##
566 When set, Font_Anti_Alias takes advantage of the organization of RGB stripes that
569 Font_Anti_Alias can be enabled on devices that orient stripes horizontally or vertically, and that …
Dspelling.txt214 straight-line streams strength stretched strictly strikeout strings stripe stripes
DSkSurface_Reference.bmh384 horizontal or vertical, and whether the order of the stripes is red blue green
/external/okhttp/website/static/
Dbootstrap-combined.min.css9stripes{from{background-position:40px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-s…
/external/skqp/site/user/api/
DSkFont_Reference.md79 possibly RGB striping. It can take advantage of the organization of RGB stripes
83 <a href='#Paint_Anti_Alias'>Anti_Alias</a> can be enabled on devices that orient stripes horizontal…
DSkPaint_Reference.md966 …LCDRenderText_Flag'>kLCDRenderText_Flag</a> takes advantage of the organization of RGB stripes that
969 <a href='#Font_Anti_Alias'>Font_Anti_Alias</a> can be enabled on devices that orient stripes horizo…
1117 …href='#Font_Anti_Alias'>Font_Anti_Alias</a> takes advantage of the organization of RGB stripes that
1120 <a href='#Font_Anti_Alias'>Font_Anti_Alias</a> can be enabled on devices that orient stripes horizo…
DSkSurface_Reference.md803 horizontal or vertical, and whether the order of the stripes is red blue green
/external/mesa3d/src/freedreno/registers/
Drules-ng-ng.txt454 2.6. Arrays and stripes.
/external/guice/lib/
Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/ImageMagick/www/assets/
Dmagick.js6stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1r…
Dmagick.css6stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1r…
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/
Dguava-21.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/cldr/tools/java/libs/
Dguava.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/mesa3d/docs/
Dversions.rst227 - stripes in wave -ci demo fixed
/external/dagger2/java/dagger/internal/codegen/bootstrap/
Dbootstrap_compiler_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties META-INF ...
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...
/external/dagger2/java/dagger/internal/codegen/kythe/
Dkythe_plugin_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...

12