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

1 2

  /packages/inputmethods/PinyinIME/jni/share/
splparser.cpp 31 uint16 spl_idx[], uint16 start_pos[],
45 if (NULL != start_pos)
46 start_pos[0] = 0;
60 if (NULL != start_pos)
61 start_pos[idx_num] = str_pos;
71 if (NULL != start_pos)
72 start_pos[idx_num] = str_pos;
114 if (NULL != start_pos)
115 start_pos[idx_num] = str_pos;
134 if (NULL != start_pos)
294 uint16 start_pos[3]; local
310 uint16 start_pos[3]; local
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
mkskel.tpu 18 COPY_TEXT(' "'); start_pos := MARK(NONE);
20 MODIFY_RANGE(rest_of_line, start_pos, end_pos);
  /packages/inputmethods/PinyinIME/jni/include/
splparser.h 43 uint16 start_pos[], uint16 max_size, bool &last_is_pre);
49 uint16 start_pos[], uint16 max_size, bool &last_is_pre);
54 uint16 start_pos[], uint16 max_size, bool &last_is_pre);
59 uint16 splidx[], uint16 start_pos[],
dictlist.h 56 // Calculate the requsted memory, including the start_pos[] buffer.
  /external/v8/src/
messages.h 70 int start_pos,
73 start_pos_(start_pos),
78 int start_pos() const { return start_pos_; } function in class:v8::internal::MessageLocation
messages.cc 54 loc->start_pos(), *str);
80 start = loc->start_pos();
flags.cc 405 int start_pos = (value == NULL) ? i : i - 1; local
406 int js_argc = *argc - start_pos;
412 js_argv[k - start_pos] = StrDup(argv[k]);
parser.h 61 int start_pos() { return backing_[kStartPosOffset]; } function in class:v8::internal::BASE_EMBEDDED
jsregexp.cc 4290 int start_pos = 0; local
    [all...]
top.cc 791 thread_local_.pending_message_start_pos_ = location->start_pos();
843 int start_pos = thread_local_.pending_message_start_pos_; local
845 MessageLocation location(script, start_pos, end_pos);
    [all...]
  /external/libnfc-nxp/src/
phLlcNfc_Frame.c 786 ps_store_frame->start_pos) % PH_LLCNFC_MOD_NS_NR))
891 ps_store_frame->start_pos))
948 (((ns_rejected != ps_store_frame->start_pos) &&
    [all...]
phLlcNfc_Interface.c 298 count = ps_frame_info->s_send_store.start_pos;
305 PH_LLCNFC_DEBUG("NS START POS : 0x%02X\n", ps_store_frame->start_pos);
392 if ((((ps_store_frame->start_pos + ps_store_frame->winsize_cnt) %
    [all...]
phLlcNfc.c 458 count = (uint8_t)((((ps_store_frame->start_pos +
  /packages/apps/Browser/tools/
get_search_engines.py 115 start_pos = self.chrome_data.find('{', search_obj.start()) + 1;
116 end_pos = self.chrome_data.find('};', start_pos);
117 engine_data_str = self.chrome_data[start_pos:end_pos]
123 start_pos = line.find(' // ')
124 if start_pos != -1:
125 line = line[:start_pos]
  /external/dbus/dbus/
dbus-marshal-recursive.h 51 dbus_uint32_t array_len_offset : 3; /**< bytes back from start_pos that len ends */
61 int start_pos; /**< for array readers, the start of the array values */ member in struct:DBusTypeReader::__anon3212::__anon3213
87 int start_pos; /**< position of first element in the array */ member in struct:DBusTypeWriter::__anon3214::__anon3215
dbus-marshal-recursive.c 194 sub->u.array.start_pos = _DBUS_INT_MAX;
199 the offset back from start_pos to end of the len */
201 ((reader)->u.array.start_pos - ((int)(reader)->array_len_offset) - 4)
220 _dbus_assert (reader->u.array.start_pos - len_pos - 4 < 8);
245 sub->u.array.start_pos = sub->value_pos;
246 _dbus_assert ((sub->u.array.start_pos - (len_pos + 4)) < 8); /* only 3 bits in array_len_offset */
247 sub->array_len_offset = sub->u.array.start_pos - (len_pos + 4);
252 sub->u.array.start_pos,
302 end_pos = reader->u.array.start_pos + array_reader_get_array_len (reader);
305 _dbus_assert (reader->value_pos >= reader->u.array.start_pos);
    [all...]
  /external/bluetooth/glib/glib/
gregex.h 231 gint *start_pos,
237 gint *start_pos,
  /external/chromium/googleurl/src/
gurl.cc 426 const char* start_pos = spec_.data() + parsed_.host.begin + local
429 if (!url_util::LowerCaseEqualsASCII(start_pos,
439 '.' != *(start_pos - 1))
  /external/libvpx/vp8/encoder/
firstpass.c 130 //FIRSTPASS_STATS *start_pos;
132 /*start_pos = cpi->stats_in;
151 reset_fpf_position(cpi, start_pos);*/
1119 FIRSTPASS_STATS *start_pos; local
1198 FIRSTPASS_STATS *start_pos; local
1839 FIRSTPASS_STATS *start_pos; local
2034 FIRSTPASS_STATS *start_pos; local
    [all...]
  /external/v8/test/cctest/
test-log-utils.cc 40 LogDynamicBuffer* dynabuf, int start_pos, i::Vector<char>* buffer) {
41 return dynabuf->Read(start_pos, buffer->start(), buffer->length());
  /external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp     [all...]
  /external/quake/quake/src/WinQuake/
snd_gus.cpp 356 long start_pos,string_start_pos; local
385 start_pos=ftell(f);
398 if (ftell(f)==start_pos)
422 start_pos=ftell(f);
439 if (ftell(f)==start_pos)
    [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/sonivox/jet_tools/JetCreator/
JetFile.py 462 start_pos = output_file.tell()
465 jet_segfile.Write(output_file, offset=start_pos)
470 file_size = end_pos - start_pos
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
gregex.sgml 596 @start_pos:
618 @start_pos:

Completed in 671 milliseconds

1 2