Home
last modified time | relevance | path

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

12345678910>>...88

/external/elfutils/tests/
DChangeLog47 * testfile_gnu_props.32le.o.bz2: New testfile.
66 * run-strip-version.sh: New test.
67 * testfile-version.bz2: New test file.
92 * run-readelf-compressed.sh: New test.
98 * testfile-debug-rel-ppc64-g.o.bz2: New test file.
112 * run-readelf-n.sh: New test.
113 * testfile-gnu-property-note.bz2: New testfile.
123 * run-readelf-macros.sh: New test.
124 * testfile-macros-object.o.bz2: New test file.
132 * testfile-annobingroup-x86_64.o.bz2: New test file.
[all …]
/external/javapoet/
DCHANGELOG.md15 * New: Support `TYPE_USE` annotations on each enclosing `ClassName`.
16 * New: Work around a compiler bug in `TypeName.get(TypeElement)`. There was a problem getting an
24 * New: `$Z` as an optional newline (zero-width space) if a line may exceed 100 chars.
25 * New: `CodeBlock.join()` and `CodeBlock.joining()` let you join codeblocks by delimiters.
26 * New: Add `CodeBlock.Builder.isEmpty()`.
27 * New: `addStatement(CodeBlock)` overloads for `CodeBlock` and `MethodSpec`.
39 * New: `MethodSpec.Builder.addNamedCode()` and `TypeSpec.anonymousClassBuilder(CodeBlock)`.
45 * New: Basic support for line wrapping. Use `$W` to insert a Wrappable Whitespace character. It'll
47 * New: Named arguments in `CodeBlock`. These are intended to make larger code snippets easier to
65 * New: `addJavadoc(CodeBlock)` overloads for TypeSpec, MethodSpec, and FieldSpec.
[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 * s390_symbol.c (s390_check_sepcial_symbol): New function.
9 * riscv64_corenote.c: New file.
10 * riscv_corenote.c (BITS): New.
25 * riscv_retval.c: New file.
28 (PRSTATUS_REGSET_ITEMS): New.
32 * x86_64_symbol.c (x86_64_section_type_name): New function.
77 * m68k_cfi.c: New file.
78 * m68k_initreg.c: New file.
89 * riscv_corenote.c: New file.
95 * riscv_initreg.c: New file.
[all …]
/external/boringssl/src/ssl/test/runner/
Dshim_ticket.go35 h := hmac.New(sha256.New, macKey)
43 return nil, errors.New("tls: shim ticket too short")
48 return nil, errors.New("tls: shim ticket name mismatch")
56 return nil, errors.New("tls: shim ticket MAC mismatch")
66 return nil, errors.New("tls: ticket ciphertext not a multiple of the block size")
75 return nil, errors.New("tls: bad shim ticket CBC pad")
80 return nil, errors.New("tls: bad shim ticket CBC pad")
92 h := hmac.New(sha256.New, macKey)
188 return nil, errors.New("tls: could not decode shim session")
194 return nil, errors.New("tls: could not decode shim session")
[all …]
Dsign.go52 return 0, errors.New("tls: no common signature algorithms")
73 return errors.New("tls: unsupported signature algorithm")
91 hashMD5 := md5.New()
93 hashSHA1 := sha1.New()
98 h := r.hash.New()
111 return nil, errors.New("invalid key type for RSA-PKCS1")
120 return errors.New("invalid key type for RSA-PKCS1")
169 return nil, errors.New("invalid key type for ECDSA")
172 return nil, errors.New("invalid curve for ECDSA")
175 h := e.hash.New()
[all …]
Dprf.go25 h := hmac.New(hash, secret)
50 hashSHA1 := sha1.New
51 hashMD5 := md5.New
81 hashSHA1 := sha1.New()
82 hashMD5 := md5.New()
133 return prf12(suite.hash().New)
194 ret.client = ret.hash.New()
195 ret.server = ret.hash.New()
198 ret.prf = prf12(ret.hash.New)
205 ret.client = sha1.New()
[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/elfutils/libebl/
DChangeLog110 * ebl-hooks.h (data_marker_symbol): New hook.
111 * ebl_data_marker_symbol.c: New file.
112 * eblopenbackend.c (default_data_marker_symbol): New function.
114 * libebl.h (ebl_data_marker_symbol): New function.
183 * eblabicfi.c (ebl_ra_offset): New function.
221 * eblopenbackend.c (MAX_PREFIX_LEN): New define (16).
242 * eblinitreg.c (ebl_func_addr_mask): New function.
249 * eblcheckreloctargettype.c: New file.
250 * ebl-hooks.h (check_reloc_target_type): New hook.
251 * eblopenbackend.c (default_check_reloc_target_type): New function.
[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/libaom/libaom/third_party/googletest/src/googletest/
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/pdfium/fxjs/
Dcfxjse_value.cpp75 v8::Local<v8::Value> pValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue); in ToHostObject()
88 v8::Local<v8::FunctionTemplate>::New(m_pIsolate, pClass->m_hTemplate); in SetObject()
97 v8::Local<v8::Array> hArrayObject = v8::Array::New(m_pIsolate, values.size()); in SetArray()
100 hArrayObject->Set(count++, v8::Local<v8::Value>::New( in SetArray()
108 v8::Local<v8::Value> hDate = v8::Date::New(m_pIsolate, dDouble); in SetDate()
114 v8::Local<v8::Value> pValue = v8::Number::New(m_pIsolate, ftod(fFloat)); in SetFloat()
123 v8::Local<v8::Value>::New(m_pIsolate, m_hValue); in SetObjectProperty()
128 v8::Local<v8::Value>::New(m_pIsolate, lpPropValue->DirectGetValue()); in SetObjectProperty()
141 v8::Local<v8::Value>::New(m_pIsolate, m_hValue); in GetObjectProperty()
157 v8::Local<v8::Value>::New(m_pIsolate, m_hValue); in SetObjectProperty()
[all …]
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dcap_freebsd.go63 return errors.New("bad rights size")
68 return errors.New("bad right version")
75 return errors.New("index overflow")
78 return errors.New("index mismatch")
82 return errors.New("index mismatch (after assign)")
98 return errors.New("bad rights size")
103 return errors.New("bad right version")
110 return errors.New("index overflow")
113 return errors.New("index mismatch")
117 return errors.New("index mismatch (after assign)")
[all …]
/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/libchrome/mojo/public/cpp/bindings/tests/
Dstruct_unittest.cc21 return Rect::New(1 * factor, 2 * factor, 10 * factor, 20 * factor); in MakeRect()
60 return MultiVersionStruct::New(123, MakeRect(5), std::string("hello"), in MakeMultiVersionStruct()
127 region = NamedRegion::New(); in TEST_F()
145 NoDefaultFieldValuesPtr no_default_field_values(NoDefaultFieldValues::New()); in TEST_F()
169 pair = RectPair::New(); in TEST_F()
180 RectPairPtr pair(RectPair::New(MakeRect(), MakeRect())); in TEST_F()
202 NamedRegion::New(std::string("region"), std::move(rects))); in TEST_F()
230 NamedRegionPtr region(NamedRegion::New()); in TEST_F()
252 MultiVersionStructV0Ptr input(MultiVersionStructV0::New(123)); in TEST_F()
253 MultiVersionStructPtr expected_output(MultiVersionStruct::New(123)); in TEST_F()
[all …]
Dserialization_warning_unittest.cc98 Struct2Ptr test_struct(Struct2::New()); in TEST_F()
104 test_struct = Struct2::New(); in TEST_F()
112 Struct3Ptr test_struct(Struct3::New()); in TEST_F()
118 test_struct = Struct3::New(); in TEST_F()
119 test_struct->struct_1 = Struct1::New(); in TEST_F()
125 Struct4Ptr test_struct(Struct4::New()); in TEST_F()
131 test_struct = Struct4::New(); in TEST_F()
136 test_struct = Struct4::New(); in TEST_F()
138 test_struct->data[0] = Struct1::New(); in TEST_F()
144 Struct5Ptr test_struct(Struct5::New()); in TEST_F()
[all …]
/external/boringssl/src/util/fipstools/inject_hash/
Dinject_hash.go72 return errors.New("failed to parse object: " + err.Error())
88 return errors.New("failed to find .text section in object")
98 return errors.New("failed to parse symbols: " + err.Error())
109 return errors.New("duplicate start symbol found")
115 return errors.New("duplicate end symbol found")
125 return errors.New("could not find module boundaries in object")
136 return errors.New("failed to seek to module start in .text: " + err.Error())
140 return errors.New("failed to read .text: " + err.Error())
144 mac := hmac.New(sha512.New, zeroKey[:])
153 return errors.New("did not find uninitialised hash value in object file")
[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/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/boringssl/src/util/ar/
Dar.go38 return nil, errors.New("ar: not an archive file")
52 return nil, errors.New("ar: error reading file header: " + err.Error())
59 return nil, errors.New("ar: failed to parse file size: " + err.Error())
70 return nil, errors.New("ar: error reading file contents: " + err.Error())
77 return nil, errors.New("ar: two filename tables found")
87 return nil, errors.New("ar: long filename reference found before filename table")
94 return nil, errors.New("ar: failed to parse filename offset: " + err.Error())
97 return nil, errors.New("ar: filename offset overflow")
101 return nil, errors.New("ar: filename offset out of bounds")
108 return nil, errors.New("ar: unterminated filename in table")
/external/grpc-grpc/test/core/gprpp/
Dref_counted_ptr_test.cc51 TEST(RefCountedPtr, ExplicitConstructor) { RefCountedPtr<Foo> foo(New<Foo>()); } in TEST()
54 RefCountedPtr<Foo> foo(New<Foo>()); in TEST()
61 RefCountedPtr<Foo> foo(New<Foo>()); in TEST()
68 RefCountedPtr<Foo> foo(New<Foo>()); in TEST()
75 RefCountedPtr<Foo> foo(New<Foo>()); in TEST()
90 RefCountedPtr<Foo> foo(New<Foo>()); in TEST()
95 RefCountedPtr<Foo> foo(New<Foo>()); in TEST()
107 foo.reset(New<Foo>()); in TEST()
112 RefCountedPtr<Foo> foo(New<Foo>()); in TEST()
115 foo.reset(New<Foo>()); in TEST()
[all …]
/external/tensorflow/tensorflow/core/common_runtime/
Dmetrics.cc23 auto* graph_runs = monitoring::Counter<0>::New(
28 auto* graph_run_time_usecs = monitoring::Counter<0>::New(
32 auto* tf_data_autotune_counter = monitoring::Counter<1>::New(
35 auto* tf_data_bytes_read_counter = monitoring::Counter<1>::New(
39 auto* tf_data_elements_counter = monitoring::Counter<1>::New(
42 auto* tf_data_optimization_counter = monitoring::Counter<1>::New(
45 auto* build_graph_calls = monitoring::Counter<0>::New(
53 auto* build_graph_time_usecs = monitoring::Counter<0>::New(
/external/boringssl/src/util/fipstools/
Dbreak-hash.go39 return errors.New("failed to parse object: " + err.Error())
54 return errors.New("failed to find .text section in object")
59 return errors.New("failed to parse symbols: " + err.Error())
74 return errors.New("duplicate start symbol found")
80 return errors.New("duplicate end symbol found")
90 return errors.New("could not find module in object")
104 return errors.New("did not find module prefix in object file")
108 return errors.New("found two occurrences of prefix in object file")
116 mac := hmac.New(sha512.New, zeroKey[:])
/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/elfutils/libdw/
DChangeLog19 * libdw.map (ELFUTILS_0.175): New section. Add dwelf_elf_begin.
67 * libdw.h (dwarf_next_lines): New function declaration.
68 * libdw.map (ELFUTILS_0.173): New section.
69 * dwarf_next_lines.c: New files.
83 * dwarf_aggregate_size.c (array_size): New depth argument. Use
85 (aggregate_size): New depth argument. Check depth isn't bigger
111 * memory-access.h (read_3ubyte_unaligned_inc): New define.
188 * libdw_find_split_unit.c (try_split_file): New function extracted
209 (__libdw_find_split_dbg_addr): New internal function definition.
213 * libdw_findcu.c (__libdw_finddbg_cb): New function.
[all …]

12345678910>>...88