/external/junit/src/org/junit/experimental/max/ |
MaxCore.java | 13 import org.junit.runner.Description; 97 List<Description> leaves= findLeaves(request); 102 private Request constructLeafRequest(List<Description> leaves) { 104 for (Description each : leaves) 118 private Runner buildRunner(Description each) { 129 throw new RuntimeException("Can't build a runner from description [" + each + "]"); 136 private Class<?> getMalformedTestClass(Description each) { 149 public List<Description> sortedLeavesForTest(Request request) { 153 private List<Description> findLeaves(Request request) { 154 List<Description> results= new ArrayList<Description>() [all...] |
/external/skia/include/utils/ |
SkRTConf.h | 39 SkRTConf(const char *name, const T &defaultValue, const char *description); 54 #define SK_CONF_DECLARE(confType, varName, confName, defaultValue, description) static SkRTConf<confType> varName(confName, defaultValue, description) 57 #define SK_CONF_DECLARE(confType, varName, confName, defaultValue, description) static confType varName = defaultValue 92 SkRTConf<T>::SkRTConf(const char *name, const T &defaultValue, const char *description) 96 , fDescription(description) {
|
/external/chromium/chrome/browser/ |
browsing_data_indexed_db_helper.h | 96 const string16& description); 113 PendingIndexedDBInfo(const GURL& origin, const string16& description); 117 string16 description; member in struct:CannedBrowsingDataIndexedDBHelper::PendingIndexedDBInfo
|
browsing_data_database_helper.cc | 28 const std::string& description, 35 description(description), 150 const std::string& description) 153 description(description) { 178 const std::string& description) { 181 origin, name, description)); 235 info->description,
|
/external/chromium_org/chrome/common/extensions/ |
command_unittest.cc | 52 const char* description; member in struct:__anon9099 61 { false, none, "command", "Ctrl+Alt+F", "description" }, 63 { false, none, "command", "A", "description" }, 64 { false, none, "command", "F10", "description" }, 65 { false, none, "command", "Ctrl+F+G", "description" }, 66 { false, none, "command", "Ctrl+Alt+Shift+G", "description" }, 68 { false, shift_f, "command", "Shift+F", "description" }, 69 { false, shift_f, "command", "F+Shift", "description" }, 71 { true, none, "command", "", "description" }, 72 { true, ctrl_f, "command", "Ctrl+F", "description" }, 153 std::string description = "desc"; local [all...] |
/external/chromium_org/chrome/renderer/pepper/ |
chrome_renderer_pepper_host_factory.cc | 89 ppapi::proxy::SerializedFontDescription description; local 92 message, &description, &charset)) { 94 host_, instance, params.pp_resource(), description, charset));
|
pepper_flash_font_file_host.h | 31 const ppapi::proxy::SerializedFontDescription& description,
|
/external/chromium_org/chromeos/dbus/ibus/ |
ibus_component_unittest.cc | 16 const std::string kDescription = "Component Description"; 21 const std::string kEngineDescription1 = "Engine Description 1"; 32 const std::string kEngineDescription2 = "Engine Description 2"; 61 EXPECT_EQ(kDescription, target_component.description()); 68 EXPECT_EQ(kEngineDescription1, engine_descriptions[0].description); 74 EXPECT_EQ(kEngineDescription2, engine_descriptions[1].description);
|
ibus_component.cc | 30 if (!ibus_object_reader.PopString(&engine_desc->description)) { 93 ibus_object_writer.AppendString(engine_desc.description); 121 std::string description; local 122 if (!ibus_object_reader.PopString(&description)) { 127 ibus_component->set_description(description); 197 ibus_object_writer.AppendString(ibus_component.description()); 234 const std::string& description, 239 description(description),
|
/external/chromium_org/components/test/data/autofill/merge/tools/ |
serialize_profiles.py | 35 # For backward-compatibility, the result of |cursor.description| is a list of 38 types = [ColumnNameToFieldType(item[0]) for item in cursor.description] 52 types = [ColumnNameToFieldType(item[0]) for item in cursor.description] 64 types = [ColumnNameToFieldType(item[0]) for item in cursor.description]
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AccessibilityImageMapLink.cpp | 97 String description = accessibilityDescription(); local 98 if (!description.isEmpty()) 99 textOrder.append(AccessibilityText(description, AlternativeText));
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DocumentMarker.h | 36 // It optionally includes a description that could be displayed in the user interface. 73 DocumentMarker(MarkerType, unsigned startOffset, unsigned endOffset, const String& description); 74 DocumentMarker(MarkerType, unsigned startOffset, unsigned endOffset, const String& description, uint32_t hash); 83 const String& description() const;
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
jsep.h | 51 std::string description; member in struct:webrtc::SdpParseError 97 // Class representation of a Session description. 108 virtual cricket::SessionDescription* description() = 0; 109 virtual const cricket::SessionDescription* description() const = 0; 115 // Adds the specified candidate to the description. 117 // Returns false if the session description does not have a media section that 120 // Returns the number of m- lines in the session description. 125 // Serializes the description to SDP.
|
/external/chromium/base/third_party/dynamic_annotations/ |
dynamic_annotations.h | 236 #define ANNOTATE_BENIGN_RACE(pointer, description) \ 238 pointer, sizeof(*(pointer)), description) 240 /* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to 242 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \ 244 address, size, description) 364 #define ANNOTATE_EXPECT_RACE(address, description) \ 366 description) 405 #define ANNOTATE_EXPECT_RACE(address, description) /* empty */ 406 #define ANNOTATE_FLUSH_EXPECTED_RACES(address, description) /* empty */ 407 #define ANNOTATE_BENIGN_RACE(address, description) /* empty * [all...] |
/external/chromium_org/base/third_party/dynamic_annotations/ |
dynamic_annotations.h | 235 #define ANNOTATE_BENIGN_RACE(pointer, description) \ 237 pointer, sizeof(*(pointer)), description) 239 /* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to 241 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \ 243 address, size, description) 363 #define ANNOTATE_EXPECT_RACE(address, description) \ 365 description) 404 #define ANNOTATE_EXPECT_RACE(address, description) /* empty */ 405 #define ANNOTATE_FLUSH_EXPECTED_RACES(address, description) /* empty */ 406 #define ANNOTATE_BENIGN_RACE(address, description) /* empty * [all...] |
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_database_helper.cc | 27 const std::string& description, 32 description(description), 130 const std::string& description) 133 description(description) { 163 const std::string& description) { 167 origin, name, description)); 210 info->description,
|
/external/chromium_org/chrome/browser/resources/ |
plugins.js | 49 * description: 'description', 60 * description: 'My crappy plugin', 62 * { description: 'Foo Media', 65 * { description: 'Bar Stuff', 75 * description: 'My first plugin', 77 * { description: 'New Guy Media', 87 * description: 'Your great plugin', 89 * { description: 'Baz Stuff', 99 * description: 'His great plugin' [all...] |
/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/ |
sync_file_system_internals_handler.h | 34 const std::string& description) OVERRIDE;
|
/external/chromium_org/content/public/common/ |
pepper_plugin_info.h | 53 std::string description; member in struct:content::PepperPluginInfo
|
/external/chromium_org/ppapi/thunk/ |
ppb_browser_font_trusted_api.h | 19 virtual PP_Bool Describe(PP_BrowserFont_Trusted_Description* description,
|
/external/chromium_org/third_party/WebKit/Source/core/plugins/ |
DOMMimeType.h | 43 const String &description() const;
|
DOMPlugin.h | 42 String description() const;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
RemoteObject.js | 37 * @param {string=} description 40 WebInspector.RemoteObject = function(objectId, type, subtype, value, description, preview) 47 this._description = description; 53 this._description = description || (value + ""); 109 return new WebInspector.RemoteObject(payload.objectId, payload.type, payload.subtype, payload.value, payload.description, payload.preview); 148 get description() 245 callback(error || result.description); 271 setPropertyValueFunction = "function(a) { this[a] = " + result.description + "; }"; 273 delete result.description; // Optimize on traffic. 284 callback(error || result.description); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
sessiondescription.cc | 97 content->description = content->description->Copy(); 119 return cinfo->description; 129 return cinfo->description; 143 ContentDescription* description) { 144 contents_.push_back(ContentInfo(name, type, description)); 150 ContentDescription* description) { 151 contents_.push_back(ContentInfo(name, type, rejected, description)); 158 delete content->description;
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/ |
phonenumber_offline_geocoder.cc | 145 const char* const description = GetAreaDescription( local 147 return *description != '\0' 148 ? description 156 // lower-level description, if one exists - if no description exists, we will 192 const char* description = descriptions ? descriptions->Lookup(number) : NULL; local 195 if ((!description || *description == '\0') && MayFallBackToEnglish(lang)) { 201 description = default_descriptions->Lookup(number); 203 return description ? description : "" [all...] |