Searched refs:Many (Results 1 – 25 of 573) sorted by relevance
12345678910>>...23
/external/tensorflow/tensorflow/core/lib/strings/ |
D | scanner_test.cc | 101 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()
|
D | proto_text_util.cc | 24 .Many(Scanner::LETTER_DIGIT) in ProtoParseBoolFromScanner()
|
/external/bcc/debian/ |
D | changelog | 18 * Many bugfixes 19 * Many new tools 42 * Many bugfixes 43 * Many tools converted to perf ring buffer 58 * Many utilities converted to perf ring buffer
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_QueueClose.pbtxt | 20 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)
|
D | api_def_QueueCloseV2.pbtxt | 22 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)
|
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
D | eurosign | 7 // Many Apple keyboards have the EuroSign engraved on the 2 key 19 // Many keyboards have the EuroSign engraved on the 5 key
|
/external/python/cpython3/Doc/ |
D | about.rst | 20 Many thanks go to: 34 Many people have contributed to the Python language, the Python standard
|
/external/python/cpython2/Doc/ |
D | about.rst | 20 Many thanks go to: 34 Many people have contributed to the Python language, the Python standard
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | transform_graph.cc | 64 .Many(Scanner::LETTER_DIGIT_UNDERSCORE) in ParseTransformParameters() 90 .Many(Scanner::LETTER_DIGIT_UNDERSCORE) in ParseTransformParameters() 118 .Many(Scanner::LETTER_DIGIT_DASH_DOT_SLASH_UNDERSCORE) in ParseTransformParameters()
|
/external/okhttp/okhttp-apache/ |
D | README.md | 6 **Warning**: Many core features of Apache HTTP client are not implemented by this API. This includes
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/examples/many-tests/ |
D | README.txt | 2 Many Tests lit Example
|
/external/llvm/utils/lit/examples/many-tests/ |
D | README.txt | 2 Many Tests lit Example
|
/external/clang/test/Index/ |
D | comment-misc-tags.m | 14 Many discussions about text 33 // CHECK-NEXT: (CXComment_VerbatimBlockLine Text=[ Many discussions about text])
|
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/java/security/ |
D | README.ASN1 | 1 Many tests in this package check the ASN.1 encoding for various kinds of parameters. The openssl
|
/external/ImageMagick/Magick++/ |
D | AUTHORS | 4 Many thanks to Cristy for developing the powerful ImageMagick
|
/external/python/cpython2/Doc/library/ |
D | mac.rst | 16 in recent versions of OS X. Many are not available when Python is
|
/external/skqp/site/dev/testing/ |
D | fuzz.md | 4 We assume that you can [build Skia](/user/build). Many fuzzes only reproduce
|
/external/skia/site/dev/testing/ |
D | fuzz.md | 4 We assume that you can [build Skia](/user/build). Many fuzzes only reproduce
|
/external/conscrypt/android/ |
D | proguard-rules.pro | 8 # Many of the Conscrypt classes are referenced indirectly via JNI or
|
/external/conscrypt/platform/ |
D | proguard-rules.pro | 8 # Many of the Conscrypt classes are referenced indirectly via JNI or
|
/external/tensorflow/tensorflow/lite/tools/pip_package/ |
D | README.md | 3 Many users would like to deploy TensorFlow lite interpreter and use it from
|
/external/catch2/docs/ |
D | commercial-users.md | 5 Many organisations like to keep this information internal, and that's fine,
|
/external/u-boot/drivers/power/domain/ |
D | Kconfig | 7 Enable support for the power domain driver class. Many SoCs allow
|
/external/google-fonts/arvo/ |
D | FONTLOG.txt | 22 Many truetype hints are improved, especially for in smaller
|
/external/grpc-grpc/doc/ |
D | http-grpc-status-mapping.md | 20 | 429 Too Many Requests | UNAVAILABLE |
|
12345678910>>...23