Home
last modified time | relevance | path

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

12345678910>>...21

/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()
Dproto_text_util.h136 if (!scanner->Many(Scanner::LETTER_DIGIT_DOT_PLUS_MINUS) in ProtoParseNumericFromScanner()
/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/tensorflow/tensorflow/tools/graph_transforms/
Dtransform_graph.cc61 .Many(Scanner::LETTER_DIGIT_UNDERSCORE) in ParseTransformParameters()
87 .Many(Scanner::LETTER_DIGIT_UNDERSCORE) in ParseTransformParameters()
115 .Many(Scanner::LETTER_DIGIT_DASH_DOT_SLASH_UNDERSCORE) in ParseTransformParameters()
/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/ltp/testcases/kernel/module/
DREADME1 Many of these tests have requirements on the test machine. To ensure proper
/external/honggfuzz/
DCHANGELOG64 - Many smaller fixes
69 - Many smaller fixes (esp. for MacOS)
/external/okhttp/okhttp-apache/
DREADME.md6 **Warning**: Many core features of Apache HTTP client are not implemented by this API. This includes
/external/clang/test/Index/
Dcomment-misc-tags.m14 Many discussions about text
33 // CHECK-NEXT: (CXComment_VerbatimBlockLine Text=[ Many discussions about text])
/external/llvm/utils/lit/examples/many-tests/
DREADME.txt2 Many Tests lit Example
/external/python/cpython2/Doc/library/
Dmac.rst16 in recent versions of OS X. Many are not available when Python is
/external/ImageMagick/Magick++/
DAUTHORS4 Many thanks to Cristy for developing the powerful ImageMagick
/external/guice/core/test/com/google/inject/
DProvisionListenerTest.java376 injector.getInstance(Many.class); in testSingletonMatcher()
404 injector.getInstance(Many.class); in testCallingBindingDotGetProviderDotGet()
415 static class Many {} class in ProvisionListenerTest
793 injector.getInstance(Many.class);
/external/conscrypt/platform/
Dproguard-rules.pro8 # Many of the Conscrypt classes are referenced indirectly via JNI or
/external/conscrypt/android/
Dproguard-rules.pro8 # Many of the Conscrypt classes are referenced indirectly via JNI or
/external/autotest/server/site_tests/network_WiFi_RegDomain/
Dcontrol55 # Many of the 'passive-scan' expectations for the remaining
122 # Many of the 'passive-scan' expectations seem to follow from
/external/tensorflow/tensorflow/docs_src/install/
Dindex.md21 Many aspects of the Python TensorFlow API changed from version 0.n to 1.0.
/external/python/cpython3/Modules/_ctypes/libffi/
DREADME240 Many fixes for AIX, Solaris, HP-UX, *BSD.
278 Many changes, mostly thanks to the GCC project.
329 feedback. ffi_mips.h is always installed. Many configuration
333 Fixed n32 problem. Many clean-ups.
/external/python/cpython2/Modules/_ctypes/libffi/
DREADME240 Many fixes for AIX, Solaris, HP-UX, *BSD.
278 Many changes, mostly thanks to the GCC project.
329 feedback. ffi_mips.h is always installed. Many configuration
333 Fixed n32 problem. Many clean-ups.
/external/llvm/lib/Target/X86/
DX86ScheduleSLM.td42 // Many micro-ops are capable of issuing on multiple ports.
54 // Many SchedWrites are defined in pairs with and without a folded load.
/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.cc86 scanner.RestartCapture().Many(strings::Scanner::DIGIT).StopCapture(); in ExtractGpuWithStreamAll()
115 scanner.RestartCapture().Many(strings::Scanner::DIGIT).StopCapture(); in ExtractGpuWithoutStream()

12345678910>>...21