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

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AhciMode.c     [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/libchrome/base/process/
launch_posix.cc 76 const Feature kMacLaunchProcessPosixSpawn{"MacLaunchProcessPosixSpawn",
  /external/tensorflow/tensorflow/python/estimator/canned/
linear_testing_utils.py 463 """Tests predict with two feature columns."""
611 feature={
613 feature_pb2.Feature(float_list=feature_pb2.FloatList(
616 feature_pb2.Feature(float_list=feature_pb2.FloatList(
    [all...]
  /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...]
  /prebuilts/sdk/tools/
jack-coverage-plugin.jar 
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Attrs.inc     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Attrs.inc     [all...]
  /cts/tests/libcore/javautilcollections/libs/
guava-testlib-20.0.jar 
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 806 enum Feature
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 2332 const Feature *feature = (this+featureVars).find_substitute (variations_index, local
    [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.6.0/
jackson-annotations-2.6.0.jar 
  /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/fonttools/Lib/fontTools/
subset.py 884 @_add_method(otTables.Feature)
894 @_add_method(otTables.Feature)
901 # Note: Never ever drop feature 'pref', even if it's empty.
903 # feature. See thread at:
906 if (f.Feature.subset_lookups(lookup_indices) or
913 return _uniq_sort(sum((self.FeatureRecord[i].Feature.collect_lookups()
    [all...]
  /external/libchrome/base/metrics/
persistent_histogram_allocator.cc 94 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",
  /external/python/cpython2/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)])
580 class Feature:
586 add_data(db, "Feature",
  /external/python/cpython3/Lib/msilib/
__init__.py 260 def start_component(self, component = None, feature = None, flags = None, keyfile = None, uuid=None):
262 directory. If no component name is given, the directory name is used. If no feature
263 is given, the current feature is used. If no flags are given, the directory's default
284 if feature is None:
285 feature = current_feature
287 [(feature.id, component)])
405 class Feature:
411 add_data(db, "Feature",
  /external/tensorflow/tensorflow/python/kernel_tests/
parse_single_example_op_test.py 38 feature = feature_pb2.Feature variable
39 features = lambda d: feature_pb2.Features(feature=d)
40 bytes_feature = lambda v: feature(bytes_list=feature_pb2.BytesList(value=v))
41 int64_feature = lambda v: feature(int64_list=feature_pb2.Int64List(value=v))
42 float_feature = lambda v: feature(float_list=feature_pb2.FloatList(value=v))
44 feature_list = lambda l: feature_pb2.FeatureList(feature=l)
174 # Feature "c" is missing a default, this gap will cause failure.
180 # Edge case where the key is there but the feature value is empty
181 original = example(features=features({"c": feature()}))
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
  /test/vts/utils/python/coverage/
coverage_utils.py 68 class CoverageFeature(feature_utils.Feature):
69 """Feature object for coverage functionality.
73 web: (optional) WebFeature, object storing web feature util for test run
96 """Initializes the coverage feature.
100 web: (optional) WebFeature, object storing web feature util for test run
584 Requires feature to be enabled; no-op otherwise.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Attrs.inc     [all...]

Completed in 4649 milliseconds

<<11121314151617181920>>