/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/ |
mapping_file_provider.cc | 128 const string& script, const string& region, string* best_match) const { 135 best_match->swap(normalized_locale_str); 141 best_match->swap(full_locale); 147 *best_match = language; 155 best_match->swap(lang_with_script); 164 best_match->swap(lang_with_region); 168 *best_match = language; 171 best_match->clear();
|
mapping_file_provider.h | 63 string* best_match) const;
|
/external/chromium_org/sdch/open-vcdiff/src/ |
vcdiffengine.cc | 85 // it will populate best_match with the size, source offset, 87 BlockHash::Match best_match; local 94 &best_match); 102 &best_match); 104 if (!ShouldGenerateCopyInstructionForMatchOfSize(best_match.size())) { 107 if (best_match.target_offset() > 0) { 111 coder->Add(unencoded_target_start, best_match.target_offset()); 113 coder->Copy(best_match.source_offset(), best_match.size()); 114 return best_match.target_offset() // ADD siz [all...] |
blockhash.h | 147 // 1. The best_match->source_offset() returned from FindBestMatch() 151 // starting_offset_ to any best_match->source_offset() value it returns, 225 // of best_match, this function populates *best_match with the 227 // best_match->source_offset() will contain the index of the start of the 230 // best_match->target_offset() will contain the offset of the match 232 // 0 <= best_match->target_offset() 234 // and best_match->size() will contain the size of the match. 235 // If no such match is found, this function leaves *best_match unmodified. 237 // On calling FindBestMatch(), best_match mus [all...] |
blockhash.cc | 396 Match* best_match) const { 434 // than any match already stored in *best_match. 435 best_match->ReplaceIfBetterMatch(match_size,
|
/external/lldb/source/Symbol/ |
LineTable.cpp | 302 size_t best_match = UINT32_MAX; local 330 if (best_match == UINT32_MAX) 331 best_match = idx; 332 else if (m_entries[idx].line < m_entries[best_match].line) 333 best_match = idx; 337 if (best_match != UINT32_MAX) 340 ConvertEntryAtIndexToLineEntry (best_match, *line_entry_ptr); 341 return best_match; 350 size_t best_match = UINT32_MAX; local 378 if (best_match == UINT32_MAX [all...] |
/external/chromium_org/net/http/ |
http_auth_cache.cc | 105 HttpAuthCache::Entry* best_match = NULL; local 123 (!best_match || len > best_match_length)) { 124 best_match = &(*it); 129 if (best_match) 130 best_match->last_use_time_ = base::TimeTicks::Now(); 132 return best_match;
|
/external/apache-http/src/org/apache/http/client/params/ |
CookiePolicy.java | 60 public static final String BEST_MATCH = "best-match";
|
HttpClientParams.java | 89 return CookiePolicy.BEST_MATCH;
|
/hardware/intel/common/libwsbm/src/ |
wsbm_mm.h | 66 int best_match);
|
wsbm_mm.c | 216 unsigned long size, unsigned alignment, int best_match) 244 if (!best_match)
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_field.cc | 45 base::string16 best_match; local 50 best_match = field->option_values[i]; 58 best_match = field->option_values[i]; 62 if (best_match.empty()) 65 field->value = best_match;
|
/external/chromium_org/net/quic/crypto/ |
strike_register.cc | 155 const uint8* best_match = external_node(best_match_index); local 156 if (memcmp(best_match, value, sizeof(value)) == 0) { 171 best_match = external_node(best_match_index); 174 // Now we need to find the first bit where we differ from |best_match|. 178 new_other_bits = value[differing_byte] ^ best_match[differing_byte];
|
/external/chromium_org/printing/ |
printing_context_mac.mm | 41 double best_match = std::numeric_limits<double>::max(); 60 if (difference < best_match) { 62 best_match = difference;
|
/external/chromium_org/chrome/browser/autocomplete/ |
autocomplete_input.h | 58 // If |matches_requested| is BEST_MATCH or SYNCHRONOUS_MATCHES the controller
|
/external/apache-http/src/org/apache/http/impl/client/ |
DefaultHttpClient.java | 262 CookiePolicy.BEST_MATCH,
|
/external/chromium_org/chrome/browser/password_manager/ |
password_store_mac.cc | 444 PasswordForm* best_match = BestKeychainFormForForm(*db_form, local 446 if (best_match) { 447 used_keychain_forms.insert(best_match); 448 db_form->password_value = best_match->password_value; [all...] |
/external/chromium_org/third_party/pexpect/ |
pexpect.py | [all...] |
/external/lldb/test/pexpect-2.4/ |
pexpect.py | [all...] |
/external/robolectric/lib/main/ |
httpclient-4.0.3.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar | |
/prebuilts/sdk/8/ |
android.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar | |