HomeSort by relevance Sort by last modified time
    Searched refs:Feature (Results 151 - 175 of 552) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/harfbuzz_ng/src/
main.cc 136 printf (" No required feature\n");
138 printf (" Required feature index: %d\n",
142 printf (" %d feature(s) found in language system\n", num_features);
144 printf (" Feature index %2d of %2d: %d\n", n_feature, num_features,
151 printf (" %d feature(s) found in table\n", num_features);
153 const Feature &feature = g.get_feature (n_feature); local
154 int num_lookups = feature.get_lookup_count ();
155 printf (" Feature %2d of %2d: %c%c%c%c\n", n_feature, num_features,
158 printf (" %d lookup(s) found in feature\n", num_lookups)
    [all...]
hb-ot-layout-common-private.hh 62 * Script, ScriptList, LangSys, Feature, FeatureList, Lookup, LookupList
190 struct Feature;
221 UINT16 reqFeatureIndex;/* Index of a feature required for this
284 * Feature implementation. But we still need to be able to tell junk from
291 * 'size' feature that is correct by the specification.
293 * The specification for this feature tag is in the "OpenType Layout Tag
297 * Here is one set of rules to determine if the 'size' feature is built
301 * Assume that the offset to the size feature is according to specification,
303 * feature is calculated as versions of MakeOTF before the AFDKO 2.0 built it.
304 * If this fails, reject the 'size' feature. The older makeOTF's calculated th
    [all...]
  /external/libcxx/test/std/atomics/atomics.lockfree/
isalwayslockfree.pass.cpp 20 # error Feature test macro missing.
  /external/pdfium/core/fpdfapi/font/
cfx_cttgsubtable.h 138 TFeatureRecord* Feature);
  /external/tensorflow/tensorflow/python/estimator/canned/
dnn_test.py 278 feature={
279 'x': feature_pb2.Feature(
281 'y': feature_pb2.Feature(
447 feature={
449 feature_pb2.Feature(float_list=feature_pb2.FloatList(
452 feature_pb2.Feature(int64_list=feature_pb2.Int64List(
  /hardware/interfaces/power/1.0/default/
Power.cpp 59 Return<void> Power::setFeature(Feature feature, bool activate) {
61 mModule->setFeature(mModule, static_cast<feature_t>(feature),
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/atomics/atomics.lockfree/
isalwayslockfree.pass.cpp 20 # error Feature test macro missing.
  /test/vts/utils/python/systrace/
systrace_utils.py 26 class SystraceFeature(feature_utils.Feature):
27 """Feature object for systrace functionality.
31 web: (optional) WebFeature, object storing web feature util for test run
45 """Initializes the systrace feature.
49 web: (optional) WebFeature, object storing web feature util for test run
59 Requires the feature to be enabled; no-op otherwise.
90 Requires the feature to be enabled; no-op otherwise.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mergemod.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerCorpus.h 108 for (uint32_t Feature: FeatureSet)
109 Printf("%u,", Feature);
208 Printf("ADD FEATURE %zd sz %d\n", Idx, NewSize);
  /prebuilts/clang/host/linux-x86/clang-4630689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerCorpus.h 108 for (uint32_t Feature: FeatureSet)
109 Printf("%u,", Feature);
208 Printf("ADD FEATURE %zd sz %d\n", Idx, NewSize);
  /prebuilts/clang/host/linux-x86/clang-4639204/prebuilt_include/llvm/lib/Fuzzer/
FuzzerCorpus.h 108 for (uint32_t Feature: FeatureSet)
109 Printf("%u,", Feature);
208 Printf("ADD FEATURE %zd sz %d\n", Idx, NewSize);
  /prebuilts/clang/host/linux-x86/clang-4691093/prebuilt_include/llvm/lib/Fuzzer/
FuzzerCorpus.h 108 for (uint32_t Feature: FeatureSet)
109 Printf("%u,", Feature);
208 Printf("ADD FEATURE %zd sz %d\n", Idx, NewSize);
  /prebuilts/tools/common/m2/repository/com/cocoahero/android/geojson/1.0.1/
geojson-1.0.1.jar 
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbUtility.c 210 Set the root hub port feature.
214 @param Feature The port feature to set.
216 @retval EFI_SUCCESS The port feature is set.
217 @retval Others Failed to set port feature.
224 IN EFI_USB_PORT_FEATURE Feature
231 Status = UsbBus->Usb2Hc->SetRootHubPortFeature (UsbBus->Usb2Hc, PortIndex, Feature);
233 Status = UsbBus->UsbHc->SetRootHubPortFeature (UsbBus->UsbHc, PortIndex, Feature);
241 Clear the root hub port feature.
245 @param Feature The port feature to clear.
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
example_parsing_ops.cc 23 #include "tensorflow/core/example/feature.pb_text.h"
443 const auto& context_dict = context.feature();
464 errors::InvalidArgument("Name: ", name, ", Context feature '", key,
467 const Feature& f = feature_found->second;
472 errors::InvalidArgument("Name: ", name, ", Context feature: ", key,
475 " Feature is: ", ProtoDebugString(f)));
493 (feature_found->second.kind_case() != Feature::KIND_NOT_SET));
496 const Feature& f = feature_found->second;
501 errors::InvalidArgument("Name: ", name, ", Context feature: ", key,
504 " Feature is: ", ProtoDebugString(f)))
    [all...]
  /frameworks/base/tools/aapt/
Command.cpp 470 * Represents a feature that has been automatically added due to
478 * Name of the implied feature.
488 * List of human-readable reasons for why this feature was implied.
493 struct Feature {
494 Feature() : required(false), version(-1) {}
495 explicit Feature(bool required, int32_t version = -1) : required(required), version(version) {}
498 * Whether the feature is required.
503 * What version of the feature is requested.
509 * Represents a <feature-group> tag in the AndroidManifest.xml
522 KeyedVector<String8, Feature> features
548 ImpliedFeature* feature = &impliedFeatures->editValueAt(idx); local
567 const Feature& feature = grp.features[i]; local
    [all...]
  /external/python/cpython3/Lib/msilib/
schema.py 79 Feature = Table('Feature')
80 Feature.add_field(1,'Feature',11558)
81 Feature.add_field(2,'Feature_Parent',7462)
82 Feature.add_field(3,'Title',8000)
83 Feature.add_field(4,'Description',8191)
84 Feature.add_field(5,'Display',5378)
85 Feature.add_field(6,'Level',1282)
86 Feature.add_field(7,'Directory_',7496
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
TableCollectionTest.java 27 import com.google.common.collect.testing.features.Feature;
45 private static final Feature<?>[] COLLECTION_FEATURES = {
50 private static final Feature<?>[] COLLECTION_FEATURES_ORDER = {
56 private static final Feature<?>[] COLLECTION_FEATURES_REMOVE = {
62 private static final Feature<?>[] COLLECTION_FEATURES_REMOVE_ORDER = {
  /external/llvm/lib/Support/
TargetParser.cpp 92 const char *Feature;
97 #define ARM_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) \
98 { NAME, sizeof(NAME) - 1, ID, FEATURE, NEGFEATURE },
101 #define AARCH64_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) \
102 { NAME, sizeof(NAME) - 1, ID, FEATURE, NEGFEATURE },
356 if (AE.Feature && ArchExt == AE.getName())
357 return AE.Feature;
511 if (AE.Feature && ArchExt == AE.getName())
512 return AE.Feature;
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
TargetParser.cpp 96 const char *Feature;
101 #define ARM_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) \
102 { NAME, sizeof(NAME) - 1, ID, FEATURE, NEGFEATURE },
105 #define AARCH64_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) \
106 { NAME, sizeof(NAME) - 1, ID, FEATURE, NEGFEATURE },
363 if (AE.Feature && ArchExt == AE.getName())
364 return StringRef(AE.Feature);
514 if (AE.Feature && ArchExt == AE.getName())
515 return StringRef(AE.Feature);
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCameraAgentImpl.java 666 if (mCapabilities.supports(CameraCapabilities.Feature.ZOOM)) {
671 if (mCapabilities.supports(CameraCapabilities.Feature.AUTO_EXPOSURE_LOCK)) {
675 if (mCapabilities.supports(CameraCapabilities.Feature.AUTO_WHITE_BALANCE_LOCK)) {
681 if (mCapabilities.supports(CameraCapabilities.Feature.FOCUS_AREA)) {
688 if (mCapabilities.supports(CameraCapabilities.Feature.METERING_AREA)) {
    [all...]
  /external/libchrome/base/
feature_list_unittest.cc 27 struct Feature kFeatureOnByDefault {
32 struct Feature kFeatureOffByDefault {
115 // structs with the same feature name are passed to it.
117 // Call it twice for each feature at the top of the file, since the first call
126 struct Feature kFeatureOnByDefault2 {
201 // Check the feature enabled state is its default.
207 // Check the feature enabled state is its default.
220 // The feature is explicitly enabled on the command-line.
223 // But the FieldTrial would set the feature to disabled.
232 // Since the feature is on due to the command-line, and not as a result of th
    [all...]
  /external/tensorflow/tensorflow/contrib/data/python/kernel_tests/
reader_dataset_ops_test.py 284 feature={
286 feature_pb2.Feature(int64_list=feature_pb2.Int64List(
289 feature_pb2.Feature(int64_list=feature_pb2.Int64List(
292 feature_pb2.Feature(bytes_list=feature_pb2.BytesList(
  /external/tensorflow/tensorflow/contrib/slim/python/slim/data/
tfexample_decoder_test.py 40 return feature_pb2.Feature(float_list=feature_pb2.FloatList(
44 return feature_pb2.Feature(int64_list=feature_pb2.Int64List(
54 return feature_pb2.Feature(bytes_list=BytesList(encoded))
60 return feature_pb2.Feature(bytes_list=feature_pb2.BytesList(value=values))
64 return feature_pb2.Feature(bytes_list=feature_pb2.BytesList(value=[value]))
86 example: a TF-example with a feature key 'image/encoded' set to the
87 serialized image and a feature key 'image/format' set to the image
94 example = example_pb2.Example(features=feature_pb2.Features(feature={
246 example = example_pb2.Example(features=feature_pb2.Features(feature={
274 example = example_pb2.Example(features=feature_pb2.Features(feature=
    [all...]

Completed in 1056 milliseconds

1 2 3 4 5 67 8 91011>>