/external/harfbuzz_ng/src/ |
D | hb-shape.cc | 82 parse_feature_value_prefix (const char **pp, const char *end, hb_feature_t *feature) in parse_feature_value_prefix() argument 85 feature->value = 0; in parse_feature_value_prefix() 88 feature->value = 1; in parse_feature_value_prefix() 95 parse_feature_tag (const char **pp, const char *end, hb_feature_t *feature) in parse_feature_tag() argument 110 feature->tag = hb_tag_from_string (p, *pp - p); in parse_feature_tag() 115 parse_feature_indices (const char **pp, const char *end, hb_feature_t *feature) in parse_feature_indices() argument 121 feature->start = 0; in parse_feature_indices() 122 feature->end = (unsigned int) -1; in parse_feature_indices() 127 has_start = parse_uint (pp, end, &feature->start); in parse_feature_indices() 130 parse_uint (pp, end, &feature->end); in parse_feature_indices() [all …]
|
D | hb-ot-shape.cc | 121 const hb_feature_t *feature = &user_features[i]; in hb_ot_shape_collect_features() local 122 map->add_feature (feature->tag, feature->value, in hb_ot_shape_collect_features() 123 (feature->start == 0 && feature->end == (unsigned int) -1) ? in hb_ot_shape_collect_features() 328 const hb_feature_t *feature = &c->user_features[i]; in hb_ot_shape_setup_masks() local 329 if (!(feature->start == 0 && feature->end == (unsigned int)-1)) { in hb_ot_shape_setup_masks() 331 hb_mask_t mask = map->get_mask (feature->tag, &shift); in hb_ot_shape_setup_masks() 332 c->buffer->set_masks (feature->value << shift, mask, feature->start, feature->end); in hb_ot_shape_setup_masks()
|
D | main.cc | 149 const Feature &feature = g.get_feature (n_feature); in main() local 152 feature.get_lookup_count()); in main() 154 int num_lookups = feature.get_lookup_count (); in main() 158 feature.get_lookup_index (n_lookup)); in main()
|
D | hb-shape.h | 53 hb_feature_t *feature); 58 hb_feature_to_string (hb_feature_t *feature,
|
/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/libvpx/libvpx/third_party/googletest/src/ |
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 35 * New feature: assertions can be safely called in multiple threads 37 * New feature: predicates used inside EXPECT_TRUE() and friends 39 * New feature: Google Test can now be compiled as a DLL. 40 * New feature: fused source files are included. 41 * New feature: prints help when encountering unrecognized Google Test flags. 42 * Experimental feature: CMake build script (requires CMake 2.6.4+). 43 * Experimental feature: the Pump script for meta programming. [all …]
|
/external/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 35 * New feature: assertions can be safely called in multiple threads 37 * New feature: predicates used inside EXPECT_TRUE() and friends 39 * New feature: Google Test can now be compiled as a DLL. 40 * New feature: fused source files are included. 41 * New feature: prints help when encountering unrecognized Google Test flags. 42 * Experimental feature: CMake build script (requires CMake 2.6.4+). 43 * Experimental feature: the Pump script for meta programming. [all …]
|
/external/webrtc/src/system_wrappers/source/ |
D | cpu_features.cc | 24 int GetCPUInfoNoASM(CPUFeature feature) { in GetCPUInfoNoASM() argument 25 (void)feature; in GetCPUInfoNoASM() 54 static int GetCPUInfo(CPUFeature feature) { in GetCPUInfo() argument 57 if (feature == kSSE2) { in GetCPUInfo() 60 if (feature == kSSE3) { in GetCPUInfo() 67 static int GetCPUInfo(CPUFeature feature) { in GetCPUInfo() argument 68 (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/webp/src/dsp/ |
D | cpu.c | 48 static int x86CPUInfo(CPUFeature feature) { in x86CPUInfo() argument 51 if (feature == kSSE2) { in x86CPUInfo() 54 if (feature == kSSE3) { in x86CPUInfo() 61 static int AndroidCPUInfo(CPUFeature feature) { in AndroidCPUInfo() argument 64 if (feature == kNEON) { in AndroidCPUInfo() 74 static int armCPUInfo(CPUFeature feature) { in armCPUInfo() argument 75 (void)feature; in armCPUInfo()
|
/external/valgrind/main/tests/ |
D | s390x_features.c | 192 static int go(char *feature, char *cpu) in go() argument 201 if (strcmp(feature, "s390x-zarch") == 0 ) { in go() 203 } else if (strcmp(feature, "s390x-n3") == 0 ) { in go() 205 } else if (strcmp(feature, "s390x-stfle") == 0 ) { in go() 207 } else if (strcmp(feature, "s390x-ldisp") == 0 ) { in go() 209 } else if (strcmp(feature, "s390x-eimm") == 0 ) { in go() 211 } else if (strcmp(feature, "s390x-stckf") == 0 ) { in go() 213 } else if (strcmp(feature, "s390x-genins") == 0 ) { in go() 215 } else if (strcmp(feature, "s390x-exrl") == 0 ) { in go() 276 static int go(char *feature, char *cpu) in go() argument
|
/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 | 192 for (le_int32 feature = 0; feature < featureCount; feature += 1) { in LookupProcessor() local 193 le_uint16 featureIndex = SWAPW(langSysTable->featureIndexArray[feature]); in LookupProcessor() 233 for (le_uint16 feature = 0; feature < featureCount; feature += 1) { in LookupProcessor() local 234 le_uint16 featureIndex = SWAPW(langSysTable->featureIndexArray[feature]); in LookupProcessor() 255 for (le_uint16 feature = 0; feature < featureCount; feature += 1) { in LookupProcessor() local 256 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()
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
D | DiscoverInfo.java | 85 public void addFeature(String feature) { in addFeature() argument 86 addFeature(new Feature(feature)); in addFeature() 96 for (String feature : featuresToAdd) { in addFeatures() 97 addFeature(feature); in addFeatures() 101 private void addFeature(Feature feature) { in addFeature() argument 103 features.add(feature); in addFeature() 184 public boolean containsFeature(String feature) { in containsFeature() argument 186 if (feature.equals(it.next().getVar())) in containsFeature() 207 for (Feature feature : features) { in getChildElementXML() 208 buf.append(feature.toXML()); in getChildElementXML()
|
/external/e2fsprogs/lib/e2p/ |
D | feature.c | 22 struct feature { struct 28 static struct feature feature_list[] = { argument 80 static struct feature jrnl_feature_list[] = { 93 struct feature *f; in e2p_feature2string() 124 struct feature *f; in e2p_string2feature() 167 struct feature *f; in e2p_jrnl_feature2string() 198 struct feature *f; in e2p_jrnl_string2feature() 349 struct feature *f; in main()
|
/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()
|
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
D | FetchValidator.java | 123 String feature = (String) enumeration.nextElement(); in allPresent() local 124 if (new File(install + "/features/" + feature).exists()) in allPresent() 127 missingFeatures.add(feature); in allPresent()
|
/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()
|