/ndk/sources/host-tools/make-3.81/ |
configure.bat | 14 rem more details.
|
/external/v8/src/ |
handles.cc | 234 PropertyDetails details) { 236 dictionary->Set(index, *value, details)); 302 PropertyDetails details) { 304 object->SetNormalizedProperty(*key, *value, details), 887 PropertyDetails details(descs->GetDetails(i)); 888 (*sort_array)->set(index, Smi::FromInt(details.index())); [all...] |
runtime.cc | 866 PropertyDetails details = dictionary->DetailsAt(entry); local [all...] |
/external/webkit/Source/WebKit2/UIProcess/mac/ |
TextCheckerMac.mm | 253 NSArray *details = [incomingResult grammarDetails]; 257 for (NSDictionary *incomingDetail in details) { 271 result.details.append(detail);
|
/external/doclava/res/assets/templates/ |
class.cs | 28 <div class="sum-details-links"> 85 </div><!-- end sum-details-links --> 474 <!-- Details --> 482 <div class="jd-details api apilevel-<?cs var:field.since ?>"> 483 <h4 class="jd-details-title"> 496 <div class="jd-details-descr"> 521 <div class="jd-details api apilevel-<?cs var:method.since ?>"> 522 <h4 class="jd-details-title"> 538 <div class="jd-details-descr"> 549 <div class="jd-details"> [all...] |
/external/valgrind/main/VEX/priv/ |
ir_opt.c | 21 General Public License for more details. 420 cas = st->Ist.CAS.details; 439 d = st->Ist.Dirty.details; 637 IRDirty* d = st->Ist.Dirty.details; [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmServiceStateTracker.java | 1562 CharSequence details = ""; local [all...] |
/external/valgrind/main/coregrind/ |
m_main.c | 21 General Public License for more details. 193 " --trace-signals=no|yes show signal handling details? [no]\n" 194 " --trace-symtab=no|yes show symbol table details? [no]\n" 196 " --trace-cfi=no|yes show call-frame-info details? [no]\n" 200 " --trace-redir=no|yes show redirection details? [no]\n" 201 " --trace-sched=no|yes show thread scheduler details? [no]\n" 224 " (Nb: you need --trace-notbelow with --trace-flags for full details)\n" 231 " --trace-malloc=no|yes show client malloc details? [no]\n" 253 if (VG_(details).name) { 254 VG_(printf)(" user options for %s:\n", VG_(details).name) [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
TimelinePanel.js | [all...] |
/external/chromium/chrome/browser/sync/ |
profile_sync_service.cc | [all...] |
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebEditorClient.mm | 749 void WebEditorClient::checkGrammarOfString(const UChar* text, int length, Vector<GrammarDetail>& details, int* badGrammarLocation, int* badGrammarLength) 754 NSRange range = [[NSSpellChecker sharedSpellChecker] checkGrammarOfString:textString startingAt:0 language:nil wrap:NO inSpellDocumentWithTag:spellCheckerDocumentTag() details:&grammarDetails]; 775 details.append(grammarDetail); 798 NSArray *details = [incomingResult grammarDetails]; 802 for (NSDictionary *incomingDetail in details) { 816 result.details.append(detail); [all...] |
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
WebEditorClient.cpp | 666 void WebEditorClient::checkGrammarOfString(const UChar* text, int length, Vector<GrammarDetail>& details, int* badGrammarLocation, int* badGrammarLength) 668 details.clear(); 709 details.append(detail);
|
/external/chromium/chrome/browser/history/ |
history_backend_unittest.cc | 59 HistoryDetails* details) OVERRIDE; 173 HistoryDetails* details) { 175 Details<HistoryDetails> det(details); 178 // The backend passes ownership of the details pointer to us. 179 delete details; 193 HistoryDetails* details) { 194 test_->BroadcastNotifications(type, details); [all...] |
/external/chromium/chrome/browser/search_engines/ |
template_url_model.cc | 250 // std::pair. See http://connect.microsoft.com/VisualStudio/feedback/details/520043/error-converting-from-null-to-a-pointer-type-in-std-pair 567 const NotificationDetails& details) { 569 Details<history::URLVisitedDetails> visit_details(details); 578 const std::string* pref_name = Details<std::string>(details).ptr(); [all...] |
/external/javassist/src/main/javassist/util/proxy/ |
ProxyFactory.java | 300 * used to store details of a specific proxy class in the second tier of the proxy cache. this entry 473 ProxyDetails details; local 478 details = (ProxyDetails)cacheForTheLoader.get(key); 479 if (details != null) { 480 WeakReference reference = details.proxyClass; 487 details = new ProxyDetails(signature, thisClass, factoryWriteReplace); 488 cacheForTheLoader.put(key, details); [all...] |
/build/tools/droiddoc/templates-sdk/assets/ |
android-developer-docs.css | 467 .absent h4.jd-details-title, 468 .absent h4.jd-details-title * { 480 .sum-details-links { 485 .sum-details-links a { 489 .sum-details-links a:hover { 610 .jd-details { 619 .jd-details-descr { 665 the details section for constants, 667 h4.jd-details-title { 679 in details sections * [all...] |
/cts/tools/tradefed-host/res/report/ |
cts_result.css | 112 /* The test details */ 160 /* Test cell details */ 227 #details {
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_unittest.cc | 126 const NotificationDetails& details); 233 const NotificationDetails& details) {
|
keyword_provider.cc | 450 const NotificationDetails& details) { 480 *Details<ExtensionOmniboxSuggestions>(details).ptr();
|
/external/chromium/chrome/browser/chromeos/ |
boot_times_loader.cc | 363 const NotificationDetails& details) { 365 Details<AuthenticationNotificationDetails> auth_details(details);
|
/external/chromium/chrome/browser/chromeos/login/ |
wizard_accessibility_handler.cc | 105 const NotificationDetails& details) { 107 Details<const AccessibilityControlInfo>(details).ptr();
|
/external/chromium/chrome/browser/extensions/ |
extension_browsertest.cc | 381 const NotificationDetails& details) { 384 last_loaded_extension_id_ = Details<const Extension>(details).ptr()->id();
|
extension_management_browsertest.cc | 224 const NotificationDetails& details) { 237 const std::string* id = Details<const std::string>(details).ptr(); 398 // See http://crbug.com/57378 for flakiness details.
|
extension_service.cc | 663 Details<const Extension>(extension)); 708 Details<UninstalledExtensionInfo>(&uninstalled_extension_info)); [all...] |
/external/chromium/chrome/browser/geolocation/ |
geolocation_permission_context.cc | 86 const NotificationDetails& details); 427 const NotificationDetails& details) {
|