Searched refs:source_length (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/v8/src/extensions/i18n/
H A Di18n-utils.h75 int32_t source_length,
H A Di18n-utils.cc126 int32_t source_length,
130 source_length < target_length ? source_length : target_length;
125 AsciiToUChar(const char* source, int32_t source_length, UChar* target, int32_t target_length) argument
/external/chromium_org/chrome/browser/metrics/
H A Dcompression_utils.cc32 uLong source_length) {
36 stream.avail_in = static_cast<uInt>(source_length);
29 GzipCompressHelper(Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length) argument
/external/libvpx/libvpx/vpx_scale/generic/
H A Dvpx_scale.c48 * unsigned int source_length : Length of source (UNUSED).
69 unsigned int source_length,
78 (void) source_length;
102 * unsigned int source_length : Length of source (UNUSED).
123 unsigned int source_length,
131 (void) source_length;
148 * unsigned int source_length : Length of source (UNUSED).
169 unsigned int source_length,
182 (void) source_length;
186 /*assert ( (source_length
64 scale1d_2t1_i( const unsigned char *source, int source_step, unsigned int source_scale, unsigned int source_length, unsigned char *dest, int dest_step, unsigned int dest_scale, unsigned int dest_length ) argument
118 scale1d_2t1_ps( const unsigned char *source, int source_step, unsigned int source_scale, unsigned int source_length, unsigned char *dest, int dest_step, unsigned int dest_scale, unsigned int dest_length ) argument
164 scale1d_c( const unsigned char *source, int source_step, unsigned int source_scale, unsigned int source_length, unsigned char *dest, int dest_step, unsigned int dest_scale, unsigned int dest_length ) argument
[all...]
/external/chromium_org/v8/src/
H A Dscanner.h344 int source_length = (location.end_pos - location.beg_pos); local
347 source_length -= 2;
349 return current_.literal_chars->length() != source_length;
H A Dcompiler.cc689 int source_length = source->length(); local
690 isolate->counters()->total_load_size()->Increment(source_length);
691 isolate->counters()->total_compile_size()->Increment(source_length);
765 int source_length = source->length(); local
766 isolate->counters()->total_eval_size()->Increment(source_length);
767 isolate->counters()->total_compile_size()->Increment(source_length);
H A Dapi.cc571 int source_length)
573 source_length_(source_length >= 0 ?
574 source_length :
567 Extension(const char* name, const char* source, int dep_count, const char** deps, int source_length) argument
H A Druntime.cc1063 size_t source_length = NumberToSize(isolate, source->length()); local
1067 offset + source_length > target_length ||
1068 offset + source_length < offset) // overflow
/external/v8/src/
H A Dscanner.h356 int source_length = (location.end_pos - location.beg_pos); local
359 source_length -= 2;
361 return current_.literal_chars->length() != source_length;
H A Dcompiler.cc480 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);
H A Dparser.cc5932 int source_length = source->length(); local
5935 Handle<ExternalTwoByteString>::cast(source), 0, source_length); local
5938 GenericStringUtf16CharacterStream stream(source, 0, source_length);
H A Dapi.cc525 int source_length)
527 source_length_(source_length >= 0 ?
528 source_length :
521 Extension(const char* name, const char* source, int dep_count, const char** deps, int source_length) argument
/external/chromium_org/third_party/jinja2/
H A Dlexer.py562 source_length = len(source)
676 if pos >= source_length:
/external/chromium_org/v8/test/cctest/
H A Dtest-parsing.cc197 int source_length = i::StrLength(source); local
202 v8::ScriptData::PreCompile(source, source_length);
207 ScriptResource* resource = new ScriptResource(source, source_length);
215 ScriptResource* resource = new ScriptResource(source, source_length);
/external/v8/test/cctest/
H A Dtest-parsing.cc196 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);
/external/v8/include/
H A Dv8.h2503 int source_length = -1);
2511 size_t source_length() const { return source_length_; } function in class:v8::Extension
/external/chromium_org/v8/include/
H A Dv8.h3748 int source_length = -1);
3756 size_t source_length() const { return source_length_; } function in class:v8::Extension

Completed in 1334 milliseconds