Searched refs:range (Results 226 - 250 of 1783) sorted by path

1234567891011>>

/external/chromium_org/content/renderer/
H A Dtext_input_client_observer.h12 #include "ui/gfx/range/range.h"
40 void OnFirstRectForCharacterRange(gfx::Range range);
41 void OnStringForRange(gfx::Range range);
H A Dv8_value_converter_impl.cc97 std::pair<Iterator, Iterator> range = unique_map_.equal_range(hash); local
98 for (Iterator it = range.first; it != range.second; ++it) {
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtext_input_controller.cc210 blink::WebRange range = view_->mainFrame()->markedRange();
212 int_array[0] = range.startOffset();
213 int_array[1] = range.endOffset();
222 blink::WebRange range = view_->mainFrame()->selectionRange();
224 int_array[0] = range.startOffset();
225 int_array[1] = range.endOffset();
/external/chromium_org/content/test/gpu/gpu_tests/
H A Dcontext_lost.py82 for x in range(page.number_of_gpu_process_kills):
/external/chromium_org/content/test/
H A Dtest_render_view_host.h107 const gfx::Range& range,
/external/chromium_org/gin/modules/
H A Dmodule_registry.cc186 range = waiting_callbacks_.equal_range(id); local
189 for (LoadModuleCallbackMap::iterator it = range.first; it != range.second;
193 waiting_callbacks_.erase(range.first, range.second);
/external/chromium_org/google_apis/drive/
H A Dtest_util.cc143 const std::string range = parts[0]; local
148 base::SplitString(range, '-', &parts);
/external/chromium_org/gpu/command_buffer/
H A Dbuild_gles2_cmd_buffer.py2744 for ii in range(0, num_lines):
3058 for value_index in range(0, num_invalid_values):
3428 ' "%s", "%s out of range");\n' %
5063 for ndx in range(0, self.GetArrayCount(func))])
5186 for v in range(0, self.GetArrayCount(func)):
5334 last_arg_name, ndx, self.GetArrayCount(func)) for ndx in range(
5511 for v in range(0, self.GetArrayCount(func) * count_param):
5555 for ii in range(count):
7929 for test_num in range(0, num_tests, FUNCTIONS_PER_FILE):
7939 for idx in range(test_nu
[all...]
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_c_lib_autogen.h316 GLint* range,
319 shadertype, precisiontype, range, precision);
314 GLES2GetShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision) argument
H A Dgles2_implementation.cc1498 SetGLError(GL_INVALID_VALUE, "glBufferSubData", "out of range");
2156 GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision) {
2161 << static_cast<const void*>(range) << ", "
2185 if (range) {
2186 range[0] = result->min_range;
2187 range[1] = result->max_range;
2188 GPU_CLIENT_LOG(" min_range: " << range[0]);
2189 GPU_CLIENT_LOG(" min_range: " << range[1]);
2155 GetShaderPrecisionFormat( GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision) argument
H A Dgles2_implementation_autogen.h240 GLint* range,
H A Dgles2_interface_autogen.h174 GLint* range,
H A Dgles2_interface_stub_autogen.h174 GLint* range,
H A Dgles2_trace_implementation_autogen.h174 GLint* range,
H A Dgles2_trace_implementation_impl_autogen.h473 GLint* range,
476 gl_->GetShaderPrecisionFormat(shadertype, precisiontype, range, precision);
471 GetShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision) argument
/external/chromium_org/gpu/command_buffer/service/
H A Dbuffer_manager.cc174 Range range(offset, count, type);
175 RangeToMaxValueMap::iterator it = range_set_.find(range);
199 // Scan the range for the max value and store
223 range_set_.insert(std::make_pair(range, max_v));
350 error_state, GL_INVALID_VALUE, "glBufferSubData", "out of range");
H A Dgles2_cmd_decoder.cc95 GLint *range, GLint *precision) {
101 range[0] = 31;
102 range[1] = 30;
109 range[0] = 127;
110 range[1] = 127;
121 // a stub, so we need to set range and precision as if it weren't
127 range, precision);
134 range[0] = abs(range[0]);
135 range[
93 GetShaderPrecisionFormatImpl(GLenum shader_type, GLenum precision_type, GLint *range, GLint *precision) argument
2793 GLint range[2] = { 0, 0 }; local
8643 Clip( GLint start, GLint range, GLint sourceRange, GLint* out_start, GLint* out_range) argument
9247 GLint range[2] = { 0, 0 }; local
[all...]
H A Dgles2_cmd_decoder_unittest_programs.cc368 const GLint range[2] = {62, 62}; local
371 .WillOnce(DoAll(SetArrayArgument<2>(range, range + 2),
380 EXPECT_EQ(range[0], result->min_range);
381 EXPECT_EQ(range[1], result->max_range);
H A Dmailbox_manager.cc73 TextureToMailboxMap::iterator> range = local
75 for (TextureToMailboxMap::iterator it = range.first;
76 it != range.second; ++it) {
80 textures_to_mailboxes_.erase(range.first, range.second);
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_pointcoord_unittest.cc104 GLint range[2] = { 0, 0 }; local
105 glGetIntegerv(GL_ALIASED_POINT_SIZE_RANGE, &range[0]);
106 GLint max_point_size = range[1];
/external/chromium_org/gpu/tools/
H A Dcheck_gpu_bots.py174 for i in range(n):
249 for i in range(NUM_BUILDS):
/external/chromium_org/media/
H A DPRESUBMIT.py137 uma_range = range(match.start(), match.end() + 1)
/external/chromium_org/media/base/
H A Dtext_ranges.cc26 // There is no active time range, so this is the first AddCue()
42 Range& range = itr->second; local
44 if (start_time > range.last_time()) {
49 range.ResetCount(start_time);
68 // We have walked off the current range, and onto the next one.
69 // There is now no ambiguity about where the current time range
77 // Either |curr_range| is the last range in the map, or there is a
78 // next range beyond |curr_range|, but its start time is ahead of
81 // time matches the start time of the next range, in which case we
93 Range range; local
[all...]
/external/chromium_org/media/filters/
H A Dchunk_demuxer.cc45 // Step 3: Let highest end time be the largest range end time in the active
57 // single range from 0 to highest end time.
70 // range in source ranges to highest end time.
144 // Returns the range of buffered data in this source, capped at |duration|.
146 // end of stream range logic needs to be executed.
866 // playback, report the buffered range for text tracks as [0, |duration|) so
874 Ranges<TimeDelta> range = stream_->GetBufferedTime(); local
876 if (range.size() == 0u)
877 return range;
880 // This can be done by intersecting the stream's range wit
[all...]
H A Dsource_buffer_range.cc114 // If there is no keyframe after |timestamp|, we can't split the range.
130 // the first buffer of the new range so we should set the start
131 // time of the new range to |timestamp| so we preserve part of the
132 // gap in the new range.
139 // Create a new range with |removed_buffers|.
146 // this range and |split_range| accordingly.
222 // Delete buffers from the beginning of the buffered range up until (but not
242 // the range.
293 // Check if the removal range is within a GOP and skip the loop if so.
432 void SourceBufferRange::AppendRangeToEnd(const SourceBufferRange& range, argument
[all...]

Completed in 576 milliseconds

1234567891011>>