/external/chromium/googleurl/src/ |
D | url_canon_icu.cc | 115 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()
|
D | url_canon_host.cc | 269 output->set_length(begin_length); in DoComplexHost() 273 output->set_length(begin_length); in DoComplexHost() 357 output->set_length(output_begin); in DoHost()
|
D | url_canon_path.cc | 188 output->set_length(i + 1); in BackUpToPreviousSlash()
|
D | url_canon.h | 108 void set_length(int new_len) { in set_length() function
|
/external/chromium/net/spdy/ |
D | spdy_protocol_test.cc | 71 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()
|
D | spdy_protocol.h | 374 void set_length(uint32 length) { in set_length() function
|
D | spdy_framer.cc | 1485 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/ |
D | cell.h | 21 void set_length(std::size_t length) { in set_length() function
|
D | trie-inline.h | 258 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/ |
D | cell.h | 21 void set_length(std::size_t length) { in set_length() function
|
D | trie-inline.h | 263 cell.set_length(key.length()); in predict_callback_() 298 stack[stack_pos].set_length(key.length()); in predict_callback_()
|
/external/v8/src/ |
D | builtins.cc | 199 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()
|
D | heap.cc | 2915 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 …]
|
D | heap-inl.h | 128 answer->set_length(str.length()); in AllocateAsciiSymbol() 161 answer->set_length(str.length()); in AllocateTwoByteSymbol()
|
D | spaces-inl.h | 330 string->set_length(length); in ShrinkStringAtAllocationBoundary()
|
D | elements.cc | 645 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()
|
D | json-parser.h | 543 seq_str->set_length(count); in SlowScanJsonString()
|
D | runtime.cc | 523 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 …]
|
D | bootstrapper.cc | 872 array_function->shared()->set_length(1); in InitializeGlobal() 1712 call->shared()->set_length(1); in InstallNatives() 1713 apply->shared()->set_length(2); in InstallNatives()
|
D | compiler.cc | 763 function_info->set_length(lit->parameter_count()); in SetFunctionInfo()
|
D | objects.h | 2217 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/ |
D | unit-test.cc | 432 cell.set_length(4); in TestCell()
|
/external/marisa-trie/v0_1_5/tests/ |
D | unit-test.cc | 436 cell.set_length(4); in TestCell()
|
/external/v8/src/ia32/ |
D | deoptimizer-ia32.cc | 177 reloc_info->set_length(new_reloc_size); in DeoptimizeFunction()
|
/external/libvpx/libvpx/examples/includes/geshi/ |
D | geshi.php | 3315 …for ($set = 0, $set_length = count($this->language_data['CACHED_KEYWORD_LISTS'][$k]); $set < $set…
|