/third_party/jsframework/runtime/main/model/ |
D | pageLife.ts | 133 let eventType; 135 eventType = 'viewappear'; 137 eventType = 'viewdisappear'; 139 eventType = 'clickbackitem'; 141 eventType = 'viewsuspended'; 143 eventType = 'onConfigurationUpdated'; 145 eventType = 'layoutReady'; 147 eventType = 'viewactive'; 149 eventType = 'viewinactive'; 151 eventType = type; [all …]
|
D | directive.ts | 825 function bindEvents(vm: Vm, el: Element, events: object, eventType?: string): void { 841 const eventName: string = eventType ? eventType + key : key; constant
|
/third_party/jsframework/runtime/vdom/ |
D | Document.ts | 180 …public fireEvent(element: Element, eventType: string, eventObj: any, isDomChanges: boolean, option… 181 …Log.debug(`Document#fireEvent, element = ${element}, eventType = ${eventType}, eventObj = ${eventO… 186 eventObj.type = eventObj.type || eventType; 198 return element.fireEvent(eventType, eventObj, isBubble, options);
|
/third_party/node/test/parallel/ |
D | test-fs-watch.js | 64 watcher.on('change', common.mustCall(function(eventType, argFilename) { argument 70 assert.strictEqual(['rename', 'change'].includes(eventType), true); 72 assert.strictEqual(eventType, 'change');
|
D | test-fs-promises-watch.js | 53 for await (const { eventType, filename } of watcher) { property 55 assert.strictEqual(['rename', 'change'].includes(eventType), true);
|
D | test-fs-watchfile.js | 93 fs.watch(dir, common.mustCall(function(eventType, filename) { argument
|
/third_party/node/lib/internal/fs/ |
D | recursive_watch.js | 263 this.once('change', (eventType, filename) => { 264 resolve({ __proto__: null, value: { eventType, filename } }); property 271 this.once('change', (eventType, filename) => { 273 resolve({ __proto__: null, value: { eventType, filename } }); property
|
D | watchers.js | 196 this._handle.onchange = (status, eventType, filename) => { argument 215 this.emit('change', eventType, filename); 339 handle.onchange = (status, eventType, filename) => { argument 352 resolve({ eventType, filename }); property
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11.cpp | 222 int eventType = None; in setVisibility() local 231 eventType = MapNotify; in setVisibility() 236 eventType = UnmapNotify; in setVisibility() 245 } while (event.type != eventType); in setVisibility()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkDeviceMemory.cpp | 146 …VkDeviceMemoryReportEventTypeEXT eventType = isImport() ? VK_DEVICE_MEMORY_REPORT_EVENT_TYPE_UNIMP… in destroy() local 147 …device->emitDeviceMemoryReport(eventType, getMemoryObjectId(), 0 /* size */, VK_OBJECT_TYPE_DEVICE… in destroy() 267 …VkDeviceMemoryReportEventTypeEXT eventType = isImport() ? VK_DEVICE_MEMORY_REPORT_EVENT_TYPE_IMPOR… in allocate() local 268 …device->emitDeviceMemoryReport(eventType, getMemoryObjectId(), allocationSize, VK_OBJECT_TYPE_DEVI… in allocate()
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_application_AccessibilityExtensionAbility.js | 20 eventType: '[PC Preview] unknown eventType', property
|
D | ohos_hiSysEvent.js | 33 eventType: EventType, property
|
D | ohos_screenLock.js | 100 eventType: '[PC Preview] unknow eventType', property
|
D | ohos_multimedia_audio.js | 76 eventType: audio.InterruptType, property
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/java/com/google/oboe/samples/rhythmgame/ |
D | GameSurfaceView.java | 27 …public static native void native_onTouchInput(int eventType, long timeSinceBootMs, int pixel_x, in… in native_onTouchInput() argument
|
/third_party/node/lib/internal/ |
D | event_target.js | 396 …({ eventTarget, listener, eventType }) => eventTarget.deref()?.[kRemoveWeakListenerHelper](eventTy… field 418 constructor(eventTarget, eventType, previous, listener, once, capture, passive, argument 450 eventType, property
|
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/ |
D | DeqpTestRunner.java | 562 String eventType = values.get("dEQP-EventType"); in handleStatus() local 564 if (eventType == null) { in handleStatus() 568 if (eventType.compareTo("BeginSession") == 0) { in handleStatus() 570 } else if (eventType.compareTo("EndSession") == 0) { in handleStatus() 572 } else if (eventType.compareTo("BeginTestCase") == 0) { in handleStatus() 574 } else if (eventType.compareTo("EndTestCase") == 0) { in handleStatus() 576 } else if (eventType.compareTo("TestCaseResult") == 0) { in handleStatus() 578 } else if (eventType.compareTo("TerminateTestCase") == 0) { in handleStatus() 580 } else if (eventType.compareTo("TestLogData") == 0) { in handleStatus()
|
/third_party/typescript/src/compiler/ |
D | tracing.ts | 160 …function writeEvent(eventType: string, phase: Phase, name: string, args: Args | undefined, extras?… 167 …fs.writeSync(traceFd, `,\n{"pid":1,"tid":1,"ph":"${eventType}","cat":"${phase}","ts":${time},"name…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | RecordPrinter.cpp | 54 R.delta(), R.eventType(), R.size(), R.data()) in visit()
|
D | FDRTraceExpander.cpp | 76 CurrentRecord.RecordType = R.eventType(); in visit()
|
D | FDRTraceWriter.cpp | 116 if (auto E = writeMetadata<8u>(OS, R.size(), R.delta(), R.eventType())) in visit()
|
/third_party/node/lib/internal/watch_mode/ |
D | files_watcher.js | 100 watcher.on('change', (eventType, fileName) => this
|
/third_party/skia/third_party/externals/angle2/util/osx/ |
D | OSXWindow.mm | 476 type:(Event::EventType)eventType 480 event.Type = eventType;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
D | FDRRecords.h | 281 uint16_t eventType() const { return EventType; } in eventType() function
|
/third_party/node/typings/internalBinding/ |
D | fs.d.ts | 54 onchange: (status: number, eventType: string, filename: string | Buffer) => void;
|