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

1 2 3 4 5 6 7 8 91011>>

  /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
drmproperty.h 61 DrmPropertyType type_ = DRM_PROPERTY_TYPE_INVALID; member in class:android::DrmProperty
  /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_);
ConstructorAPI.java 19 * Either this or type_ must be non-null
28 public String type_ = null; field in class:ConstructorAPI
51 type_ = type;
109 return 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 62 return GetFieldObject<MethodType>(OFFSET_OF_OBJECT_MEMBER(EmulatedStackFrame, type_));
93 return MemberOffset(OFFSETOF_MEMBER(EmulatedStackFrame, type_));
107 HeapReference<mirror::MethodType> type_; member in class:art::mirror::EmulatedStackFrame
field.h 78 return GetFieldObject<mirror::Class>(OFFSET_OF_OBJECT_MEMBER(Field, type_));
106 HeapReference<mirror::Class> type_; member in class:art::mirror::Field
  /external/brotli/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/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
  /hardware/libhardware/modules/camera/3_4/
stream_format.h 46 inline uint32_t type() const { return type_; };
59 uint32_t type_; member in class:v4l2_camera_hal::StreamFormat
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/val/
Construct.h 102 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 88 serial_data_type_t type_; member in class:test_vendor_lib::Packet
  /external/fmtlib/test/gtest/
gtest-spi.h 105 const TestPartResult::Type type_; member in class:testing::internal::SingleFailureChecker
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-spi.h 105 const TestPartResult::Type type_; member in class:testing::internal::SingleFailureChecker
  /external/googletest/googletest/include/gtest/
gtest-spi.h 104 const TestPartResult::Type type_; member in class:testing::internal::SingleFailureChecker

Completed in 812 milliseconds

1 2 3 4 5 6 7 8 91011>>