| /third_party/glfw/src/ |
| H A D | win32_joystick.c | 278 _GLFWjoyobjectWin32* object = data->objects + data->objectCount; in deviceObjectCallback() local [all...] |
| /third_party/cJSON/tests/ |
| H A D | misc_tests.c | 584 cJSON *object = cJSON_CreateObject(); in cjson_add_item_to_object_or_array_should_not_add_itself() local 600 cJSON *object = cJSON_CreateObject(); in cjson_add_item_to_object_should_not_use_after_free_when_string_is_aliased() local [all...] |
| /third_party/lzma/CPP/Windows/ |
| H A D | Synchronization.h | 180 CCriticalSectionLock(CCriticalSection &object): _object(&object) {_object->Enter(); }
in CCriticalSectionLock() argument
|
| /third_party/json/tests/src/ |
| H A D | unit-regression1.cpp | 612 json object; variable [all...] |
| /third_party/jerryscript/tests/unit-core/ |
| H A D | test-internal-properties.cpp | 54 jerry_value_t object = jerry_create_object (); in HWTEST_F() local [all...] |
| /third_party/ltp/lib/ |
| H A D | tst_netdevice.c | 525 modify_qdisc(const char *file, const int lineno, int strict, const char *object, unsigned int action, unsigned int nl_flags, const char *ifname, unsigned int family, unsigned int parent, unsigned int handle, unsigned int info, const char *qd_kind, const struct tst_rtnl_attr_list *config) modify_qdisc() argument
|
| /third_party/node/src/crypto/ |
| H A D | crypto_keys.h | 325 KeyExportJob( Environment* env, v8::Local<v8::Object> object, CryptoJobMode mode, std::shared_ptr<KeyObjectData> key, WebCryptoKeyFormat format, AdditionalParams&& params) KeyExportJob() argument
|
| H A D | crypto_x509.cc | 105 bool X509Certificate::HasInstance(Environment* env, Local<Object> object) { in HasInstance() argument 454 X509Certificate( Environment* env, Local<Object> object, std::shared_ptr<ManagedX509> cert, STACK_OF(X509)* issuer_chain) X509Certificate() argument
|
| /third_party/node/src/inspector/ |
| H A D | main_thread_interface.cc | 20 explicit DeletableWrapper(std::unique_ptr<T> object) in DeletableWrapper() argument 34 std::unique_ptr<Deletable> WrapInDeletable(std::unique_ptr<T> object) { in WrapInDeletable() argument 262 AddObject(int id, std::unique_ptr<Deletable> object) AddObject() argument
|
| /third_party/node/test/js-native-api/test_object/ |
| H A D | test_object.c | 28 napi_value object = args[0]; in Get() local 56 napi_value object = args[0]; in GetNamed() local 483 napi_value object, key, value; TestSetProperty() local 518 napi_value object, key; TestHasProperty() local 552 napi_value object, key, result; TestGetProperty() local 590 napi_value object = args[0]; TestFreeze() local 602 napi_value object = args[0]; TestSeal() local [all...] |
| /third_party/node/deps/v8/tools/debug_helper/ |
| H A D | debug-helper.h | 232 GetObjectProperties( uintptr_t object, v8::debug_helper::MemoryAccessor memory_accessor, const HeapAddresses& heap_addresses, const char* type_hint = nullptr) GetObjectProperties() argument [all...] |
| /third_party/node/deps/v8/tools/v8windbg/src/ |
| H A D | object-inspection.cc | 341 GetModelForCustomArrayElement(IModelObject* context_object, size_t index, IModelObject** object) GetModelForCustomArrayElement() argument [all...] |
| /third_party/node/src/ |
| H A D | stream_wrap.cc | 164 LibuvStreamWrap* LibuvStreamWrap::From(Environment* env, Local<Object> object) { in From() argument 327 ShutdownWrap* LibuvStreamWrap::CreateShutdownWrap(Local<Object> object) { in CreateShutdownWrap() argument 331 WriteWrap* LibuvStreamWrap::CreateWriteWrap(Local<Object> object) { in CreateWriteWrap() argument 122 LibuvStreamWrap(Environment* env, Local<Object> object, uv_stream_t* stream, AsyncWrap::ProviderType provider) LibuvStreamWrap() argument [all...] |
| /third_party/node/deps/icu-small/source/tools/genrb/ |
| H A D | wrtjava.cpp | 356 const char* object = "new Object[]{\n"; in array_write_java() local
|
| /third_party/icu/icu4c/source/tools/genrb/ |
| H A D | wrtjava.cpp | 356 const char* object = "new Object[]{\n"; in array_write_java() local
|
| /third_party/libphonenumber/cpp/src/phonenumbers/ohos/ |
| H A D | geocoding_data.pb.cc | 216 void GeocodingInfo::ArenaDtor(void* object) { in ArenaDtor() argument 620 void PrefixesInfo::ArenaDtor(void* object) { in ArenaDtor() argument 972 void LanguageCodeInfo::ArenaDtor(void* object) { in ArenaDtor() argument 1199 void CountriesInfo::ArenaDtor(void* object) { in ArenaDtor() argument 1425 void CountryCodeInfo::ArenaDtor(void* object) { in ArenaDtor() argument [all...] |
| /third_party/libphonenumber/cpp/src/phonenumbers/ |
| H A D | phonenumber.pb.cc | 203 void PhoneNumber::ArenaDtor(void* object) { in ArenaDtor() argument
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | csa-load-elimination.cc | 80 bool IsConstantObject(Node* object) { in IsConstantObject() argument 86 bool IsFreshObject(Node* object) { in IsFreshObject() argument 123 KillField( Node* object, Node* offset, MachineRepresentation repr) const KillField() argument 190 AddField( Node* object, Node* offset, Node* value, MachineRepresentation repr) const AddField() argument 214 Lookup( Node* object, Node* offset) const Lookup() argument 272 KillOffsetInFresh( Node* const object, uint32_t offset, MachineRepresentation repr) KillOffsetInFresh() argument 295 Node* object = inner_entry.first; Print() local 311 Node* object = outer_entry.first; Print() local 335 Node* object = NodeProperties::GetValueInput(node, 0); ReduceLoadFromObject() local 379 Node* object = NodeProperties::GetValueInput(node, 0); ReduceStoreToObject() local 511 Node* object = NodeProperties::GetValueInput(current, 0); ComputeLoopState() local 522 Node* object = NodeProperties::GetValueInput(current, 0); ComputeLoopState() local [all...] |
| H A D | node.cc | 500 V8_EXPORT_PRIVATE extern void _v8_internal_Node_Print(void* object) { in _v8_internal_Node_Print() argument
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | assembler.cc | 289 AddEmbeddedObject( Handle<HeapObject> object) AddEmbeddedObject() argument
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-intl.cc | 243 *object); in CreateBoundFunction() local 233 CreateBoundFunction(Isolate* isolate, Handle<JSObject> object, Builtin builtin, int len) CreateBoundFunction() argument
|
| /third_party/node/deps/v8/src/codegen/arm/ |
| H A D | macro-assembler-arm.h | 28 inline MemOperand FieldMemOperand(Register object, int offset) { in FieldMemOperand() argument [all...] |
| /third_party/node/deps/v8/src/heap/ |
| H A D | memory-chunk.cc | 366 void MemoryChunk::RegisterObjectWithInvalidatedSlots(HeapObject object) { in RegisterObjectWithInvalidatedSlots() argument 386 void MemoryChunk::InvalidateRecordedSlots(HeapObject object) { in InvalidateRecordedSlots() argument 404 RegisteredObjectWithInvalidatedSlots(HeapObject object) RegisteredObjectWithInvalidatedSlots() argument [all...] |
| H A D | scavenger-inl.h | 19 void Scavenger::PromotionList::Local::PushRegularObject(HeapObject object, in PushRegularObject() argument 24 void Scavenger::PromotionList::Local::PushLargeObject(HeapObject object, in PushLargeObject() argument 74 void Scavenger::PageMemoryFence(MaybeObject object) { in PageMemoryFence() argument 113 SemiSpaceCopyObject( Map map, THeapObjectSlot slot, HeapObject object, int object_size, ObjectFields object_fields) SemiSpaceCopyObject() argument 151 PromoteObject(Map map, THeapObjectSlot slot, HeapObject object, int object_size, ObjectFields object_fields) PromoteObject() argument 209 HandleLargeObject(Map map, HeapObject object, int object_size, ObjectFields object_fields) HandleLargeObject() argument 232 EvacuateObjectDefault( Map map, THeapObjectSlot slot, HeapObject object, int object_size, ObjectFields object_fields) EvacuateObjectDefault() argument 277 EvacuateThinString(Map map, THeapObjectSlot slot, ThinString object, int object_size) EvacuateThinString() argument 302 EvacuateShortcutCandidate(Map map, THeapObjectSlot slot, ConsString object, int object_size) EvacuateShortcutCandidate() argument 345 EvacuateInPlaceInternalizableString( Map map, THeapObjectSlot slot, String object, int object_size, ObjectFields object_fields) EvacuateInPlaceInternalizableString() argument 401 ScavengeObject(THeapObjectSlot p, HeapObject object) ScavengeObject() argument 512 typename TSlot::TObject object = *slot; VisitPointersImpl() local 521 VisitJSArrayBuffer(Map map, JSArrayBuffer object) VisitJSArrayBuffer() argument [all...] |
| H A D | large-spaces.cc | 159 HeapObject object = page->GetObject(); in AllocateRaw() local 195 HeapObject object = page->GetObject(); AllocateRawBackground() local 222 HeapObject object = page->GetObject(); AllocateLargePage() local 322 HeapObject object = current->GetObject(); FreeUnmarkedObjects() local 388 HeapObject object = chunk->GetObject(); Verify() local 487 UpdatePendingObject(HeapObject object) UpdatePendingObject() argument 561 HeapObject object = page->GetObject(); FreeDeadObjects() local [all...] |