Home
last modified time | relevance | path

Searched refs:Many (Results 1 – 25 of 709) sorted by relevance

12345678910>>...29

/external/tensorflow/tensorflow/core/platform/
Dscanner_test.cc101 TEST_F(ScannerTest, Many) { in TEST_F() argument
103 EXPECT_TRUE(Scanner("abc").Many(Scanner::LETTER).GetResult()); in TEST_F()
104 EXPECT_FALSE(Scanner("0").Many(Scanner::LETTER).GetResult()); in TEST_F()
105 EXPECT_FALSE(Scanner("").Many(Scanner::LETTER).GetResult()); in TEST_F()
108 Scanner("abc ").Many(Scanner::LETTER).GetResult(&remaining, &match)); in TEST_F()
112 Scanner("abc").Many(Scanner::LETTER).GetResult(&remaining, &match)); in TEST_F()
244 EXPECT_TRUE(scan.Many(Scanner::LETTER).GetResult(&remaining, &match)); in TEST_F()
247 EXPECT_TRUE(scan.Many(Scanner::DIGIT).GetResult(&remaining, &match)); in TEST_F()
250 EXPECT_TRUE(scan.Many(Scanner::LETTER).GetResult(&remaining, &match)); in TEST_F()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_QueueCloseV2.pbtxt22 given queue. Subsequent Enqueue(Many) operations will fail.
23 Subsequent Dequeue(Many) operations will continue to succeed if
24 sufficient elements remain in the queue. Subsequent Dequeue(Many)
Dapi_def_QueueClose.pbtxt20 given queue. Subsequent Enqueue(Many) operations will fail.
21 Subsequent Dequeue(Many) operations will continue to succeed if
22 sufficient elements remain in the queue. Subsequent Dequeue(Many)
/external/bcc/debian/
Dchangelog24 * Many bugfixes
25 * Many new tools
48 * Many bugfixes
49 * Many tools converted to perf ring buffer
64 * Many utilities converted to perf ring buffer
/external/rust/crates/thiserror/tests/
Dtest_from.rs28 pub enum Many { enum
40 assert_impl::<Many>(); in test_from()
/external/libxkbcommon/test/data/symbols/
Deurosign7 // Many Apple keyboards have the EuroSign engraved on the 2 key
19 // Many keyboards have the EuroSign engraved on the 5 key
/external/llvm-project/openmp/www/
DREADME.txt50 * Intel(R) Many Integrated Core Architecture
62 Intel(R) Many Integrated Core Architecture
77 (4) Intel(R) Many Integrated Core Architecture not supported.
78 (5) On Intel(R) Many Integrated Core Architecture, icc/icl versions 13.0
/external/llvm-project/openmp/runtime/
DREADME.txt50 * Intel(R) Many Integrated Core Architecture
62 Intel(R) Many Integrated Core Architecture
77 (4) Intel(R) Many Integrated Core Architecture not supported.
78 (5) On Intel(R) Many Integrated Core Architecture, icc/icl versions 13.0
/external/angle/third_party/vulkan_memory_allocator/
DCHANGELOG.md31 - Many additions and fixes in documentation. Many compatibility fixes for various compilers and pla…
59 - Many additions and fixes in documentation. Many compatibility fixes for various compilers. Other …
67 Major release after many months of development in "development" branch and features branches. Many
100 - Many additions and fixes in documentation, including description of new features, as well as "Val…
/external/python/cpython2/Doc/
Dabout.rst20 Many thanks go to:
34 Many people have contributed to the Python language, the Python standard
/external/python/cpython3/Doc/
Dabout.rst20 Many thanks go to:
34 Many people have contributed to the Python language, the Python standard
/external/mesa3d/docs/relnotes/
D7.7.rst47 - Many assorted i965 driver fixes.
48 - Many r300-gallium driver fixes; this driver is now considered
/external/llvm-project/llvm/test/FileCheck/
Dcheck-count.txt61 Many-label:
82 CHECK-CNTMANY-LABEL: Many-label:
110 CHECK-MIS3-LABEL: Many-label:
/external/rust/crates/regex/src/
Dcompile.rs469 Ok(Some(Patch { hole: Hole::Many(holes), entry: first_split_entry })) in c_class_bytes()
547 Ok(Some(Patch { hole: Hole::Many(holes), entry: first_split_entry })) in c_alternate()
585 Ok(Some(Patch { hole: Hole::Many(holes), entry: split_entry })) in c_repeat_zero_or_one()
703 Ok(Some(Patch { hole: Hole::Many(holes), entry: initial_entry })) in c_repeat_range()
719 Hole::Many(holes) => { in fill()
758 Hole::Many(holes) => { in fill_split()
768 Hole::Many(new_holes) in fill_split()
810 Many(Vec<Hole>), enumerator
817 Hole::None | Hole::Many(_) => { in dup_one()
984 Ok(Patch { hole: Hole::Many(holes), entry: initial_entry.unwrap() }) in compile()
/external/tensorflow/tensorflow/tools/graph_transforms/
Dtransform_graph.cc65 .Many(Scanner::LETTER_DIGIT_UNDERSCORE) in ParseTransformParameters()
91 .Many(Scanner::LETTER_DIGIT_UNDERSCORE) in ParseTransformParameters()
119 .Many(Scanner::LETTER_DIGIT_DASH_DOT_SLASH_UNDERSCORE) in ParseTransformParameters()
/external/angle/doc/
DStarter-Projects.md61 The Android CDD requires some EGL and OpenGL ES extensions from every driver. Many of them are
70 Many customers switch Contexts frequently. MakeCurrent shows up as a hotspot. A performance test
97 Many small edge cases still need attention.
/external/webrtc/examples/androidjunit/
DREADME2 Many of these test utilize Robolectric to mock Android classes.
/external/okhttp/okhttp-apache/
DREADME.md6 **Warning**: Many core features of Apache HTTP client are not implemented by this API. This includes
/external/tensorflow/tensorflow/core/lib/strings/
Dproto_text_util.cc26 .Many(Scanner::LETTER_DIGIT) in ProtoParseBoolFromScanner()
/external/llvm-project/llvm/utils/lit/examples/many-tests/
DREADME.txt2 Many Tests lit Example
/external/llvm/utils/lit/examples/many-tests/
DREADME.txt2 Many Tests lit Example
/external/python/cpython3/Doc/using/
Deditors.rst10 Many editors and IDEs provide syntax highlighting, debugging tools, and :pep:`8` checks.
/external/curl/tests/data/
Dtest159615 HTTP/1.1 429 Too Many Requests
/external/fonttools/Doc/source/encodings/
Dindex.rst6 TrueType fonts. Many of these legacy encodings have found their way into the
/external/conscrypt/common/src/test/java/org/conscrypt/java/security/
DREADME.ASN11 Many tests in this package check the ASN.1 encoding for various kinds of parameters. The openssl

12345678910>>...29