Home
last modified time | relevance | path

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

12345678910>>...23

/external/tensorflow/tensorflow/core/lib/strings/
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()
Dproto_text_util.cc24 .Many(Scanner::LETTER_DIGIT) in ProtoParseBoolFromScanner()
/external/bcc/debian/
Dchangelog18 * 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/
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)
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)
/external/libxkbcommon/xkbcommon/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/python/cpython3/Doc/
Dabout.rst20 Many thanks go to:
34 Many people have contributed to the Python language, the Python standard
/external/python/cpython2/Doc/
Dabout.rst20 Many thanks go to:
34 Many people have contributed to the Python language, the Python standard
/external/tensorflow/tensorflow/tools/graph_transforms/
Dtransform_graph.cc64 .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/
DREADME.md6 **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/
DREADME.txt2 Many Tests lit Example
/external/llvm/utils/lit/examples/many-tests/
DREADME.txt2 Many Tests lit Example
/external/clang/test/Index/
Dcomment-misc-tags.m14 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/
DREADME.ASN11 Many tests in this package check the ASN.1 encoding for various kinds of parameters. The openssl
/external/ImageMagick/Magick++/
DAUTHORS4 Many thanks to Cristy for developing the powerful ImageMagick
/external/python/cpython2/Doc/library/
Dmac.rst16 in recent versions of OS X. Many are not available when Python is
/external/skqp/site/dev/testing/
Dfuzz.md4 We assume that you can [build Skia](/user/build). Many fuzzes only reproduce
/external/skia/site/dev/testing/
Dfuzz.md4 We assume that you can [build Skia](/user/build). Many fuzzes only reproduce
/external/conscrypt/android/
Dproguard-rules.pro8 # Many of the Conscrypt classes are referenced indirectly via JNI or
/external/conscrypt/platform/
Dproguard-rules.pro8 # Many of the Conscrypt classes are referenced indirectly via JNI or
/external/tensorflow/tensorflow/lite/tools/pip_package/
DREADME.md3 Many users would like to deploy TensorFlow lite interpreter and use it from
/external/catch2/docs/
Dcommercial-users.md5 Many organisations like to keep this information internal, and that's fine,
/external/u-boot/drivers/power/domain/
DKconfig7 Enable support for the power domain driver class. Many SoCs allow
/external/google-fonts/arvo/
DFONTLOG.txt22 Many truetype hints are improved, especially for in smaller
/external/grpc-grpc/doc/
Dhttp-grpc-status-mapping.md20 | 429 Too Many Requests | UNAVAILABLE |

12345678910>>...23