Home
last modified time | relevance | path

Searched defs:observe (Results 1 – 17 of 17) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DnoCrashOnThisTypeUsage.ts5 observe(handler: (change: any, oldValue?: any) => void, fireImmediately?: boolean): void method
25 observe(handler: (change: any, oldValue?: any) => void, fireImmediately?: boolean) {} method in ObservableValue
/third_party/rust/rust/tests/run-make/wasm-stringify-ints-small/
Dfoo.rs4 fn observe(ptr: *const u8, len: usize); in observe() function
/third_party/typescript/tests/baselines/reference/
DnoCrashOnThisTypeUsage.js46 ObservableValue.prototype.observe = function (handler, fireImmediately) { }; method in ObservableValue
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DDebugSink.h19 bool observe(char c) in observe() function
/third_party/typescript/src/compiler/
DperformanceCore.ts42 observe(options: { entryTypes: readonly ("mark" | "measure")[] }): void; method
/third_party/jsframework/runtime/main/reactivity/
Dobserver.js106 export function observe (value, vm) { function
/third_party/libcoap/include/coap3/
Dcoap_resource_internal.h89 unsigned int observe; member
Dcoap_block_internal.h148 uint8_t observe[3]; /**< Observe data (if observe_set) (only 24 bits) */ member
179 uint8_t observe[3]; /**< Observe data (if set) (only 24 bits) */ member
/third_party/libcoap/src/
Dcoap_subscribe.c69 coap_opt_t *observe; in coap_persist_observe_add() local
Dcoap_net.c2776 coap_opt_t *observe = NULL; in handle_request() local
Dcoap_block.c2582 coap_opt_t *observe, in coap_handle_request_put_block()
/third_party/libcoap/examples/
Dcoap-client.c63 int observe; member
/third_party/typescript/src/lib/
Ddom.generated.d.ts9099 observe(target: Element): void; method
9896 observe(target: Node, options?: MutationObserverInit): void; method
10735 observe(options?: PerformanceObserverInit): void; method
11718 observe(target: Element, options?: ResizeObserverOptions): void; method
Dwebworker.generated.d.ts2678 observe(options?: PerformanceObserverInit): void; method
/third_party/typescript/lib/
Dlib.dom.d.ts9119 observe(target: Element): void; method
9916 observe(target: Node, options?: MutationObserverInit): void; method
10755 observe(options?: PerformanceObserverInit): void; method
11738 observe(target: Element, options?: ResizeObserverOptions): void; method
Dlib.webworker.d.ts2698 observe(options?: PerformanceObserverInit): void; method
/third_party/typescript/tests/lib/
Dlib.d.ts11850 observe(target: Node, options: MutationObserverInit): void; method