HomeSort by relevance Sort by last modified time
    Searched full:getparam (Results 1 - 25 of 404) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libaddressinput/src/cpp/test/util/
string_compare_test.cc 49 if (GetParam().should_be_equal) {
50 EXPECT_TRUE(compare_.NaturalEquals(GetParam().left, GetParam().right));
52 EXPECT_FALSE(compare_.NaturalEquals(GetParam().left, GetParam().right));
57 if (GetParam().should_be_less) {
58 EXPECT_TRUE(compare_.NaturalLess(GetParam().left, GetParam().right));
60 EXPECT_FALSE(compare_.NaturalLess(GetParam().left, GetParam().right))
    [all...]
  /external/chromium_org/content/browser/media/
media_browsertest.cc 101 PlayVideo("bear.ogv", GetParam());
105 PlayVideo("bear_silent.ogv", GetParam());
109 PlayVideo("bear.webm", GetParam());
113 PlayVideo("bear-opus.webm", GetParam());
117 PlayVideo("bear-opus.ogg", GetParam());
121 PlayVideo("bear_silent.webm", GetParam());
126 PlayVideo("bear.mp4", GetParam());
130 PlayVideo("bear_silent.mp4", GetParam());
137 PlayVideo("bear_pcm_s16be.mov", GetParam());
141 PlayVideo("bear_pcm_s24be.mov", GetParam());
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
language_test.cc 46 Language language(GetParam().input_language_tag);
47 EXPECT_EQ(GetParam().expected_language_tag, language.tag);
48 EXPECT_EQ(GetParam().expected_base_language, language.base);
49 EXPECT_EQ(GetParam().expected_has_latin_script, language.has_latin_script);
  /external/chromium_org/media/filters/
fake_video_decoder_unittest.cc 33 : decoder_(new FakeVideoDecoder(GetParam().decoding_delay,
34 GetParam().max_decode_requests)),
252 num_decoded_frames_ + GetParam().decoding_delay);
267 if (GetParam().decoding_delay < 1)
287 if (GetParam().max_decode_requests < 2)
292 for (int i = 0; i < GetParam().max_decode_requests; ++i) {
296 EXPECT_EQ(GetParam().max_decode_requests, pending_decode_requests_);
298 GetParam().max_decode_requests > GetParam().decoding_delay
318 DCHECK_EQ(num_decodes_satisfied, GetParam().decoding_delay + 1)
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/
cmap_test.cc 125 cmap1_.Attach(cmap_table->GetCMap(GetParam().first_platform_id(),
126 GetParam().first_encoding_id()));
128 cmap2_.Attach(cmap_table->GetCMap(GetParam().second_platform_id(),
129 GetParam().second_encoding_id()));
131 encoder1_ = TestUtils::GetEncoder(GetParam().first_charset_name());
132 encoder2_ = TestUtils::GetEncoder(GetParam().second_charset_name());
145 for (int32_t uchar = GetParam().low_char();
146 uchar <= GetParam().high_char(); ++uchar) {
171 LoadFont(GetParam().font_name(), font_factory, &font_array);
180 LoadFont(GetParam().font_name(), font_factory, &font_array)
    [all...]
cmap_iterator_test.cc 78 const char* file_name = GetParam().file_name();
84 cmap_.Attach(cmap_table->GetCMap(GetParam().platform_id(),
85 GetParam().encoding_id()));
125 cmap_->format(), GetParam().file_name(), iterator_not_bitset_count);
  /external/sfntly/cpp/src/test/
cmap_test.cc 125 cmap1_.Attach(cmap_table->GetCMap(GetParam().first_platform_id(),
126 GetParam().first_encoding_id()));
128 cmap2_.Attach(cmap_table->GetCMap(GetParam().second_platform_id(),
129 GetParam().second_encoding_id()));
131 encoder1_ = TestUtils::GetEncoder(GetParam().first_charset_name());
132 encoder2_ = TestUtils::GetEncoder(GetParam().second_charset_name());
145 for (int32_t uchar = GetParam().low_char();
146 uchar <= GetParam().high_char(); ++uchar) {
171 LoadFont(GetParam().font_name(), font_factory, &font_array);
180 LoadFont(GetParam().font_name(), font_factory, &font_array)
    [all...]
cmap_iterator_test.cc 78 const char* file_name = GetParam().file_name();
84 cmap_.Attach(cmap_table->GetCMap(GetParam().platform_id(),
85 GetParam().encoding_id()));
125 cmap_->format(), GetParam().file_name(), iterator_not_bitset_count);
  /external/chromium_org/media/cast/receiver/
audio_decoder_unittest.cc 41 GetParam().num_channels,
42 GetParam().sampling_rate,
43 GetParam().codec));
47 new TestAudioBusFactory(GetParam().num_channels,
48 GetParam().sampling_rate,
54 if (GetParam().codec == transport::kOpus) {
56 new uint8[opus_encoder_get_size(GetParam().num_channels)]);
60 GetParam().sampling_rate,
61 GetParam().num_channels,
91 if (GetParam().codec == transport::kPcm16)
    [all...]
  /cts/suite/audio_quality/lib/src/audio/
RemoteAudio.cpp 122 param = &(handler->getParam());
171 int runTime = handler->getParam().mBuffer->getSize() /
172 (handler->getParam().mStereo ? 4 : 2) * 1000 / handler->getParam().mSamplingF;
202 handler->getParam().mId = id;
203 handler->getParam().mBuffer = buffer;
249 handler->getParam().mStereo = stereo;
250 handler->getParam().mSamplingF = samplingF;
251 handler->getParam().mMode = mode;
252 handler->getParam().mVolume = volume
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mimetools.py 44 self.assertEqual(msg.getparam("charset"), "iso-8859-1")
45 self.assertEqual(msg.getparam("format"), "flowed")
46 self.assertEqual(msg.getparam("spam"), None)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mimetools.py 44 self.assertEqual(msg.getparam("charset"), "iso-8859-1")
45 self.assertEqual(msg.getparam("format"), "flowed")
46 self.assertEqual(msg.getparam("spam"), None)
  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
number_test.cpp 19 const char* str = GetParam();
44 std::string str(std::tr1::get<0>(GetParam())); // prefix.
45 str.push_back(std::tr1::get<1>(GetParam())); // digit.
107 str.push_back(std::tr1::get<0>(GetParam())); // significand [0-9].
108 str.push_back(std::tr1::get<1>(GetParam())); // separator [eE].
109 str.append(std::tr1::get<2>(GetParam())); // sign [" " "+" "-"].
110 str.push_back(std::tr1::get<3>(GetParam())); // exponent [0-9].
135 char significand = std::tr1::get<0>(GetParam());
141 char fraction = std::tr1::get<1>(GetParam());
space_test.cpp 43 std::string str(1, GetParam());
66 str.push_back(std::tr1::get<0>(GetParam()));
67 str.push_back(std::tr1::get<1>(GetParam()));
68 str.push_back(std::tr1::get<2>(GetParam()));
  /external/chromium_org/media/formats/mp4/
avc_unittest.cc 194 MakeInputForLength(GetParam(), &buf);
195 EXPECT_TRUE(AVC::ConvertFrameToAnnexB(GetParam(), &buf));
205 WriteLength(GetParam(), 10 * sizeof(kNALU1), &buf);
207 EXPECT_FALSE(AVC::ConvertFrameToAnnexB(GetParam(), &buf));
212 WriteLength(GetParam(), 0, &buf);
214 WriteLength(GetParam(), sizeof(kNALU1), &buf);
217 WriteLength(GetParam(), 0, &buf);
219 WriteLength(GetParam(), sizeof(kNALU2), &buf);
222 EXPECT_FALSE(AVC::ConvertFrameToAnnexB(GetParam(), &buf));
227 MakeInputForLength(GetParam(), &buf)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/tools/
audio_codec_speed_test.cc 38 channels_ = get<0>(GetParam());
39 bit_rate_ = get<1>(GetParam());
40 in_filename_ = test::ResourcePath(get<2>(GetParam()), get<3>(GetParam()));
41 save_out_data_ = get<4>(GetParam());
  /development/ide/xcode/ports/
SkOSWindow_Mac.cpp 104 static void getparam(EventRef inEvent, OSType name, OSType type, UInt32 size, void* data) function
203 getparam(inEvent, kEventParamMouseLocation, typeQDPoint, sizeof(pt), &pt);
225 getparam(inEvent, kEventParamKeyCode, typeUInt32, sizeof(raw), &raw);
231 getparam(inEvent, kEventParamKeyCode, typeUInt32, sizeof(raw), &raw);
240 getparam(inEvent, kEventParamTextInputSendText, typeUnicodeText, sizeof(uni), &uni);
276 getparam(inEvent, SK_MacEventParamName, SK_MacEventParamName, sizeof(evt), &evt);
277 getparam(inEvent, SK_MacEventSinkIDParamName, SK_MacEventSinkIDParamName, sizeof(sinkID), &sinkID);
  /external/chromium_org/media/base/
channel_mixer_unittest.cc 102 ChannelLayout input_layout = GetParam().input_layout;
103 int input_channels = GetParam().input_channels;
115 ChannelLayout output_layout = GetParam().output_layout;
116 int output_channels = GetParam().output_channels;
128 const float* channel_values = GetParam().channel_values;
129 ASSERT_EQ(input_bus->channels(), GetParam().num_channel_values);
132 float scale = GetParam().scale;
video_util_unittest.cc 300 dest_.reset(new uint8[GetParam().width * GetParam().height]);
314 int rotation = GetParam().rotation;
317 int size = GetParam().width * GetParam().height;
321 RotatePlaneByPixels(GetParam().src, dest, GetParam().width,
322 GetParam().height, rotation,
323 GetParam().flip_vert, GetParam().flip_horiz)
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/forms/
calendar-picker.html 89 function getParam(key) {
134 config.locale = getParam("locale") || "en_US";
135 config.isLocaleRTL = getParam("locale_rtl") === "true";
136 config.weekStartDay = parseInt(getParam("weekStartDay") || "0", 10);
137 config.type = getParam("type") || "date";
138 config.value = getParam("value") || "";
139 config.min = getParam("min") || "";
140 config.max = getParam("max") || "";
141 config.step = getParam("step") || "1";
  /external/chromium_org/base/memory/
discardable_memory_unittest.cc 33 GetParam(), size).Pass();
43 std::string type_name(DiscardableMemory::GetTypeName(GetParam()));
45 EXPECT_EQ(GetParam(), DiscardableMemory::GetNamedType(type_name));
  /hardware/libhardware/tests/camera2/
CameraStreamTests.cpp 49 CameraStreamTest() : CameraStreamFixture(GetParam()) {
84 if (availableFormats.data.i32[i] == GetParam().mFormat) {
97 << GetParam() << std::endl;
  /external/chromium_org/chrome/browser/media/
chrome_webrtc_webcam_browsertest.cc 47 if (GetParam())
48 command_line->AppendSwitch(GetParam());
69 return GetParam() && std::string(GetParam()) == switches::kForceQTKit;
  /external/chromium_org/chromeos/network/onc/
onc_translator_unittest.cc 25 std::string source_onc_filename = GetParam().first;
28 std::string result_shill_filename = GetParam().second;
72 std::string source_shill_filename = GetParam().first;
76 std::string result_onc_filename = GetParam().second;
  /external/chromium_org/testing/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}\.\.\.

Completed in 832 milliseconds

1 2 3 4 5 6 7 8 91011>>