HomeSort by relevance Sort by last modified time
    Searched defs:start_pos (Results 26 - 48 of 48) sorted by null

12

  /external/chromium_org/ui/base/ime/win/
tsf_text_store.cc 298 const uint32 start_pos = acp_start - committed_size_; local
301 if (start_pos == end_pos) {
307 if (start_pos == 0) {
316 } else if (text_input_client_->GetCompositionCharacterBounds(start_pos - 1,
326 if (text_input_client_->GetCompositionCharacterBounds(start_pos,
344 if (start_pos == 0) {
393 const LONG start_pos = selection_.start(); local
395 const LONG new_end_pos = start_pos + text_buffer_size;
401 *acp_start = start_pos;
413 DCHECK_LE(start_pos, end_pos)
631 const LONG start_pos = selection_buffer[0].acpStart; local
807 LONG start_pos, length; local
    [all...]
  /external/chromium_org/win8/metro_driver/ime/
text_store.cc 309 const uint32 start_pos = acp_start - committed_size_; local
312 if (start_pos == end_pos) {
318 if (start_pos == 0) {
327 } else if (delegate_->GetCompositionCharacterBounds(start_pos - 1,
335 if (delegate_->GetCompositionCharacterBounds(start_pos, &tmp_rect)) {
348 if (start_pos == 0)
396 const LONG start_pos = selection_start_; local
398 const LONG new_end_pos = start_pos + text_buffer_size;
404 *acp_start = start_pos;
415 DCHECK_LE(start_pos, end_pos)
625 const LONG start_pos = selection_buffer[0].acpStart; local
796 LONG start_pos, length; local
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 112 string::size_type start_pos = 0; local
115 pos = s.find(oldsub, start_pos);
119 res->append(s, start_pos, pos - start_pos);
121 start_pos = pos + oldsub.size(); // start searching again after the "old"
123 res->append(s, start_pos, s.length() - start_pos);
    [all...]
  /external/aac/libSBRenc/src/
env_est.cpp 442 over slots (start_pos) to (stop_pos)
450 INT start_pos, /*! start slot */
476 for (l = start_pos; l < border_pos; l++) {
582 INT no_of_bands, start_pos, stop_pos, li, ui; local
627 start_pos = timeStep * frame_info->borders[i];
696 count[j] = stop_pos - start_pos;
703 start_pos,
725 start_pos,
741 count[j] = (stop_pos - start_pos) * (ui - li);
745 start_pos,
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
Lexer.java 60 int start_pos = this.pos; local
163 start_pos + 1);
178 start_pos + 1);
192 start_pos + 1);
206 start_pos + 1);
220 start_pos + 1);
234 start_pos + 1);
248 start_pos + 1);
262 start_pos + 1);
277 start_pos + 1)
    [all...]
  /external/libnfc-nxp/src/
phLlcNfc_DataTypes.h 460 uint8_t start_pos; member in struct:phLlcNfc_StoreIFrame
  /external/aac/libSBRdec/src/
env_calc.cpp 163 int start_pos, int next_pos,
172 int start_pos, int next_pos,
612 UCHAR start_pos = hHeaderData->timeStep * borders[i]; /* Start-position in time (subband sample) for current envelope. */ local
649 start_pos, stop_pos,
658 start_pos, stop_pos,
    [all...]
  /external/chromium_org/ui/gfx/
render_text_win.cc 863 const SkPoint& start_pos = local
869 renderer.DrawPosText(&start_pos, &run->glyphs[colored_glyphs.start()],
871 renderer.DrawDecorations(start_pos.x(), text_offset.y(),
872 SkScalarCeilToInt(end_pos.x() - start_pos.x())
    [all...]
  /external/chromium_org/v8/src/
isolate.cc 1293 int start_pos = thread_local_top_.pending_message_start_pos_; local
1317 int start_pos = thread_local_top_.pending_message_start_pos_; local
    [all...]
parser.h 66 int start_pos() { return backing_[kStartPositionIndex]; } function in class:v8::internal::BASE_EMBEDDED
jsregexp.cc 5412 int start_pos = 0; local
    [all...]
parser.cc 4300 int start_pos = scope->start_position(); local
4322 int start_pos = scope->start_position(); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 1164 FIRSTPASS_STATS *start_pos; local
1650 FIRSTPASS_STATS *start_pos; local
2323 FIRSTPASS_STATS *start_pos; local
    [all...]
  /external/v8/src/
builtins.cc 979 int start_pos = 0; local
    [all...]
isolate.cc 1216 int start_pos = thread_local_top_.pending_message_start_pos_; local
    [all...]
parser.h 84 int start_pos() { return backing_[kStartPositionIndex]; } function in class:v8::internal::BASE_EMBEDDED
jsregexp.cc 4387 int start_pos = 0; local
    [all...]
parser.cc 4583 int start_pos = scope->start_position(); local
4606 int start_pos = scope->start_position(); local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 1335 FIRSTPASS_STATS *start_pos; local
1741 FIRSTPASS_STATS *start_pos; local
2647 FIRSTPASS_STATS *start_pos; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp.cc 971 size_t start_pos = kLinePrefixLength; \/\/ Starting position to parse. local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 

Completed in 5036 milliseconds

12