Home
last modified time | relevance | path

Searched refs:observable (Results 1 - 10 of 10) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DsymbolProperty61.js8 const observable: typeof Symbol.obs = Symbol.obs
17 [observable]() {
34 const observable = Symbol.obs;
42 [observable]() {
58 declare const observable: typeof Symbol.obs;
63 [observable](): this;
H A DgenericInference2.js10 export function observable<T>(value: T): Observable<T>;
13 name: ko.observable("Bob"),
14 age: ko.observable(37)
25 name: ko.observable("Bob"),
26 age: ko.observable(37)
H A Dknockout.js10 export function observable<T>(value: T): Observable<T>;
13 name: ko.observable("Bob"),
14 age: ko.observable(37)
27 name: ko.observable("Bob"),
28 age: ko.observable(37)
H A DcontextuallyTypedBooleanLiterals.js25 declare function observable<T>(value: T): Observable<T>;
27 const x: Observable<boolean> = observable(false);
37 var x = observable(false);
54 declare function observable<T>(value: T): Observable<T>;
/third_party/node/test/fixtures/wpt/user-timing/
H A Dsupported-usertiming-types.any.js34 }, `'${entryType}' entries should be observable.`)
/third_party/libcoap/include/coap3/
H A Dcoap_resource_internal.h57 unsigned int observable:1; /**< can be observed */ member
/third_party/libcoap/src/
H A Dcoap_resource.c535 context->dyn_resource_added && resource->observable) {
648 if (resource->observable) {
997 if (r->observable && (r->dirty || r->partiallydirty)) {
1176 if (!r->observable)
1227 resource->observable = mode ? 1 : 0;
H A Dcoap_subscribe.c148 if (!r->observable) { in coap_persist_observe_add()
149 coap_log_warn("coap_persist_observe_add: resource '%s' not observable\n", in coap_persist_observe_add()
H A Dcoap_net.c3074 if (resource->observable && in handle_request()
/third_party/libcoap/tests/
H A Dtest_wellknown.c225 r->observable = 1; in t_wkc_tests_create()

Completed in 14 milliseconds