HomeSort by relevance Sort by last modified time
    Searched defs:type_ (Results 1 - 25 of 339) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
keypoint.h 32 Keypoint() : pos_(0.0f, 0.0f), score_(0.0f), type_(0) {}
34 : pos_(x, y), score_(0.0f), type_(0) {}
38 uint8_t type_; member in struct:tf_tracking::Keypoint
43 << keypoint.score_ << ", " << keypoint.type_ << "]";
  /external/drm_hwcomposer/
drmencoder.h 48 uint32_t type_; member in class:android::DrmEncoder
drmconnector.h 78 uint32_t type_; member in class:android::DrmConnector
drmmode.h 76 uint32_t type_ = 0; member in class:android::DrmMode
drmplane.h 64 uint32_t type_; member in class:android::DrmPlane
  /external/jdiff/src/jdiff/
ParamAPI.java 21 public String type_; field in class:ParamAPI
25 type_ = type;
34 comp = type_.compareTo(oParamAPI.type_);
51 if (type_.compareTo("void") == 0)
53 return type_;
FieldAPI.java 21 public String type_; field in class:FieldAPI
50 type_ = type;
60 type_ = f.type_;
75 comp = type_.compareTo(oFieldAPI.type_);
  /frameworks/native/services/thermalservice/aidl/android/os/
Temperature.h 17 float getType() const {return type_;};
27 int type_; member in class:android::os::Temperature
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
context.py 43 return "{0.user}:{0.role}:{0.type_}:{0.range_}".format(self)
45 return "{0.user}:{0.role}:{0.type_}".format(self)
58 def type_(self): member in class:Context
60 return typeattr.type_factory(self.policy, self.qpol_symbol.type_(self.policy))
  /art/runtime/mirror/
emulated_stack_frame.h 60 return GetFieldObject<MethodType>(OFFSET_OF_OBJECT_MEMBER(EmulatedStackFrame, type_));
91 return MemberOffset(OFFSETOF_MEMBER(EmulatedStackFrame, type_));
105 HeapReference<mirror::MethodType> type_; member in class:art::mirror::EmulatedStackFrame
field.h 77 return GetFieldObject<mirror::Class>(OFFSET_OF_OBJECT_MEMBER(Field, type_));
105 HeapReference<mirror::Class> type_; member in class:art::mirror::Field
  /external/brotli/c/enc/
histogram.c 22 size_t type_; member in struct:BlockSplitIterator
30 self->type_ = 0;
37 self->type_ = self->split_->types[self->idx_];
64 HistogramAddCommand(&insert_and_copy_histograms[insert_and_copy_it.type_],
70 ((literal_it.type_ << BROTLI_LITERAL_CONTEXT_BITS) +
71 Context(prev_byte, prev_byte2, context_modes[literal_it.type_])) :
72 literal_it.type_;
86 context = (dist_it.type_ << BROTLI_DISTANCE_CONTEXT_BITS) +
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
address.hpp 71 return type_ == ipv4;
77 return type_ == ipv6;
151 enum { ipv4, ipv6 } type_; member in class:asio::ip::address
  /external/protobuf/src/google/protobuf/util/internal/
type_info_test_helper.h 64 explicit TypeInfoTestHelper(TypeInfoSource type) : type_(type) {}
88 TypeInfoSource type_; member in class:google::protobuf::util::converter::testing::TypeInfoTestHelper
  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
operator.h 64 : name_(name), type_(type) {}
68 OperatorType type() const { return type_; }
82 OperatorType type_; member in class:toco::tflite::BaseOperator
  /external/tensorflow/tensorflow/core/util/
tensor_slice_set.h 46 const DataType type() const { return type_; }
86 const DataType type_; member in class:tensorflow::checkpoint::TensorSliceSet
  /external/webrtc/webrtc/base/
multipart.h 72 std::string type_, boundary_; member in class:rtc::MultipartStream
sslsocketfactory.cc 32 type_(type), detect_(NULL) {
81 Attach(factory_->CreateProxySocket(detect_->proxy(), family_, type_));
93 int type_; member in class:rtc::ProxySocketAdapter
  /frameworks/base/tools/aapt2/format/
Container.h 77 ContainerEntryType type_ = ContainerEntryType::kResTable; member in class:aapt::ContainerReaderEntry
  /hardware/nxp/secure_element/libese-spi/p73/utils/
config.h 34 Type type_; member in class:ConfigValue
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/val/
construct.h 91 return type_ == ConstructType::kLoop || type_ == ConstructType::kSelection;
96 ConstructType type_; member in class:libspirv::Construct
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
constraintquery.py 55 type_ The name of the type/attribute to match in the
73 type_ = CriteriaDescriptor("type_regex", "lookup_type_or_attr") variable in class:ConstraintQuery
110 self.log.debug("Type: {0.type_!r}, regex: {0.type_regex}".format(self))
133 if self.type_ and not self._match_expr(
135 self.type_,
contextquery.py 42 type_ The type to match in the context.
61 type_ = CriteriaDescriptor("type_regex", "lookup_type") variable in class:ContextQuery
83 if self.type_ and not query.PolicyQuery._match_regex(
84 context.type_,
85 self.type_,
  /system/bt/vendor_libs/test_vendor_lib/include/
packet.h 93 serial_data_type_t type_; member in class:test_vendor_lib::Packet
  /system/nfc/utils/include/
config.h 38 Type type_; member in class:ConfigValue

Completed in 1267 milliseconds

1 2 3 4 5 6 7 8 91011>>