Searched refs:constructor (Results 1 – 9 of 9) sorted by relevance
/device/google/contexthub/firmware/lib/libc/ |
D | aeabi.cpp | 97 void* (*constructor)(void*), 100 void*(*constructor)(void*), 117 void* (*constructor)(void*), 121 void* (*constructor)(void*)); 123 void* (*constructor)(void*)); 126 void* (*constructor)(void*), in __aeabi_vec_ctor_nocookie_nodtor() 129 if (constructor != nullptr) { in __aeabi_vec_ctor_nocookie_nodtor() 132 constructor(reinterpret_cast<void*>(addr)); in __aeabi_vec_ctor_nocookie_nodtor() 142 void*(*constructor)(void*), in __aeabi_vec_ctor_cookie_nodtor() 150 return __aeabi_vec_ctor_nocookie_nodtor(user_array_of(cookie), constructor, in __aeabi_vec_ctor_cookie_nodtor() [all …]
|
/device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/ |
D | server_connector.js | 57 constructor() { method in Connector 58 if (this.constructor == Connector) { 112 constructor() { method in ParentController 113 if (this.constructor === ParentController) { 133 constructor(parentController, rotation) { method in DeviceDisplaysMessage 134 if (this.constructor === DeviceDisplaysMessage) { 205 constructor(ws) { method in WebsocketConnector 286 constructor() { method in PollingConnector
|
D | index.js | 23 constructor({url, selectDeviceCb}) { method in DeviceListApp
|
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/ |
D | cf_webrtc.js | 122 constructor(pc, control) { method in DeviceConnection 499 constructor(serverConnector) { method in Controller
|
D | app.js | 96 constructor() { method in DeviceDetailsUpdater 147 constructor(deviceConnection, parentController) { method in DeviceControlApp
|
/device/google/redbull/json-c/ |
D | json_object.c | 69 static void json_object_init(void) __attribute__ ((constructor));
|
/device/google/coral/json-c/ |
D | json_object.c | 69 static void json_object_init(void) __attribute__ ((constructor));
|
/device/google/sunfish/json-c/ |
D | json_object.c | 69 static void json_object_init(void) __attribute__ ((constructor));
|
/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 6000 // std::vector<int> constructor, which gets inlined at 0xf00. We then get 6001 // both Foo and the std::vector<int> constructor when we symbolize the 6027 // std::vector<int> constructor, which gets inlined at 0xf00. We then get 6028 // both Foo and the std::vector<int> constructor when we symbolize the
|