/external/chromium/base/ |
sys_info_chromeos.cc | 50 size_t start_index = lsb_release.find_first_of('=', version_key_index); local 51 start_index++; // Move past '='. 52 size_t length = lsb_release.find_first_of('\n', start_index) - start_index; 53 std::string version = lsb_release.substr(start_index, length);
|
/external/libnfc-nxp/src/ |
phLlcNfc_Timer.c | 372 uint8_t start_index = 0; local 383 while (start_index < no_of_guard_to_del) 386 ps_timer_info->guard_to_value[start_index] = (uint16_t) 388 (no_of_guard_to_del + start_index)]); 390 ps_timer_info->iframe_send_count[start_index] = (uint8_t) 392 (no_of_guard_to_del + start_index)]); 394 PH_LLCNFC_DEBUG("GUARD TIMER NS INDEX DELETED : 0x%02X\n", ps_timer_info->timer_ns_value[start_index]); 396 ps_timer_info->timer_ns_value[start_index] = (uint8_t) 398 (no_of_guard_to_del + start_index)]); 400 ps_timer_info->frame_type[start_index] = (uint8_t 683 uint8_t start_index = 0; local [all...] |
/external/chromium/net/base/ |
load_log_util.cc | 106 int start_index = FindStartOfBlockIndex(entry); local 107 if (start_index != -1) { 109 entry.block_index = start_index; 110 entries_[start_index].block_index = i; 114 current_indentation = entries_[start_index].indentation; 152 std::string GetBlockDtString(size_t start_index) { 153 int end_index = entries_[start_index].block_index; 159 entries_[start_index].log_entry->time).InMilliseconds();
|
/external/v8/src/ |
regexp-macro-assembler.cc | 75 int start_index) { 78 ASSERT(start_index >= 0); 79 ASSERT(start_index <= subject->length()); 90 return address + start_index; 99 return reinterpret_cast<const byte*>(data + start_index);
|
string.js | 540 var start_index = 0; 543 if (start_index + separator_length > length || 544 (index = %StringIndexOf(subject, separator, start_index)) === -1) { 545 result.push(SubString(subject, start_index, length)); 548 if (result.push(SubString(subject, start_index, index)) === limit) break; 549 start_index = index + separator_length; 611 function splitMatch(separator, subject, current_index, start_index) { 612 var matchInfo = DoRegExpExec(separator, subject, start_index);
|
runtime.cc | [all...] |
regexp-macro-assembler.h | 205 static const byte* StringCharacterPosition(String* subject, int start_index);
|
jsregexp.cc | 213 uint32_t start_index = index; local 215 int value = Runtime::StringMatch(subject, needle, start_index); [all...] |
/external/sonivox/jet_tools/JetCreator/ |
midifile.py | 898 def DeleteEvents (self, start_index, end_index, move_meta_events=None):
900 if start_index is None:
901 start_index = 0
906 #for evt in self[start_index:end_index]:
912 for event in self[start_index:end_index]:
928 midi_file_logger.debug('DeleteEvents: deleted %d events in range(%s:%s)' % (delete_count, start_index, end_index))
929 midi_file_logger.debug('DeleteEvents: moved %d events in range(%s:%s)' % (move_count, start_index, end_index))
[all...] |
/external/v8/src/arm/ |
regexp-macro-assembler-arm.cc | 92 * int start_index, 1044 int start_index = frame_entry<int>(re_frame, kStartIndex); local [all...] |
/external/v8/src/ia32/ |
regexp-macro-assembler-ia32.cc | 88 * int start_index, 1037 int start_index = frame_entry<int>(re_frame, kStartIndex); local [all...] |
/external/v8/src/x64/ |
regexp-macro-assembler-x64.cc | 97 * int start_index, 1125 int start_index = frame_entry<int>(re_frame, kStartIndex); local [all...] |
/dalvik/hit/samples/ |
android.hprof | [all...] |