/third_party/typescript/tests/baselines/reference/ |
D | moduleWithStatementsOfEveryKind.types | 66 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
|
D | moduleWithStatementsOfEveryKind.js | 24 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
|
D | moduleWithStatementsOfEveryKind.symbols | 66 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/ |
D | moduleWithStatementsOfEveryKind.ts | 23 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/ |
D | gstvorbisdec.c | 580 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/ |
D | vf_lenscorrection.c | 103 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/ |
D | glx_usefont.c | 166 isvalid(XFontStruct * fs, unsigned int which) in isvalid() function 304 ch = isvalid(fs, c); in glXUseXFont()
|
/third_party/mesa3d/src/glx/ |
D | xfont.c | 170 isvalid(XFontStruct * fs, int which) in isvalid() function 305 ch = isvalid(fs, c); in DRI_glXUseXFont()
|
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | xfonts.c | 164 isvalid(XFontStruct * fs, unsigned int which) in isvalid() function 301 ch = isvalid(fs, c); in Fake_glXUseXFont()
|
/third_party/littlefs/scripts/ |
D | readmdir.py | 54 def isvalid(self): member in Tag 147 return self.isvalid
|
D | readtree.py | 115 if tag.size or not tag.isvalid:
|
/third_party/libwebsockets/lib/roles/mqtt/ |
D | ops-mqtt.c | 432 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/ |
D | private-lib-roles.h | 254 typedef int (*lws_rops_issue_keepalive_t)(struct lws *wsi, int isvalid);
|
/third_party/libwebsockets/lib/roles/ws/ |
D | ops-ws.c | 2042 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/ |
D | ops-h2.c | 1316 rops_issue_keepalive_h2(struct lws *wsi, int isvalid) in rops_issue_keepalive_h2() argument 1322 if (isvalid) { in rops_issue_keepalive_h2()
|