Home
last modified time | relevance | path

Searched defs:object (Results 1 – 25 of 1909) sorted by relevance

12345678910>>...77

/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/concept/
Dinterval_associator.hpp111 iterative_size(const Type& object) in iterative_size()
122 cardinality(const Type& object) in cardinality()
140 cardinality(const Type& object) in cardinality()
160 size(const Type& object) in size()
167 length(const Type& object) in length()
181 interval_count(const Type& object) in interval_count()
190 distance(const Type& object) in distance()
212 hull(const Type& object) in hull()
224 lower(const Type& object) in lower()
236 upper(const Type& object) in upper()
[all …]
Delement_map.hpp80 add(Type& object, const typename Type::value_type& value_pair) in add()
89 add(Type& object, typename Type::iterator prior, in add()
103 erase(Type& object, const typename Type::element_type& value_pair) in erase()
124 erase(Type& object, const typename Type::set_type& erasure) in erase()
141 subtract(Type& object, const typename Type::element_type& operand) in subtract()
151 subtract(Type& object, const typename Type::domain_type& key_value) in subtract()
161 operator -= (Type& object, const typename Type::set_type& operand) in operator -=()
182 operator - (Type object, const typename Type::set_type& subtrahend) in operator -()
195 set_at(Type& object, const typename Type::element_type& operand) in set_at()
217 add_intersection(Type& section, const Type& object, in add_intersection()
[all …]
Delement_associator.hpp27 iterative_size(const Type& object) in iterative_size()
34 size(const Type& object) in size()
41 cardinality(const Type& object) in cardinality()
171 operator += (Type& object, const typename Type::value_type& operand) in operator +=()
178 operator + (Type object, const typename Type::value_type& operand) in operator +()
185 operator + (const typename Type::value_type& operand, Type object) in operator +()
192 operator += (Type& object, const Type& operand) in operator +=()
206 operator + (Type object, const Type& operand) in operator +()
214 operator |= (Type& object, const typename Type::value_type& operand) in operator |=()
221 operator | (Type object, const typename Type::value_type& operand) in operator |()
[all …]
Dinterval_map.hpp147 add(Type& object, const typename Type::segment_type& operand) in add()
154 add(Type& object, const typename Type::element_type& operand) in add()
164 add(Type& object, typename Type::iterator prior_, in add()
178 insert(Type& object, const typename Type::segment_type& operand) in insert()
185 insert(Type& object, const typename Type::element_type& operand) in insert()
195 insert(Type& object, typename Type::iterator prior, in insert()
210 erase(Type& object, const typename Type::interval_type& operand) in erase()
217 erase(Type& object, const typename Type::domain_type& operand) in erase()
228 erase(Type& object, const typename Type::segment_type& operand) in erase()
235 erase(Type& object, const typename Type::element_type& operand) in erase()
[all …]
Dinterval_set.hpp69 add(Type& object, const typename Type::segment_type& operand) in add()
76 add(Type& object, const typename Type::element_type& operand) in add()
87 add(Type& object, typename Type::iterator prior, in add()
101 insert(Type& object, const typename Type::segment_type& operand) in insert()
108 insert(Type& object, const typename Type::element_type& operand) in insert()
118 insert(Type& object, typename Type::iterator prior, in insert()
132 subtract(Type& object, const typename Type::segment_type& operand) in subtract()
139 subtract(Type& object, const typename Type::element_type& operand) in subtract()
153 erase(Type& object, const typename Type::segment_type& minuend) in erase()
160 erase(Type& object, const typename Type::element_type& minuend) in erase()
[all …]
Delement_set.hpp29 add(Type& object, const typename Type::value_type& operand) in add()
39 add(Type& object, typename Type::iterator prior, in add()
52 subtract(Type& object, const typename Type::value_type& operand) in subtract()
64 intersects(const Type& object, const typename Type::key_type& operand) in intersects()
71 intersects(const Type& object, const Type& operand) in intersects()
84 flip(Type& object, const typename Type::value_type& operand) in flip()
96 operator ^= (Type& object, const typename Type::element_type& operand) in operator ^=()
105 operator ^= (Type& object, const Type& operand) in operator ^=()
120 operator << (std::basic_ostream<CharType, CharTraits>& stream, const Type& object) in operator <<()
Dcontainer.hpp28 is_empty(const Type& object) in is_empty()
38 clear(Type& object) in clear()
51 iterative_size(const Type& object) in iterative_size()
73 cyclic_prior(Type& object, typename Type::iterator it_) in cyclic_prior()
78 cyclic_prior(const Type& object, typename Type::const_iterator it_) in cyclic_prior()
/external/flac/include/FLAC++/
Dmetadata.h287 inline StreamInfo(const StreamInfo &object): Prototype(object) { } in StreamInfo()
288 inline StreamInfo(const ::FLAC__StreamMetadata &object): Prototype(object) { } in StreamInfo()
289 inline StreamInfo(const ::FLAC__StreamMetadata *object): Prototype(object) { } in StreamInfo()
295 inline StreamInfo(::FLAC__StreamMetadata *object, bool copy): Prototype(object, copy) { } in StreamInfo()
309 …inline StreamInfo &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object(ob… in assign()
361 inline Padding(const Padding &object): Prototype(object) { } in Padding()
362 inline Padding(const ::FLAC__StreamMetadata &object): Prototype(object) { } in Padding()
363 inline Padding(const ::FLAC__StreamMetadata *object): Prototype(object) { } in Padding()
369 inline Padding(::FLAC__StreamMetadata *object, bool copy): Prototype(object, copy) { } in Padding()
387 …inline Padding &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object(objec… in assign()
[all …]
/external/skia/site/docs/user/modules/
Dpathkit.md377 #### `addPath(otherPath)`
383 #### `addPath(otherPath, transform)`
394 #### `addPath(otherPath, a, b, c, d, e, f)`
422 #### `addPath(otherPath, scaleX, skewX, transX, skewY, scaleY, transY, pers0, pers1, pers2)`
449 #### `arc(x, y, radius, startAngle, endAngle, ccw=false)`
470 #### `arcTo(x1, y1, x2, y2, radius)`
480 #### `close()` or `closePath()`
487 #### `computeTightBounds()`
494 #### `conicTo(x1, y1, x2, y2, w)`
504 #### `copy()`
[all …]
/external/tensorflow/tensorflow/python/keras/utils/
Dtf_inspect.py296 def getdoc(object): # pylint: disable=redefined-builtin argument
311 def getfile(object): # pylint: disable=redefined-builtin argument
325 def getmembers(object, predicate=None): # pylint: disable=redefined-builtin argument
330 def getmodule(object): # pylint: disable=redefined-builtin argument
340 def getsource(object): # pylint: disable=redefined-builtin argument
345 def getsourcefile(object): # pylint: disable=redefined-builtin argument
350 def getsourcelines(object): # pylint: disable=redefined-builtin argument
355 def isbuiltin(object): # pylint: disable=redefined-builtin argument
360 def isclass(object): # pylint: disable=redefined-builtin argument
365 def isfunction(object): # pylint: disable=redefined-builtin argument
[all …]
/external/tensorflow/tensorflow/python/util/
Dtf_inspect.py310 def getdoc(object): # pylint: disable=redefined-builtin argument
325 def getfile(object): # pylint: disable=redefined-builtin argument
339 def getmembers(object, predicate=None): # pylint: disable=redefined-builtin argument
344 def getmodule(object): # pylint: disable=redefined-builtin argument
354 def getsource(object): # pylint: disable=redefined-builtin argument
359 def getsourcefile(object): # pylint: disable=redefined-builtin argument
364 def getsourcelines(object): # pylint: disable=redefined-builtin argument
369 def isbuiltin(object): # pylint: disable=redefined-builtin argument
374 def isclass(object): # pylint: disable=redefined-builtin argument
379 def isfunction(object): # pylint: disable=redefined-builtin argument
[all …]
/external/python/setuptools/setuptools/_vendor/packaging/
D_structures.py13 def __lt__(self, other: object) -> bool:
16 def __le__(self, other: object) -> bool:
19 def __eq__(self, other: object) -> bool:
22 def __gt__(self, other: object) -> bool:
25 def __ge__(self, other: object) -> bool:
28 def __neg__(self: object) -> "NegativeInfinityType":
42 def __lt__(self, other: object) -> bool:
45 def __le__(self, other: object) -> bool:
48 def __eq__(self, other: object) -> bool:
51 def __gt__(self, other: object) -> bool:
[all …]
/external/python/setuptools/pkg_resources/_vendor/packaging/
D_structures.py13 def __lt__(self, other: object) -> bool:
16 def __le__(self, other: object) -> bool:
19 def __eq__(self, other: object) -> bool:
22 def __gt__(self, other: object) -> bool:
25 def __ge__(self, other: object) -> bool:
28 def __neg__(self: object) -> "NegativeInfinityType":
42 def __lt__(self, other: object) -> bool:
45 def __le__(self, other: object) -> bool:
48 def __eq__(self, other: object) -> bool:
51 def __gt__(self, other: object) -> bool:
[all …]
/external/python/cpython2/Lib/
Dinspect.py51 def ismodule(object): argument
59 def isclass(object): argument
67 def ismethod(object): argument
78 def ismethoddescriptor(object): argument
98 def isdatadescriptor(object): argument
110 def ismemberdescriptor(object): argument
118 def ismemberdescriptor(object): argument
127 def isgetsetdescriptor(object): argument
135 def isgetsetdescriptor(object): argument
142 def isfunction(object): argument
[all …]
Dpprint.py55 def pprint(object, stream=None, indent=1, width=80, depth=None): argument
61 def pformat(object, indent=1, width=80, depth=None): argument
65 def saferepr(object): argument
69 def isreadable(object): argument
73 def isrecursive(object): argument
116 def pprint(self, object): argument
120 def pformat(self, object): argument
125 def isrecursive(self, object): argument
128 def isreadable(self, object): argument
132 def _format(self, object, stream, indent, allowance, context, level): argument
[all …]
/external/elfutils/lib/
Dstdatomic-fbsd.h265 #define atomic_compare_exchange_strong_explicit(object, expected, \ argument
269 #define atomic_compare_exchange_weak_explicit(object, expected, \ argument
273 #define atomic_exchange_explicit(object, desired, order) \ argument
275 #define atomic_fetch_add_explicit(object, operand, order) \ argument
277 #define atomic_fetch_and_explicit(object, operand, order) \ argument
279 #define atomic_fetch_or_explicit(object, operand, order) \ argument
281 #define atomic_fetch_sub_explicit(object, operand, order) \ argument
283 #define atomic_fetch_xor_explicit(object, operand, order) \ argument
285 #define atomic_load_explicit(object, order) \ argument
287 #define atomic_store_explicit(object, desired, order) \ argument
[all …]
/external/flac/src/libFLAC/
Dmetadata_object.c167 static void seektable_calculate_length_(FLAC__StreamMetadata *object) in seektable_calculate_length_()
195 static void vorbiscomment_calculate_length_(FLAC__StreamMetadata *object) in vorbiscomment_calculate_length_()
252 static FLAC__bool vorbiscomment_set_entry_(FLAC__StreamMetadata *object, FLAC__StreamMetadata_Vorbi… in vorbiscomment_set_entry_()
297 static int vorbiscomment_find_entry_from_(const FLAC__StreamMetadata *object, uint32_t offset, cons… in vorbiscomment_find_entry_from_()
313 static void cuesheet_calculate_length_(FLAC__StreamMetadata *object) in cuesheet_calculate_length_()
399 static FLAC__bool cuesheet_set_track_(FLAC__StreamMetadata *object, FLAC__StreamMetadata_CueSheet_T… in cuesheet_set_track_()
435 FLAC__StreamMetadata *object; in FLAC__metadata_object_new() local
523 FLAC_API FLAC__StreamMetadata *FLAC__metadata_object_clone(const FLAC__StreamMetadata *object) in FLAC__metadata_object_clone()
629 void FLAC__metadata_object_delete_data(FLAC__StreamMetadata *object) in FLAC__metadata_object_delete_data()
691 FLAC_API void FLAC__metadata_object_delete(FLAC__StreamMetadata *object) in FLAC__metadata_object_delete()
[all …]
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkRefUtilImpl.inl241 VkInstance object = 0; local
248 VkDevice object = 0; local
255 VkDeviceMemory object = 0; local
262 VkFence object = 0; local
269 VkSemaphore object = 0; local
276 VkEvent object = 0; local
283 VkQueryPool object = 0; local
290 VkBuffer object = 0; local
297 VkBufferView object = 0; local
304 VkImage object = 0; local
[all …]
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkRefUtilImpl.inl103 VkInstance object = 0; local
110 VkDevice object = 0; local
117 VkDeviceMemory object = 0; local
124 VkFence object = 0; local
131 VkSemaphore object = 0; local
138 VkEvent object = 0; local
145 VkQueryPool object = 0; local
152 VkBuffer object = 0; local
159 VkBufferView object = 0; local
166 VkImage object = 0; local
[all …]
/external/python/cpython3/Lib/
Dpprint.py48 def pprint(object, stream=None, indent=1, width=80, depth=None, *, argument
57 def pformat(object, indent=1, width=80, depth=None, *, argument
64 def pp(object, *args, sort_dicts=False, **kwargs): argument
68 def saferepr(object): argument
72 def isreadable(object): argument
76 def isrecursive(object): argument
151 def pprint(self, object): argument
156 def pformat(self, object): argument
161 def isrecursive(self, object): argument
164 def isreadable(self, object): argument
[all …]
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/builder/
DReflectionToStringBuilder.java155 public static String toString(final Object object) { in toString()
188 public static String toString(final Object object, final ToStringStyle style) { in toString()
227 …public static String toString(final Object object, final ToStringStyle style, final boolean output… in toString()
274 …public static String toString(final Object object, final ToStringStyle style, final boolean output… in toString()
329 final T object, final ToStringStyle style, final boolean outputTransients, in toString()
384 final T object, final ToStringStyle style, final boolean outputTransients, in toString()
399 …public static String toStringExclude(final Object object, final Collection<String> excludeFieldNam… in toStringExclude()
412 public static String toStringExclude(final Object object, final String... excludeFieldNames) { in toStringExclude()
427 …public static String toStringInclude(final Object object, final Collection<String> includeFieldNam… in toStringInclude()
442 public static String toStringInclude(final Object object, final String... includeFieldNames) { in toStringInclude()
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dcompiler.cc64 bool ExceedsMaxSize(const Object& object, const GpuInfo& gpu_info) { in ExceedsMaxSize()
168 Object object = MakePHWC4Ref(value->id, value->tensor.shape); in Compile() local
203 auto set_object_type = [&](Object* object) { in Compile()
221 for (auto& object : attr.code.objects) { in Compile() local
249 auto object = objects[ref->id]; in Compile() local
254 auto object = objects[ref->id]; in Compile() local
261 auto set_binding = [&](ObjectType type, Object& object) { in Compile()
266 for (auto& object : attr.inputs) { in Compile() local
269 for (auto& object : attr.outputs) { in Compile() local
272 for (auto& object : attr.code.objects) { in Compile() local
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DObject.c52 OBJECT *object in ObjectFlush()
62 OBJECT *object in ObjectSetInUse()
104 OBJECT *object = &s_objects[i]; in ObjectCleanupEvict() local
144 OBJECT *object // IN: handle to be checked in ObjectIsSequence()
192 OBJECT *object; in GetQualifiedName() local
218 OBJECT *object // IN :object in ObjectGetHierarchy()
250 OBJECT *object = HandleToObject(handle); in GetHierarchy() local
268 OBJECT *object; in FindEmptyObjectSlot() local
292 OBJECT *object = FindEmptyObjectSlot(handle); in ObjectAllocateSlot() local
308 OBJECT *object, // IN: object attributes to finalize in ObjectSetLoadedAttributes()
[all …]
/external/icing/icing/jni/
Dicing-search-engine-jni.cc65 jobject object) { in GetIcingSearchEnginePointer()
94 void nativeDestroy(JNIEnv* env, jclass clazz, jobject object) { in nativeDestroy()
100 jbyteArray nativeInitialize(JNIEnv* env, jclass clazz, jobject object) { in nativeInitialize()
110 jbyteArray nativeSetSchema(JNIEnv* env, jclass clazz, jobject object, in nativeSetSchema()
129 jbyteArray nativeGetSchema(JNIEnv* env, jclass clazz, jobject object) { in nativeGetSchema()
138 jbyteArray nativeGetSchemaType(JNIEnv* env, jclass clazz, jobject object, in nativeGetSchemaType()
150 jbyteArray nativePut(JNIEnv* env, jclass clazz, jobject object, in nativePut()
168 jbyteArray nativeGet(JNIEnv* env, jclass clazz, jobject object, in nativeGet()
189 jbyteArray nativeReportUsage(JNIEnv* env, jclass clazz, jobject object, in nativeReportUsage()
207 jbyteArray nativeGetAllNamespaces(JNIEnv* env, jclass clazz, jobject object) { in nativeGetAllNamespaces()
[all …]
/external/fonttools/Doc/source/designspaceLib/
Dscripting.rst65 Option: add label names
82 Option: add a map
130 Option: exclude glyphs
168 Option: add more names
180 Option: add glyph specific masters

12345678910>>...77