Searched refs:strength (Results 51 - 75 of 144) sorted by relevance

123456

/external/guava/guava/src/com/google/common/collect/
H A DMapMaker.java286 * @throws IllegalStateException if the key strength was already set
301 * @throws IllegalStateException if the key strength was already set
324 * @throws IllegalStateException if the key strength was already set
337 MapMaker setKeyStrength(Strength strength) { argument
338 checkState(keyStrength == null, "Key strength was already set to %s", keyStrength);
339 keyStrength = checkNotNull(strength);
340 if (strength != Strength.STRONG) {
354 * @throws IllegalStateException if the value strength was already set
375 * @throws IllegalStateException if the value strength was already set
401 * @throws IllegalStateException if the value strength wa
410 setValueStrength(Strength strength) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dusrchimp.h81 UCollationStrength strength; member in class:UCollationPCE
179 UCollationStrength strength; member in struct:UStringSearch
H A Ducoleitr.cpp196 strength = coll.getAttribute(UCOL_STRENGTH, status);
214 switch(strength) {
242 if (strength >= UCOL_QUATERNARY) {
249 if (strength >= UCOL_QUATERNARY) {
455 // TODO: The old code masked the order according to strength and then did a binary search.
H A Dcollationcompare.cpp187 int32_t strength = CollationSettings::getStrength(options); local
192 if(strength == UCOL_PRIMARY) {
/external/openssl/ssl/
H A Dtls_srp.c93 ctx->srp_ctx.strength = SRP_MINIMAL_N;
125 s->srp_ctx.strength = SRP_MINIMAL_N;
154 s->srp_ctx.strength = ctx->srp_ctx.strength;
222 ctx->srp_ctx.strength = SRP_MINIMAL_N;
424 if (BN_num_bits(srp->N) < srp->strength)
503 int SSL_CTX_set_srp_strength(SSL_CTX *ctx, int strength) argument
505 return tls1_ctx_ctrl(ctx, SSL_CTRL_SET_TLS_EXT_SRP_STRENGTH, strength,
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftoutln.h318 /* `strength' pixels wider and higher. You may think of the left and */
321 /* Negative `strength' values to reduce the outline thickness are */
328 /* strength :: How strong the glyph is emboldened. Expressed in */
348 /* FT_Outline_Embolden( &face->slot->outline, strength ); */
353 FT_Pos strength );
364 /* @FT_Outline_Embolden, which uses the same strength in both */
/external/chromium_org/third_party/libwebp/utils/
H A Dquant_levels_dec.c257 int strength) {
258 const int radius = 4 * strength / 100;
259 if (strength < 0 || strength > 100) return 0;
256 WebPDequantizeLevels(uint8_t* const data, int width, int height, int strength) argument
/external/freetype/include/
H A Dftoutln.h325 /* `strength' pixels wider and higher. You may think of the left and */
328 /* Negative `strength' values to reduce the outline thickness are */
335 /* strength :: How strong the glyph is emboldened. Expressed in */
355 /* FT_Outline_Embolden( &face->slot->outline, strength ); */
363 FT_Pos strength );
374 /* @FT_Outline_Embolden, which uses the same strength in both */
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftoutln.h318 /* `strength' pixels wider and higher. You may think of the left and */
321 /* Negative `strength' values to reduce the outline thickness are */
328 /* strength :: How strong the glyph is emboldened. Expressed in */
348 /* FT_Outline_Embolden( &face->slot->outline, strength ); */
353 FT_Pos strength );
364 /* @FT_Outline_Embolden, which uses the same strength in both */
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftoutln.h318 /* `strength' pixels wider and higher. You may think of the left and */
321 /* Negative `strength' values to reduce the outline thickness are */
328 /* strength :: How strong the glyph is emboldened. Expressed in */
348 /* FT_Outline_Embolden( &face->slot->outline, strength ); */
353 FT_Pos strength );
364 /* @FT_Outline_Embolden, which uses the same strength in both */
/external/webp/src/utils/
H A Dquant_levels_dec.c257 int strength) {
258 const int radius = 4 * strength / 100;
259 if (strength < 0 || strength > 100) return 0;
256 WebPDequantizeLevels(uint8_t* const data, int width, int height, int strength) argument
/external/chromium_org/third_party/icu/source/i18n/
H A Ducoleitr.cpp206 UCollationStrength strength; member in struct:UCollationPCE
231 strength = ucol_getStrength(coll);
253 switch(elems->pce->strength) {
281 if (elems->pce->strength >= UCOL_QUATERNARY) {
288 if (elems->pce->strength >= UCOL_QUATERNARY) {
514 // UCollationStrength strength = ucol_getStrength(coll);
620 switch (coll->strength)
H A Ducol.cpp148 if(collator->hiraganaQ == UCOL_ON && collator->strength >= UCOL_QUATERNARY) {
758 result->strength = (UColAttributeValue)opts->strength;
4572 UColAttributeValue strength = coll->strength; local
4574 uint8_t compareSec = (uint8_t)((strength >= UCOL_SECONDARY)?0:0xFF);
4575 uint8_t compareTer = (uint8_t)((strength >= UCOL_TERTIARY)?0:0xFF);
4576 uint8_t compareQuad = (uint8_t)((strength >= UCOL_QUATERNARY)?0:0xFF);
4577 UBool compareIdent = (strength == UCOL_IDENTICAL);
4780 if(doCase && (primary1 > 0 || strength >
5344 int32_t strength = ucol_getAttribute(coll, UCOL_STRENGTH, status); local
6670 ucol_setStrength( UCollator *coll, UCollationStrength strength) argument
7109 UColAttributeValue strength = coll->strength; local
7608 ucol_getLatinOneContraction(const UCollator *coll, int32_t strength, uint32_t CE, const UChar *s, int32_t *index, int32_t len) argument
7675 int32_t strength = coll->strength; local
8016 ucol_getLatinOneContractionUTF8(const UCollator *coll, int32_t strength, uint32_t CE, const char *s, int32_t *index, int32_t len) argument
8068 int32_t strength = coll->strength; local
[all...]
/external/chromium_org/components/pdf/renderer/
H A Dppb_pdf_impl.cc145 UCollationStrength strength = case_sensitive ? UCOL_TERTIARY : UCOL_PRIMARY; local
148 if (ucol_getStrength(collator) != strength) {
149 ucol_setStrength(collator, strength);
/external/chromium_org/content/browser/geolocation/
H A Dwifi_data_provider_linux.cc285 { // Read signal strength.
291 uint8 strength = 0; local
292 if (!reader.PopVariantOfByte(&strength)) {
297 // Convert strength as a percentage into dBs.
298 access_point_data.radio_signal_strength = -100 + strength / 2;
/external/guava/guava/src/com/google/common/cache/
H A DCacheBuilder.java441 * @throws IllegalStateException if the key strength was already set
458 * @throws IllegalStateException if the key strength was already set
465 CacheBuilder<K, V> setKeyStrength(Strength strength) { argument
466 checkState(keyStrength == null, "Key strength was already set to %s", keyStrength);
467 keyStrength = checkNotNull(strength);
478 * @throws IllegalStateException if the value strength was already set
498 * @throws IllegalStateException if the value strength was already set
522 * @throws IllegalStateException if the value strength was already set
529 CacheBuilder<K, V> setValueStrength(Strength strength) { argument
530 checkState(valueStrength == null, "Value strength wa
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dssearch.cpp158 // Get the requested collation strength.
161 const UnicodeString *strength = testCase->getAttribute("strength"); local
163 if (strength==NULL) { collatorStrength = UCOL_TERTIARY;}
164 else if (*strength=="PRIMARY") { collatorStrength = UCOL_PRIMARY;}
165 else if (*strength=="SECONDARY") { collatorStrength = UCOL_SECONDARY;}
166 else if (*strength=="TERTIARY") { collatorStrength = UCOL_TERTIARY;}
167 else if (*strength=="QUATERNARY") { collatorStrength = UCOL_QUATERNARY;}
168 else if (*strength=="IDENTICAL") { collatorStrength = UCOL_IDENTICAL;}
170 // Bogus value supplied for strength
1308 monkeyTestCase(UCollator *coll, const UnicodeString &testCase, const UnicodeString &pattern, const UnicodeString &altPattern, const char *name, const char *strength, uint32_t seed) argument
[all...]
H A Dcolldata.cpp42 UCollationStrength strength = ucol_getStrength(coll); local
55 switch (strength)
77 if (strength >= UCOL_QUATERNARY) {
/external/icu/icu4c/source/test/intltest/
H A Dssearch.cpp158 // Get the requested collation strength.
161 const UnicodeString *strength = testCase->getAttribute("strength"); local
163 if (strength==NULL) { collatorStrength = UCOL_TERTIARY;}
164 else if (*strength=="PRIMARY") { collatorStrength = UCOL_PRIMARY;}
165 else if (*strength=="SECONDARY") { collatorStrength = UCOL_SECONDARY;}
166 else if (*strength=="TERTIARY") { collatorStrength = UCOL_TERTIARY;}
167 else if (*strength=="QUATERNARY") { collatorStrength = UCOL_QUATERNARY;}
168 else if (*strength=="IDENTICAL") { collatorStrength = UCOL_IDENTICAL;}
170 // Bogus value supplied for strength
1305 monkeyTestCase(UCollator *coll, const UnicodeString &testCase, const UnicodeString &pattern, const UnicodeString &altPattern, const char *name, const char *strength, uint32_t seed) argument
[all...]
/external/svox/pico/lib/
H A Dpicospho.c560 /* BOUND(<bound strength><phrase type>) */
561 /* insert bound strength */
708 /** Calculate bound strength modified by transduction
710 * Given the original bound strength 'orig' and the desired target strength 'target' (suggested by fst),
711 * calculate the modified bound strength.
713 * @param orig original bound strength
714 * @param target target bound strength
715 * @return resulting bound strength
737 /** Calculate bound strength modifie
851 picoos_uint8 strength; local
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducol.h97 /** Primary collation strength */
99 /** Secondary collation strength */
101 /** Tertiary collation strength */
103 /** Default collation strength */
106 /** Quaternary collation strength */
108 /** Identical collation strength */
211 * Use this to set the strength of a Collator object.
216 * differences. Use this to set the strength of a Collator object.
221 * all comparison differences. Use this to set the strength of a Collator
229 * UCollationStrength is also used to determine the strength o
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcallcoll.c59 /* perform test with strength PRIMARY */
62 /* perform test with strength SECONDARY */
65 /* perform test with strength tertiary */
68 /*perform tests with strength Identical */
147 int32_t strength = UCOL_PRIMARY; local
157 while(strength <= UCOL_QUATERNARY && strength <= ucol_getStrength(coll)) {
158 if(strength > UCOL_PRIMARY) {
165 if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
167 } else if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_OFF || doneCase == TRUE || strength !
[all...]
H A Dcitertst.c1770 uint32_t strength = 0; local
1774 (void)strength;
1823 strength = src.parsedToken.strength;
1877 UCollationStrength strength[5] = {UCOL_PRIMARY, UCOL_SECONDARY, local
1898 ucol_setStrength(coll, strength[strengthIndex]);
1991 uint32_t strength = 0; local
1996 (void)strength;
2032 strength = src.parsedToken.strength;
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Ducol.h91 /** Primary collation strength */
93 /** Secondary collation strength */
95 /** Tertiary collation strength */
97 /** Default collation strength */
100 /** Quaternary collation strength */
102 /** Identical collation strength */
205 * Use this to set the strength of a Collator object.
210 * differences. Use this to set the strength of a Collator object.
215 * all comparison differences. Use this to set the strength of a Collator
223 * UCollationStrength is also used to determine the strength o
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcallcoll.c59 /* perform test with strength PRIMARY */
62 /* perform test with strength SECONDARY */
65 /* perform test with strength tertiary */
68 /*perform tests with strength Identical */
147 int32_t strength = UCOL_PRIMARY; local
157 while(strength <= UCOL_QUATERNARY && strength <= ucol_getStrength(coll)) {
158 if(strength > UCOL_PRIMARY) {
165 if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
167 } else if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_OFF || doneCase == TRUE || strength !
[all...]

Completed in 667 milliseconds

123456