/external/sfntly/ |
COPYING.android | 1 See cpp/COPYING for license details.
|
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/ |
cookie_details_unittest.mm | 19 base::scoped_nsobject<CocoaCookieDetails> details; 20 details.reset([[CocoaCookieDetails alloc] initAsFolder]); 22 EXPECT_EQ([details.get() type], kCocoaCookieDetailsTypeFolder); 26 base::scoped_nsobject<CocoaCookieDetails> details; 32 details.reset([[CocoaCookieDetails alloc] initWithCookie:&cookie 35 EXPECT_EQ([details.get() type], kCocoaCookieDetailsTypeCookie); 36 EXPECT_NSEQ(@"PHPSESSID", [details.get() name]); 38 [details.get() content]); 39 EXPECT_NSEQ(@"chromium.org", [details.get() domain]); 40 EXPECT_NSEQ(@"/", [details.get() path]) [all...] |
/external/chromium_org/content/browser/geolocation/ |
DEPS | 2 "+google_apis", # Exception to general rule, see content/DEPS for details.
|
/external/pcre/dist/ |
COPYING | 3 Please see the file LICENCE in the PCRE distribution for licensing details.
|
/external/chromium_org/sync/internal_api/ |
js_sync_encryption_handler_observer.cc | 37 base::DictionaryValue details; local 38 details.SetString("reason", 40 HandleJsEvent(FROM_HERE, "onPassphraseRequired", JsEventDetails(&details)); 47 base::DictionaryValue details; local 48 HandleJsEvent(FROM_HERE, "onPassphraseAccepted", JsEventDetails(&details)); 57 base::DictionaryValue details; local 58 details.SetString("bootstrapToken", "<redacted>"); 59 details.SetString("type", BootstrapTokenTypeToString(type)); 60 HandleJsEvent(FROM_HERE, "onBootstrapTokenUpdated", JsEventDetails(&details)); 69 base::DictionaryValue details; local 81 base::DictionaryValue details; local 90 base::DictionaryValue details; local 106 base::DictionaryValue details; local [all...] |
/external/libvpx/libvpx/third_party/nestegg/ |
README | 3 Licensed under an ISC-style license. See LICENSE for details. 6 halloc/halloc.h for details.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/ |
README | 3 Licensed under an ISC-style license. See LICENSE for details. 6 halloc/halloc.h for details.
|
/external/chromium_org/tools/deep_memory_profiler/visualizer/testdata/ |
error_sample.json | 14 "details": [ 24 "skia-details", 29 "webkit-details",
|
sample.json | 15 "details": [ 25 "skia-details", 30 "webkit-details",
|
/external/chromium_org/content/public/common/ |
speech_recognition_error.h | 16 // Error details for the SPEECH_RECOGNITION_ERROR_AUDIO error. 25 SpeechAudioErrorDetails details; member in struct:content::SpeechRecognitionError 29 details(SPEECH_AUDIO_ERROR_DETAILS_NONE) { 33 details(SPEECH_AUDIO_ERROR_DETAILS_NONE) { 38 details(details_value) {
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
builtin-evlist.c | 18 static int __cmd_evlist(const char *file_name, struct perf_attr_details *details) 28 perf_evsel__fprintf(pos, details, stdout); 36 struct perf_attr_details details = { .verbose = false, }; local 39 OPT_BOOLEAN('F', "freq", &details.freq, "Show the sample frequency"), 40 OPT_BOOLEAN('v', "verbose", &details.verbose, 41 "Show all event attr details"), 42 OPT_BOOLEAN('g', "group", &details.event_group, 55 if (details.event_group && (details.verbose || details.freq)) [all...] |
/external/chromium_org/extensions/renderer/resources/ |
set_icon.js | 52 * Normalizes |details| to a format suitable for sending to the browser, 55 * @param {ImageDetails} details 61 function setIcon(details, callback) { 67 if ('iconIndex' in details) { 68 callback(details); 72 if ('imageData' in details) { 76 if (sizeKey in details.imageData) { 77 verifyImageData(details.imageData[sizeKey], iconSizes[i]); 83 // If details.imageData is not dictionary with keys in set {'19', '38'}, 86 var imageData = details.imageData [all...] |
/external/chromium_org/sync/internal_api/events/ |
normal_get_updates_request_event.cc | 35 std::string details; local 38 if (!details.empty()) 39 details.append("\n"); 40 details.append(base::StringPrintf( 46 if (!details.empty()) 47 details.append("\n"); 48 details.append(base::StringPrintf( 54 if (!details.empty()) 55 details.append("\n"); 56 details.append(base::StringPrintf [all...] |
/external/chromium_org/tools/android/findbugs_plugin/ |
messages.xml | 14 <Details>Adds style checks enforced in the chromium project.</Details> 18 <Details> 22 </Details> 29 <Details> 33 </Details> 37 <Details> 41 </Details> 48 <Details> 52 </Details> [all...] |
/external/chromium_org/ui/events/gesture_detection/ |
gesture_event_data.cc | 11 GestureEventData::GestureEventData(const GestureEventDetails& details, 22 : details(details), 33 this->details.set_touch_points(static_cast<int>(touch_point_count)); 34 this->details.set_bounding_box(bounding_box); 39 : details(type), 48 details.set_touch_points(other.details.touch_points()); 49 details.set_bounding_box(other.details.bounding_box_f()) [all...] |
/packages/apps/Dialer/src/com/android/dialer/ |
PhoneCallDetailsHelper.java | 79 /** Fills the call details views with content. */ 80 public void setPhoneCallDetails(PhoneCallDetailsViews views, PhoneCallDetails details) { 83 int count = details.callTypes.length; 86 views.callTypeIcons.add(details.callTypes[index]); 88 isVoicemail = details.callTypes[index] == Calls.VOICEMAIL_TYPE; 94 (details.features & Calls.FEATURES_VIDEO) == Calls.FEATURES_VIDEO); 106 CharSequence callLocationAndDate = getCallLocationAndDate(details); 112 String accountLabel = PhoneAccountUtils.getAccountLabel(mContext, details.accountHandle); 117 int color = PhoneAccountUtils.getAccountColor(mContext, details.accountHandle); 130 mPhoneNumberHelper.getDisplayNumber(details.accountHandle, details.number [all...] |
/external/chromium_org/chrome/browser/content_settings/ |
mock_settings_observer.cc | 24 const ContentSettingsDetails details( 27 details.type(), 28 details.update_all_types(), 29 details.primary_pattern(), 30 details.secondary_pattern(), 31 details.update_all());
|
/external/chromium_org/sync/js/ |
js_event_details_unittest.cc | 16 JsEventDetails details; local 17 EXPECT_TRUE(details.Get().empty()); 18 EXPECT_EQ("{}", details.ToString()); 28 JsEventDetails details(&dict); 30 // |details| should take over |dict|'s data. 32 EXPECT_TRUE(details.Get().Equals(dict_copy.get()));
|
/external/chromium_org/chrome/browser/accessibility/ |
accessibility_extension_api_constants.cc | 13 const char kValueKey[] = "details.value"; 14 const char kChildrenCountKey[] = "details.childrenCount"; 15 const char kPasswordKey[] = "details.isPassword"; 16 const char kItemCountKey[] = "details.itemCount"; 17 const char kItemDepthKey[] = "details.itemDepth"; 18 const char kItemIndexKey[] = "details.itemIndex"; 19 const char kItemExpandedKey[] = "details.isItemExpanded"; 20 const char kSelectionStartKey[] = "details.selectionStart"; 21 const char kSelectionEndKey[] = "details.selectionEnd"; 22 const char kCheckedKey[] = "details.isChecked" [all...] |
/art/test/126-miranda-multidex/ |
info.txt | 2 See b/18193682 for details.
|
/external/chromium_org/build/temp_gyp/ |
README.chromium | 3 details.
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
chrome_direct_setting.js | 16 this.get = function(details, callback) { 18 validate([details, callback], getSchema); 20 [prefKey, details, callback], 23 this.set = function(details, callback) { 27 validate([details, callback], setSchema); 29 [prefKey, details, callback], 32 this.clear = function(details, callback) { 34 validate([details, callback], clearSchema); 36 [prefKey, details, callback],
|
chrome_setting.js | 16 this.get = function(details, callback) { 18 validate([details, callback], getSchema); 20 [prefKey, details, callback], 23 this.set = function(details, callback) { 27 validate([details, callback], setSchema); 29 [prefKey, details, callback], 32 this.clear = function(details, callback) { 34 validate([details, callback], clearSchema); 36 [prefKey, details, callback],
|
content_setting.js | 17 this.get = function(details, callback) { 19 validate([details, callback], getSchema); 21 [contentType, details, callback], 24 this.set = function(details, callback) { 28 validate([details, callback], setSchema); 30 [contentType, details, callback], 33 this.clear = function(details, callback) { 35 validate([details, callback], clearSchema); 37 [contentType, details, callback],
|
/external/chromium_org/content/browser/speech/ |
DEPS | 2 "+google_apis", # Exception to general rule, see content/DEPS for details.
|