Home
last modified time | relevance | path

Searched refs:isvalid (Results 1 – 15 of 15) 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/gstreamer/gstplugins_base/ext/vorbis/
Dgstvorbisdec.c580 gboolean isvalid; in check_pending_headers() local
595 isvalid = map.size >= 1 && map.data[0] == 0x01; in check_pending_headers()
597 if (!isvalid) { in check_pending_headers()
603 isvalid = map.size >= 1 && map.data[0] == 0x03; in check_pending_headers()
605 if (!isvalid) { in check_pending_headers()
611 isvalid = map.size >= 1 && map.data[0] == 0x05; in check_pending_headers()
613 if (!isvalid) { in check_pending_headers()
/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/mesa3d/src/mesa/drivers/x11/
Dxfonts.c164 isvalid(XFontStruct * fs, unsigned int which) in isvalid() function
301 ch = isvalid(fs, c); in Fake_glXUseXFont()
/third_party/littlefs/scripts/
Dreadmdir.py54 def isvalid(self): member in Tag
147 return self.isvalid
Dreadtree.py115 if tag.size or not tag.isvalid:
/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/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.c1316 rops_issue_keepalive_h2(struct lws *wsi, int isvalid) in rops_issue_keepalive_h2() argument
1322 if (isvalid) { in rops_issue_keepalive_h2()