/external/elfutils/lib/ |
H A D | next_prime.c | 23 is_prime (size_t candidate) argument 29 while (sq < candidate && candidate % divn != 0) 39 return candidate % divn != 0;
|
/external/v8/src/ |
H A D | version.cc | 59 const char* candidate = IsCandidate() ? " (candidate)" : ""; local 62 GetMajor(), GetMinor(), GetBuild(), GetPatch(), candidate); 65 GetMajor(), GetMinor(), GetBuild(), candidate); 74 const char* candidate = IsCandidate() ? "-candidate" : ""; local 77 GetMajor(), GetMinor(), GetBuild(), GetPatch(), candidate); 80 GetMajor(), GetMinor(), GetBuild(), candidate);
|
H A D | version.h | 59 bool candidate, const char* soname);
|
/external/v8/test/cctest/ |
H A D | test-version.cc | 40 bool candidate, const char* soname) { 45 Version::candidate_ = candidate; 53 int patch, bool candidate, 60 SetVersion(major, minor, build, patch, candidate, ""); 68 SetVersion(major, minor, build, patch, candidate, soname); 79 "0.0.0 (candidate)", "libv8-0.0.0-candidate.so"); 82 "1.0.0 (candidate)", "libv8-1.0.0-candidate.so"); 85 "1.0.0.1 (candidate)", "libv 39 SetVersion(int major, int minor, int build, int patch, bool candidate, const char* soname) argument 52 CheckVersion(int major, int minor, int build, int patch, bool candidate, const char* expected_version_string, const char* expected_generic_soname) argument [all...] |
/external/guava/src/com/google/common/collect/ |
H A D | RegularImmutableSet.java | 50 Object candidate = table[i & mask]; 51 if (candidate == null) { 54 if (candidate.equals(target)) {
|
H A D | RegularImmutableMap.java | 79 Object candidate = table[index]; 80 if (candidate == null) { 83 if (candidate.equals(key)) {
|
/external/bison/lib/ |
H A D | hash.c | 437 is_prime (size_t candidate) argument 442 while (square < candidate && (candidate % divisor)) 449 return (candidate % divisor ? true : false); 456 next_prime (size_t candidate) argument 459 if (candidate < 10) 460 candidate = 10; 463 candidate |= 1; 465 while (!is_prime (candidate)) 466 candidate 540 hash_initialize(size_t candidate, const Hash_tuning *tuning, Hash_hasher hasher, Hash_comparator comparator, Hash_data_freer data_freer) argument 819 hash_rehash(Hash_table *table, size_t candidate) argument 960 float candidate = local 1010 size_t candidate = local [all...] |
/external/wpa_supplicant/ |
H A D | preauth.c | 40 * pmksa_candidate_free - Free all entries in PMKSA candidate list 290 * Go through the PMKSA candidates and start pre-authentication if a candidate 296 struct rsn_pmksa_candidate *candidate; local 301 /* TODO: drop priority for old candidate entries */ 303 wpa_msg(sm->ctx->ctx, MSG_DEBUG, "RSN: processing PMKSA candidate " 316 candidate = sm->pmksa_candidates; 317 p = pmksa_cache_get(sm->pmksa, candidate->bssid, NULL); 318 if (os_memcmp(sm->bssid, candidate->bssid, ETH_ALEN) != 0 && 321 "candidate " MACSTR 323 MAC2STR(candidate [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
H A D | preauth.c | 42 * pmksa_candidate_free - Free all entries in PMKSA candidate list 290 * Go through the PMKSA candidates and start pre-authentication if a candidate 296 struct rsn_pmksa_candidate *candidate; local 301 /* TODO: drop priority for old candidate entries */ 303 wpa_msg(sm->ctx->ctx, MSG_DEBUG, "RSN: processing PMKSA candidate " 317 candidate = sm->pmksa_candidates; 318 p = pmksa_cache_get(sm->pmksa, candidate->bssid, NULL); 319 if (os_memcmp(sm->bssid, candidate->bssid, ETH_ALEN) != 0 && 322 "candidate " MACSTR 324 MAC2STR(candidate [all...] |
/external/webkit/SunSpider/resources/ |
H A D | sunspider-analyze-results.js | 209 var candidate = categoryMeans[category].toFixed(2).toString().length; 210 if (candidate > width) 211 width = candidate; 213 var candidate = testMeansByCategory[category][test].toFixed(2).toString().length; 214 if (candidate > width) 215 width = candidate;
|
H A D | sunspider-compare-results.js | 273 var candidate = categoryMeans[category].toFixed(1).toString().length; 274 if (candidate > width) 275 width = candidate; 277 var candidate = testMeansByCategory[category][test].toFixed(1).toString().length; 278 if (candidate > width) 279 width = candidate;
|
/external/webkit/WebKit/android/nav/ |
H A D | CachedNode.cpp | 175 // construct candidate to add 176 WebCore::IntRect candidate = WebCore::IntRect(candidateLeft, candidateTop, 178 // does a different unit bounds intersect the candidate? if so, don't add 181 if (checkBoundsPtr->intersects(candidate) == false) 203 candidate = WebCore::IntRect(candidateLeft, candidateTop, 205 ASSERT(candidate.isEmpty() == false); 208 candidate.x(), candidate.y(), candidate.width(), candidate [all...] |
H A D | CacheBuilder.cpp | 1820 const UChar* candidate = s->mWords[s->mWordCount]; local 1821 UChar firstLetter = candidate[0]; 1846 UChar secondLetter = candidate[1];
|
/external/webkit/WebCore/editing/ |
H A D | VisiblePosition.cpp | 443 static Position canonicalizeCandidate(const Position& candidate) argument 445 if (candidate.isNull()) 447 ASSERT(candidate.isCandidate()); 448 Position upstream = candidate.upstream(); 451 return candidate; 456 // FIXME (9535): Canonicalizing to the leftmost candidate means that if we're at a line wrap, we will 459 // the appropriate renderer for VisiblePosition's like these, or b) canonicalize to the rightmost candidate 467 Position candidate = position.upstream(); local 468 if (candidate.isCandidate()) 469 return candidate; [all...] |
H A D | SelectionController.cpp | 1356 // Use the rightmost candidate for the start of the selection, and the leftmost candidate for the end of the selection. 1361 Position candidate = startPos.downstream(); local 1362 if (candidate.isCandidate()) 1363 startPos = candidate; 1365 candidate = endPos.upstream(); 1366 if (candidate.isCandidate()) 1367 endPos = candidate;
|
/external/chromium/third_party/icu/source/tools/genctd/ |
H A D | genctd.cpp | 326 UChar *candidate = current; 360 mtd->addWord(candidate, length, status, (uint16_t)value); 363 mtd->addWord(candidate, length, status); 381 candidate = current-1;
|
/external/webkit/WebCore/platform/graphics/win/ |
H A D | FontCacheWin.cpp | 369 static int CALLBACK matchImprovingEnumProc(CONST LOGFONT* candidate, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam) argument 375 matchData->m_chosen = *candidate; 379 if (!candidate->lfItalic != !matchData->m_chosen.lfItalic) { 380 if (!candidate->lfItalic == !matchData->m_desiredItalic) 381 matchData->m_chosen = *candidate; 387 unsigned candidateWeightDeltaMagnitude = abs(candidate->lfWeight - matchData->m_desiredWeight); 389 // If both are the same distance from the desired weight, prefer the candidate if it is further from regular. 390 if (chosenWeightDeltaMagnitude == candidateWeightDeltaMagnitude && abs(candidate->lfWeight - FW_NORMAL) > abs(matchData->m_chosen.lfWeight - FW_NORMAL)) { 391 matchData->m_chosen = *candidate; 397 matchData->m_chosen = *candidate; [all...] |
/external/webkit/WebCore/css/ |
H A D | CSSFontSelector.cpp | 505 CSSFontFace* candidate = familyFontFaces->at(i).get(); local 506 unsigned candidateTraitsMask = candidate->traitsMask(); 511 candidateFontFaces.append(candidate); 517 CSSFontFace* candidate = familyLocallyInstalledFontFaces->at(i).get(); local 518 unsigned candidateTraitsMask = candidate->traitsMask(); 523 candidateFontFaces.append(candidate);
|
/external/icu4c/tools/genctd/ |
H A D | genctd.cpp | 312 UChar *candidate = current; 322 mtd->addWord(candidate, length, status); 336 candidate = current-1;
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
H A D | LogFactoryImpl.java | 851 * Appends message if the given name is similar to the candidate. 854 * @param name the (trimmed) name to be test against the candidate, not null 855 * @param candidate the candidate name (not null) 858 final String candidate) { 859 if (name.equals(candidate)) { 867 // then suggest the candidate adapter class name. 868 if (name.regionMatches(true, 0, candidate, 0, PKG_LEN + 5)) { 870 messageBuffer.append(candidate); 857 informUponSimilarName(final StringBuffer messageBuffer, final String name, final String candidate) argument
|
/external/webkit/WebCore/dom/ |
H A D | Position.cpp | 468 // that map to the VisiblePosition between 'b' and the space. This function will return the left candidate 470 // Also, upstream() will return [boundary, 0] for any of the positions from [boundary, 0] to the first candidate 589 // that map to the VisiblePosition between 'b' and the space. This function will return the right candidate 592 // in boundary after the last candidate, where endsOfNodeAreVisuallyDistinctPositions(boundary). 1030 InlineTextBox* candidate = 0; local 1047 candidate = box; 1049 if (candidate && candidate == textRenderer->lastTextBox() && affinity == DOWNSTREAM) { 1054 inlineBox = box ? box : candidate;
|
/external/dnsmasq/src/ |
H A D | dhcp.c | 669 struct dhcp_config *config, *candidate; local 703 for (candidate = NULL, count = 0, config = configs; config; config = config->next) 712 candidate = config; 715 return candidate;
|
/external/webkit/WebCore/rendering/ |
H A D | RenderObject.cpp | 2474 Position candidate = position.downstream(Position::CanCrossEditingBoundary); local 2475 if (candidate.node()->isContentEditable()) 2476 return VisiblePosition(candidate, affinity); 2477 candidate = position.upstream(Position::CanCrossEditingBoundary); 2478 if (candidate.node()->isContentEditable()) 2479 return VisiblePosition(candidate, affinity);
|
/external/webkit/JavaScriptCore/interpreter/ |
H A D | Interpreter.cpp | 3970 for (CallFrame* candidate = callFrame; candidate; candidate = candidate->callerFrame()->removeHostCallFrameFlag()) { 3971 if (candidate->callee() == function) 3972 return candidate;
|
/external/v8/src/ia32/ |
H A D | codegen-ia32.cc | 10657 Register candidate = scratch; // Scratch register contains candidate. local 10663 __ mov(candidate, 10670 __ cmp(candidate, Factory::undefined_value()); 10673 // If length is not 2 the string is not a candidate. 10674 __ cmp(FieldOperand(candidate, String::kLengthOffset), Immediate(2)); 10682 // Check that the candidate is a non-external ascii string. 10683 __ mov(temp, FieldOperand(candidate, HeapObject::kMapOffset)); 10689 __ mov(temp, FieldOperand(candidate, SeqAsciiString::kHeaderSize));
|