Searched defs:source_length (Results 1 - 9 of 9) sorted by relevance

/external/google-breakpad/src/common/
H A Dstring_conversion.cc42 size_t source_length = strlen(in); local
44 const UTF8 *source_end_ptr = source_ptr + source_length;
47 out->insert(out->begin(), source_length, 0);
86 size_t source_length = wcslen(in); local
88 const UTF32 *source_end_ptr = source_ptr + source_length;
91 out->insert(out->begin(), source_length, 0);
/external/v8/src/
H A Dnatives-external.cc82 int source_length; local
84 bytes->GetBlob(&source, &source_length);
89 reinterpret_cast<const char*>(source), source_length); local
H A Dcompiler.cc1091 int source_length = source->length(); local
1092 isolate->counters()->total_eval_size()->Increment(source_length);
1093 isolate->counters()->total_compile_size()->Increment(source_length);
1155 int source_length = source->length(); local
1156 isolate->counters()->total_load_size()->Increment(source_length);
1157 isolate->counters()->total_compile_size()->Increment(source_length);
1234 CompilationInfo* info, int source_length) {
1236 isolate->counters()->total_load_size()->Increment(source_length);
1237 isolate->counters()->total_compile_size()->Increment(source_length);
1233 CompileStreamedScript( CompilationInfo* info, int source_length) argument
H A Dscanner.h367 int source_length = (location.end_pos - location.beg_pos); local
370 source_length -= 2;
372 return current_.literal_chars->length() != source_length;
H A Druntime.cc1214 size_t source_length = NumberToSize(isolate, source->length()); local
1217 if (offset > target_length || offset + source_length > target_length ||
1218 offset + source_length < offset) { // overflow
H A Dapi.cc408 int source_length)
410 source_length_(source_length >= 0 ?
411 source_length :
404 Extension(const char* name, const char* source, int dep_count, const char** deps, int source_length) argument
/external/libvpx/libvpx/vpx_scale/generic/
H A Dvpx_scale.c49 * unsigned int source_length : Length of source (UNUSED).
70 unsigned int source_length,
79 (void) source_length;
103 * unsigned int source_length : Length of source (UNUSED).
124 unsigned int source_length,
132 (void) source_length;
149 * unsigned int source_length : Length of source (UNUSED).
170 unsigned int source_length,
183 (void) source_length;
187 /*assert ( (source_length
65 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
119 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
165 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/v8/test/cctest/
H A Dtest-parsing.cc219 int source_length = i::StrLength(source); local
223 isolate, new ScriptResource(source, source_length)));
/external/v8/include/
H A Dv8.h4004 int source_length = -1);
4012 size_t source_length() const { return source_length_; } function in class:v8::Extension

Completed in 368 milliseconds