/external/gtest/test/ |
gtest_list_tests_unittest.py | 90 TestA/0 # GetParam\(\) = one line 91 TestA/1 # GetParam\(\) = two\\nlines 92 TestA/2 # GetParam\(\) = a very\\nlo{241}\.\.\. 93 TestB/0 # GetParam\(\) = one line 94 TestB/1 # GetParam\(\) = two\\nlines 95 TestB/2 # GetParam\(\) = a very\\nlo{241}\.\.\.
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_list_tests_unittest.py | 90 TestA/0 # GetParam\(\) = one line 91 TestA/1 # GetParam\(\) = two\\nlines 92 TestA/2 # GetParam\(\) = a very\\nlo{241}\.\.\. 93 TestB/0 # GetParam\(\) = one line 94 TestB/1 # GetParam\(\) = two\\nlines 95 TestB/2 # GetParam\(\) = a very\\nlo{241}\.\.\.
|
/external/chromium_org/third_party/libaddressinput/src/cpp/test/ |
address_ui_test.cc | 79 EXPECT_EQ(2, GetParam().size()); 86 GetParam(), localization_, kUiLanguageTag, &best_address_language_tag_))); 93 BuildComponents(GetParam(), localization_, kUiLanguageTag, 154 GetParam().region_code, localization_, GetParam().ui_language_tag, 156 EXPECT_EQ(GetParam().expected_best_address_language_tag, 159 EXPECT_EQ(GetParam().expected_first_field, components.front().field);
|
region_data_constants_test.cc | 31 EXPECT_EQ(2, GetParam().length()); 62 return RegionDataConstants::GetRegionData(GetParam());
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
EditorColorBorderTabletUI.java | 73 size = (BasicParameterInt) mRep.getParam(FilterColorBorderRepresentation.PARAM_SIZE); 78 radius = (BasicParameterInt) mRep.getParam(FilterColorBorderRepresentation.PARAM_RADIUS); 83 color = (ParameterColor) mRep.getParam(FilterColorBorderRepresentation.PARAM_COLOR); 121 BasicParameterInt size = (BasicParameterInt) mRep.getParam(type); 141 BasicParameterInt size = (BasicParameterInt) mRep.getParam(type); 189 ParameterColor pram = (ParameterColor) mRep.getParam(type); 233 pram = (ParameterColor) mRep.getParam(FilterColorBorderRepresentation.PARAM_COLOR);
|
/external/chromium_org/net/http/ |
http_proxy_client_socket_pool_unittest.cc | 65 : session_deps_(GetParam().protocol), 90 spdy_util_(GetParam().protocol), 105 GURL proxy_url(GetParam().proxy_type == HTTP ? 117 if (GetParam().proxy_type != HTTP) 126 if (GetParam().proxy_type == HTTP) 175 if (GetParam().proxy_type == SPDY) { 188 if (GetParam().proxy_type != HTTP) { 190 if (GetParam().proxy_type == SPDY) { 198 ssl_data_->SetNextProto(GetParam().protocol); 331 data_->RunFor(GetParam().proxy_type == SPDY ? 2 : 4) [all...] |
http_stream_factory_impl_unittest.cc | 434 GetParam(), ProxyService::CreateDirect()); 463 GetParam(), ProxyService::CreateFixed("http_proxy")); 493 GetParam(), ProxyService::CreateFixed("socks4://socks_proxy:1080")); 523 GetParam(), ProxyService::CreateDirect()); 566 GetParam(), ProxyService::CreateDirect()); 588 GetParam(), ProxyService::CreateFixedFromPacResult(kProxyString)); 627 GetParam(), ProxyService::CreateDirect()); 681 GetParam(), ProxyService::CreateDirect()); 734 GetParam(), ProxyService::CreateDirect()); 761 GetParam(), ProxyService::CreateDirect()) [all...] |
/external/chromium_org/components/policy/core/common/cloud/ |
device_management_service_unittest.cc | 208 EXPECT_CALL(*this, OnJobDone(GetParam().expected_status_, _, _)); 214 SendResponse(fetcher, GetParam().request_status_, GetParam().http_status_, 215 GetParam().response_); 219 EXPECT_CALL(*this, OnJobDone(GetParam().expected_status_, _, _)); 226 SendResponse(fetcher, GetParam().request_status_, GetParam().http_status_, 227 GetParam().response_); 231 EXPECT_CALL(*this, OnJobDone(GetParam().expected_status_, _, _)); 237 SendResponse(fetcher, GetParam().request_status_, GetParam().http_status_ [all...] |
/external/chromium_org/net/tools/flip_server/ |
spdy_interface_test.cc | 152 GetParam())); 154 spdy_framer_.reset(new BufferedSpdyFramer(GetParam(), true)); 216 if (GetParam() != SPDY2) { 250 if (GetParam() == SPDY2) { 285 if (GetParam() != SPDY2) { 318 if (GetParam() == SPDY2) { 453 if (GetParam() != SPDY2) { 469 if (GetParam() < SPDY4) { 502 if (GetParam() == SPDY2) { 518 if (GetParam() < SPDY4) [all...] |
/external/chromium_org/media/ffmpeg/ |
ffmpeg_regression_tests.cc | 366 if (GetParam().init_status == PIPELINE_OK) { 367 ASSERT_TRUE(Start(GetTestDataFilePath(GetParam().filename), 368 GetParam().init_status, kHashed)); 370 ASSERT_EQ(WaitUntilEndedOrError(), GetParam().end_status); 371 EXPECT_EQ(GetParam().video_md5, GetVideoHash()); 372 EXPECT_EQ(GetParam().audio_md5, GetAudioHash()); 375 if (GetParam().end_status == PIPELINE_OK) { 382 ASSERT_FALSE(Start(GetTestDataFilePath(GetParam().filename), 383 GetParam().init_status, kHashed)); 384 EXPECT_EQ(GetParam().video_md5, GetVideoHash()) [all...] |
ffmpeg_unittest.cc | 428 OpenFile(GetParam()); 453 OpenAndReadFile(GetParam()); 476 OpenAndReadFile(GetParam()); 499 OpenAndReadFile(GetParam()); 512 OpenAndReadFile(GetParam()); 525 OpenAndReadFile(GetParam()); 538 OpenAndReadFile(GetParam()); 551 OpenAndReadFile(GetParam());
|
/external/chromium_org/third_party/angle/tests/preprocessor_tests/ |
identifier_test.cpp | 35 std::string str(1, GetParam()); 65 str.push_back(std::tr1::get<0>(GetParam())); 66 str.push_back(std::tr1::get<1>(GetParam()));
|
comment_test.cpp | 17 const char* str = GetParam();
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ |
BaseMac.java | 67 if (k.getParam() != null) 69 param = k.getParam();
|
/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
vp9_subtract_test.cc | 59 GetParam()(block_height, block_width, diff, block_width, 72 GetParam()(block_height, block_width, diff, block_width * 2,
|
util.h | 20 #define GET_PARAM(k) std::tr1::get< k >(GetParam())
|
/external/libvpx/libvpx/test/ |
vp9_subtract_test.cc | 59 GetParam()(block_height, block_width, diff, block_width, 72 GetParam()(block_height, block_width, diff, block_width * 2,
|
util.h | 20 #define GET_PARAM(k) std::tr1::get< k >(GetParam())
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
vp9_subtract_test.cc | 59 GetParam()(block_height, block_width, diff, block_width, 72 GetParam()(block_height, block_width, diff, block_width * 2,
|
/hardware/libhardware/tests/camera2/ |
CameraFrameTests.cpp | 108 for (int i = 0; i < GetParam(); ++i) { 114 for (int i = 0; i < GetParam(); ++i) {
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/automated/ |
vie_video_verification_test.cc | 260 input_file_ = parameter_table_[GetParam()].file_name; 269 const int kBitRateKbps = parameter_table_[GetParam()].bitrate; 270 const NetworkParameters network = parameter_table_[GetParam()].network; 271 int width = parameter_table_[GetParam()].width; 272 int height = parameter_table_[GetParam()].height; 274 parameter_table_[GetParam()].protection_method; 287 detector.PrintReport(parameter_table_[GetParam()].test_label); 326 parameter_table_[GetParam()].avg_psnr_threshold; 328 parameter_table_[GetParam()].avg_ssim_threshold; 336 "psnr", "", parameter_table_[GetParam()].test_label [all...] |
/external/chromium_org/chrome/installer/util/ |
language_selector_unittest.cc | 81 std::vector<std::wstring>(1, std::wstring(GetParam()))); 82 EXPECT_EQ(GetParam(), instance.matched_candidate()); 120 std::vector<std::wstring>(1, std::tr1::get<1>(GetParam()))); 121 EXPECT_EQ(std::tr1::get<0>(GetParam()), instance.selected_translation());
|
/external/chromium_org/testing/gtest/samples/ |
sample8_unittest.cc | 100 // tie(force_on_the_fly, max_precalculated) = GetParam(); 104 bool force_on_the_fly = ::std::tr1::get<0>(GetParam()); 105 int max_precalculated = ::std::tr1::get<1>(GetParam()); 116 // Inside the test body, you can refer to the test parameter by GetParam().
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/ |
opus_fec_test.cc | 78 channels_ = get<0>(GetParam()); 79 bit_rate_ = get<1>(GetParam()); 82 in_filename_ = test::ResourcePath(get<2>(GetParam()), get<3>(GetParam()));
|
/external/protobuf/gtest/samples/ |
sample8_unittest.cc | 100 // tie(force_on_the_fly, max_precalculated) = GetParam(); 104 bool force_on_the_fly = ::std::tr1::get<0>(GetParam()); 105 int max_precalculated = ::std::tr1::get<1>(GetParam()); 116 // Inside the test body, you can refer to the test parameter by GetParam().
|