HomeSort by relevance Sort by last modified time
    Searched refs:GetParam (Results 76 - 100 of 232) sorted by null

1 2 34 5 6 7 8 910

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
codec.cc 97 bool Codec::GetParam(const std::string& name, std::string* out) const {
105 bool Codec::GetParam(const std::string& name, int* out) const {
  /external/ceres-solver/internal/ceres/
evaluator_test.cc 101 VLOG(1) << "Creating evaluator with type: " << GetParam().first
102 << " and num_eliminate_blocks: " << GetParam().second;
104 options.linear_solver_type = GetParam().first;
105 options.num_eliminate_blocks = GetParam().second;
problem_test.cc 381 options.enable_fast_parameter_block_removal = GetParam();
675 if (GetParam()) {
696 if (GetParam()) {
712 if (GetParam()) {
727 if (GetParam()) {
741 if (GetParam()) {
754 if (GetParam()) {
767 if (GetParam()) {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper_browsertest.cc 24 // The boolean parameter, retrieved by GetParam(), is true if testing with
34 if (GetParam())
  /external/chromium_org/chrome/browser/ui/ash/
accelerator_commands_browsertest.cc 101 put_all_windows_in_immersive_(std::tr1::get<0>(GetParam())),
106 initial_show_state_(std::tr1::get<1>(GetParam())) {
276 : put_all_windows_in_immersive_(std::tr1::get<0>(GetParam())),
280 initial_show_state_(std::tr1::get<1>(GetParam())) {
  /external/chromium_org/chrome_frame/test/
ui_test.cc 42 server_mock_.ExpectAndServeAnyRequests(GetParam());
74 if (!GetParam().invokes_cf()) {
81 EXPECT_CALL(ie_mock_, OnLoad(GetParam().invokes_cf(), StrEq(key_event_url)))
100 bool in_cf = GetParam().invokes_cf();
143 bool is_cf = GetParam().invokes_cf();
184 bool is_cf = GetParam().invokes_cf();
219 .WillRepeatedly(SendResponse(&server_mock_, GetParam()));
221 EXPECT_CALL(ie_mock_, OnLoad(GetParam().invokes_cf(),
245 EXPECT_CALL(ie_mock_, OnLoad(GetParam().invokes_cf(),
266 EXPECT_CALL(ie_mock_, OnLoad(GetParam().invokes_cf()
    [all...]
  /external/chromium_org/net/http/
http_stream_factory_impl_request_unittest.cc 66 SpdySessionDependencies session_deps(GetParam(),
  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
extension_test.cpp 83 ExtensionTestParam param = GetParam();
pragma_test.cpp 106 const char* str = GetParam();
  /external/chromium_org/ui/base/ime/win/
imm32_manager_unittest.cc 73 const InputModeTestCase& test_case = GetParam();
tsf_input_scope_unittest.cc 106 const GetInputScopesTestCase& test_case = GetParam();
  /external/libvpx/libvpx/test/
pp_filter_test.cc 85 REGISTER_STATE_CHECK(GetParam()(src_image_ptr, dst_image_ptr, input_stride,
idct_test.cc 30 UUT = GetParam();
subtract_test.cc 87 REGISTER_STATE_CHECK(GetParam()(&be, &bd, kDiffPredStride));
  /frameworks/av/media/libstagefright/codecs/common/include/
voAudio.h 159 VO_U32 (VO_API * GetParam) (VO_HANDLE hCodec, VO_S32 uParamID, VO_PTR pData);
  /external/chromium_org/content/browser/renderer_host/input/
touch_input_browsertest.cc 178 cmd->AppendSwitch(GetParam());
202 if (GetParam() == std::string(switches::kEnableThreadedCompositing)) {
284 if (GetParam() == std::string(switches::kEnableThreadedCompositing)) {
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_refresh_scheduler_unittest.cc 463 client_.SetStatus(GetParam().client_error);
467 int64 expected_delay_ms = GetParam().expected_delay_ms;
475 expected_delay_ms *= GetParam().backoff_factor;
479 GetParam().expected_delay_ms));
480 } while (GetParam().backoff_factor > 1 &&
  /external/chromium_org/sync/internal_api/public/base/
unique_position_unittest.cc 249 const std::string suffix = GetParam();
275 const std::string suffix = GetParam();
289 const std::string suffix = GetParam();
304 const std::string& suffix_a = GetParam();
321 const std::string& suffix_a = GetParam();
338 const std::string& suffix_a = GetParam();
360 const std::string& suffix_a = GetParam();
  /external/chromium_org/cc/resources/
resource_provider_unittest.cc 414 switch (GetParam()) {
480 if (GetParam() == ResourceProvider::GLTexture) {
561 CheckCreateResource(GetParam(), resource_provider_.get(), context());
632 if (GetParam() != ResourceProvider::GLTexture)
812 if (GetParam() != ResourceProvider::Bitmap)
    [all...]
  /external/chromium_org/chrome/browser/policy/
url_blacklist_manager_unittest.cc 174 URLBlacklist::FilterToComponents(GetParam().filter(), &scheme, &host,
176 EXPECT_EQ(GetParam().scheme(), scheme);
177 EXPECT_EQ(GetParam().host(), host);
178 EXPECT_EQ(GetParam().match_subdomains(), match_subdomains);
179 EXPECT_EQ(GetParam().port(), port);
180 EXPECT_EQ(GetParam().path(), path);
  /external/chromium/net/spdy/
spdy_network_transaction_unittest.cc 452 BoundNetLog(), GetParam());
542 BoundNetLog(), GetParam());
594 NormalSpdyTransactionHelper helper(http_req, BoundNetLog(), GetParam());
657 BoundNetLog(), GetParam());
745 BoundNetLog(), GetParam());
832 BoundNetLog(), GetParam());
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
password_store_x_unittest.cc 267 switch (GetParam()) {
430 if (GetParam() == WORKING_BACKEND) {
447 if (GetParam() == WORKING_BACKEND) {
464 if (GetParam() == WORKING_BACKEND) {
  /external/chromium_org/media/base/
sinc_resampler_unittest.cc 217 : input_rate_(std::tr1::get<0>(GetParam())),
218 output_rate_(std::tr1::get<1>(GetParam())),
219 rms_error_(std::tr1::get<2>(GetParam())),
220 low_freq_error_(std::tr1::get<3>(GetParam())) {
  /external/chromium_org/third_party/sfntly/cpp/src/test/autogenerated/
cmap_basic_test.cc 66 font_name += std::string(GetParam());
  /external/sfntly/cpp/src/test/autogenerated/
cmap_basic_test.cc 66 font_name += std::string(GetParam());

Completed in 659 milliseconds

1 2 34 5 6 7 8 910