| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | Reader.java | 209 void readDoubleList(List<Double> target) throws IOException; in readDoubleList() 217 void readFloatList(List<Float> target) throws IOException; in readFloatList() 225 void readUInt64List(List<Long> target) throws IOException; in readUInt64List() 233 void readInt64List(List<Long> target) throws IOException; in readInt64List() 241 void readInt32List(List<Integer> target) throws IOException; in readInt32List() 249 void readFixed64List(List<Long> target) throws IOException; in readFixed64List() 257 void readFixed32List(List<Integer> target) throws IOException; in readFixed32List() 265 void readBoolList(List<Boolean> target) throws IOException; in readBoolList() 272 void readStringList(List<String> target) throws IOException; in readStringList() 280 void readStringListRequireUtf8(List<String> target) throws IOException; in readStringListRequireUtf8() [all …]
|
| D | UnsafeUtil.java | 120 static byte getByte(Object target, long offset) { in getByte() 124 static void putByte(Object target, long offset, byte value) { in putByte() 128 static int getInt(Object target, long offset) { in getInt() 132 static void putInt(Object target, long offset, int value) { in putInt() 136 static long getLong(Object target, long offset) { in getLong() 140 static void putLong(Object target, long offset, long value) { in putLong() 144 static boolean getBoolean(Object target, long offset) { in getBoolean() 148 static void putBoolean(Object target, long offset, boolean value) { in putBoolean() 152 static float getFloat(Object target, long offset) { in getFloat() 156 static void putFloat(Object target, long offset, float value) { in putFloat() [all …]
|
| D | CodedInputStreamReader.java | 286 public void readDoubleList(List<Double> target) throws IOException { in readDoubleList() 344 public void readFloatList(List<Float> target) throws IOException { in readFloatList() 402 public void readUInt64List(List<Long> target) throws IOException { in readUInt64List() 460 public void readInt64List(List<Long> target) throws IOException { in readInt64List() 518 public void readInt32List(List<Integer> target) throws IOException { in readInt32List() 576 public void readFixed64List(List<Long> target) throws IOException { in readFixed64List() 634 public void readFixed32List(List<Integer> target) throws IOException { in readFixed32List() 692 public void readBoolList(List<Boolean> target) throws IOException { in readBoolList() 750 public void readStringList(List<String> target) throws IOException { in readStringList() 755 public void readStringListRequireUtf8(List<String> target) throws IOException { in readStringListRequireUtf8() [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
| D | validationGL13.cpp | 15 GLenum target, in ValidateCompressedTexImage1D() 27 GLenum target, in ValidateCompressedTexSubImage1D() 38 bool ValidateGetCompressedTexImage(Context *context, GLenum target, GLint level, void *img) in ValidateGetCompressedTexImage() 63 bool ValidateMultiTexCoord1d(Context *context, GLenum target, GLdouble s) in ValidateMultiTexCoord1d() 68 bool ValidateMultiTexCoord1dv(Context *context, GLenum target, const GLdouble *v) in ValidateMultiTexCoord1dv() 73 bool ValidateMultiTexCoord1f(Context *context, GLenum target, GLfloat s) in ValidateMultiTexCoord1f() 78 bool ValidateMultiTexCoord1fv(Context *context, GLenum target, const GLfloat *v) in ValidateMultiTexCoord1fv() 83 bool ValidateMultiTexCoord1i(Context *context, GLenum target, GLint s) in ValidateMultiTexCoord1i() 88 bool ValidateMultiTexCoord1iv(Context *context, GLenum target, const GLint *v) in ValidateMultiTexCoord1iv() 93 bool ValidateMultiTexCoord1s(Context *context, GLenum target, GLshort s) in ValidateMultiTexCoord1s() [all …]
|
| /third_party/boost/boost/phoenix/object/detail/ |
| D | target.hpp | 16 struct target struct 18 typedef T type; 24 struct target struct 30 target_type; 31 typedef typename target_type::type type; 35 struct target<T const&> struct 40 struct target<T&> struct
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | proxy_own_keys.js | 27 var target = {}; variable 28 var handler = { ownKeys (target) { argument 69 var target = { prop1: "prop1", prop2: "prop2"}; variable 72 ownKeys: function(target) { argument 84 handler.ownKeys = function(target) {return Object.getOwnPropertyNames(target);}; argument 92 var target = { prop1: "prop1", prop2: "prop2"}; variable 99 var target = { prop1: "prop1", prop2: "prop2"}; variable 106 var target = { prop1: "prop1", prop2: "prop2"}; variable 118 var target = { prop1: "prop1", prop2: "prop2"}; variable 120 ownKeys: function(target) { argument [all …]
|
| D | proxy_has.js | 19 var target = {}; variable 20 var handler = { has (target) { argument 57 var target = { variable 62 has: function(target, prop) { argument 72 var target = { variable 78 has: function(target, prop) { argument 92 var target = { variable 101 var target = { variable 110 var target = { variable 124 var target = { variable [all …]
|
| D | proxy_is_extensible.js | 20 var target = {}; variable 21 var handler = { isExtensible (target) { argument 84 var target = { prop1: true }; variable 86 isExtensible(target) { argument 102 isExtensible(target) { argument 119 isExtensible (target) { argument 138 isExtensible(target) { argument 144 isExtensible(target) { argument
|
| D | proxy_prevent_extensions.js | 19 var target = {}; variable 20 var handler = { preventExtensions (target) { argument 77 var target = { foo: "bar" }; variable 79 preventExtensions(target) { argument 98 preventExtensions(target) { argument 115 preventExtensions(target) { argument 134 preventExtensions(target) { argument
|
| D | proxy_set_prototoype_of.js | 19 var target = {}; variable 20 var handler = { setPrototypeOf (target) { argument 36 var target = { variable 41 setPrototypeOf(target, targetrProto) { argument 82 handler.setPrototypeOf = function(target, proto) { argument 144 setPrototypeOf(target, proto) { argument
|
| D | proxy_get_prototoype_of.js | 19 var target = {}; variable 20 var handler = { getPrototypeOf (target) { argument 77 getPrototypeOf(target) { argument 92 getPrototypeOf(target) { argument 141 getPrototypeOf(target) { argument 156 getPrototypeOf(target) { argument
|
| /third_party/flutter/skia/third_party/externals/angle2/scripts/ |
| D | entry_point_packed_gl_enums.json | 23 "target": "QueryType" string 26 "target": "BufferBinding", string 30 "target": "BufferBinding", string 34 "target": "BufferBinding", string 50 "target": "TextureType", string 63 "target": "BufferBinding", string 67 "target": "BufferBinding" string 104 "target": "TextureTarget" string 107 "target": "TextureTarget" string 110 "target": "TextureTarget" string [all …]
|
| /third_party/boost/boost/python/ |
| D | object_protocol.hpp | 27 object getattr(Target const& target, Key const& key BOOST_PYTHON_NO_ARRAY_ARG(Key)) in getattr() 33 object getattr(Target const& target, Key const& key, Default const& default_ BOOST_PYTHON_NO_ARRAY_… in getattr() 40 void setattr(object const& target, Key const& key, Value const& value BOOST_PYTHON_NO_ARRAY_ARG(Key… in setattr() 46 void delattr(object const& target, Key const& key BOOST_PYTHON_NO_ARRAY_ARG(Key)) in delattr() 52 object getitem(Target const& target, Key const& key BOOST_PYTHON_NO_ARRAY_ARG(Key)) in getitem() 59 void setitem(object const& target, Key const& key, Value const& value BOOST_PYTHON_NO_ARRAY_ARG(Key… in setitem() 65 void delitem(object const& target, Key const& key BOOST_PYTHON_NO_ARRAY_ARG(Key)) in delitem() 71 object getslice(Target const& target, Begin const& begin, End const& end) in getslice() 77 void setslice(object const& target, Begin const& begin, End const& end, Value const& value) in setslice() 83 void delslice(object const& target, Begin const& begin, End const& end) in delslice()
|
| D | object_attributes.hpp | 72 inline object const_attribute_policies::get(object const& target, char const* key) in get() 77 inline object const_objattribute_policies::get(object const& target, object const& key) in get() 83 object const& target in set() 92 object const& target in set() 101 object const& target in del() 108 object const& target in del()
|
| /third_party/node/src/ |
| D | node_constants.cc | 61 void DefineErrnoConstants(Local<Object> target) { in DefineErrnoConstants() 379 void DefineWindowsErrorConstants(Local<Object> target) { in DefineWindowsErrorConstants() 613 void DefineSignalConstants(Local<Object> target) { in DefineSignalConstants() 762 void DefinePriorityConstants(Local<Object> target) { in DefinePriorityConstants() 800 void DefineCryptoConstants(Local<Object> target) { in DefineCryptoConstants() 1098 void DefineSystemConstants(Local<Object> target) { in DefineSystemConstants() 1281 void DefineDLOpenConstants(Local<Object> target) { in DefineDLOpenConstants() 1303 void DefineTraceConstants(Local<Object> target) { in DefineTraceConstants() 1334 void DefineConstants(v8::Isolate* isolate, Local<Object> target) { in DefineConstants()
|
| /third_party/boost/libs/python/src/ |
| D | object_protocol.cpp | 13 BOOST_PYTHON_DECL object getattr(object const& target, object const& key) in getattr() 18 BOOST_PYTHON_DECL object getattr(object const& target, object const& key, object const& default_) in getattr() 29 BOOST_PYTHON_DECL void setattr(object const& target, object const& key, object const& value) in setattr() 35 BOOST_PYTHON_DECL void delattr(object const& target, object const& key) in delattr() 41 BOOST_PYTHON_DECL object getattr(object const& target, char const* key) in getattr() 49 BOOST_PYTHON_DECL object getattr(object const& target, char const* key, object const& default_) in getattr() 60 BOOST_PYTHON_DECL void setattr(object const& target, char const* key, object const& value) in setattr() 70 BOOST_PYTHON_DECL void delattr(object const& target, char const* key) in delattr() 80 BOOST_PYTHON_DECL object getitem(object const& target, object const& key) in getitem() 86 BOOST_PYTHON_DECL void setitem(object const& target, object const& key, object const& value) in setitem() [all …]
|
| /third_party/node/test/parallel/ |
| D | test-eventtarget.js | 237 const target = new EventTarget(); constant 270 const target = new EventTarget(); constant 276 const target = new EventTarget(); constant 284 const target = new EventTarget(); constant 294 const target = new EventTarget(); constant 304 const target = new EventTarget(); constant 328 const target = new EventTarget(); constant 340 const target = new EventTarget(); constant 353 const target = new EventTarget(); constant 359 const target = new EventTarget(); constant [all …]
|
| /third_party/protobuf/src/google/protobuf/ |
| D | wire_format_lite.h | 646 int field_number, const MessageLite& value, uint8* target) { in WriteGroupToArray() 656 int field_number, const MessageLite& value, uint8* target) { in WriteMessageToArray() 885 const std::string& unknown_fields, uint8* target, in InternalSerializeUnknownMessageSetItemsToArray() 1355 uint8* target) { in WriteTagToArray() 1361 uint8* target) { in WriteInt32NoTagToArray() 1365 uint8* target) { in WriteInt64NoTagToArray() 1370 uint8* target) { in WriteUInt32NoTagToArray() 1374 uint8* target) { in WriteUInt64NoTagToArray() 1378 uint8* target) { in WriteSInt32NoTagToArray() 1383 uint8* target) { in WriteSInt64NoTagToArray() [all …]
|
| /third_party/boost/tools/build/src/tools/ |
| D | doxproc.py | 232 def _translateDescription( self, node, target=None, tag='description', **kwargs ): argument 300 def _translate_index_(self, entries, target=None, **kwargs ): argument 320 def _translate_compounddef( self, node, target=None, **kwargs ): argument 327 def _translate_compounddef_namespace( self, node, target=None, **kwargs ): argument 349 def _translate_compounddef_class( self, node, target=None, **kwargs ): argument 358 def _translate_compounddef_struct( self, node, tag='struct', target=None, **kwargs ): argument 386 def _translate_compounddef_includes_( self, node, target=None, **kwargs ): argument 403 def _translate_basecompoundref( self, ref, target=None, **kwargs ): argument 427 def _translate_templateparamlist( self, templateparamlist, target=None, **kwargs ): argument 456 def _translate_briefdescription( self, brief, target=None, **kwargs ): argument [all …]
|
| /third_party/glib/gio/ |
| D | gsrvtarget.c | 91 GSrvTarget *target = g_slice_new0 (GSrvTarget); in G_DEFINE_BOXED_TYPE() local 112 g_srv_target_copy (GSrvTarget *target) in g_srv_target_copy() 127 g_srv_target_free (GSrvTarget *target) in g_srv_target_free() 147 g_srv_target_get_hostname (GSrvTarget *target) in g_srv_target_get_hostname() 163 g_srv_target_get_port (GSrvTarget *target) in g_srv_target_get_port() 181 g_srv_target_get_priority (GSrvTarget *target) in g_srv_target_get_priority() 199 g_srv_target_get_weight (GSrvTarget *target) in g_srv_target_get_weight() 237 GSrvTarget *target; in g_srv_target_list_sort() local
|
| /third_party/gn/src/gn/ |
| D | substitution_writer.cc | 206 const Target* target, in ApplyPatternToSource() 220 const Target* target, in ApplyPatternToSourceAsString() 239 const Target* target, in ApplyPatternToSourceAsOutputFile() 249 void SubstitutionWriter::ApplyListToSource(const Target* target, in ApplyListToSource() 260 const Target* target, in ApplyListToSourceAsString() 272 const Target* target, in ApplyListToSourceAsOutputFile() 284 const Target* target, in ApplyListToSources() 296 const Target* target, in ApplyListToSourcesAsString() 308 const Target* target, in ApplyListToSourcesAsOutputFile() 320 const Target* target, in WriteNinjaVariablesForSource() [all …]
|
| D | command_refs.cc | 37 for (auto* target : setup->builder().GetAllResolvedTargets()) { in FillDepMap() local 56 const Target* target, in RecursivePrintTarget() 92 const Target* target, in RecursivePrintTargetDeps() 113 const Target* target, in RecursiveCollectRefs() 123 const Target* target, in RecursiveCollectChildRefs() 132 bool TargetContainsFile(const Target* target, const SourceFile& file) { in TargetContainsFile() 178 for (auto* target : all_targets) { in GetTargetsContainingFile() local 189 bool TargetReferencesConfig(const Target* target, const Config* config) { in TargetReferencesConfig() 207 for (auto* target : all_targets) { in GetTargetsReferencingConfig() local 227 for (const Target* target : implicit_target_matches) { in DoTreeOutput() local [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
| D | entry_points_gl_1_3_autogen.cpp | 64 void GL_APIENTRY CompressedTexImage1D(GLenum target, in CompressedTexImage1D() 96 void GL_APIENTRY CompressedTexImage2D(GLenum target, in CompressedTexImage2D() 132 void GL_APIENTRY CompressedTexImage3D(GLenum target, in CompressedTexImage3D() 169 void GL_APIENTRY CompressedTexSubImage1D(GLenum target, in CompressedTexSubImage1D() 200 void GL_APIENTRY CompressedTexSubImage2D(GLenum target, in CompressedTexSubImage2D() 236 void GL_APIENTRY CompressedTexSubImage3D(GLenum target, in CompressedTexSubImage3D() 275 void GL_APIENTRY GetCompressedTexImage(GLenum target, GLint level, void *img) in GetCompressedTexImage() 362 void GL_APIENTRY MultiTexCoord1d(GLenum target, GLdouble s) in MultiTexCoord1d() 381 void GL_APIENTRY MultiTexCoord1dv(GLenum target, const GLdouble *v) in MultiTexCoord1dv() 400 void GL_APIENTRY MultiTexCoord1f(GLenum target, GLfloat s) in MultiTexCoord1f() [all …]
|
| /third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/ |
| D | TypeExtensions.cs | 52 internal static bool IsAssignableFrom(this Type target, Type c) in IsAssignableFrom() 62 internal static PropertyInfo GetProperty(this Type target, string name) in GetProperty() 89 internal static MethodInfo GetMethod(this Type target, string name) in GetMethod()
|
| /third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
| D | thread.pyx.pxi | 33 def _run_with_context(target): argument 50 def _run_with_context(target): argument 56 def _run_with_context(target): argument
|