Home
last modified time | relevance | path

Searched refs:current_index (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dd8-readline.cc103 static unsigned current_index; in CompletionGenerator() local
111 current_index = 0; in CompletionGenerator()
113 if (current_index < current_completions->Length()) { in CompletionGenerator()
115 Handle<Integer> index = Integer::New(current_index); in CompletionGenerator()
117 current_index++; in CompletionGenerator()
Dstring.js611 function splitMatch(separator, subject, current_index, start_index) { argument
Dobjects.cc2615 int current_index = descs->GetFieldIndex(i); in NextFreePropertyIndex() local
2616 if (current_index > max_index) max_index = current_index; in NextFreePropertyIndex()
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
DSDL_fbvideo.c490 int current_index; in FB_VideoInit() local
625 current_index = ((vinfo.bits_per_pixel+7)/8)-1; in FB_VideoInit()
632 FB_AddMode(this, current_index, current_w, current_h, 0); in FB_VideoInit()
641 if ( i == current_index ) { in FB_VideoInit()
645 current_index = -1; in FB_VideoInit()
663 if ( i == current_index ) { in FB_VideoInit()
667 current_index = -1; in FB_VideoInit()