HomeSort by relevance Sort by last modified time
    Searched defs:expected_type (Results 1 - 9 of 9) sorted by null

  /external/libchrome/base/mac/
foundation_util.h 352 CFStringRef key, const std::string& expected_type, CFTypeRef value);
362 std::string expected_type = TypeNameForCFType(value_specific); local
364 expected_type,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
text.cpp 291 libspirv::IdType expected_type = { local
294 textValue, error_code_for_literals, expected_type, pInst)) {
311 libspirv::IdType expected_type = libspirv::kUnknownType; local
319 expected_type =
321 if (!libspirv::isScalarFloating(expected_type) &&
322 !libspirv::isScalarIntegral(expected_type)) {
334 expected_type = context->getTypeOfValueInstruction(pInst->words[1]);
335 if (!libspirv::isScalarIntegral(expected_type)) {
342 textValue, error_code_for_literals, expected_type, pInst)) {
  /system/update_engine/payload_generator/
ab_generator_unittest.cc 131 InstallOperation_Type expected_type = local
138 EXPECT_EQ(expected_type, first_op.type());
167 EXPECT_EQ(expected_type, second_op.type());
delta_diff_utils_unittest.cc 360 const InstallOperation_Type expected_type = local
362 EXPECT_EQ(expected_type, op.type());
  /external/boringssl/src/ssl/
ssl_cert.c 826 int expected_type = ssl_cipher_get_key_type(hs->new_cipher); local
827 assert(expected_type != EVP_PKEY_NONE);
828 if (pkey->type != expected_type) {
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectsource.cc 159 WireFormatLite::WireType expected_type = local
163 if (actual_type != expected_type &&
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl_unittest.cc 741 NetEqOutputType expected_type[8] = { local
763 EXPECT_EQ(expected_type[i - 1], type);
783 EXPECT_EQ(expected_type[i - 1], type);
    [all...]
  /art/runtime/verifier/
method_verifier.cc 4609 const RegType& expected_type = reg_types_.GetComponentType(res_type, GetClassLoader()); local
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 10623 AstType* expected_type = *expected; local
    [all...]

Completed in 247 milliseconds