/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/concept/ |
D | interval_associator.hpp | 111 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 …]
|
D | element_associator.hpp | 27 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 …]
|
D | element_map.hpp | 80 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 …]
|
D | interval_map.hpp | 147 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 …]
|
/aosp_15_r20/libcore/json/src/test/java/libcore/org/json/ |
H A D | JSONObjectTest.java | 46 JSONObject object = new JSONObject(); in testEmptyObject() local 124 JSONObject object = new JSONObject(); in testGet() local 148 JSONObject object = new JSONObject(); in testPut() local 166 JSONObject object = new JSONObject(); in testPutNullRemoves() local 179 JSONObject object = new JSONObject(); in testPutOpt() local 190 JSONObject object = new JSONObject(); in testPutOptUnsupportedNumbers() local 209 JSONObject object = new JSONObject(); in testRemove() local 219 JSONObject object = new JSONObject(); in testBooleans() local 257 JSONObject object = new JSONObject(); in testCoerceStringToBoolean() local 269 JSONObject object = new JSONObject(); in testNumbers() local [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/ |
H A D | utils.h | 29 #define THPUtils_checkReal_FLOAT(object) \ argument 32 #define THPUtils_unpackReal_FLOAT(object) \ argument 38 #define THPUtils_checkReal_INT(object) PyLong_Check(object) argument 40 #define THPUtils_unpackReal_INT(object) \ argument 45 #define THPUtils_unpackReal_BOOL(object) \ argument 50 #define THPUtils_unpackReal_COMPLEX(object) \ argument 61 #define THPUtils_checkReal_BOOL(object) PyBool_Check(object) argument 63 #define THPUtils_checkReal_COMPLEX(object) \ argument 75 #define THPDoubleUtils_checkReal(object) THPUtils_checkReal_FLOAT(object) argument 76 #define THPDoubleUtils_unpackReal(object) \ argument [all …]
|
/aosp_15_r20/external/flac/include/FLAC++/ |
H A D | metadata.h | 287 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 …]
|
/aosp_15_r20/external/skia/site/docs/user/modules/ |
H A D | pathkit.md | 377 #### `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 …]
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/config/ |
D | ArgsOptionParserTest.java | 225 OptionUpdateRuleSource object = new OptionUpdateRuleSource(); in testOptionUpdateRule_greater() local 256 OptionUpdateRuleSource object = new OptionUpdateRuleSource(); in testOptionUpdateRule_lesser() local 287 OptionUpdateRuleSource object = new OptionUpdateRuleSource(); in testOptionUpdateRule_immutable() local 370 OneOptionSource object = new OneOptionSource(); in testParse_noArg() local 379 OneOptionSource object = new OneOptionSource(); in testParse_oneArg() local 389 MapOptionSource object = new MapOptionSource(); in testParse_oneMapArg() local 408 MapStringOptionSource object = new MapStringOptionSource(); in testParse_oneMapArg_emptyString() local 421 MapOptionSource object = new MapOptionSource(); in testParseMapArg_mismatchKeyType() local 446 MapOptionSource object = new MapOptionSource(); in testParseMapArg_mismatchValueType() local 471 MapOptionSource object = new MapOptionSource(); in testParseMapArg_missingKey() local [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
H A D | vkRefUtilImpl.inl | 241 VkInstance object = VK_NULL_HANDLE; local 248 VkDevice object = VK_NULL_HANDLE; local 255 VkDeviceMemory object = VK_NULL_HANDLE; local 262 VkFence object = VK_NULL_HANDLE; local 269 VkSemaphore object = VK_NULL_HANDLE; local 276 VkEvent object = VK_NULL_HANDLE; local 283 VkQueryPool object = VK_NULL_HANDLE; local 290 VkBuffer object = VK_NULL_HANDLE; local 297 VkBufferView object = VK_NULL_HANDLE; local 304 VkImage object = VK_NULL_HANDLE; local [all …]
|
/aosp_15_r20/external/elfutils/lib/ |
H A D | stdatomic-fbsd.h | 265 #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 …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/ |
D | stdatomic.h | 367 #define atomic_compare_exchange_strong_explicit(object, expected, \ argument 371 #define atomic_compare_exchange_weak_explicit(object, expected, \ argument 375 #define atomic_exchange_explicit(object, desired, order) \ argument 377 #define atomic_fetch_add_explicit(object, operand, order) \ argument 379 #define atomic_fetch_and_explicit(object, operand, order) \ argument 381 #define atomic_fetch_or_explicit(object, operand, order) \ argument 383 #define atomic_fetch_sub_explicit(object, operand, order) \ argument 385 #define atomic_fetch_xor_explicit(object, operand, order) \ argument 387 #define atomic_load_explicit(object, order) \ argument 389 #define atomic_store_explicit(object, desired, order) \ argument [all …]
|
/aosp_15_r20/external/flac/src/libFLAC/ |
H A D | metadata_object.c | 167 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 …]
|
/aosp_15_r20/art/runtime/ |
H A D | art_field-inl.h | 94 inline uint32_t ArtField::Get32(ObjPtr<mirror::Object> object) { in Get32() 104 inline void ArtField::Set32(ObjPtr<mirror::Object> object, uint32_t new_value) { in Set32() 114 inline uint64_t ArtField::Get64(ObjPtr<mirror::Object> object) { in Get64() 124 inline void ArtField::Set64(ObjPtr<mirror::Object> object, uint64_t new_value) { in Set64() 135 inline ObjPtr<MirrorType> ArtField::GetObj(ObjPtr<mirror::Object> object) { in GetObj() 148 inline void ArtField::SetObj(ObjPtr<mirror::Object> object, ObjPtr<mirror::Object> new_value) { in SetObj() 158 #define FIELD_GET(object, type) \ argument 167 #define FIELD_SET(object, type, value) \ argument 176 inline uint8_t ArtField::GetBoolean(ObjPtr<mirror::Object> object) { in GetBoolean() 181 inline void ArtField::SetBoolean(ObjPtr<mirror::Object> object, uint8_t z) { in SetBoolean() [all …]
|
/aosp_15_r20/external/pytorch/torch/_subclasses/ |
H A D | fake_tensor.py | 172 def is_fake(x: object) -> TypeGuard[Tensor]: 192 def maybe_get_fake_mode(t: object) -> Optional[FakeTensorMode]: 241 def _is_plain_tensor(t: object) -> bool: 357 def mk_fake_tensor(make_meta_t: Callable[[], object]) -> FakeTensor: argument 739 def __init__(self, *args: object, **kwargs: object) -> None: 752 args: Sequence[object] = (), 823 func: OpOverload, flat_args: Sequence[object] 837 def merge_devices(t: object) -> None: 937 result: List[object], 1003 def __init__(self, tup: Tuple[object, ...]) -> None: [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | inspect.py | 51 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 …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/ |
D | object.go | 94 type object struct { struct 95 parent *Scope 96 pos token.Pos 97 pkg *Package 98 name string 99 typ Type 100 order_ uint32 101 color_ color 102 scopePos_ token.Pos 138 func (obj *object) Parent() *Scope { return obj.parent } [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/ |
D | object.go | 91 type object struct { struct 92 parent *Scope 93 pos syntax.Pos 94 pkg *Package 95 name string 96 typ Type 97 order_ uint32 98 color_ color 99 scopePos_ syntax.Pos 135 func (obj *object) Parent() *Scope { return obj.parent } [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | pprint.py | 48 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 …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | pprint.py | 48 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 …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | pprint.py | 48 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 …]
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | pprint.py | 48 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 …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | pprint.py | 48 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 …]
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | pprint.py | 48 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 …]
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vkRefUtilImpl.inl | 103 VkInstance object = VK_NULL_HANDLE; local 110 VkDevice object = VK_NULL_HANDLE; local 117 VkDeviceMemory object = VK_NULL_HANDLE; local 124 VkFence object = VK_NULL_HANDLE; local 131 VkSemaphore object = VK_NULL_HANDLE; local 138 VkEvent object = VK_NULL_HANDLE; local 145 VkQueryPool object = VK_NULL_HANDLE; local 152 VkBuffer object = VK_NULL_HANDLE; local 159 VkBufferView object = VK_NULL_HANDLE; local 166 VkImage object = VK_NULL_HANDLE; local [all …]
|