HomeSort by relevance Sort by last modified time
    Searched refs:source_length (Results 1 - 7 of 7) sorted by null

  /external/libvpx/libvpx/vpx_scale/generic/
vpxscale.c 109 * unsigned int source_length : Length of source (UNUSED).
130 unsigned int source_length,
139 (void) source_length;
163 * unsigned int source_length : Length of source (UNUSED).
184 unsigned int source_length,
192 (void) source_length;
209 * unsigned int source_length : Length of source (UNUSED).
230 unsigned int source_length,
243 (void) source_length;
247 /*assert ( (source_length-1) * dest_scale >= (dest_length-1) * source_scale );*
    [all...]
  /external/v8/src/
scanner.h 356 int source_length = (location.end_pos - location.beg_pos); local
359 source_length -= 2;
361 return current_.literal_chars->length() != source_length;
compiler.cc 480 int source_length = source->length(); local
481 isolate->counters()->total_load_size()->Increment(source_length);
482 isolate->counters()->total_compile_size()->Increment(source_length);
551 int source_length = source->length(); local
552 isolate->counters()->total_eval_size()->Increment(source_length);
553 isolate->counters()->total_compile_size()->Increment(source_length);
parser.cc 5932 int source_length = source->length(); local
5935 Handle<ExternalTwoByteString>::cast(source), 0, source_length); local
    [all...]
api.cc 525 int source_length)
527 source_length_(source_length >= 0 ?
528 source_length :
    [all...]
  /external/v8/test/cctest/
test-parsing.cc 196 int source_length = i::StrLength(source); local
201 v8::ScriptData::PreCompile(source, source_length);
206 ScriptResource* resource = new ScriptResource(source, source_length);
214 ScriptResource* resource = new ScriptResource(source, source_length);
    [all...]
  /external/v8/include/
v8.h 2511 size_t source_length() const { return source_length_; } function in class:v8::Extension
    [all...]

Completed in 465 milliseconds