Home
last modified time | relevance | path

Searched refs:isvalid (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DmoduleWithStatementsOfEveryKind.types66 var ol = { s: 'hello', id: 2, isvalid: true };
67 >ol : { s: string; id: number; isvalid: boolean; }
68 >{ s: 'hello', id: 2, isvalid: true } : { s: string; id: number; isvalid: boolean; }
73 >isvalid : boolean
148 export var ol = { s: 'hello', id: 2, isvalid: true };
149 >ol : { s: string; id: number; isvalid: boolean; }
150 >{ s: 'hello', id: 2, isvalid: true } : { s: string; id: number; isvalid: boolean; }
155 >isvalid : boolean
DmoduleWithStatementsOfEveryKind.js24 var ol = { s: 'hello', id: 2, isvalid: true }; property
53 export var ol = { s: 'hello', id: 2, isvalid: true }; property
124 var ol = { s: 'hello', id: 2, isvalid: true }; property
178 Y.ol = { s: 'hello', id: 2, isvalid: true }; property
DmoduleWithStatementsOfEveryKind.symbols66 var ol = { s: 'hello', id: 2, isvalid: true };
70 >isvalid : Symbol(isvalid, Decl(moduleWithStatementsOfEveryKind.ts, 22, 33))
144 export var ol = { s: 'hello', id: 2, isvalid: true };
148 >isvalid : Symbol(isvalid, Decl(moduleWithStatementsOfEveryKind.ts, 51, 40))
/third_party/typescript/tests/cases/conformance/internalModules/moduleBody/
DmoduleWithStatementsOfEveryKind.ts23 var ol = { s: 'hello', id: 2, isvalid: true };
52 export var ol = { s: 'hello', id: 2, isvalid: true };
/third_party/ffmpeg/libavfilter/
Dvf_lenscorrection.c103 const char isvalid = x >= 0 && x < w && y >= 0 && y < h; \
104 *out++ = isvalid ? indata[y * inlinesize + x] : fill_color; \
147 const char isvalid = x >= 0 && x <= w - 1 && y >= 0 && y <= h - 1; \
149 if (isvalid) { \
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_usefont.c166 isvalid(XFontStruct * fs, unsigned int which) in isvalid() function
304 ch = isvalid(fs, c); in glXUseXFont()
/third_party/mesa3d/src/glx/
Dxfont.c170 isvalid(XFontStruct * fs, int which) in isvalid() function
305 ch = isvalid(fs, c); in DRI_glXUseXFont()
/third_party/libwebsockets/lib/roles/mqtt/
Dops-mqtt.c432 rops_issue_keepalive_mqtt(struct lws *wsi, int isvalid) in rops_issue_keepalive_mqtt() argument
436 if (isvalid) { in rops_issue_keepalive_mqtt()
/third_party/littlefs/scripts/
Dreadmdir.py56 def isvalid(self): member in Tag
164 return self.isvalid
Dreadtree.py115 if tag.size or not tag.isvalid:
/third_party/libwebsockets/lib/roles/
Dprivate-lib-roles.h254 typedef int (*lws_rops_issue_keepalive_t)(struct lws *wsi, int isvalid);
/third_party/libwebsockets/lib/roles/ws/
Dops-ws.c2042 rops_issue_keepalive_ws(struct lws *wsi, int isvalid) in rops_issue_keepalive_ws() argument
2055 issue_keepalive(enc, isvalid)) in rops_issue_keepalive_ws()
2060 if (isvalid) in rops_issue_keepalive_ws()
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c1323 rops_issue_keepalive_h2(struct lws *wsi, int isvalid) in rops_issue_keepalive_h2() argument
1329 if (isvalid) { in rops_issue_keepalive_h2()
/third_party/vixl/test/aarch64/
Dtest-api-aarch64.cc381 TEST(isvalid) { in TEST() argument