/external/grpc-grpc/examples/python/multiplex/ |
route_guide_pb2.py | 22 serialized_pb=_b('\n\x11route_guide.proto\x12\nrouteguide\",\n\x05Point\x12\x10\n\x08latitude\x18\x01 \x01(\x05\x12\x11\n\tlongitude\x18\x02 \x01(\x05\"I\n\tRectangle\x12\x1d\n\x02lo\x18\x01 \x01(\x0b\x32\x11.routeguide.Point\x12\x1d\n\x02hi\x18\x02 \x01(\x0b\x32\x11.routeguide.Point\"<\n\x07\x46\x65\x61ture\x12\x0c\n\x04name\x18\x01 \x01(\t\x12#\n\x08location\x18\x02 \x01(\x0b\x32\x11.routeguide.Point\"A\n\tRouteNote\x12#\n\x08location\x18\x01 \x01(\x0b\x32\x11.routeguide.Point\x12\x0f\n\x07message\x18\x02 \x01(\t\"b\n\x0cRouteSummary\x12\x13\n\x0bpoint_count\x18\x01 \x01(\x05\x12\x15\n\rfeature_count\x18\x02 \x01(\x05\x12\x10\n\x08\x64istance\x18\x03 \x01(\x05\x12\x14\n\x0c\x65lapsed_time\x18\x04 \x01(\x05\x32\x85\x02\n\nRouteGuide\x12\x36\n\nGetFeature\x12\x11.routeguide.Point\x1a\x13.routeguide.Feature\"\x00\x12>\n\x0cListFeatures\x12\x15.routeguide.Rectangle\x1a\x13.routeguide.Feature\"\x00\x30\x01\x12>\n\x0bRecordRoute\x12\x11.routeguide.Point\x1a\x18.routeguide.RouteSummary\"\x00(\x01\x12?\n\tRouteChat\x12\x15.routeguide.RouteNote\x1a\x15.routeguide.RouteNote\"\x00(\x01\x30\x01\x42\x36\n\x1bio.grpc.examples.routeguideB\x0fRouteGuideProtoP\x01\xa2\x02\x03RTGb\x06proto3') 105 name='Feature', 106 full_name='routeguide.Feature', 112 name='name', full_name='routeguide.Feature.name', index=0, 119 name='location', full_name='routeguide.Feature.location', index=1, 237 DESCRIPTOR.message_types_by_name['Feature'] = _FEATURE 256 Feature = _reflection.GeneratedProtocolMessageType('Feature', (_message.Message,), dict( 259 # @@protoc_insertion_point(class_scope:routeguide.Feature) [all...] |
/external/grpc-grpc/examples/python/route_guide/ |
route_guide_pb2.py | 22 serialized_pb=_b('\n\x11route_guide.proto\x12\nrouteguide\",\n\x05Point\x12\x10\n\x08latitude\x18\x01 \x01(\x05\x12\x11\n\tlongitude\x18\x02 \x01(\x05\"I\n\tRectangle\x12\x1d\n\x02lo\x18\x01 \x01(\x0b\x32\x11.routeguide.Point\x12\x1d\n\x02hi\x18\x02 \x01(\x0b\x32\x11.routeguide.Point\"<\n\x07\x46\x65\x61ture\x12\x0c\n\x04name\x18\x01 \x01(\t\x12#\n\x08location\x18\x02 \x01(\x0b\x32\x11.routeguide.Point\"A\n\tRouteNote\x12#\n\x08location\x18\x01 \x01(\x0b\x32\x11.routeguide.Point\x12\x0f\n\x07message\x18\x02 \x01(\t\"b\n\x0cRouteSummary\x12\x13\n\x0bpoint_count\x18\x01 \x01(\x05\x12\x15\n\rfeature_count\x18\x02 \x01(\x05\x12\x10\n\x08\x64istance\x18\x03 \x01(\x05\x12\x14\n\x0c\x65lapsed_time\x18\x04 \x01(\x05\x32\x85\x02\n\nRouteGuide\x12\x36\n\nGetFeature\x12\x11.routeguide.Point\x1a\x13.routeguide.Feature\"\x00\x12>\n\x0cListFeatures\x12\x15.routeguide.Rectangle\x1a\x13.routeguide.Feature\"\x00\x30\x01\x12>\n\x0bRecordRoute\x12\x11.routeguide.Point\x1a\x18.routeguide.RouteSummary\"\x00(\x01\x12?\n\tRouteChat\x12\x15.routeguide.RouteNote\x1a\x15.routeguide.RouteNote\"\x00(\x01\x30\x01\x42\x36\n\x1bio.grpc.examples.routeguideB\x0fRouteGuideProtoP\x01\xa2\x02\x03RTGb\x06proto3') 105 name='Feature', 106 full_name='routeguide.Feature', 112 name='name', full_name='routeguide.Feature.name', index=0, 119 name='location', full_name='routeguide.Feature.location', index=1, 237 DESCRIPTOR.message_types_by_name['Feature'] = _FEATURE 256 Feature = _reflection.GeneratedProtocolMessageType('Feature', (_message.Message,), dict( 259 # @@protoc_insertion_point(class_scope:routeguide.Feature) [all...] |
/external/libchrome/base/test/ |
scoped_feature_list_unittest.cc | 20 const Feature kTestFeature1{"TestFeature1", FEATURE_DISABLED_BY_DEFAULT}; 21 const Feature kTestFeature2{"TestFeature2", FEATURE_DISABLED_BY_DEFAULT}; 41 // Clear default feature list. 49 // Restore feature list. 139 // Override feature with existing field trial. 162 // Override feature with no existing field trial.
|
/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/vixl/src/aarch64/ |
cpu-features-auditor-aarch64.cc | 54 void Record(CPUFeatures::Feature feature0, 55 CPUFeatures::Feature feature1 = CPUFeatures::kNone, 56 CPUFeatures::Feature feature2 = CPUFeatures::kNone, 57 CPUFeatures::Feature feature3 = CPUFeatures::kNone) { 64 void RecordOneOrBothOf(CPUFeatures::Feature a, CPUFeatures::Feature b) {
|
/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 | 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 AE.Feature; 514 if (AE.Feature && ArchExt == AE.getName()) 515 return AE.Feature;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
TargetParser.cpp | 95 const char *Feature; 100 #define ARM_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) \ 101 { NAME, sizeof(NAME) - 1, ID, FEATURE, NEGFEATURE }, 104 #define AARCH64_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) \ 105 { NAME, sizeof(NAME) - 1, ID, FEATURE, NEGFEATURE }, 365 if (AE.Feature && ArchExt == AE.getName()) 366 return StringRef(AE.Feature); 533 if (AE.Feature && ArchExt == AE.getName()) 534 return StringRef(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);
|
/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/slim/python/slim/data/ |
tfexample_decoder_test.py | 40 return feature_pb2.Feature( 44 return feature_pb2.Feature( 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])) 88 example: a TF-example with a feature key 'image/encoded' set to the 89 serialized image and a feature key 'image/format' set to the image 100 feature={ 262 features=feature_pb2.Features(feature={ 293 features=feature_pb2.Features(feature= [all...] |
/external/tensorflow/tensorflow/core/kernels/ |
example_parsing_ops.cc | 23 #include "tensorflow/core/example/feature.pb_text.h" 617 const auto& context_dict = context.feature(); 638 errors::InvalidArgument("Name: ", name, ", Context feature '", key, 641 const Feature& f = feature_found->second; 646 errors::InvalidArgument("Name: ", name, ", Context feature: ", key, 649 " Feature is: ", ProtoDebugString(f))); 667 (feature_found->second.kind_case() != Feature::KIND_NOT_SET)); 670 const Feature& f = feature_found->second; 675 errors::InvalidArgument("Name: ", name, ", Context feature: ", key, 678 " Feature is: ", ProtoDebugString(f))) [all...] |
/external/clang/lib/Lex/ |
PPMacroExpansion.cpp | [all...] |
/external/pdfium/core/fpdfapi/font/ |
cfx_cttgsubtable.cpp | 48 for (const TFeatureRecord& feature : FeatureList) { 49 if (feature.FeatureTag == tag[0] || feature.FeatureTag == tag[1]) 66 TFeatureRecord* Feature) { 67 for (int index : Feature->LookupListIndices) {
|
/external/v8/src/debug/ |
debug.h | 190 enum Feature { 202 void Track(Feature feature); 487 // Used to collect histogram data on debugger feature usage.
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ |
Atapi.c | 144 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg1.Feature, 0x95);
149 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg1.Feature, 0x31);
152 // Set Feature Command is sent
380 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg1.Feature, 0x00);
481 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg1.Feature, 0x00);
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/ |
AtapiPeim.h | 65 UINT16 Feature; /* when write */
|
/external/clang/include/clang/Basic/ |
Module.h | 140 /// \brief An individual requirement: a feature name and a flag indicating 141 /// the required state of that feature. 150 /// \brief Whether this module is missing a feature from \c Requirements. 431 /// \brief Add the given feature requirement to the list of features 434 /// \param Feature The feature that is required by this module (and 437 /// \param RequiredState The required state of this feature: \c true 441 /// evaluate the availability of this feature. 444 /// availability of this feature. 445 void addRequirement(StringRef Feature, bool RequiredState [all...] |
/external/grpc-grpc/examples/node/static_codegen/route_guide/ |
route_guide_client.js | 36 * feature and a point known not to have a feature. 41 function featureCallback(error, feature) { 46 var latitude = feature.getLocation().getLatitude(); 47 var longitude = feature.getLocation().getLongitude(); 48 if (feature.getName() === '') { 49 console.log('Found no feature at ' + 52 console.log('Found feature called "' + feature.getName() + '" at ' + 85 call.on('data', function(feature) { [all...] |
/external/libchrome/base/metrics/ |
persistent_histogram_allocator.h | 27 // Feature definition for enabling histogram persistence. 28 BASE_EXPORT extern const Feature kPersistentHistogramsFeature;
|
/external/harfbuzz_ng/src/ |
hb-ot-layout-common.hh | 78 * Script, ScriptList, LangSys, Feature, FeatureList, Lookup, LookupList 209 struct Feature; 248 HBUINT16 reqFeatureIndex;/* Index of a feature required for this 322 * Feature implementation. But we still need to be able to tell junk from 329 * 'size' feature that is correct by the specification. 331 * The specification for this feature tag is in the "OpenType Layout Tag 335 * Here is one set of rules to determine if the 'size' feature is built 339 * Assume that the offset to the size feature is according to specification, 341 * feature is calculated as versions of MakeOTF before the AFDKO 2.0 built it. 342 * If this fails, reject the 'size' feature. The older makeOTF's calculated th [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/ |
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_',0x1DFF) [all...] |
/external/python/cpython2/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/python/cpython2/Tools/msi/ |
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_',0x1DFF [all...] |