Home
last modified time | relevance | path

Searched refs:isvalid (Results 1 - 11 of 11) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DmoduleWithStatementsOfEveryKind.js24 var ol = { s: 'hello', id: 2, isvalid: true };
53 export var ol = { s: 'hello', id: 2, isvalid: true };
124 var ol = { s: 'hello', id: 2, isvalid: true };
178 Y.ol = { s: 'hello', id: 2, isvalid: true };
/third_party/ffmpeg/libavfilter/
H A 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/
H A Dglx_usefont.c166 isvalid(XFontStruct * fs, unsigned int which) in isvalid() function
304 ch = isvalid(fs, c); in glXUseXFont()
/third_party/mesa3d/src/glx/
H A Dxfont.c170 isvalid(XFontStruct * fs, int which) in isvalid() function
305 ch = isvalid(fs, c); in DRI_glXUseXFont()
/third_party/libwebsockets/lib/roles/mqtt/
H A 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/
H A Dreadmdir.py56 def isvalid(self): member in Tag
164 return self.isvalid
H A Dreadtree.py115 if tag.size or not tag.isvalid:
/third_party/libwebsockets/lib/roles/
H A Dprivate-lib-roles.h252 /* isvalid = 0: request a role-specific keepalive (PING etc)
254 typedef int (*lws_rops_issue_keepalive_t)(struct lws *wsi, int isvalid);
/third_party/libwebsockets/lib/roles/h2/
H A 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/libwebsockets/lib/roles/ws/
H A 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/vixl/test/aarch64/
H A Dtest-api-aarch64.cc381 TEST(isvalid) { in TEST()
451 // As 'isvalid', but using CPURegister types where possible. This shouldn't in TEST()

Completed in 10 milliseconds