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

1 2 3 4 5 6 7 891011

  /external/clang/lib/Frontend/
FrontendActions.cpp 491 for (StringRef Feature : LangOpts.ModuleFeatures)
492 Out.indent(6) << Feature << "\n";
  /external/python/setuptools/setuptools/
dist.py 292 'setuptools.Feature'
294 included or excluded based on user options, inter-feature dependencies,
298 Feature names should be valid Python identifiers, except that they may
301 the name of the feature. Whether a feature is included by default, and
303 determined by the Feature object. See the 'Feature' class for more
327 the distribution. They are used by the feature subsystem to configure the
352 Feature.warn_deprecated()
496 """Convert feature name to corresponding option attribute name""
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
  /external/fonttools/Lib/fontTools/feaLib/
builder.py 70 # for feature 'aalt'
82 # for feature 'size'
184 # We are starting a lookup rule inside a feature. This includes
195 feature = [(script, lang, feature, lookups)
196 for (script, lang, feature), lookups
198 if feature == name]
200 if not feature and name != "aalt":
201 raise FeatureLibError("Feature %s has not been defined" % name,
203 for script, lang, feature, lookups in feature
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
GlobalISelEmitter.cpp 355 for (const auto &Feature : FeatureBitset)
356 Name += ("_" + Feature->getName()).str();
836 void addRequiredFeature(Record *Feature);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AhciMode.c     [all...]
  /external/fonttools/Lib/fontTools/mtiLib/
__init__.py 153 with lines.between('feature table'):
157 assert name not in featureMap, "Duplicate feature name: %s" % name
159 # If feature name is integer, make sure it matches its index.
166 featureRec.Feature = ot.Feature()
168 feature = featureRec.Feature
169 feature.FeatureParams = None
171 feature.LookupListIndex = theList = [None] * len(syms)
174 feature.LookupCount = len(feature.LookupListIndex
    [all...]
  /external/tensorflow/tensorflow/python/feature_column/
feature_column_v2_test.py 326 feature={
328 feature_pb2.Feature(
343 feature={
345 feature_pb2.Feature(
350 feature={
352 feature_pb2.Feature(
538 feature={
540 feature_pb2.Feature(
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/
Quark.fdf 322 INF RuleOverride = FMP_IMAGE_DESC QuarkPlatformPkg/Feature/Capsule/SystemFirmwareDescriptor/SystemFirmwareDescriptor.inf
735 QuarkPlatformPkg/Feature/Capsule/SystemFirmwareUpdateConfig/SystemFirmwareUpdateConfig.ini
    [all...]
Quark.dsc 237 PlatformFlashAccessLib|QuarkPlatformPkg/Feature/Capsule/Library/PlatformFlashAccessLib/PlatformFlashAccessLibDxe.inf
566 QuarkPlatformPkg/Feature/Capsule/SystemFirmwareDescriptor/SystemFirmwareDescriptor.inf
    [all...]
  /external/fonttools/Lib/fontTools/subset/
__init__.py 154 --layout-features[+|-]=<feature>[,<feature>...]
156 set of OpenType layout feature tags that will be preserved.
170 * Only keep the 'kern' feature, drop all others.
    [all...]
  /external/libchrome/base/process/
launch_posix.cc 84 const Feature kMacLaunchProcessPosixSpawn{"MacLaunchProcessPosixSpawn",
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 259 bool parseSetFeature(uint64_t Feature);
335 // Internally, it clears all the feature bits related to *any* architecture
339 // clears the features that imply the feature being cleared and not the
340 // features implied by the feature being cleared. This is easier to see
343 // | Feature | Implies |
365 void setFeatureBits(uint64_t Feature, StringRef FeatureString) {
366 if (!(getSTI().getFeatureBits()[Feature])) {
374 void clearFeatureBits(uint64_t Feature, StringRef FeatureString) {
375 if (getSTI().getFeatureBits()[Feature]) {
383 void setModuleFeatureBits(uint64_t Feature, StringRef FeatureString)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/
AtapiPeim.c 577 AtapiBlkIoDev->IdeIoPortReg[Index1].Reg1.Feature = (UINT16) (CommandBlockBaseAddr + 0x1);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiDeviceInitializationTests.cpp 721 struct Feature
746 static const Feature features[] =
848 resultCollector.fail("Not returning VK_ERROR_FEATURE_NOT_PRESENT when creating device with feature "
    [all...]
  /external/guice/lib/build/
guava-testlib-19.0.jar 
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 806 enum Feature
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos.hh 2694 const Feature *feature = (this+featureVars).find_substitute (variations_index, local
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp     [all...]
  /external/tensorflow/tensorflow/python/ops/parallel_for/
control_flow_ops_test.py     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 319 bool parseSetFeature(uint64_t Feature);
406 // Internally, it clears all the feature bits related to *any* architecture
410 // clears the features that imply the feature being cleared and not the
411 // features implied by the feature being cleared. This is easier to see
414 // | Feature | Implies |
436 void setFeatureBits(uint64_t Feature, StringRef FeatureString) {
437 if (!(getSTI().getFeatureBits()[Feature])) {
445 void clearFeatureBits(uint64_t Feature, StringRef FeatureString) {
446 if (getSTI().getFeatureBits()[Feature]) {
454 void setModuleFeatureBits(uint64_t Feature, StringRef FeatureString)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msilib.py 456 def start_component(self, component = None, feature = None, flags = None, keyfile = None, uuid=None):
458 directory. If no component name is given, the directory name is used. If no feature
459 is given, the current feature is used. If no flags are given, the directory's default
480 if feature is None:
481 feature = current_feature
483 [(feature.id, component)])
585 class Feature:
591 add_data(db, "Feature",
  /external/epid-sdk/ext/ipp/sources/ippcp/
owncp.h     [all...]
  /external/libchrome/base/metrics/
persistent_histogram_allocator.cc 97 const Feature kPersistentHistogramsFeature{
    [all...]
  /external/python/cpython2/Lib/msilib/
__init__.py 261 def start_component(self, component = None, feature = None, flags = None, keyfile = None, uuid=None):
263 directory. If no component name is given, the directory name is used. If no feature
264 is given, the current feature is used. If no flags are given, the directory's default
285 if feature is None:
286 feature = current_feature
288 [(feature.id, component)])
401 class Feature:
407 add_data(db, "Feature",

Completed in 1210 milliseconds

1 2 3 4 5 6 7 891011