Searched refs:NEW (Results 1 - 10 of 10) sorted by relevance
/third_party/node/test/wasi/c/ |
H A D | link.c | 6 #define NEW "/tmp/output.txt" macro 13 assert(0 == link(OLD, NEW)); in main() 14 assert(0 == stat(NEW, &st_new)); in main()
|
/third_party/jerryscript/tools/ |
H A D | run-perf-test.sh | 108 NEW=$(timeout "${TIMEOUT}" ${COMMAND} "${ENGINE_NEW}" "${TEST}") || return 1 111 ! $OLD || ! $NEW || return 1 116 NEW_value=$(echo "$NEW " | cut -d ' ' -f 1) 117 NEW_inaccuracy=$(echo "$NEW " | cut -d ' ' -f 2)
|
/third_party/openssl/test/ |
H A D | cmp_ctx_test.c | 337 DEFAULT, NEW, FREE) \ 346 TYPE val1_to_free = NEW; \ 349 TYPE val2_to_free = NEW; \ 515 DEFAULT, NEW, FREE) \ 517 STACK_OF(ELEM_TYPE)*, NULL, DEFAULT, NEW, FREE) 609 DEFAULT, NEW, FREE) \ 625 TYPE val1_to_free = NEW; \ 628 TYPE val2_to_free = NEW; \
|
/third_party/node/deps/v8/src/parsing/ |
H A D | scanner-inl.h | 58 KEYWORD("new", Token::NEW) \
|
H A D | token.h | 151 K(NEW, "new", 0) \
|
H A D | parser-base.h | 1946 case Token::NEW: in ParsePrimaryExpression() 3588 Consume(Token::NEW); in ParseMemberWithPresentNewPrefixesExpression()
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | check-format-test-negatives.c | 423 DEFAULT, NEW, FREE) \
|
/third_party/openssl/util/ |
H A D | check-format-test-negatives.c | 423 DEFAULT, NEW, FREE) \
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
H A D | LanguageTag.java | 281 NEW("Newari", "new"), enum constant
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngimage.c | 363 #define NEW(type) ((type *)malloc(sizeof (type))) macro 445 add = NEW(struct buffer_list); in buffer_extend()
|
Completed in 18 milliseconds