HomeSort by relevance Sort by last modified time
    Searched refs:feature (Results 201 - 225 of 882) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/harfbuzz_ng/src/
hb-ot-shape.cc 117 const hb_feature_t *feature = &user_features[i]; local
118 map->add_feature (feature->tag, feature->value,
119 (feature->start == 0 && feature->end == (unsigned int) -1) ?
373 const hb_feature_t *feature = &c->user_features[i]; local
374 if (!(feature->start == 0 && feature->end == (unsigned int)-1)) {
376 hb_mask_t mask = map->get_mask (feature->tag, &shift);
377 buffer->set_masks (feature->value << shift, mask, feature->start, feature->end)
    [all...]
main.cc 135 printf (" No required feature\n");
137 printf (" Required feature index: %d\n",
141 printf (" %d feature(s) found in language system\n", num_features);
143 printf (" Feature index %2d of %2d: %d\n", n_feature, num_features,
150 printf (" %d feature(s) found in table\n", num_features);
152 const Feature &feature = g.get_feature (n_feature); local
153 int num_lookups = feature.get_lookup_count ();
154 printf (" Feature %2d of %2d: %c%c%c%c\n", n_feature, num_features,
157 printf (" %d lookup(s) found in feature\n", num_lookups)
    [all...]
  /external/libexif/contrib/examples/
cam_features.c 71 fprintf(stdout, "unable to get feature set\n");
73 printf("camera's feature set retrieved\n");
100 int i = !xFeatures->feature[DC1394_FEATURE_WHITE_BALANCE - DC1394_FEATURE_MIN].auto_active;
102 ExifSRational xR = {xFeatures->feature[DC1394_FEATURE_BRIGHTNESS - DC1394_FEATURE_MIN].value, xFeatures->feature[DC1394_FEATURE_BRIGHTNESS - DC1394_FEATURE_MIN].max};;
161 //printf("Float Value: %i\n",xFeatures->feature[DC1394_FEATURE_BRIGHTNESS - DC1394_FEATURE_MIN].value);
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 68 MyCvHidHaarFeature feature; member in struct:MyCvHidHaarTreeNode
298 CvHaarFeature* feature = classifier->haar_feature + l; local
304 if( fabs(feature->rect[2].weight) < DBL_EPSILON ||
305 feature->rect[2].r.width == 0 ||
306 feature->rect[2].r.height == 0 )
307 memset( &(node->feature.rect[2]), 0, sizeof(node->feature.rect[2]) );
413 double sum = calc_sum(node->feature.rect[0],p_offset) * node->feature.rect[0].weight;
414 sum += calc_sum(node->feature.rect[1],p_offset) * node->feature.rect[1].weight
727 CvHaarFeature* feature = local
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-2.0/1.5/
gmaven-runtime-2.0-1.5.jar 
  /external/chromium_org/chrome/common/extensions/docs/server2/
api_list_data_source.py 42 feature = self._features_bundle.GetAPIFeatures().Get()[api_name]
43 return feature['platforms']
api_models.py 37 # no parent feature (e.g. app, app.window, and devtools.inspectedWindow are
40 return [name for name, feature in api_features.iteritems()
43 feature.get('noparent'))]
  /external/chromium_org/content/browser/gpu/
gpu_data_manager_impl.h 50 // from blacklisting of an entire feature.
64 virtual bool IsFeatureBlacklisted(int feature) const OVERRIDE;
99 // Insert disable-feature switches corresponding to preliminary gpu feature
176 bool IsDriverBugWorkaroundActive(int feature) const;
  /external/chromium_org/tools/json_schema_compiler/
features_h_generator.py 91 for feature in self._feature_defs:
92 c.Append('%s,' % cpp_util.ConstantName(feature.name))
  /external/e2fsprogs/lib/e2p/
Android.mk 4 feature.c \
  /external/lldb/scripts/Python/interface/
SBFileSpec.i 12 %feature("docstring",
SBInstructionList.i 14 %feature("docstring",
SBLineEntry.i 12 %feature("docstring",
SBTypeSummary.i 12 %feature("docstring",
  /libcore/dom/src/test/java/org/w3c/domts/
BatikTestDocumentBuilderFactory.java 172 * Determines if the implementation supports the specified feature.
173 * @param feature Feature
175 * @return true if implementation supports the feature
177 public boolean hasFeature(String feature, String version) {
178 return getDOMImplementation().hasFeature(feature, version);
DOM4JTestDocumentBuilderFactory.java 130 public boolean hasFeature(String feature, String version) {
131 return domImpl.hasFeature(feature, version);
  /sdk/eclipse/buildConfig/
build.properties 28 product=/plugin or feature id/path/to/.product
121 #The value to be used for the qualifier of a plugin or feature when you want to override the value computed by pde.
126 #The generated suffix is computed according to the content of the feature
151 #- the location of the jar or folder that is the plugin or feature : /path/to/foo.jar or /path/to/foo
153 #- the location of a feature.xml, or for 2.1 style plugins, the plugin.xml or fragment.xml
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp 250 const FeatureTable* feature(uint16_t index, OpenType::Tag tag, const SharedBuffer& buffer) const function in struct:WebCore::OpenType::FeatureList
276 const FeatureTable* feature(OpenType::Tag featureTag, const FeatureList* features, const SharedBuffer& buffer) const function in struct:WebCore::OpenType::LangSysTable
282 const FeatureTable* featureTable = features->feature(featureIndex[i], featureTag, buffer);
369 const FeatureTable* feature(OpenType::Tag featureTag, const SharedBuffer& buffer) const function in struct:WebCore::OpenType::GSUBTable
375 const FeatureTable* feature = 0; local
377 feature = langSys->feature(featureTag, features, buffer);
378 if (!feature) {
380 // have the requested feature, then use the first matching feature directly
    [all...]
  /frameworks/base/core/java/android/net/
ConnectivityManager.java 860 * begin using the named feature. The interpretation of {@code feature}
865 * @param feature the name of the feature to be used
    [all...]
  /frameworks/native/opengl/tools/glgen2/registry/
reg.py 90 # BaseInfo - base class for information about a registry feature
92 # required - should this feature be defined during header generation
94 # declared - has this feature been defined already?
95 # elem - lxml.etree Element for this feature
99 """Represents the state of a registry feature, used during API generation"""
149 # FeatureInfo - registry information about an API <feature>
151 # name - feature name string (e.g. 'GL_ARB_multitexture')
152 # number - feature version number (e.g. 1.2). <extension>
155 # emit - has this feature been defined already?
157 """Represents the state of an API feature (version/extension)""
    [all...]
  /bionic/libc/kernel/uapi/linux/
uhid.h 102 struct uhid_feature_req feature; member in union:uhid_event::__anon883
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
ManifestTestListAdapter.java 247 for (String feature : features) {
248 if (packageManager.hasSystemFeature(feature)) {
259 for (String feature : features) {
260 if (!packageManager.hasSystemFeature(feature)) {
  /development/ndk/platforms/android-L/include/linux/
uhid.h 102 struct uhid_feature_req feature; member in union:uhid_event::__anon2456
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Token.pm 5 use feature qw( state );
  /external/bison/src/
getargs.h 137 enum feature enum
139 feature_none = 0, /**< No additional feature. */

Completed in 490 milliseconds

1 2 3 4 5 6 7 891011>>