/third_party/python/Lib/ |
D | asyncore.py | 143 if is_w and not obj.accepting: 185 if obj.writable() and not obj.accepting: 221 accepting = False variable in dispatcher 261 if self.accepting and self.addr: 326 self.accepting = True 396 self.accepting = False 418 if self.accepting: 438 if self.accepting:
|
/third_party/python/Lib/test/ |
D | test_asyncore.py | 709 self.assertTrue(server.accepting) 712 self.assertFalse(client.accepting) 717 self.assertTrue(server.accepting) 719 self.assertFalse(client.accepting) 724 self.assertTrue(server.accepting) 726 self.assertFalse(client.accepting) 731 self.assertFalse(server.accepting)
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | rbbi.cpp | 896 uint16_t accepting = row->fAccepting; in handleNext() local 897 if (accepting == ACCEPTING_UNCONDITIONAL) { in handleNext() 903 } else if (accepting > ACCEPTING_UNCONDITIONAL) { in handleNext() 905 U_ASSERT(accepting < fData->fForwardTable->fLookAheadResultsSize); in handleNext() 906 int32_t lookaheadResult = fLookAheadMatches[accepting]; in handleNext()
|
/third_party/node/deps/icu-small/source/common/ |
D | rbbi.cpp | 880 uint16_t accepting = row->fAccepting; in handleNext() local 881 if (accepting == ACCEPTING_UNCONDITIONAL) { in handleNext() 887 } else if (accepting > ACCEPTING_UNCONDITIONAL) { in handleNext() 889 U_ASSERT(accepting < fData->fForwardTable->fLookAheadResultsSize); in handleNext() 890 int32_t lookaheadResult = fLookAheadMatches[accepting]; in handleNext()
|
/third_party/icu/icu4c/source/common/ |
D | rbbi.cpp | 910 uint16_t accepting = row->fAccepting; in handleNext() local 911 if (accepting == ACCEPTING_UNCONDITIONAL) { in handleNext() 917 } else if (accepting > ACCEPTING_UNCONDITIONAL) { in handleNext() 919 U_ASSERT(accepting < fData->fForwardTable->fLookAheadResultsSize); in handleNext() 920 int32_t lookaheadResult = fLookAheadMatches[accepting]; in handleNext()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/ |
D | surface_physical_device_common.txt | 6 // Common to all VkPhysicalDevice commands accepting a VkSurfaceKHR param
|
D | surface_info_physical_device_common.txt | 6 // Common to all VkPhysicalDevice commands accepting a
|
/third_party/skia/third_party/externals/icu/source/samples/uciter8/ |
D | readme.txt | 8 8-bit Unicode text leniently, accepting a mix of UTF-8 and CESU-8 9 and also accepting single surrogates.
|
/third_party/icu/icu4c/source/samples/uciter8/ |
D | readme.txt | 8 8-bit Unicode text leniently, accepting a mix of UTF-8 and CESU-8 9 and also accepting single surrogates.
|
/third_party/glslang/Test/ |
D | hlsl.scalar2matrix.frag | 25 Fn1(5.0); // test calling fn accepting matrix with scalar type
|
/third_party/typescript/doc/ |
D | README.md | 9 …-of-date specification which is no longer being updated. We will not be accepting changes to these…
|
/third_party/node/deps/npm/node_modules/socks/docs/examples/typescript/ |
D | associateExample.md | 12 2. Client <-(port)- Proxy (Tells the origin client which port it opened and is accepting UDP frame … 14 At this point the proxy is accepting UDP frames on the specified port.
|
/third_party/node/deps/npm/node_modules/socks/docs/examples/javascript/ |
D | associateExample.md | 12 2. Client <-(port)- Proxy (Tells the origin client which port it opened and is accepting UDP frame … 14 At this point the proxy is accepting UDP frames on the specified port.
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | Update20131120.md | 8 easily support a Git-centric workflow, and eases the process of accepting
|
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
D | README | 16 Any downstream compiler accepting output from glcpp should be prepared
|
/third_party/python/Doc/library/ |
D | msvcrt.rst | 137 Wide char variant of :func:`putch`, accepting a Unicode value. 148 Wide char variant of :func:`ungetch`, accepting a Unicode value.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | Automaton.td | 26 // F: The set of final (accepting) states. 32 // We define F = S, that is, all valid states are accepting.
|
/third_party/vk-gl-cts/doc/testspecs/GLES3/ |
D | functional.primitive_bounding_box.txt | 81 bounding box area. Number-of-lines check prevents accepting rendering 82 results with missing lines and the line width check prevents accepting
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_copy_texture.txt | 89 Rather than accepting image data from memory, they copy image data from 124 that CopyPixels is related to DrawPixels. Rather than accepting image 138 <depth> were 1. Rather than accepting image data from memory,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_copy_texture.txt | 89 Rather than accepting image data from memory, they copy image data from 124 that CopyPixels is related to DrawPixels. Rather than accepting image 138 <depth> were 1. Rather than accepting image data from memory,
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RuleBasedBreakIterator.java | 919 int accepting = stateTable[row + RBBIDataWrapper.ACCEPTING]; in handleNext() local 920 if (accepting == RBBIDataWrapper.ACCEPTING_UNCONDITIONAL) { in handleNext() 931 } else if (accepting > RBBIDataWrapper.ACCEPTING_UNCONDITIONAL) { in handleNext() 933 int lookaheadResult = fLookAheadMatches[accepting]; in handleNext()
|
/third_party/libphonenumber/ |
D | making-metadata-changes.md | 8 Note that we are currently not accepting validation, formatting, or timezone
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | i18n | 48 "It would defeat the purpose of the teams if you were directly accepting PO
|
/third_party/vk-gl-cts/doc/testspecs/VK/ |
D | pipeline.spec_constant.txt | 35 and overall correctness before accepting the tests.
|
/third_party/node/deps/v8/third_party/jsoncpp/ |
D | LICENSE | 53 and license text in the source code. Note also that by accepting the
|