/external/protobuf/python/google/protobuf/internal/ |
D | test_util.py | 572 message.packed_int32.extend([601, 701]) 573 message.packed_int64.extend([602, 702]) 574 message.packed_uint32.extend([603, 703]) 575 message.packed_uint64.extend([604, 704]) 576 message.packed_sint32.extend([605, 705]) 577 message.packed_sint64.extend([606, 706]) 578 message.packed_fixed32.extend([607, 707]) 579 message.packed_fixed64.extend([608, 708]) 580 message.packed_sfixed32.extend([609, 709]) 581 message.packed_sfixed64.extend([610, 710]) [all …]
|
D | containers.py | 112 def extend(self, elem_seq): member in RepeatedScalarFieldContainer 121 self._values.extend(new_values) 128 self._values.extend(other._values)
|
/external/protobuf/gtest/test/ |
D | gtest_shuffle_test.py | 140 ALL_TESTS.extend( 144 ACTIVE_TESTS.extend(GetTestsForAllIterations({}, [])[0]) 147 FILTERED_TESTS.extend( 151 SHARDED_TESTS.extend( 157 SHUFFLED_ALL_TESTS.extend(GetTestsForAllIterations( 161 SHUFFLED_ACTIVE_TESTS.extend(GetTestsForAllIterations( 165 SHUFFLED_FILTERED_TESTS.extend(GetTestsForAllIterations( 169 SHUFFLED_SHARDED_TESTS.extend( 326 sorted_active_tests.extend(ACTIVE_TESTS)
|
/external/protobuf/src/google/protobuf/ |
D | unittest_custom_options.proto | 50 extend google.protobuf.FileOptions { 54 extend google.protobuf.MessageOptions { 58 extend google.protobuf.FieldOptions { 65 extend google.protobuf.EnumOptions { 69 extend google.protobuf.EnumValueOptions { 73 extend google.protobuf.ServiceOptions { 82 extend google.protobuf.MethodOptions { 135 extend google.protobuf.MessageOptions { 220 extend google.protobuf.MessageOptions { 238 extend ComplexOptionType1 { [all …]
|
D | unittest_mset.proto | 52 extend TestMessageSet { 59 extend TestMessageSet {
|
/external/webkit/SunSpider/tests/parse-only/ |
D | prototype-1.6.0.3.js | 54 Object.extend(klass, Class.Methods); 106 Object.extend = function(destination, source) { function 112 Object.extend(Object, { 170 return Object.extend({ }, object); 203 Object.extend(Function.prototype, { 328 Object.extend(String, { 342 Object.extend(String.prototype, { 536 if (Prototype.Browser.WebKit || Prototype.Browser.IE) Object.extend(String.prototype, { 553 Object.extend(String.prototype.escapeHTML, { 802 Object.extend(Enumerable, { [all …]
|
D | concat-jquery-mootools-prototype.js | 562 jQuery.extend = jQuery.fn.extend = function() { 597 target[ name ] = jQuery.extend( deep, 618 jQuery.extend({ 1271 jQuery.extend({ 1367 jQuery.fn.extend({ 2600 jQuery.extend( jQuery.Event(type), event ) : 2894 jQuery.fn.extend({ 3018 jQuery.extend({ 3224 jQuery.fn.extend({ 3320 jQuery.extend({ [all …]
|
D | jquery-1.3.2.js | 562 jQuery.extend = jQuery.fn.extend = function() { 597 target[ name ] = jQuery.extend( deep, 618 jQuery.extend({ 1271 jQuery.extend({ 1367 jQuery.fn.extend({ 2600 jQuery.extend( jQuery.Event(type), event ) : 2894 jQuery.fn.extend({ 3018 jQuery.extend({ 3224 jQuery.fn.extend({ 3320 jQuery.extend({ [all …]
|
/external/v8/test/mjsunit/regress/ |
D | regress-crbug-3184.js | 28 Object.extend = function (dest, source) { function 33 Object.extend ( Function.prototype, 70 Object.extend( Array.prototype,
|
/external/webkit/JavaScriptCore/ |
D | wscript | 33 jscore_excludes.extend(get_excludes(jscore_dir, ['*CF.cpp', '*Symbian.cpp'])) 37 jscore_excludes.extend(get_excludes(jscore_dir, ['*None.cpp'])) 44 jscore_excludes.extend(get_excludes(jscore_dir, ['*Win.cpp']))
|
/external/webkit/WebCore/WebCore.gyp/scripts/ |
D | rule_binding.py | 109 command.extend(['-I', includeDir]) 111 command.extend(options) 112 command.extend(['--outputDir', cppdir, input])
|
D | action_makenames.py | 148 command.extend(['--tags', tagInput]) 150 command.extend(['--attrs', attrInput]) 151 command.extend(options)
|
D | rule_gperf.py | 74 command.extend(gperfCommands[inputName])
|
D | action_useragentstylesheets.py | 91 command.extend(styleSheets)
|
/external/webkit/WebKitTools/wx/build/ |
D | wxpresets.py | 111 libs.extend(['wxzlib' + depext, 'wxjpeg' + depext, 'wxpng' + depext, 'wxexpat' + depext]) 113 libs.extend(["wxmsw%s%s" % (version_str_nodot, ext)]) 115 libs.extend([get_wxlib_name('base'), get_wxlib_name('core')])
|
/external/libvpx/examples/includes/HTML-Toc-0.91/t/ |
D | extend.t | 42 #--- 1. extend ---------------------------------------------------------------- 47 $tocGenerator->extend($toc, "<h1>Header</h1>"); 80 $tocGenerator->extend($toc, "<h1>Header</h1>");
|
/external/webkit/WebCore/ |
D | wscript | 34 webcore_dirs.extend(['platform/wx/wxcode/win', 'plugins/win']) 146 cxxflags.extend(['-include', 'WebCorePrefix.h']) 163 excludes.extend(['UserStyleSheetLoader.cpp', 'RenderMediaControls.cpp'])
|
/external/webkit/WebKitTools/simplejson/ |
D | jsonfilter.py | 14 response['headers'].extend(headers) 35 headers.extend(response['headers'])
|
/external/openssl/ssl/ |
D | s2_pkt.c | 118 static int read_n(SSL *s,unsigned int n,unsigned int max,unsigned int extend); 320 unsigned int extend) in read_n() argument 328 if (extend) in read_n() 348 if ((s->s2->rbuf_left != 0) || ((s->packet_length != 0) && extend)) in read_n() 351 if (extend) in read_n() 410 if (extend) in read_n()
|
/external/genext2fs/ |
D | genext2fs.c | 977 int extend = 0, reduce = 0; in walk_bw() local 985 extend = 1; in walk_bw() 994 if(extend) // allocate first block in walk_bw() 1003 if(extend) // allocate block in walk_bw() 1014 if(extend) // allocate indirect block in walk_bw() 1020 if(extend) // allocate first block in walk_bw() 1031 if(extend) // allocate block in walk_bw() 1043 if(extend) // allocate double indirect block in walk_bw() 1048 if(extend) // allocate first indirect block in walk_bw() 1054 if(extend) // allocate first block in walk_bw() [all …]
|
/external/webkit/WebKit/android/nav/ |
D | SelectText.h | 55 void setExtendSelection(bool extend) { m_extendSelection = extend; } in setExtendSelection() argument
|
/external/webkit/WebKit/chromium/ |
D | gyp_webkit | 78 args.extend(['-I' + i for i in additional_include_files(args)]) 82 args.extend(['-fmake']) 85 args.extend([
|
/external/webkit/WebKitTools/Scripts/webkitpy/style/ |
D | filter.py | 227 rules.extend(path_rules) 228 rules.extend(self.user_rules)
|
/external/grub/netboot/ |
D | main.c | 964 static unsigned char *extdata = NULL, *extend = NULL; in decode_rfc1533() local 992 if (extend + len in decode_rfc1533() 996 grub_memmove (extend, p, len); in decode_rfc1533() 997 extend += len; in decode_rfc1533() 1007 endp = extend; in decode_rfc1533() 1080 extdata = extend = endp; in decode_rfc1533()
|
/external/chromium/base/ |
D | linux_versioninfo.scons | 293 prerequisites.extend(_outputs) 294 target_files.extend(_outputs) 317 target_files.extend(_outputs)
|