/third_party/typescript/tests/baselines/reference/ |
H A D | templateLiteralTypes1.js | [all...] |
H A D | decrementOperatorWithAnyOtherTypeInvalidOperations.js | 79 var obj;
variable
|
H A D | incrementOperatorWithAnyOtherTypeInvalidOperations.js | 76 var obj;
variable
|
/third_party/vixl/test/ |
H A D | test-invalset.cc | 81 kReclaimFactor>::GetKey(const Obj& obj) { in GetKey() argument 90 kReclaimFactor>::SetKey(Obj* obj, KeyType key) { in SetKey() argument
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | ExtensionRegistry.java | 358 public boolean equals(final Object obj) { in equals() argument
|
H A D | ExtensionRegistryLite.java | 232 public boolean equals(final Object obj) { in equals() argument
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | protobuf.c | 243 zend_object *obj = zend_hash_index_find_ptr(&PROTOBUF_G(object_cache), k); in ObjCache_Get() local
|
/third_party/python/Python/ |
H A D | pyarena.c | 204 _PyArena_AddPyObject(PyArena *arena, PyObject *obj) in _PyArena_AddPyObject() argument
|
/third_party/python/Objects/ |
H A D | interpreteridobject.c | 170 PyObject *obj = PyLong_FromLongLong(id->id); in interpid_hash() local
|
H A D | picklebufobject.c | 36 PyPickleBuffer_GetBuffer(PyObject *obj) in PyPickleBuffer_GetBuffer() argument 55 PyPickleBuffer_Release(PyObject *obj) in PyPickleBuffer_Release() argument [all...] |
/third_party/python/Modules/_sqlite/clinic/ |
H A D | module.c.h | 203 PyObject *obj; in pysqlite_adapt() local
|
/third_party/python/Modules/ |
H A D | xxsubtype.c | 238 PyObject *obj, *name, *res; in spam_bench() local
|
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | RubyDescriptor.java | 120 public IRubyObject addField(ThreadContext context, IRubyObject obj) { in addField() argument 180 public IRubyObject addOneof(ThreadContext context, IRubyObject obj) { in addOneof() argument
|
/third_party/pulseaudio/src/tests/ |
H A D | json-test.c | 833 pa_json_object *obj; in START_TEST() local
|
/third_party/python/Include/ |
H A D | pybuffer.h | 22 PyObject *obj; /* owned reference */ member 36 PyAPI_FUNC(int) PyObject_CheckBuffer(PyObject *obj); variable
|
/third_party/python/Lib/test/ |
H A D | _testcppext.cpp | 39 StrongRef(PyObject *obj) : m_obj(obj) { in StrongRef() argument 58 PyObject *obj = Py_BuildValue("(ii)", 1, 2); in Py_UNUSED() local 183 VirtualPyObject* obj = new VirtualPyObject(); in Py_UNUSED() local [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
H A D | mutex.h | 719 explicit Condition(const T *obj) in Condition() argument
|
/third_party/skia/include/gpu/d3d/ |
H A D | GrD3DTypes.h | 33 template <typename T> static inline T* GrSafeComAddRef(T* obj) { in GrSafeComAddRef() argument 42 template <typename T> static inline void GrSafeComRelease(T* obj) { in GrSafeComRelease() argument 72 gr_cp(T* obj) gr_cp() argument 138 T* obj = fObject; release() local [all...] |
/third_party/skia/modules/particles/include/ |
H A D | SkReflected.h | 173 void visit(const char* name, sk_sp<T>& obj) { in visit() argument
|
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
H A D | vksSerializer.hpp | 69 void SerializeObject (T& obj) { obj.Serialize(*this); } in SerializeObject() argument
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | fan.c | 103 union acpi_object *obj; in fan_get_state_acpi4() local 241 union acpi_object *obj; in acpi_fan_get_fif() local 310 union acpi_object *obj; acpi_fan_get_fps() local [all...] |
H A D | acpi_apd.c | 73 const union acpi_object *obj; in fch_misc_setup() local
|
H A D | processor_perflib.c | 220 union acpi_object obj = { 0 }; in acpi_processor_get_performance_control() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_bios.c | 249 union acpi_object atrm_arg_elements[2], *obj; in amdgpu_atrm_call() local
|
/kernel/linux/linux-5.10/drivers/dma-buf/ |
H A D | dma-resv.c | 100 struct dma_resv obj; in dma_resv_lockdep() local 142 void dma_resv_init(struct dma_resv *obj) in dma_resv_init() argument 156 dma_resv_fini(struct dma_resv *obj) dma_resv_fini() argument 187 dma_resv_reserve_shared(struct dma_resv *obj, unsigned int num_fences) dma_resv_reserve_shared() argument 263 dma_resv_add_shared_fence(struct dma_resv *obj, struct dma_fence *fence) dma_resv_add_shared_fence() argument 308 dma_resv_add_excl_fence(struct dma_resv *obj, struct dma_fence *fence) dma_resv_add_excl_fence() argument 432 dma_resv_get_fences_rcu(struct dma_resv *obj, struct dma_fence **pfence_excl, unsigned *pshared_count, struct dma_fence ***pshared) dma_resv_get_fences_rcu() argument 532 dma_resv_wait_timeout_rcu(struct dma_resv *obj, bool wait_all, bool intr, unsigned long timeout) dma_resv_wait_timeout_rcu() argument 634 dma_resv_test_signaled_rcu(struct dma_resv *obj, bool test_all) dma_resv_test_signaled_rcu() argument [all...] |