HomeSort by relevance Sort by last modified time
    Searched full:weight (Results 676 - 700 of 2039) sorted by null

<<21222324252627282930>>

  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 192 /** The maximum weight of this map. UNSET_INT if there is no maximum. */
270 // maximumSize/Weight is specified in which case ensure that each segment gets at least 10
384 Segment<K, V> segment, ReferenceEntry<K, V> entry, V value, int weight) {
385 return (weight == 1)
387 : new WeightedStrongValueReference<K, V>(value, weight);
399 Segment<K, V> segment, ReferenceEntry<K, V> entry, V value, int weight) {
400 return (weight == 1)
403 segment.valueReferenceQueue, value, entry, weight);
415 Segment<K, V> segment, ReferenceEntry<K, V> entry, V value, int weight) {
416 return (weight == 1
1726 final int weight; field in class:LocalCache.WeightedWeakValueReference
1750 final int weight; field in class:LocalCache.WeightedSoftValueReference
1774 final int weight; field in class:LocalCache.WeightedStrongValueReference
2160 int weight = map.weigher.weigh(key, value); local
2676 int weight = e.getValueReference().getWeight(); local
    [all...]
  /external/ceres-solver/internal/ceres/
visibility.cc 146 const double weight = static_cast<double>(count) / local
149 graph->AddEdge(camera1, camera2, weight);
  /external/clang/test/Index/
comment-misc-tags.m 11 @discussion An IOCommandGate instance is an extremely light weight mechanism that
30 // CHECK-NEXT: (CXComment_Text Text=[ An IOCommandGate instance is an extremely light weight mechanism that] HasTrailingNewline)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/
changelog.xsl 62 font-weight: bold;
71 font-weight: bold;
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationData.java 190 * (not necessarily an actual root collator primary weight),
201 * (not an actual root collator primary weight),
214 * Finds the reordering group which contains the primary weight.
215 * @return the first script of the group, or -1 if the weight is beyond the last group
283 * Writes the permutation of primary-weight ranges
503 /** The single-byte primary weight (xx000000) for numeric collation. */
506 /** 256 flags for which primary-weight lead bytes are compressible. */
543 * Start primary weight (top 16 bits only) for a group/script/reserved range
  /external/iproute2/examples/diffserv/
afcbq 66 (6-$class)." bounded allot 1514 weight 1 maxburst 21\n";
101 "bounded allot 1514 weight 1 maxburst 21 \n";
  /external/libnl/src/lib/
route.c 148 "weight",
187 "Invalid weight \"%s\", not numeric",
  /external/libopus/silk/
NLSF_encode.c 42 const opus_int16 *pW_QW, /* I NLSF weight vector [ LPC_ORDER ] */
43 const opus_int NLSF_mu_Q20, /* I Rate weight for the RD optimization */
  /external/libvpx/libvpx/vp8/encoder/
ssim.c 179 double *weight
199 *weight = 1;
  /external/libvpx/libvpx/vp9/encoder/
vp9_ssim.c 98 int lumamask, double *weight) {
116 *weight = 1;
  /external/llvm/test/Analysis/BlockFrequencyInfo/
basic.ll 35 ; The 'then' branch is predicted more likely via branch weight metadata.
70 ; The 'case_c' branch is predicted more likely via branch weight metadata.
  /external/mesa3d/src/gallium/drivers/trace/
trace.xsl 37 font-weight: normal;
42 font-weight: bold;
  /external/openfst/src/include/fst/
difference.h 68 typedef typename A::Weight Weight;
expectation-weight.h 36 #include <fst/pair-weight.h>
41 // X1 is usually a probability weight like LogWeight
intersect.h 67 typedef typename A::Weight Weight;
  /external/openfst/src/include/fst/extensions/pdt/
info.h 44 typedef typename A::Weight Weight;
  /external/skia/bench/
HairlinePathBench.cpp 165 float weight = randWeight.nextRangeF(0.0f, 2.0f); variable
172 weight);
  /external/skia/src/core/
SkBuffer.h 17 Light weight class for reading data from a memory block.
119 Light weight class for writing data to a memory block.
  /frameworks/base/core/res/res/values-sw720dp/
dimens.xml 65 <!-- Weight of the left pane in a multi-pane preference layout. -->
67 <!-- Weight of the right pane in a multi-pane preference layout. So the split is 1:2 -->
  /frameworks/base/docs/html/guide/webapps/
best-practices.jd 24 font-weight:bold;
27 font-weight:normal;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
GrainFilter.java 87 " float weight = 1.0 - 1.333 * mask * noise;\n" +
88 " gl_FragColor = vec4(color.rgb * weight, color.a);\n" +
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ssim.c 179 double *weight
199 *weight = 1;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ssim.c 97 int lumamask, double *weight) {
115 *weight = 1;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_traversal.h 83 // Space substitution is heavy, so we skip doing it if the weight for this language
104 // Space omission is heavy, so we skip doing it if the weight for this language
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fwpmtypes.h 173 FWP_VALUE0 weight; member in struct:FWPM_FILTER0_
409 UINT16 weight; member in struct:FWPM_SUBLAYER0_

Completed in 904 milliseconds

<<21222324252627282930>>