Home
last modified time | relevance | path

Searched refs:set_length (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium/googleurl/src/
Durl_canon_icu.cc115 output->set_length(output->length()); in ConvertFromUTF16()
123 output->set_length(begin_offset + required_capacity); in ConvertFromUTF16()
153 output->set_length(num_converted); in IDNToASCII()
Durl_canon_host.cc269 output->set_length(begin_length); in DoComplexHost()
273 output->set_length(begin_length); in DoComplexHost()
357 output->set_length(output_begin); in DoHost()
Durl_canon_path.cc188 output->set_length(i + 1); in BackUpToPreviousSlash()
Durl_canon.h108 void set_length(int new_len) { in set_length() function
/external/chromium/net/spdy/
Dspdy_protocol_test.cc71 frame.set_length(12345); in TEST()
77 frame.set_length(0); in TEST()
159 frame.set_length(0); in TEST()
162 frame.set_length(kLengthMask); in TEST()
165 frame.set_length(5u); in TEST()
248 EXPECT_DEBUG_DEATH(frame.set_length(~0), ""); in TEST()
Dspdy_protocol.h374 void set_length(uint32 length) { in set_length() function
Dspdy_framer.cc1485 new_frame->set_length(header_length + compressed_size - SpdyFrame::size()); in CompressFrameWithZStream()
1556 new_frame->set_length(header_length + decompressed_size - SpdyFrame::size()); in DecompressFrameWithZStream()
/external/marisa-trie/lib/marisa/
Dcell.h21 void set_length(std::size_t length) { in set_length() function
Dtrie-inline.h258 cell.set_length(key.length()); in predict_callback_()
293 stack[stack_pos].set_length(key.length()); in predict_callback_()
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dcell.h21 void set_length(std::size_t length) { in set_length() function
Dtrie-inline.h263 cell.set_length(key.length()); in predict_callback_()
298 stack[stack_pos].set_length(key.length()); in predict_callback_()
/external/v8/src/
Dbuiltins.cc199 array->set_length(Smi::FromInt(0)); in ArrayCodeGenericCommon()
227 array->set_length(Smi::cast(obj)); in ArrayCodeGenericCommon()
293 array->set_length(Smi::FromInt(number_of_elements)); in ArrayCodeGenericCommon()
538 array->set_length(Smi::FromInt(new_length)); in BUILTIN()
562 array->set_length(Smi::FromInt(len - 1)); in BUILTIN()
612 array->set_length(Smi::FromInt(len - 1)); in BUILTIN()
673 array->set_length(Smi::FromInt(new_length)); in BUILTIN()
924 array->set_length(Smi::FromInt(new_length)); in BUILTIN()
Dheap.cc2915 share->set_length(0); in AllocateSharedFunctionInfo()
3110 cons_string->set_length(length); in AllocateConsString()
3190 sliced_string->set_length(length); in AllocateSubString()
3227 external_string->set_length(static_cast<int>(length)); in AllocateExternalStringFromAscii()
3256 external_string->set_length(static_cast<int>(length)); in AllocateExternalStringFromTwoByte()
3306 reinterpret_cast<ByteArray*>(result)->set_length(length); in AllocateByteArray()
3325 reinterpret_cast<ByteArray*>(result)->set_length(length); in AllocateByteArray()
3358 reinterpret_cast<ExternalArray*>(result)->set_length(length); in AllocateExternalArray()
3848 array->set_length(Smi::FromInt(0)); in AllocateJSArrayAndStorage()
3875 array->set_length(Smi::FromInt(length)); in AllocateJSArrayAndStorage()
[all …]
Dheap-inl.h128 answer->set_length(str.length()); in AllocateAsciiSymbol()
161 answer->set_length(str.length()); in AllocateTwoByteSymbol()
Dspaces-inl.h330 string->set_length(length); in ShrinkStringAtAllocationBoundary()
Delements.cc645 backing_store->set_length(length); in SetLengthWithoutNormalize()
1378 array->set_length(Smi::cast(new_length)); in SetLengthImpl()
1399 array->set_length(new_length); in SetLengthImpl()
Djson-parser.h543 seq_str->set_length(count); in SlowScanJsonString()
Druntime.cc523 object->set_length(Smi::FromInt(copied_elements_values->length())); in CreateArrayLiteralBoilerplate()
1777 array->set_length(Smi::FromInt(elements_count)); in RUNTIME_FUNCTION()
2069 fun->shared()->set_length(length); in RUNTIME_FUNCTION()
2187 target->shared()->set_length(shared->length()); in RUNTIME_FUNCTION()
2363 result_array->set_length(Smi::FromInt(length_)); in ToJSArray()
2369 target_array->set_length(Smi::FromInt(length_)); in ToJSArray()
3215 answer->set_length(position); in StringReplaceRegExpWithEmptyString()
3637 result->set_length(Smi::FromInt(matches)); in RUNTIME_FUNCTION()
6317 result->set_length(Smi::FromInt(part_count)); in RUNTIME_FUNCTION()
7709 array->set_length(length); in RUNTIME_FUNCTION()
[all …]
Dbootstrapper.cc872 array_function->shared()->set_length(1); in InitializeGlobal()
1712 call->shared()->set_length(1); in InstallNatives()
1713 apply->shared()->set_length(2); in InstallNatives()
Dcompiler.cc763 function_info->set_length(lit->parameter_count()); in SetFunctionInfo()
Dobjects.h2217 inline void set_length(int value);
5160 inline void set_length(int value);
6820 inline void set_length(int value);
7930 inline void set_length(Smi* length);
/external/marisa-trie/tests/
Dunit-test.cc432 cell.set_length(4); in TestCell()
/external/marisa-trie/v0_1_5/tests/
Dunit-test.cc436 cell.set_length(4); in TestCell()
/external/v8/src/ia32/
Ddeoptimizer-ia32.cc177 reloc_info->set_length(new_reloc_size); in DeoptimizeFunction()
/external/libvpx/libvpx/examples/includes/geshi/
Dgeshi.php3315 …for ($set = 0, $set_length = count($this->language_data['CACHED_KEYWORD_LISTS'][$k]); $set < $set…

12