/external/chromium/testing/gtest/ |
D | CHANGES | 3 * New feature: ADD_FAILURE_AT() for reporting a test failure at the 5 * New feature: the universal value printer is moved from Google Mock 7 * New feature: type parameters and value parameters are reported in 32 * New feature: assertions can be safely called in multiple threads 34 * New feature: predicates used inside EXPECT_TRUE() and friends 36 * New feature: Google Test can now be compiled as a DLL. 37 * New feature: fused source files are included. 38 * New feature: prints help when encountering unrecognized Google Test flags. 39 * Experimental feature: CMake build script (requires CMake 2.6.4+). 40 * Experimental feature: the Pump script for meta programming. [all …]
|
/external/protobuf/gtest/ |
D | CHANGES | 3 * New feature: the event listener API 4 * New feature: test shuffling 5 * New feature: the XML report format is closer to junitreport and can 7 * New feature: when a test runs under Visual Studio, its failures are 9 * New feature: /MD(d) versions of VC++ projects. 10 * New feature: elapsed time for the tests is printed by default. 11 * New feature: comes with a TR1 tuple implementation such that Boost 13 * New feature: EXPECT_DEATH_IF_SUPPORTED macro and friends. 14 * New feature: the Xcode project can now produce static gtest 22 * New feature: death tests on Windows, Cygwin, and Mac. [all …]
|
/external/webrtc/src/system_wrappers/source/ |
D | cpu_features.cc | 14 int GetCPUInfoNoASM(CPUFeature feature) { in GetCPUInfoNoASM() argument 15 (void)feature; in GetCPUInfoNoASM() 40 static int GetCPUInfo(CPUFeature feature) { in GetCPUInfo() argument 43 if (feature == kSSE2) { in GetCPUInfo() 46 if (feature == kSSE3) { in GetCPUInfo() 53 static int GetCPUInfo(CPUFeature feature) { in GetCPUInfo() argument 54 (void)feature; in GetCPUInfo()
|
/external/chromium/testing/gmock/ |
D | CHANGES | 27 * New feature: Google Mock can be safely used in multi-threaded tests 29 * New feature: function for printing a value of arbitrary type. 30 * New feature: function ExplainMatchResult() for easy definition of 58 * New feature: --gmock_catch_leaked_mocks for detecting leaked mocks. 59 * New feature: ACTION_TEMPLATE for defining templatized actions. 60 * New feature: the .After() clause for specifying expectation order. 61 * New feature: the .With() clause for for specifying inter-argument 63 * New feature: actions ReturnArg<k>(), ReturnNew<T>(...), and 65 * New feature: matchers Key(), Pair(), Args<...>(), AllArgs(), IsNull(), 67 * New feature: utility class MockFunction<F>, useful for checkpoints, etc. [all …]
|
/external/gtest/ |
D | CHANGES | 3 * New feature: death tests on Windows, Cygwin, and Mac. 4 * New feature: ability to use Google Test assertions in other testing 6 * New feature: ability to run disabled test via 8 * New feature: the --help flag for printing the usage. 9 * New feature: access to Google Test flag values in user code. 10 * New feature: a script that packs Google Test into one .h and one 12 * New feature: support for distributing test functions to multiple 27 * New feature: value-parameterized tests. 28 * New feature: the ASSERT/EXPECT_(NON)FATAL_FAILURE(_ON_ALL_THREADS) 41 * New feature: type-parameterized tests. [all …]
|
/external/kernel-headers/original/asm-x86/ |
D | alternative_32.h | 47 #define alternative(oldinstr, newinstr, feature) \ argument 59 ".previous" :: "i" (feature) : "memory") 71 #define alternative_input(oldinstr, newinstr, feature, input...) \ argument 83 ".previous" :: "i" (feature), ##input) 86 #define alternative_io(oldinstr, newinstr, feature, output, input...) \ argument 98 ".previous" : output : [feat] "i" (feature), ##input)
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
D | info_view.js | 103 var feature = gpuInfo.featureStatus.featureStatus[i]; 107 if (!featureLabelMap[feature.name]) 108 console.log('Missing featureLabel for', feature.name); 109 nameEl.textContent = featureLabelMap[feature.name] + ': '; 113 if (!statusLabelMap[feature.status]) 114 console.log('Missing statusLabel for', feature.status); 115 if (!statusClassMap[feature.status]) 116 console.log('Missing statusClass for', feature.status); 117 statusEl.textContent = statusLabelMap[feature.status]; 118 statusEl.className = statusClassMap[feature.status];
|
D | info_view.css | 32 #info-view .feature-green { 36 #info-view .feature-yellow { 40 #info-view .feature-red {
|
/external/icu4c/layout/ |
D | LookupProcessor.cpp | 185 for (le_int32 feature = 0; feature < featureCount; feature += 1) { in LookupProcessor() local 186 le_uint16 featureIndex = SWAPW(langSysTable->featureIndexArray[feature]); in LookupProcessor() 218 for (le_uint16 feature = 0; feature < featureCount; feature += 1) { in LookupProcessor() local 219 le_uint16 featureIndex = SWAPW(langSysTable->featureIndexArray[feature]); in LookupProcessor() 240 for (le_uint16 feature = 0; feature < featureCount; feature += 1) { in LookupProcessor() local 241 le_uint16 featureIndex = SWAPW(langSysTable->featureIndexArray[feature]); in LookupProcessor()
|
/external/webkit/Source/WebCore/dom/ |
D | DOMImplementation.cpp | 75 static bool isSVG10Feature(const String &feature) in isSVG10Feature() argument 97 return svgFeatures.contains(feature); in isSVG10Feature() 100 static bool isSVG11Feature(const String &feature) in isSVG11Feature() argument 170 return svgFeatures.contains(feature); in isSVG11Feature() 180 bool DOMImplementation::hasFeature(const String& feature, const String& version) in hasFeature() argument 182 String lower = feature.lower(); in hasFeature() 201 …if ((version.isEmpty() || version == "1.1") && feature.startsWith("http://www.w3.org/tr/svg11/feat… in hasFeature() 202 if (isSVG11Feature(feature.right(feature.length() - 35))) in hasFeature() 206 if ((version.isEmpty() || version == "1.0") && feature.startsWith("org.w3c.", false)) { in hasFeature() 207 if (isSVG10Feature(feature.right(feature.length() - 8))) in hasFeature()
|
D | DOMImplementation.h | 47 static bool hasFeature(const String& feature, const String& version); 51 DOMImplementation* getInterface(const String& feature);
|
/external/e2fsprogs/lib/e2p/ |
D | feature.c | 21 struct feature { struct 27 static struct feature feature_list[] = { argument 79 static struct feature jrnl_feature_list[] = { 92 struct feature *f; in e2p_feature2string() 123 struct feature *f; in e2p_string2feature() 166 struct feature *f; in e2p_jrnl_feature2string() 197 struct feature *f; in e2p_jrnl_string2feature() 348 struct feature *f; in main()
|
D | Makefile.in | 19 OBJS= feature.o fgetflags.o fsetflags.o fgetversion.o fsetversion.o \ 24 SRCS= $(srcdir)/feature.c $(srcdir)/fgetflags.c \ 72 tst_feature: $(srcdir)/feature.c 75 $(srcdir)/feature.c $(ALL_CFLAGS) 119 feature.o: $(srcdir)/feature.c $(srcdir)/e2p.h \
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | DOMImplementationFront.cpp | 52 bool DOMImplementationFront::hasFeature(const String& feature, const String& version) const in hasFeature() argument 54 return reinterpret_cast<const DOMImplementation*>(this)->hasFeature(feature, version); in hasFeature() 67 DOMImplementationFront* DOMImplementationFront::getInterface(const String& feature) in getInterface() argument 69 …t_cast<DOMImplementationFront*>(reinterpret_cast<DOMImplementation*>(this)->getInterface(feature)); in getInterface()
|
D | DOMImplementationFront.h | 47 bool hasFeature(const String& feature, const String& version) const; 50 DOMImplementationFront* getInterface(const String& feature);
|
/external/opencv/cv/src/ |
D | mycvHaarDetectObjects.cpp | 68 MyCvHidHaarFeature feature; member 298 CvHaarFeature* feature = classifier->haar_feature + l; in myicvCreateHidHaarClassifierCascade() local 304 if( fabs(feature->rect[2].weight) < DBL_EPSILON || in myicvCreateHidHaarClassifierCascade() 305 feature->rect[2].r.width == 0 || in myicvCreateHidHaarClassifierCascade() 306 feature->rect[2].r.height == 0 ) in myicvCreateHidHaarClassifierCascade() 307 memset( &(node->feature.rect[2]), 0, sizeof(node->feature.rect[2]) ); in myicvCreateHidHaarClassifierCascade() 413 double sum = calc_sum(node->feature.rect[0],p_offset) * node->feature.rect[0].weight; in myicvEvalHidHaarClassifier() 414 sum += calc_sum(node->feature.rect[1],p_offset) * node->feature.rect[1].weight; in myicvEvalHidHaarClassifier() 416 if( node->feature.rect[2].p0 ) in myicvEvalHidHaarClassifier() 417 sum += calc_sum(node->feature.rect[2],p_offset) * node->feature.rect[2].weight; in myicvEvalHidHaarClassifier() [all …]
|
D | cvhaar.cpp | 68 CvHidHaarFeature feature; member 316 CvHaarFeature* feature = classifier->haar_feature + l; in icvCreateHidHaarClassifierCascade() local 322 if( fabs(feature->rect[2].weight) < DBL_EPSILON || in icvCreateHidHaarClassifierCascade() 323 feature->rect[2].r.width == 0 || in icvCreateHidHaarClassifierCascade() 324 feature->rect[2].r.height == 0 ) in icvCreateHidHaarClassifierCascade() 325 memset( &(node->feature.rect[2]), 0, sizeof(node->feature.rect[2]) ); in icvCreateHidHaarClassifierCascade() 528 CvHaarFeature* feature = in cvSetImagesForHaarClassifierCascade() local 533 &cascade->stage_classifier[i].classifier[j].node[l].feature; in cvSetImagesForHaarClassifierCascade() 551 r[k] = feature->rect[k].r; in cvSetImagesForHaarClassifierCascade() 616 … const float orig_feature_size = (float)(feature->rect[k].r.width)*feature->rect[k].r.height; in cvSetImagesForHaarClassifierCascade() [all …]
|
/external/qemu/hw/ |
D | bt-hid.c | 98 } dataother, datain, dataout, feature, intrdataout; member 120 s->feature.len = 0; in bt_hid_reset() 283 s->feature.buffer, MIN(rlen, s->feature.len)); in bt_hid_control_transaction() 300 s->feature.len = len - 1; in bt_hid_control_transaction() 301 memcpy(s->feature.buffer, data + 1, s->feature.len); in bt_hid_control_transaction() 364 memcpy(s->feature.buffer + s->feature.len, data + 1, len - 1); in bt_hid_control_transaction() 365 s->feature.len += len - 1; in bt_hid_control_transaction()
|
/external/wpa_supplicant_8/src/ap/ |
D | hw_features.c | 72 struct hostapd_hw_modes *feature = &modes[i]; in hostapd_get_hw_features() local 75 for (j = 0; j < feature->num_channels; j++) { in hostapd_get_hw_features() 83 if (feature->channels[j].flag & in hostapd_get_hw_features() 87 feature->channels[j].flag |= in hostapd_get_hw_features() 89 if (feature->channels[j].flag & HOSTAPD_CHAN_DISABLED) in hostapd_get_hw_features() 93 feature->mode, in hostapd_get_hw_features() 94 feature->channels[j].chan, in hostapd_get_hw_features() 95 feature->channels[j].freq, in hostapd_get_hw_features() 96 feature->channels[j].max_tx_power); in hostapd_get_hw_features()
|
/external/oprofile/daemon/ |
D | opd_extended.c | 43 for (i = 0 ; ext_feature_table[i].feature != NULL ; i++ ) { in get_index_for_feature() 44 if(!strncmp(name, ext_feature_table[i].feature, in get_index_for_feature() 45 strlen(ext_feature_table[i].feature))) { in get_index_for_feature()
|
/external/webkit/Tools/Scripts/webkitperl/ |
D | features.pm | 85 my ($feature, $required) = @_; 88 my $hasFeature = hasFeature($feature, $path);
|
/external/webkit/Tools/QtTestBrowser/ |
D | webpage.h | 60 void requestPermission(QWebFrame* frame, QWebPage::Feature feature); 61 void featurePermissionRequestCanceled(QWebFrame* frame, QWebPage::Feature feature);
|
/external/dnsmasq/contrib/try-all-ns/ |
D | README | 9 I recently needed a feature in dnsmasq for a very bizarre situation. I 12 requests as a failed tcp connection. I wrote the feature into dnsmasq
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMNodeProxy.java | 263 public final boolean supports(String feature, String version) in supports() argument 265 return implementation.hasFeature(feature,version); in supports() 279 public final boolean isSupported(String feature, String version) in isSupported() argument 281 return implementation.hasFeature(feature,version); in isSupported() 1418 public boolean hasFeature(String feature,String version) in hasFeature() argument 1420 if( ("CORE".equals(feature.toUpperCase()) || "XML".equals(feature.toUpperCase())) in hasFeature() 1449 public Object getFeature(String feature, String version) { in getFeature() argument 1500 public Object getFeature(String feature, String version) { in getFeature() argument 1503 return isSupported(feature, version) ? this : null; in getFeature()
|
/external/lohit-fonts/lohit-devanagari-ttf/ |
D | ChangeLog | 8 - removed script tag from single subst feature, patch from Bernard Massot <bmassot@free.fr> 16 - added local feature for Nepali Language
|