Home
last modified time | relevance | path

Searched refs:New (Results 1 – 25 of 4240) sorted by relevance

12345678910>>...170

/third_party/gettext/gettext-tools/man/
DChangeLog.015 * gettextize.x: New file.
16 * autopoint.x: New file.
20 (gettextize.1, autopoint.1): New rules.
21 (gettextize.1.html, autopoint.1.html): New rules.
38 * msgexec.x: New file.
42 (msgfilter.1): New rule.
43 (msgfilter.1.html): New rule.
47 * msginit.x: New file.
51 (msginit.1): New rule.
52 (msginit.1.html): New rule.
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DErrors.cpp50 static Napi::Error New(Napi::Env env, in New() function
54 auto err = Napi::Error::New(env);
64 return New(env, kHierarchyRequestError); in HierarchyRequestError()
68 return New(env, kWrongDocumentError); in WrongDocumentError()
72 return New(env, kInvalidCharacterError); in InvalidCharacterError()
76 return New(env, kNoModificationAllowedError); in NoModificationAllowedError()
80 return New(env, kNotFoundError); in NotFoundError()
84 return New(env, kNotSupportedError); in NotSupportedError()
88 return New(env, kInUseAttributeError); in InUseAttributeError()
92 return New(env, kInvalidStateError); in InvalidStateError()
[all …]
/third_party/gettext/gnulib-local/
DChangeLog.08 * lib/clean-temp.c.diff: New file, from m4.
23 * lib/diffseq.h.diff: New file.
33 * modules/unilbrk/base.diff: New file; bump minimum version of
42 * tests/test-term-ostream-xterm-basic-italic.out: New file.
67 * tests/test-environ.c.diff: New file.
79 * lib/execute.c.diff: New file.
107 * lib/localcharset.c.diff: New patch originally posted to Gnulib
150 * lib/glib/README: New file.
151 * lib/libcroco/README: New file.
152 * lib/libxml/README: New file.
[all …]
/third_party/boost/boost/spirit/home/support/
Dmodify.hpp30 template <typename Current, typename New, typename Enable = void>
31 struct compound_modifier : Current, New
34 : Current(), New() {} in compound_modifier()
36 compound_modifier(Current const& current, New const& new_) in compound_modifier()
37 : Current(current), New(new_) {} in compound_modifier()
41 template <typename Current, typename New>
43 Current, New, typename enable_if<has_modifier<Current, New> >::type>
49 compound_modifier(Current const& current, New const&) in compound_modifier()
54 template <typename New, typename Enable>
55 struct compound_modifier<unused_type, New, Enable> : New
[all …]
/third_party/gettext/gettext-tools/tests/
DChangeLog.04 * msgcat-8: New file.
5 * msgcat-9: New file.
6 * msgcat-10: New file.
11 * msgmerge-22: New file, from Karl Eichwalder.
52 * xgettext-23: New file.
53 * msgmerge-21: New file.
82 * lang-smalltalk: New file.
87 * format-php-1: New file.
88 * format-php-2: New file.
89 * lang-php: New file.
[all …]
DChangeLog.19 * xgettext-appdata-1: New file.
22 * init-env.in (ARCHIVE_VERSION): New substituted variable.
65 * msginit-4: New file.
66 * common/supplemental/plurals.xml: New data file.
72 * cldr-plurals-1: New file.
82 * format-kde-kuit-1: New file.
83 * format-kde-kuit-2: New file.
88 * xgettext-14: New file.
89 * sentence.c: New file
92 (sentence_SOURCES): New variable.
[all …]
/third_party/node/test/js-native-api/test_symbol/
Dtest3.js8 assert.notStrictEqual(test_symbol.New(), test_symbol.New());
9 assert.notStrictEqual(test_symbol.New('foo'), test_symbol.New('foo'));
10 assert.notStrictEqual(test_symbol.New('foo'), test_symbol.New('bar'));
12 const foo1 = test_symbol.New('foo');
13 const foo2 = test_symbol.New('foo');
/third_party/gettext/libtextstyle/
DNEWS1 New in 0.21:
3 New functions:
13 * New API for doing formatted output:
18 New in 0.20.2:
21 New in 0.20:
22 * New class: noop_styled_ostream_t.
23 New constructor function: noop_styled_ostream_create.
25 New in 0.8:
37 New in 0.7:
40 New in 0.6:
[all …]
/third_party/e2fsprogs/tests/progs/test_data/
Dexpect.irel20 Old= 3, New= 9, Original=3, Max_refs=1
22 Old= 1, New= 8, Original=1, Max_refs=3
26 Old= 1, New= 8, Original=1, Max_refs=3
29 Old= 2, New= 11, Original=2, Max_refs=3
32 Old= 3, New= 9, Original=3, Max_refs=1
42 Old= 2, New= 8, Original=1, Max_refs=3
44 Old= 3, New= 9, Original=3, Max_refs=1
51 Old= 3, New= 9, Original=3, Max_refs=1
52 Old= 4, New= 8, Original=1, Max_refs=3
55 Old= 3, New= 9, Original=3, Max_refs=1
[all …]
Dexpect.brel16 Old= 3, New= 9, Owner= 0:0
18 Old= 1, New= 10, Owner= 4:128
21 Old= 1, New= 10, Owner= 4:128
23 Old= 2, New= 11, Owner= 0:0
25 Old= 3, New= 9, Owner= 0:0
40 Old= 3, New= 9, Owner= 0:0
41 Old= 5, New= 10, Owner= 4:128
/third_party/gettext/gnulib-local/lib/
DChangeLog.127 * lock.h: New file, from gnulib.
28 * lock.c: New file, from gnulib.
29 * tls.h: New file, from gnulib.
30 * tls.c: New file, from gnulib.
33 (uintptr_t): New macro.
34 (struct context): New structure, grouping all variables.
36 (buffer_key, bufmax_key): New variables.
37 (keys_init): New functions.
38 (keys_init_once): New variable.
43 * gl_anyhash_list1.h: New file, from gnulib.
[all …]
/third_party/skia/third_party/externals/tint/src/
Dclone_context_test.cc104 auto* a_b = alloc.Create<Node>(builder.Symbols().New("a->b")); in TEST_F()
105 auto* a = alloc.Create<Node>(builder.Symbols().New("a"), nullptr, a_b); in TEST_F()
107 auto* b_b = alloc.Create<Node>(builder.Symbols().New("b->b")); in TEST_F()
108 auto* b = alloc.Create<Node>(builder.Symbols().New("b"), b_a, b_b); in TEST_F()
110 original_root = alloc.Create<Node>(builder.Symbols().New("root"), a, b, c); in TEST_F()
163 auto* a_b = alloc.Create<Replaceable>(builder.Symbols().New("a->b")); in TEST_F()
164 auto* a = alloc.Create<Node>(builder.Symbols().New("a"), nullptr, a_b); in TEST_F()
167 alloc.Create<Replaceable>(builder.Symbols().New("b"), b_a, nullptr); in TEST_F()
169 original_root = alloc.Create<Node>(builder.Symbols().New("root"), a, b, c); in TEST_F()
260 auto* a_b = alloc.Create<Node>(builder.Symbols().New("a->b")); in TEST_F()
[all …]
/third_party/typescript/src/testRunner/unittests/
Dbuilder.ts5 { name: "/a.ts", text: SourceText.New("", 'import { b } from "./b";', "") },
6 … { name: "/b.ts", text: SourceText.New("", ' import { c } from "./c";', "export const b = c;") },
7 { name: "/c.ts", text: SourceText.New("", "", "export const c = 0;") },
27 … { name: "/a.ts", text: SourceText.New("", "", "namespace A { export const x = 0; }") },
28 … { name: "/b.ts", text: SourceText.New("", "", "namespace B { export const x = 0; }") },
45 { name: "/a.ts", text: SourceText.New("", 'import { b } from "./b";', "") },
46 … { name: "/b.ts", text: SourceText.New("", ' import { c } from "./c";', "export const b = c;") },
47 { name: "/c.ts", text: SourceText.New("", "", "export const c = 0;") },
48 { name: "/d.ts", text: SourceText.New("", "", "export const dd = 0;") },
49 { name: "/e.ts", text: SourceText.New("", "", "export const ee = 0;") },
/third_party/gettext/gettext-tools/src/
DChangeLog.112 (msgfmt_operand_list_init): New function.
13 (msgfmt_operand_list_destroy): New function.
14 (msgfmt_operand_list_append): New function.
15 (msgfmt_operand_list_add_directory): New function.
19 (msgfmt_operand_list_ty): New type.
44 * x-appdata.h: New file.
45 * x-appdata.c: New file.
58 * xgettext.c (default_copyright_holder): New constant, renamed
140 (cldr_plural_SOURCES): New variable.
141 (cldr_plural_LDADD): New variable.
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DConstantMerge.cpp105 static CanMerge makeMergeable(GlobalVariable *Old, GlobalVariable *New) { in makeMergeable() argument
106 if (!Old->hasGlobalUnnamedAddr() && !New->hasGlobalUnnamedAddr()) in makeMergeable()
110 assert(!hasMetadataOtherThanDebugLoc(New)); in makeMergeable()
112 New->setUnnamedAddr(GlobalValue::UnnamedAddr::None); in makeMergeable()
116 static void replace(Module &M, GlobalVariable *Old, GlobalVariable *New) { in replace() argument
117 Constant *NewConstant = New; in replace()
120 << New->getName() << "\n"); in replace()
123 if (Old->getAlignment() || New->getAlignment()) in replace()
124 New->setAlignment(Align(std::max(getAlignment(Old), getAlignment(New)))); in replace()
126 copyDebugLocMetadata(Old, New); in replace()
[all …]
/third_party/abseil-cpp/absl/strings/
Dstr_format_test.cc481 auto f = ParsedFormat<'d'>::New("ABC%dDEF"); in TEST_F()
486 auto f2 = ParsedFormat<'s', 'd', 'f'>::New(format); in TEST_F()
491 f2 = ParsedFormat<'s', 'd', 'f'>::New("%s %d %f"); in TEST_F()
496 auto star = ParsedFormat<'*', 'd'>::New("%*d"); in TEST_F()
500 auto dollar = ParsedFormat<'d', 's'>::New("%2$s %1$d"); in TEST_F()
504 dollar = ParsedFormat<'d', 's'>::New("%2$s %1$d %1$d"); in TEST_F()
511 EXPECT_FALSE((ParsedFormat<'d', 's'>::New("ABC"))); in TEST_F()
512 EXPECT_FALSE((ParsedFormat<'d', 's'>::New("%dABC"))); in TEST_F()
513 EXPECT_FALSE((ParsedFormat<'d', 's'>::New("ABC%2$s"))); in TEST_F()
526 EXPECT_FALSE(ParsedFormat<'d'>::New("%1$d %1$x")); in TEST_F()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_format_test.cc494 auto f = ParsedFormat<'d'>::New("ABC%dDEF"); in TEST_F()
499 auto f2 = ParsedFormat<'s', 'd', 'f'>::New(format); in TEST_F()
504 f2 = ParsedFormat<'s', 'd', 'f'>::New("%s %d %f"); in TEST_F()
509 auto star = ParsedFormat<'*', 'd'>::New("%*d"); in TEST_F()
513 auto dollar = ParsedFormat<'d', 's'>::New("%2$s %1$d"); in TEST_F()
517 dollar = ParsedFormat<'d', 's'>::New("%2$s %1$d %1$d"); in TEST_F()
524 EXPECT_FALSE((ParsedFormat<'d', 's'>::New("ABC"))); in TEST_F()
525 EXPECT_FALSE((ParsedFormat<'d', 's'>::New("%dABC"))); in TEST_F()
526 EXPECT_FALSE((ParsedFormat<'d', 's'>::New("ABC%2$s"))); in TEST_F()
539 EXPECT_FALSE(ParsedFormat<'d'>::New("%1$d %1$x")); in TEST_F()
[all …]
/third_party/gettext/gnulib-local/m4/
DChangeLog.112 * openmp.m4: New file.
17 * tls.m4: New file, from gnulib.
22 * gl_list.m4: New file, from gnulib.
34 * minmax.m4: New file, from gnulib.
39 * wcwidth.m4: New file, from gnulib.
136 * stdarg.m4: New file.
151 * unistd_h.m4: New file, from gnulib.
187 * bison-i18n.m4: New file, from bison-2.1.
192 * byteswap.m4: New file, from gnulib.
197 * java.m4: New file.
[all …]
/third_party/node/deps/acorn/acorn-walk/
DCHANGELOG.md3 ### New features
21 ### New features
27 ### New features
43 ### New features
49 ### New features
55 ### New features
61 ### New features
135 ### New features
137 New walker functions `full` and `fullAncestor`.
141 ### New features
[all …]
/third_party/node/deps/npm/node_modules/es-abstract/
DCHANGELOG.md3 * [New] add `GetIntrinsic` entry point
4 * [New] `ES2015`+: add `ObjectCreate`
9 * [New] `ES2015+`: add iterator abstract ops
15 * [New] ES2015+: `AdvanceStringIndex`
22 * [New] `es2015+`: add `ArraySpeciesCreate`
23 * [New] ES2015+: add `CreateDataProperty` and `CreateDataPropertyOrThrow`
42 * [New] add ES2017
43 * [New] move es6+ to es2015+; leave es6/es7 as aliases
44 …* [New] ES5+: add `IsPropertyDescriptor`, `IsAccessorDescriptor`, `IsDataDescriptor`, `IsGenericDe…
45 …* [New] ES2015+: add `CompletePropertyDescriptor`, `Set`, `HasOwnProperty`, `HasProperty`, `IsConc…
[all …]
/third_party/libphonenumber/resources/geocoding/en/
D64.txt1321 6462150|New Plymouth
1322 6462151|New Plymouth
1323 6462152|New Plymouth
1324 6462153|New Plymouth
1325 6462154|New Plymouth
1334 6462163|New Plymouth
1335 6462164|New Plymouth
1341 6462220|New Plymouth
1350 6462410|New Plymouth
1351 6462411|New Plymouth
[all …]
/third_party/flatbuffers/tests/namespace_test/NamespaceA/
DTableInFirstNS.lua10 function TableInFirstNS.New() function
17 buf = flatbuffers.binaryArray.New(buf)
20 local o = TableInFirstNS.New()
25 self.view = flatbuffers.view.New(buf, pos)
31 local obj = require('NamespaceA.NamespaceB.TableInNestedNS').New()
53 local obj = flatbuffers.view.New(require('flatbuffers.binaryarray').New(0), 0)
62 local obj = require('NamespaceA.NamespaceB.StructInNestedNS').New()
/third_party/gettext/gettext-tools/examples/
DChangeLog.069 (update_content): New function.
180 * hello-c-gnome3: New subdirectory.
186 (hello-c-gnome3.pot): New rule.
188 (../hello-c-gnome3/po/$(LL).po): New rule.
226 * Makefile.am (clean-local): New rule to remove tmp-hello-*.
239 * po/cs.po: New file, from Marek Černocký <marek@manet.cz>.
240 * po/nb.po: New file, from Johnny A. Solbu <johnny@solbu.net>.
248 * po/hr.po: New file, from Tomislav Krznar <tomislav.krznar@gmail.com>.
252 * po/da.po: New file, from Keld Simonsen <keld@keldix.com>.
253 * po/gl.po: New file, from
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCloneModule.cpp50 std::unique_ptr<Module> New = in CloneModule() local
52 New->setSourceFileName(M.getSourceFileName()); in CloneModule()
53 New->setDataLayout(M.getDataLayout()); in CloneModule()
54 New->setTargetTriple(M.getTargetTriple()); in CloneModule()
55 New->setModuleInlineAsm(M.getModuleInlineAsm()); in CloneModule()
63 GlobalVariable *GV = new GlobalVariable(*New, in CloneModule()
78 I.getAddressSpace(), I.getName(), New.get()); in CloneModule()
95 I->getAddressSpace(), I->getName(), New.get()); in CloneModule()
98 *New, I->getValueType(), false, GlobalValue::ExternalLinkage, in CloneModule()
109 I->getLinkage(), I->getName(), New.get()); in CloneModule()
[all …]
/third_party/pulseaudio/
DPROTOCOL24 New opcodes:
37 New opcodes:
65 New opcodes for changing buffer attrs:
70 New opcodes for changing sampling rate:
75 New opcodes for notifications:
84 New fields for PA_COMMAND_CREATE_PLAYBACK_STREAM, PA_COMMAND_CREATE_RECORD_STREAM request at the en…
101 New proplist field for sink, source, sink input, source output introspection opcodes and at the end:
105 New opcodes for proplist modifications
114 New field for PA_COMMAND_PLAY_SAMPLE:
118 New field for PA_COMMAND_PLAY_SAMPLE response:
[all …]

12345678910>>...170