Home
last modified time | relevance | path

Searched refs:NEW (Results 1 - 10 of 10) sorted by relevance

/third_party/node/test/wasi/c/
H A Dlink.c6 #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 Drun-perf-test.sh108 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 Dcmp_ctx_test.c337 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 Dscanner-inl.h58 KEYWORD("new", Token::NEW) \
H A Dtoken.h151 K(NEW, "new", 0) \
H A Dparser-base.h1946 case Token::NEW: in ParsePrimaryExpression()
3588 Consume(Token::NEW); in ParseMemberWithPresentNewPrefixesExpression()
/third_party/node/deps/openssl/openssl/util/
H A Dcheck-format-test-negatives.c423 DEFAULT, NEW, FREE) \
/third_party/openssl/util/
H A Dcheck-format-test-negatives.c423 DEFAULT, NEW, FREE) \
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
H A DLanguageTag.java281 NEW("Newari", "new"), enum constant
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngimage.c363 #define NEW(type) ((type *)malloc(sizeof (type))) macro
445 add = NEW(struct buffer_list); in buffer_extend()

Completed in 18 milliseconds