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

12 3 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest-spi.h 105 const TestPartResult::Type type_; member in class:testing::internal::SingleFailureChecker
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-spi.h 106 const TestPartResult::Type type_; member in class:testing::internal::SingleFailureChecker
  /external/mesa3d/src/gtest/include/gtest/
gtest-spi.h 105 const TestPartResult::Type type_; member in class:testing::internal::SingleFailureChecker
  /external/pdfium/xfa/fde/css/
cfde_cssnumbervalue.h 32 FDE_CSSNumberType Kind() const { return type_; }
37 FDE_CSSNumberType type_; member in class:CFDE_CSSNumberValue
  /external/protobuf/gtest/include/gtest/
gtest-spi.h 105 const TestPartResult::Type type_; member in class:testing::internal::SingleFailureChecker
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectsource.h 278 const google::protobuf::Type& type_; member in class:google::protobuf::util::converter::ProtoStreamObjectSource
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
gtest-spi.h 105 const TestPartResult::Type type_; member in class:testing::internal::SingleFailureChecker
  /external/v8/testing/gtest/include/gtest/
gtest-spi.h 105 const TestPartResult::Type type_; member in class:testing::internal::SingleFailureChecker
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-spi.h 105 const TestPartResult::Type type_; member in class:testing::internal::SingleFailureChecker
  /external/webrtc/talk/app/webrtc/
jsepsessiondescription.h 72 return type_;
75 void set_type(const std::string& type) { type_ = type; }
95 std::string type_; member in class:webrtc::JsepSessionDescription
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/
gtest-spi.h 105 const TestPartResult::Type type_; member in class:testing::internal::SingleFailureChecker
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/
gtest-spi.h 105 const TestPartResult::Type type_; member in class:testing::internal::SingleFailureChecker
  /system/core/init/
descriptors.h 42 const std::string& type() const { return type_; }
50 std::string type_; member in class:android::init::DescriptorInfo
  /art/compiler/linker/arm/
relative_patcher_arm_base.h 51 : type_(type), custom_value1_(custom_value1), custom_value2_(custom_value2) { }
54 return type_;
66 ThunkType type_; member in class:art::linker::ArmBaseRelativePatcher::ThunkKey
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.h 59 MutexType type_; member in class:__tsan::Mutex
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util.h 61 const Type type_; member in class:Mutex
  /external/gemmlowp/internal/
allocator.h 76 #define GEMMLOWP_REGISTER_TYPEID(type_, id) \
78 struct GetTypeIdImpl<type_> { \
149 TypeId type_; member in class:gemmlowp::Allocator::Handle
169 h.type_ = GetTypeId<T>();
186 assert(h.type_ == GetTypeId<T>() && "type mismatch");
  /external/google-breakpad/src/testing/scripts/
gmock_doctor.py 502 type_ = m.groupdict()['type'] variable
503 if type_ not in _COMMON_GMOCK_SYMBOLS:
  /external/googletest/googlemock/scripts/
gmock_doctor.py 506 type_ = m.groupdict()['type'] variable
507 if type_ not in _COMMON_GMOCK_SYMBOLS:
  /external/v8/src/arm64/
instrument-arm64.h 49 CounterType type_; member in class:v8::internal::Counter
  /external/v8/testing/gmock/scripts/
gmock_doctor.py 506 type_ = m.groupdict()['type'] variable
507 if type_ not in _COMMON_GMOCK_SYMBOLS:
  /external/vixl/src/aarch64/
instrument-aarch64.h 74 CounterType type_; member in class:vixl::aarch64::Counter
  /external/webrtc/talk/media/base/
screencastid.h 52 ScreencastId() : type_(INVALID) {}
54 : type_(WINDOW), window_(id) {
57 : type_(DESKTOP), desktop_(id) {
60 Type type() const { return type_; }
69 if (type_ == INVALID) {
71 } else if (type_ == WINDOW) {
77 bool IsWindow() const { return type_ == WINDOW; }
78 bool IsDesktop() const { return type_ == DESKTOP; }
80 if (type_ != other.type_) {
106 Type type_; member in class:cricket::ScreencastId
    [all...]
  /external/webrtc/webrtc/base/
firewallsocketserver.cc 25 : AsyncSocketAdapter(socket), server_(server), type_(type) {
29 if (type_ == SOCK_STREAM) {
45 if (type_ == SOCK_DGRAM) {
60 if (type_ == SOCK_DGRAM) {
102 int type_; member in class:rtc::FirewallSocket
  /frameworks/ml/nn/common/operations/
LSHProjection.h 65 LSHProjectionType type_; member in class:android::nn::LSHProjection

Completed in 959 milliseconds

12 3 4 5 6 7 8 91011>>