Home
last modified time | relevance | path

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

12345678910>>...49

/external/v8/test/cctest/
Dtest-decls.cc57 Local<Context> context = Local<Context>::New(isolate, context_); in ~DeclarationContext()
121 Local<FunctionTemplate> function = FunctionTemplate::New(isolate); in InitializeIfNeeded()
122 Local<Value> data = External::New(CcTest::isolate(), this); in InitializeIfNeeded()
125 Local<Context> context = Context::New(isolate, in InitializeIfNeeded()
244 0, EXPECT_RESULT, Number::New(CcTest::isolate(), 0)); in TEST()
266 EXPECT_RESULT, Number::New(CcTest::isolate(), 0)); in TEST()
295 0, EXPECT_RESULT, Number::New(isolate, 0)); in TEST()
315 0, 0, EXPECT_RESULT, Number::New(isolate, 0)); in TEST()
349 return Integer::New(isolate(), v8::None); in Query()
378 0, EXPECT_RESULT, Number::New(CcTest::isolate(), 0)); in TEST()
[all …]
Dtest-object-observe.cc371 Number::New(v8_isolate, 7)) in TEST()
374 Number::New(v8_isolate, 2)) in TEST()
378 v8_str("foo"), Number::New(v8_isolate, 3)) in TEST()
381 Number::New(v8_isolate, 4)) in TEST()
385 Number::New(v8_isolate, 1), Number::New(v8_isolate, 5)) in TEST()
389 Number::New(v8_isolate, 1.1), Number::New(v8_isolate, 6)) in TEST()
395 Number::New(v8_isolate, 1.1)) in TEST()
408 {obj, "update", "foo", Number::New(v8_isolate, 7)}, in TEST()
409 {obj, "update", "1", Number::New(v8_isolate, 2)}, in TEST()
410 {obj, "update", "1", Number::New(v8_isolate, 4)}, in TEST()
[all …]
/external/v8/test/unittests/compiler/
Dnode-unittest.cc33 TEST_F(NodeTest, New) { in TEST_F() argument
34 Node* const node = Node::New(zone(), 1, &kOp0, 0, nullptr, false); in TEST_F()
46 Node* n0 = Node::New(zone(), 0, &kOp0, 0, nullptr, false); in TEST_F()
49 Node* n1 = Node::New(zone(), 1, &kOp1, 1, &n0, false); in TEST_F()
56 Node* n2 = Node::New(zone(), 2, &kOp2, 2, n0_n1, false); in TEST_F()
67 Node* node = Node::New(zone(), 0, &kOp0, 0, nullptr, false); in TEST_F()
73 Node* n0 = Node::New(zone(), 0, &kOp0, 0, nullptr, false); in TEST_F()
74 Node* n1 = Node::New(zone(), 1, &kOp1, 1, &n0, false); in TEST_F()
80 Node* n0 = Node::New(zone(), 0, &kOp0, 0, nullptr, false); in TEST_F()
81 Node* n1 = Node::New(zone(), 1, &kOp1, 1, &n0, false); in TEST_F()
[all …]
Dlinkage-tail-call-unittest.cc59 Node* const node = Node::New(zone(), 1, op, 0, nullptr, false); in TEST_F()
77 Node* const node = Node::New(zone(), 1, op, 0, nullptr, false); in TEST_F()
97 Node* const node = Node::New(zone(), 1, op, 0, nullptr, false); in TEST_F()
118 Node* const node = Node::New(zone(), 1, op, 0, nullptr, false); in TEST_F()
139 Node* const node = Node::New(zone(), 1, op, 0, nullptr, false); in TEST_F()
160 Node* const node = Node::New(zone(), 1, op, 0, nullptr, false); in TEST_F()
181 Node* const node = Node::New(zone(), 1, op, 0, nullptr, false); in TEST_F()
200 Node* p0 = Node::New(zone(), 0, nullptr, 0, nullptr, false); in TEST_F()
201 Node* p1 = Node::New(zone(), 0, common.Parameter(0), 0, nullptr, false); in TEST_F()
202 Node* p2 = Node::New(zone(), 0, common.Parameter(1), 0, nullptr, false); in TEST_F()
[all …]
/external/elfutils/tests/
DChangeLog11 * system-elf-libelf-test.c: New test.
14 (system_elf_libelf_test_CPPFLAGS): New variable.
32 * run-compress-test.sh: New test.
38 * zstrptr.c: New file.
39 * run-zstrptr.sh: New test.
45 (zstrptr_LDADD): New variable.
49 * run-readelf-zx.sh: New test.
59 (elfgetzdata_LDADD): New variable.
61 * elfgetzdata.c: New file.
66 * run-elfgetzdata.sh: New test.
[all …]
/external/protobuf/gtest/
DCHANGES3 * New feature: assertions can be safely called in multiple threads
5 * New feature: predicates used inside EXPECT_TRUE() and friends
7 * New feature: Google Test can now be compiled as a DLL.
8 * New feature: fused source files are included.
9 * New feature: prints help when encountering unrecognized Google Test flags.
25 * New feature: the event listener API
26 * New feature: test shuffling
27 * New feature: the XML report format is closer to junitreport and can
29 * New feature: when a test runs under Visual Studio, its failures are
31 * New feature: /MD(d) versions of VC++ projects.
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
Djsilver.sablecc181 {->New command.noop()}
185 {->New command.multiple([command.command, more.command])}
192 {->New command.data(data)}
196 {->New command.comment(New position.cs_open(cs_open),comment)}
200 {->New command.var(
201 New position.cs_open(cs_open),
202 New expression.sequence([expression_list.expression]))}
206 {->New command.lvar(
207 New position.cs_open(cs_open),
208 New expression.sequence([expression_list.expression]))}
[all …]
/external/elfutils/backends/
DChangeLog4 * sparc_initreg.c: New file.
13 * sparc_cfi.c: New file.
34 * sparc_attrs.c: New file.
89 * linux-core-note.c (PR_REG): New.
101 * x32_corenote.c: New file.
102 * x86_64_corenote.c (BITS): New. Support x32.
107 (PRPSINFO_UID_T): New.
115 * x86_64_init.c (x32_core_note): New.
139 * arm_symbol.c (arm_symbol_type_name): New function.
184 (ppc64_check_st_other_bits): New function.
[all …]
/external/elfutils/libebl/
DChangeLog13 * eblabicfi.c (ebl_ra_offset): New function.
51 * eblopenbackend.c (MAX_PREFIX_LEN): New define (16).
72 * eblinitreg.c (ebl_func_addr_mask): New function.
79 * eblcheckreloctargettype.c: New file.
80 * ebl-hooks.h (check_reloc_target_type): New hook.
81 * eblopenbackend.c (default_check_reloc_target_type): New function.
84 * libebl.h (ebl_check_reloc_target_type): New function definition.
89 * ebl-hooks.h (resolve_sym_value): New entry.
90 * eblresolvesym.c: New file.
91 * libebl.h (ebl_resolve_sym_value): New definition.
[all …]
/external/google-breakpad/src/testing/gtest/
DCHANGES3 * New feature: ADD_FAILURE_AT() for reporting a test failure at the
5 * New feature: the universal value printer is moved from Google Mock
7 * New feature: type parameters and value parameters are reported in
35 * New feature: assertions can be safely called in multiple threads
37 * New feature: predicates used inside EXPECT_TRUE() and friends
39 * New feature: Google Test can now be compiled as a DLL.
40 * New feature: fused source files are included.
41 * New feature: prints help when encountering unrecognized Google Test flags.
57 * New feature: the event listener API
58 * New feature: test shuffling
[all …]
/external/opencv3/modules/viz/src/
Dshapes.cpp52 vtkSmartPointer<vtkLineSource> line = vtkSmartPointer<vtkLineSource>::New(); in WLine()
60 vtkSmartPointer<vtkPolyDataMapper> mapper = vtkSmartPointer<vtkPolyDataMapper>::New(); in WLine()
63 vtkSmartPointer<vtkActor> actor = vtkSmartPointer<vtkActor>::New(); in WLine()
80 vtkSmartPointer<vtkSphereSource> sphere = vtkSmartPointer<vtkSphereSource>::New(); in WSphere()
91 vtkSmartPointer<vtkPolyDataMapper> mapper = vtkSmartPointer<vtkPolyDataMapper>::New(); in WSphere()
94 vtkSmartPointer<vtkActor> actor = vtkSmartPointer<vtkActor>::New(); in WSphere()
111 vtkSmartPointer<vtkPlaneSource> plane = vtkSmartPointer<vtkPlaneSource>::New(); in WPlane()
120 vtkSmartPointer<vtkPolyDataMapper> mapper = vtkSmartPointer<vtkPolyDataMapper>::New(); in WPlane()
123 vtkSmartPointer<vtkActor> actor = vtkSmartPointer<vtkActor>::New(); in WPlane()
152 vtkSmartPointer<vtkArrowSource> arrow_source = vtkSmartPointer<vtkArrowSource>::New(); in WArrow()
[all …]
Dclouds.cpp73 vtkSmartPointer<vtkCloudMatSource> cloud_source = vtkSmartPointer<vtkCloudMatSource>::New(); in WCloud()
77 vtkSmartPointer<vtkPolyDataMapper> mapper = vtkSmartPointer<vtkPolyDataMapper>::New(); in WCloud()
84 vtkSmartPointer<vtkActor> actor = vtkSmartPointer<vtkActor>::New(); in WCloud()
105 vtkSmartPointer<vtkCloudMatSource> cloud_source = vtkSmartPointer<vtkCloudMatSource>::New(); in WPaintedCloud()
111 vtkSmartPointer<vtkElevationFilter> elevation = vtkSmartPointer<vtkElevationFilter>::New(); in WPaintedCloud()
118 vtkSmartPointer<vtkPolyDataMapper> mapper = vtkSmartPointer<vtkPolyDataMapper>::New(); in WPaintedCloud()
124 vtkSmartPointer<vtkActor> actor = vtkSmartPointer<vtkActor>::New(); in WPaintedCloud()
134 vtkSmartPointer<vtkCloudMatSource> cloud_source = vtkSmartPointer<vtkCloudMatSource>::New(); in WPaintedCloud()
137 vtkSmartPointer<vtkElevationFilter> elevation = vtkSmartPointer<vtkElevationFilter>::New(); in WPaintedCloud()
144 vtkSmartPointer<vtkPolyDataMapper> mapper = vtkSmartPointer<vtkPolyDataMapper>::New(); in WPaintedCloud()
[all …]
/external/vulkan-validation-layers/tests/gtest-1.7.0/
DCHANGES3 * New feature: death tests are supported on OpenBSD and in iOS
5 * New feature: Google Test now implements a protocol to allow
9 * New feature: Test::RecordProperty() can now be used outside of the
12 * New feature (potentially breaking): --gtest_list_tests now prints
30 * New feature: ADD_FAILURE_AT() for reporting a test failure at the
32 * New feature: the universal value printer is moved from Google Mock
34 * New feature: type parameters and value parameters are reported in
62 * New feature: assertions can be safely called in multiple threads
64 * New feature: predicates used inside EXPECT_TRUE() and friends
66 * New feature: Google Test can now be compiled as a DLL.
[all …]
/external/gtest/
DCHANGES3 * New feature: death tests are supported on OpenBSD and in iOS
5 * New feature: Google Test now implements a protocol to allow
9 * New feature: Test::RecordProperty() can now be used outside of the
12 * New feature (potentially breaking): --gtest_list_tests now prints
30 * New feature: ADD_FAILURE_AT() for reporting a test failure at the
32 * New feature: the universal value printer is moved from Google Mock
34 * New feature: type parameters and value parameters are reported in
62 * New feature: assertions can be safely called in multiple threads
64 * New feature: predicates used inside EXPECT_TRUE() and friends
66 * New feature: Google Test can now be compiled as a DLL.
[all …]
/external/libvpx/libvpx/third_party/googletest/src/
DCHANGES3 * New feature: death tests are supported on OpenBSD and in iOS
5 * New feature: Google Test now implements a protocol to allow
9 * New feature: Test::RecordProperty() can now be used outside of the
12 * New feature (potentially breaking): --gtest_list_tests now prints
30 * New feature: ADD_FAILURE_AT() for reporting a test failure at the
32 * New feature: the universal value printer is moved from Google Mock
34 * New feature: type parameters and value parameters are reported in
62 * New feature: assertions can be safely called in multiple threads
64 * New feature: predicates used inside EXPECT_TRUE() and friends
66 * New feature: Google Test can now be compiled as a DLL.
[all …]
/external/clang/test/PCH/
Dcxx-exprs.cpp14 class New { class
15 New(const New&);
18 New *clone() { in clone()
19 return new New(*this); in clone()
25 New<int> *clone_new(New<int> *n) { in clone_new()
/external/google-breakpad/src/testing/
DCHANGES6 * New matchers: Pointwise(), Each().
7 * New actions: ReturnPointee() and ReturnRefOfCopy().
29 * New feature: Google Mock can be safely used in multi-threaded tests
31 * New feature: function for printing a value of arbitrary type.
32 * New feature: function ExplainMatchResult() for easy definition of
60 * New feature: --gmock_catch_leaked_mocks for detecting leaked mocks.
61 * New feature: ACTION_TEMPLATE for defining templatized actions.
62 * New feature: the .After() clause for specifying expectation order.
63 * New feature: the .With() clause for for specifying inter-argument
65 * New feature: actions ReturnArg<k>(), ReturnNew<T>(...), and
[all …]
/external/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 …]
/external/okhttp/okio/
DCHANGELOG.md8 * New: `BufferedSource.indexOf(ByteString)` searches a source for the next
20 * New: `ByteString` now implements `Comparable`. The comparison sorts bytes as
33 * New: APIs to read and write UTF-8 code points without allocating strings.
34 * New: `BufferedSink` can now write substrings directly, potentially saving an
36 * New: `ForwardingTimeout` class.
42 * New: Read and write signed decimal and unsigned hexadecimal values in
45 * New: Segment sharing. This improves the runtime of operations like
48 * New: `Buffer.snapshot()` returns an immutable snapshot of a buffer as a
51 * New: `ByteString.rangeEquals()`.
52 * New: `ByteString.md5()` and `ByteString.sha256()`.
[all …]
/external/gmock/
DCHANGES4 * New feature: matchers DoubleNear(), FloatNear(),
40 * New matchers: Pointwise(), Each().
41 * New actions: ReturnPointee() and ReturnRefOfCopy().
63 * New feature: Google Mock can be safely used in multi-threaded tests
65 * New feature: function for printing a value of arbitrary type.
66 * New feature: function ExplainMatchResult() for easy definition of
94 * New feature: --gmock_catch_leaked_mocks for detecting leaked mocks.
95 * New feature: ACTION_TEMPLATE for defining templatized actions.
96 * New feature: the .After() clause for specifying expectation order.
97 * New feature: the .With() clause for for specifying inter-argument
[all …]
/external/pdfium/xfa/src/fxjse/src/
Dvalue.h26 v8::Local<v8::Value>::New(m_pIsolate, m_hValue); in IsUndefined()
35 v8::Local<v8::Value>::New(m_pIsolate, m_hValue); in IsNull()
44 v8::Local<v8::Value>::New(m_pIsolate, m_hValue); in IsBoolean()
53 v8::Local<v8::Value>::New(m_pIsolate, m_hValue); in IsString()
62 v8::Local<v8::Value>::New(m_pIsolate, m_hValue); in IsNumber()
71 v8::Local<v8::Value>::New(m_pIsolate, m_hValue); in IsInteger()
80 v8::Local<v8::Value>::New(m_pIsolate, m_hValue); in IsObject()
89 v8::Local<v8::Value>::New(m_pIsolate, m_hValue); in IsArray()
98 v8::Local<v8::Value>::New(m_pIsolate, m_hValue); in IsFunction()
107 v8::Local<v8::Value>::New(m_pIsolate, m_hValue); in IsDate()
[all …]
/external/elfutils/lib/
DChangeLog33 * eu-config.h (COMPAT_VERSION_NEWPROTO): New. Twice.
51 * system.h (eu_static_assert): New macro.
58 * color.c: New file.
66 * sha1.c (be64_copy): New function.
68 * md5.c (le64_copy): New function.
70 * system.h (LE32, BE32): New macros, using <endian.h> and <byteswap.h>.
76 * dynamicsizehash.h (HASHTYPE): New macro.
86 * eu-config.h (OLD_VERSION, NEW_VERSION, COMPAT_VERSION): New macros.
105 * eu-config.h [USE_TLS] (RWLOCK_CALL): New macro.
111 * eu-config.h: New file.
[all …]
/external/elfutils/libdw/
DChangeLog16 * libdw.map (ELFUTILS_0.165): New. Add dwelf_scn_gnu_compressed_size.
168 * libdwP.h (DWARF_E_COMPRESSED_ERROR): New enumerator.
170 * dwarf_begin_elf.c (inflate_section): New static function, lifted
198 (__libdw_max_len_uleb128): New function.
210 * libdwP.h (DWARF_E_NOT_CUDIE): New enumerator.
211 (is_cudie): New function.
344 * memory-access.h (__libdw_max_len_leb128): New.
399 * dwarf_getlocation_attr.c (attr_form_cu): New function.
402 * dwarf_getlocation_implicit_pointer.c (empty_cu): New static var.
442 * libdwP.h (__libdw_dieabbrev): New die->abbrev lookup function.
[all …]
/external/boringssl/src/ssl/test/runner/
Dprf.go27 h := hmac.New(hash, secret)
52 hashSHA1 := sha1.New
53 hashMD5 := md5.New
83 hashSHA1 := sha1.New()
84 hashMD5 := md5.New()
137 return prf12(sha256.New)
205 return 0, errors.New("tls: unsupported hash algorithm")
211 newHash := sha256.New
218 return finishedHash{sha1.New(), sha1.New(), md5.New(), md5.New(), []byte{}, version, prf10}
337 …return signatureAndHash{}, errors.New("tls: no supported signature algorithm found for signing cli…
[all …]
/external/clang/lib/Serialization/
DModuleManager.cpp92 ModuleFile *New = new ModuleFile(Type, Generation); in addModule() local
93 New->Index = Chain.size(); in addModule()
94 New->FileName = FileName.str(); in addModule()
95 New->File = Entry; in addModule()
96 New->ImportLoc = ImportLoc; in addModule()
97 Chain.push_back(New); in addModule()
98 if (!New->isModule()) in addModule()
99 PCHChain.push_back(New); in addModule()
101 Roots.push_back(New); in addModule()
103 ModuleEntry = New; in addModule()
[all …]

12345678910>>...49