Home
last modified time | relevance | path

Searched refs:THIS (Results 1 – 25 of 1097) sorted by relevance

12345678910>>...44

/third_party/ltp/testcases/open_posix_testsuite/
DAUTHORS1 geoffrey.r.gustafson REMOVE-THIS AT intel DOT com
2 inaky.perez-gonzalez REMOVE-THIS AT intel DOT com
3 julie.n.fleischer REMOVE-THIS AT intel DOT com
4 majid.awad REMOVE-THIS AT intel DOT com
5 rolla.n.selbak REMOVE-THIS AT intel DOT com
6 rusty.lynch REMOVE-THIS AT intel DOT com
7 salwan.searty REMOVE-THIS AT intel DOT com
8 sunyi REMOVE-THIS AT users DOT sourceforge DOT net
DREADME106 julie.n.fleischer REMOVE-THIS AT intel DOT com
107 rusty.lynch REMOVE-THIS AT intel DOT com
108 geoffrey.r.gustafson REMOVE-THIS AT intel DOT com
109 inaky.perez-gonzalez REMOVE-THIS AT intel DOT com
110 rolla.n.selbak REMOVE-THIS AT intel DOT com
111 majid.awad REMOVE-THIS AT intel DOT com
112 salwan.searty REMOVE-THIS AT intel DOT com
113 sunyi REMOVE-THIS AT users DOT sourceforge DOT net
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DRelativeDateTimeFormatterTest.java399 {Direction.THIS, AbsoluteUnit.DAY, "today"}, in TestRelativeDateWithoutQuantity()
400 {Direction.THIS, AbsoluteUnit.WEEK, "this week"}, in TestRelativeDateWithoutQuantity()
401 {Direction.THIS, AbsoluteUnit.MONTH, "this month"}, in TestRelativeDateWithoutQuantity()
402 {Direction.THIS, AbsoluteUnit.QUARTER, "this quarter"}, in TestRelativeDateWithoutQuantity()
403 {Direction.THIS, AbsoluteUnit.YEAR, "this year"}, in TestRelativeDateWithoutQuantity()
404 {Direction.THIS, AbsoluteUnit.MONDAY, "this Monday"}, in TestRelativeDateWithoutQuantity()
405 {Direction.THIS, AbsoluteUnit.TUESDAY, "this Tuesday"}, in TestRelativeDateWithoutQuantity()
406 {Direction.THIS, AbsoluteUnit.WEDNESDAY, "this Wednesday"}, in TestRelativeDateWithoutQuantity()
407 {Direction.THIS, AbsoluteUnit.THURSDAY, "this Thursday"}, in TestRelativeDateWithoutQuantity()
408 {Direction.THIS, AbsoluteUnit.FRIDAY, "this Friday"}, in TestRelativeDateWithoutQuantity()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DRelativeDateTimeFormatterTest.java396 {Direction.THIS, AbsoluteUnit.DAY, "today"}, in TestRelativeDateWithoutQuantity()
397 {Direction.THIS, AbsoluteUnit.WEEK, "this week"}, in TestRelativeDateWithoutQuantity()
398 {Direction.THIS, AbsoluteUnit.MONTH, "this month"}, in TestRelativeDateWithoutQuantity()
399 {Direction.THIS, AbsoluteUnit.QUARTER, "this quarter"}, in TestRelativeDateWithoutQuantity()
400 {Direction.THIS, AbsoluteUnit.YEAR, "this year"}, in TestRelativeDateWithoutQuantity()
401 {Direction.THIS, AbsoluteUnit.MONDAY, "this Monday"}, in TestRelativeDateWithoutQuantity()
402 {Direction.THIS, AbsoluteUnit.TUESDAY, "this Tuesday"}, in TestRelativeDateWithoutQuantity()
403 {Direction.THIS, AbsoluteUnit.WEDNESDAY, "this Wednesday"}, in TestRelativeDateWithoutQuantity()
404 {Direction.THIS, AbsoluteUnit.THURSDAY, "this Thursday"}, in TestRelativeDateWithoutQuantity()
405 {Direction.THIS, AbsoluteUnit.FRIDAY, "this Friday"}, in TestRelativeDateWithoutQuantity()
[all …]
/third_party/ltp/testcases/open_posix_testsuite/stress/timers/
Dplan.txt55 Contributors: julie.n.fleischer REMOVE-THIS AT intel DOT com
56 geoffrey.r.gustafson REMOVE-THIS AT intel DOT com
57 rolla.n.selbak REMOVE-THIS AT intel DOT com
58 majid.awad REMOVE-THIS AT intel DOT com
59 salwan.searty REMOVE-THIS AT intel DOT com
60 rddunlap REMOVE-THIS AT osdl DOT org
/third_party/skia/tools/skqp/
Dtest_apk.sh36 THIS="$(dirname "$0")"
38 sh "$THIS/run_apk.sh" "$APK" "$TDIR"
40 "$THIS/../../bin/sysopen" "$TDIR"/skqp_report_*/report.html
/third_party/glfw/deps/mingw/
Ddinput.h1481 STDMETHOD_(ULONG,AddRef)(THIS) PURE; in DECL_WINELIB_TYPE_AW()
1482 STDMETHOD_(ULONG,Release)(THIS) PURE; in DECL_WINELIB_TYPE_AW()
1489 STDMETHOD(Stop)(THIS) PURE; in DECL_WINELIB_TYPE_AW()
1491 STDMETHOD(Download)(THIS) PURE; in DECL_WINELIB_TYPE_AW()
1492 STDMETHOD(Unload)(THIS) PURE; in DECL_WINELIB_TYPE_AW()
1542 STDMETHOD_(ULONG,AddRef)(THIS) PURE; in DECLARE_INTERFACE_()
1543 STDMETHOD_(ULONG,Release)(THIS) PURE; in DECLARE_INTERFACE_()
1549 STDMETHOD(Acquire)(THIS) PURE; in DECLARE_INTERFACE_()
1550 STDMETHOD(Unacquire)(THIS) PURE; in DECLARE_INTERFACE_()
1571 STDMETHOD_(ULONG,AddRef)(THIS) PURE; in DECLARE_INTERFACE_()
[all …]
/third_party/node/deps/icu-small/source/common/
Dustrenum.cpp186 #define THIS(en) ((icu::StringEnumeration*)(en->context)) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() macro
195 delete THIS(en); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
206 return THIS(en)->count(*ec); in ustrenum_count()
217 return THIS(en)->unext(resultLength, *ec); in ustrenum_unext()
228 return THIS(en)->next(resultLength, *ec); in ustrenum_next()
238 THIS(en)->reset(*ec); in ustrenum_reset()
/third_party/icu/icu4c/source/common/
Dustrenum.cpp186 #define THIS(en) ((icu::StringEnumeration*)(en->context)) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() macro
195 delete THIS(en); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
206 return THIS(en)->count(*ec); in ustrenum_count()
217 return THIS(en)->unext(resultLength, *ec); in ustrenum_unext()
228 return THIS(en)->next(resultLength, *ec); in ustrenum_next()
238 THIS(en)->reset(*ec); in ustrenum_reset()
/third_party/skia/third_party/externals/icu/source/common/
Dustrenum.cpp186 #define THIS(en) ((icu::StringEnumeration*)(en->context)) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() macro
195 delete THIS(en); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
206 return THIS(en)->count(*ec); in ustrenum_count()
217 return THIS(en)->unext(resultLength, *ec); in ustrenum_unext()
228 return THIS(en)->next(resultLength, *ec); in ustrenum_next()
238 THIS(en)->reset(*ec); in ustrenum_reset()
/third_party/NuttX/
DLICENSE264 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
273 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
289 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
294 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
449 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
459 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
477 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
487 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
514 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
524 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[all …]
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
Dextra-token.c1 #define THIS 0 macro
2 #ifdef THIS == 1
/third_party/rust/crates/regex/src/testdata/
DLICENSE4 copy of THIS SOFTWARE FILE (the "Software"), to deal in the Software
10 THIS SOFTWARE IS PROVIDED BY AT&T ``AS IS'' AND ANY EXPRESS OR IMPLIED
19 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_Assertions67 Contributors: geoffrey.r.gustafson REMOVE-THIS AT intel DOT com
68 julie.n.fleischer REMOVE-THIS AT intel DOT com
69 ajosey REMOVE-THIS AT rdg DOT opengroup DOT org
70 rolla.n.selbak REMOVE-THIS AT intel DOT com
DHOWTO_ResultCodes11 ajosey REMOVE-THIS AT rdg DOT opengroup DOT org
12 julie.n.fleischer REMOVE-THIS AT intel DOT com
13 geoffrey.r.gustafson REMOVE-THIS AT intel DOT com
DHOWTO_Tagging40 Contributors: rolla.n.selbak REMOVE-THIS AT intel DOT com
41 geoffrey.r.gustafson REMOVE-THIS AT intel DOT com
42 julie.n.fleischer REMOVE-THIS AT intel DOT com
DHOWTO_CodingGuidelines11 Contributors: rusty.lynch REMOVE-THIS AT intel DOT com
12 julie.n.fleischer REMOVE-THIS AT intel DOT com
DHOWTO_BoundaryTest19 Contributors: julie.n.fleischer REMOVE-THIS AT intel DOT com
20 geoffrey.r.gustafson REMOVE-THIS AT intel DOT com
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/
Dplan.txt104 Contributors: julie.n.fleischer REMOVE-THIS AT intel DOT com
105 geoffrey.r.gustafson REMOVE-THIS AT intel DOT com
106 rolla.n.selbak REMOVE-THIS AT intel DOT com
107 majid.awad REMOVE-THIS AT intel DOT com
108 salwan.searty REMOVE-THIS AT intel DOT com
109 george REMOVE-THIS AT mvista DOT com
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dconstify-module-enums-types.hpp4 THIS, enumerator
19 THIS, enumerator
/third_party/ffmpeg/tests/ref/fate/
Dsub-cc-scte2015 …ult,,0,0,0,,{\an7}{\pos(38,166)}\hBESIDES THE \N{\an7}{\pos(38,197)}SPENDING AND THIS, IS THAT CAR
16 Dialogue: 0,0:00:03.94,0:00:06.31,Default,,0,0,0,,{\an7}{\pos(38,182)}SPENDING AND THIS, IS THAT CA…
/third_party/libphonenumber/debian/
Dcopyright44 THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
47 OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
64 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
74 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/third_party/toybox/
DLICENSE7 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/third_party/node/deps/npm/node_modules/unique-filename/
DLICENSE5THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL T…
/third_party/node/deps/npm/node_modules/libnpmpack/
DLICENSE8 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
13 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

12345678910>>...44