Home
last modified time | relevance | path

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

12345678910>>...119

/external/tensorflow/tensorflow/core/framework/
Dmetrics.cc24 auto* graph_runs = monitoring::Counter<0>::New(
29 auto* graph_run_time_usecs = monitoring::Counter<0>::New(
34 monitoring::Counter<2>::New("/tensorflow/core/graph_optimization_usecs",
39 auto* graph_run_time_usecs_histogram = monitoring::Sampler<0>::New(
45 auto* graph_pending_queue_length_histogram = monitoring::Sampler<0>::New(
51 auto* graph_run_input_tensor_bytes = monitoring::Sampler<0>::New(
57 auto* graph_run_output_tensor_bytes = monitoring::Sampler<0>::New(
63 auto* graph_unused_outputs = monitoring::Counter<1>::New(
67 auto* tf_data_autotune_counter = monitoring::Counter<1>::New(
70 auto* tf_data_bytes_consumed_counter = monitoring::Counter<1>::New(
[all …]
/external/javapoet/
DCHANGELOG.md7 * New: Add support for explicit receiver parameters.
20 * New: Add `JavaFile.writeToPath()` and `JavaFile.writeToFile()` methods that return paths to the
22 * New: Add `TypeSpec.alwaysQualify()` API to avoid clashes involving nested type names.
23 * New: Add overloads accepting `CodeBlock`s to `MethodSpec`'s control flow methods.
24 * New: Make list fields of all `Builder` types mutable.
25 * New: Add `CodeBlock.clear()`.
26 * New: Allow passing a custom `Charset` to `JavaFile.writeTo()`.
27 * New: Improved performance of `ClassName.simpleNames()` by memoizing results.
28 * New: Significant performance improvements for `CodeWriter.resolve()` as all nested simple names
30 * New: Add `TypeName.Builder.setName()` to allow overriding names passed in the constructor.
[all …]
/external/llvm-project/clang/lib/Tooling/Syntax/
DMutations.cpp31 static void addAfter(syntax::Node *Anchor, syntax::Node *New, NodeRole Role) { in addAfter() argument
34 assert(New->Parent == nullptr); in addAfter()
35 assert(New->NextSibling == nullptr); in addAfter()
36 assert(New->PreviousSibling == nullptr); in addAfter()
37 assert(New->isDetached()); in addAfter()
40 New->setRole(Role); in addAfter()
43 Anchor->getNextSibling(), New); in addAfter()
49 static void replace(syntax::Node *Old, syntax::Node *New) { in replace() argument
53 assert(New->Parent == nullptr); in replace()
54 assert(New->NextSibling == nullptr); in replace()
[all …]
/external/elfutils/tests/
DChangeLog18 (print_strings): ... here. New file scope function taking
23 * .gitignore: New file.
27 * testfile-retain.o.bz2: New test file.
28 * run-retain.sh: New test.
86 * dwfl-proc-attach.c (dlopen): New external function override.
125 * read_unaligned.c: New test.
127 (read_unaligned_LDADD): New variable.
133 (leb128_LDADD): New variable.
134 * leb128.c: New file.
154 * run-readelf-compressed-zstd.sh: New test.
[all …]
/external/boringssl/src/util/fipstools/inject_hash/
Dinject_hash.go92 return errors.New("failed to parse object: " + err.Error())
111 return errors.New("failed to find .text section in object")
120 return errors.New("failed to parse symbols: " + err.Error())
149 return errors.New("duplicate start symbol found")
154 return errors.New("duplicate end symbol found")
159 return errors.New("duplicate rodata start symbol found")
164 return errors.New("duplicate rodata end symbol found")
173 return errors.New("could not find .text module boundaries in object")
177 return errors.New("rodata start marker inconsistent with rodata section presence")
181 return errors.New("rodata marker presence inconsistent")
[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/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.go51 return 0, errors.New("tls: no common signature algorithms")
72 return errors.New("tls: unsupported signature algorithm")
90 hashMD5 := md5.New()
92 hashSHA1 := sha1.New()
97 h := r.hash.New()
110 return nil, errors.New("invalid key type for RSA-PKCS1")
119 return errors.New("invalid key type for RSA-PKCS1")
168 return nil, errors.New("invalid key type for ECDSA")
171 return nil, errors.New("invalid curve for ECDSA")
174 h := e.hash.New()
[all …]
/external/elfutils/backends/
DChangeLog13 * x86_64_symbol.c (x86_64_check_reloc_target_type): New function.
44 * aarch64_symbol.c (aarch64_dynamic_tag_name): New function.
82 * csky_attrs.c: New file.
83 * csky_cfi.c: New file.
116 * s390_symbol.c (s390_check_sepcial_symbol): New function.
121 * riscv64_corenote.c: New file.
122 * riscv_corenote.c (BITS): New.
137 * riscv_retval.c: New file.
140 (PRSTATUS_REGSET_ITEMS): New.
144 * x86_64_symbol.c (x86_64_section_type_name): New function.
[all …]
/external/elfutils/libebl/
DChangeLog95 * eblopenbackend.c (try_dlopen): New function extracted from
217 * ebl-hooks.h (data_marker_symbol): New hook.
218 * ebl_data_marker_symbol.c: New file.
219 * eblopenbackend.c (default_data_marker_symbol): New function.
221 * libebl.h (ebl_data_marker_symbol): New function.
290 * eblabicfi.c (ebl_ra_offset): New function.
328 * eblopenbackend.c (MAX_PREFIX_LEN): New define (16).
349 * eblinitreg.c (ebl_func_addr_mask): New function.
356 * eblcheckreloctargettype.c: New file.
357 * ebl-hooks.h (check_reloc_target_type): New hook.
[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/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/llvm-project/clang/test/PCH/
Dcxx-exprs.cpp17 class New { class
18 New(const New&);
21 New *clone() { in clone()
22 return new New(*this); in clone()
32 New<int> *clone_new(New<int> *n) { in clone_new()
/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/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/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/llvm-project/lldb/tools/debugserver/source/
DChangeLog37 (RNBRemoteShouldCancelCallback): New function.
41 * DNB.cpp (DNBProcessAttachByName): New function.
44 (GetAllInfos): New function.
45 (GetAlInfosMatchingName): New function.
46 (DNBProcessAttachWait): New function.
49 * MachProcess.cpp (MachProcess::PrepareForAttach): New function.
50 (MachProcess::CheckForProcess): New function.
51 (MachProcess::CleanupAfterAttach): New function.
52 (CopyBundleIDForPath): New function.
57 * DNBTimer.h (TimeOfDayLaterThan): New function.
[all …]
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DMakeSmartPtrCheck.cpp122 const auto *New = Result.Nodes.getNodeAs<CXXNewExpr>(NewExpression); in check() local
125 if (New->getType()->getPointeeType()->getContainedAutoType()) in check()
136 bool Initializes = New->hasInitializer() || in check()
138 New->getAllocatedType(), *Result.Context); in check()
142 checkConstruct(SM, Result.Context, Construct, Type, New); in check()
144 checkReset(SM, Result.Context, Reset, New); in check()
150 const CXXNewExpr *New) { in checkConstruct() argument
174 if (!replaceNew(Diag, New, SM, Ctx)) { in checkConstruct()
187 "<" + GetNewExprName(New, SM, getLangOpts()) + ">"); in checkConstruct()
215 const CXXNewExpr *New) { in checkReset() argument
[all …]
/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/compiler/xrt/
Dxrt_metrics.cc94 monitoring::PercentileSampler<0>::New( in GetAllocateCell()
104 monitoring::PercentileSampler<0>::New( in GetAllocateUninitializedCell()
115 monitoring::PercentileSampler<0>::New( in GetAllocateFromTensorCell()
126 monitoring::PercentileSampler<0>::New( in GetSubTupleCell()
136 monitoring::PercentileSampler<0>::New( in GetMakeTupleCell()
146 monitoring::PercentileSampler<0>::New( in GetReadLiteralCell()
156 monitoring::PercentileSampler<0>::New( in GetReadToTensorCell()
166 monitoring::PercentileSampler<0>::New( in GetWriteLiteralCell()
176 monitoring::PercentileSampler<0>::New( in GetReleaseAllocationCell()
187 monitoring::PercentileSampler<0>::New( in GetReleaseAllAllocationsCell()
[all …]
/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")
63 return errors.New("failed to parse symbols: " + err.Error())
78 return errors.New("duplicate start symbol found")
84 return errors.New("duplicate end symbol found")
94 return errors.New("could not find module in object")
108 return errors.New("did not find module prefix in object file")
112 return errors.New("found two occurrences of prefix in object file")
120 mac := hmac.New(sha512.New, zeroKey[:])
/external/pdfium/fxjs/xfa/
Dcfxjse_value.cpp77 v8::Local<v8::Value>::New(GetIsolate(), m_hValue); in ToHostObject()
89 v8::Local<v8::FunctionTemplate>::New(GetIsolate(), pClass->m_hTemplate); in SetHostObject()
109 v8::Array::New(GetIsolate(), values.size()); in SetArray()
118 v8::Local<v8::Value>::New(GetIsolate(), v.get()->DirectGetValue())) in SetArray()
126 v8::Local<v8::Value> pValue = v8::Number::New(GetIsolate(), ftod(fFloat)); in SetFloat()
138 v8::Local<v8::Value>::New(GetIsolate(), m_hValue); in SetObjectProperty()
148 v8::Local<v8::Value>::New(GetIsolate(), lpPropValue->DirectGetValue()); in SetObjectProperty()
159 v8::Local<v8::Value>::New(GetIsolate(), m_hValue); in GetObjectProperty()
180 v8::Local<v8::Value>::New(GetIsolate(), m_hValue); in GetObjectPropertyByIdx()
195 v8::Local<v8::Value>::New(GetIsolate(), m_hValue); in DeleteObjectProperty()
[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 …]

12345678910>>...119