Home
last modified time | relevance | path

Searched defs:object (Results 1251 - 1275 of 2767) sorted by relevance

1...<<51525354555657585960>>...111

/third_party/node/deps/v8/src/runtime/
H A Druntime-array.cc28 Handle<JSObject> object = args.at<JSObject>(0); in RUNTIME_FUNCTION() local
46 Handle<JSObject> object = args.at<JSObject>(0); in RUNTIME_FUNCTION() local
171 Handle<JSObject> object = args.at<JSObject>(0); in RUNTIME_FUNCTION() local
206 Handle<Object> object = args.at(0); RUNTIME_FUNCTION() local
235 Handle<JSReceiver> object; RUNTIME_FUNCTION() local
336 Handle<JSReceiver> object; RUNTIME_FUNCTION() local
[all...]
/third_party/node/deps/v8/src/torque/ls/
H A Djson-parser.cc80 JsonObject object; in MakeObject() local
170 Symbol object = {Rule({Token("{"), memberList, Token("}")})}; member in v8::internal::torque::ls::JsonGrammar
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_log.c299 struct vk_object_base *object = (struct vk_object_base *)_obj; in __vk_errorv() local
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_batch.cpp107 ID3D12Object *object = (ID3D12Object *)entry->key; in delete_object() local
285 d3d12_batch_reference_object(struct d3d12_batch *batch, ID3D12Object *object) d3d12_batch_reference_object() argument
/third_party/libcoap/include/coap3/
H A Dcoap_mem.h121 coap_free(void *object) { in coap_free() argument
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DLiteralByteStringTest.java69 protected String getActualClassName(Object object) { in getActualClassName() argument
/third_party/python/Include/cpython/
H A Dpyerrors.h45 PyObject *object; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRefUtil.cpp37 VkPipeline object = 0; in createGraphicsPipeline() local
48 VkPipeline object = 0; in createComputePipeline() local
61 VkPipeline object = 0; in createRayTracingPipelineNV() local
73 VkPipeline object = 0; createRayTracingPipelineKHR() local
82 VkCommandBuffer object = 0; allocateCommandBuffer() local
93 VkCommandBuffer object = 0; allocateCommandBuffers() local
101 VkDescriptorSet object = 0; allocateDescriptorSet() local
223 VkShaderModule object = 0; createShaderModule() local
[all...]
H A DvkDebugReportUtil.cpp116 debugReportCallback(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, deUint64 object, size_t location, deInt32 messageCode, const char* pLayerPrefix, const char* pMessage, void* pUserData) debugReportCallback() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DThread.cpp82 void Thread::setError(const Error &error, const char *command, const LabeledObject *object) in setError() argument
68 setError(EGLint error, const char *command, const LabeledObject *object, const char *message) setError() argument
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactorDebugInfo.hpp50 namespace object { namespace
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandBuffer.hpp209 static inline CommandBuffer *Cast(VkCommandBuffer object) in Cast() argument
H A DVkDescriptorSetLayout.hpp148 static inline DescriptorSetLayout *Cast(VkDescriptorSetLayout object) in Cast() argument
H A DVkDeviceMemory.hpp59 static inline DeviceMemory *Cast(VkDeviceMemory object) in Cast() argument
140 static inline DeviceMemory *Cast(VkDeviceMemory object) in Cast() argument
H A DVkImageView.hpp158 static inline ImageView *Cast(VkImageView object) in Cast() argument
H A DVkObject.hpp37 static inline VkT TtoVkT(T *object) in TtoVkT() argument
65 auto object = new(objectMemory) T(pCreateInfo, memory, extendedInfo...); in Create() local
120 T object; member in vk::DispatchableObject
[all...]
H A DVkPipeline.hpp48 static inline Pipeline *Cast(VkPipeline object) in Cast() argument
156 static inline Pipeline *Cast(VkPipeline object) in Cast() argument
H A DVkPipelineCache.hpp127 static inline PipelineCache *Cast(VkPipelineCache object) in Cast() argument
H A DVkQueue.hpp105 static inline Queue *Cast(VkQueue object) in Cast() argument
H A DVkSampler.hpp106 static inline Sampler *Cast(VkSampler object) in Cast() argument
111 static inline SamplerYcbcrConversion *Cast(VkSamplerYcbcrConversion object) in Cast() argument
/third_party/skia/src/utils/win/
H A DSkDWriteGeometrySink.cpp24 SK_STDMETHODIMP SkDWriteGeometrySink::QueryInterface(REFIID iid, void **object) { in QueryInterface() argument
/third_party/skia/third_party/externals/dawn/src/common/
H A DSlabAllocator.h179 void Deallocate(T* object) { in Deallocate() argument
/third_party/pulseaudio/src/pulsecore/
H A Dasyncmsgq.c44 pa_msgobject *object; member
119 void pa_asyncmsgq_post(pa_asyncmsgq *a, pa_msgobject *object, int code, const void *userdata, int64_t offset, const pa_memchunk *chunk, pa_free_cb_t free_cb) { in pa_asyncmsgq_post() argument
150 int pa_asyncmsgq_send(pa_asyncmsgq *a, pa_msgobject *object, int code, const void *userdata, int64_t offset, const pa_memchunk *chunk) { in pa_asyncmsgq_send() argument
185 pa_asyncmsgq_get(pa_asyncmsgq *a, pa_msgobject **object, int *code, void **userdata, int64_t *offset, pa_memchunk *chunk, bool wait_op) pa_asyncmsgq_get() argument
277 pa_msgobject *object; pa_asyncmsgq_process_one() local
333 pa_asyncmsgq_dispatch(pa_msgobject *object, int code, void *userdata, int64_t offset, pa_memchunk *memchunk) pa_asyncmsgq_dispatch() argument
345 pa_msgobject *object; pa_asyncmsgq_flush() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.h33 namespace object { namespace
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h40 namespace object { namespace

Completed in 12 milliseconds

1...<<51525354555657585960>>...111