Home
last modified time | relevance | path

Searched refs:accepting (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/third_party/python/Lib/
Dasyncore.py143 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/
Dtest_asyncore.py709 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/
Drbbi.cpp896 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/
Drbbi.cpp880 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/
Drbbi.cpp910 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/
Dsurface_physical_device_common.txt6 // Common to all VkPhysicalDevice commands accepting a VkSurfaceKHR param
Dsurface_info_physical_device_common.txt6 // Common to all VkPhysicalDevice commands accepting a
/third_party/skia/third_party/externals/icu/source/samples/uciter8/
Dreadme.txt8 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/
Dreadme.txt8 8-bit Unicode text leniently, accepting a mix of UTF-8 and CESU-8
9 and also accepting single surrogates.
/third_party/glslang/Test/
Dhlsl.scalar2matrix.frag25 Fn1(5.0); // test calling fn accepting matrix with scalar type
/third_party/typescript/doc/
DREADME.md9 …-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/
DassociateExample.md12 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/
DassociateExample.md12 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/
DUpdate20131120.md8 easily support a Git-centric workflow, and eases the process of accepting
/third_party/mesa3d/src/compiler/glsl/glcpp/
DREADME16 Any downstream compiler accepting output from glcpp should be prepared
/third_party/python/Doc/library/
Dmsvcrt.rst137 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/
DAutomaton.td26 // 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/
Dfunctional.primitive_bounding_box.txt81 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/
DEXT_copy_texture.txt89 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/
DEXT_copy_texture.txt89 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/
DRuleBasedBreakIterator.java919 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/
Dmaking-metadata-changes.md8 Note that we are currently not accepting validation, formatting, or timezone
/third_party/gstreamer/gstreamer/docs/random/
Di18n48 "It would defeat the purpose of the teams if you were directly accepting PO
/third_party/vk-gl-cts/doc/testspecs/VK/
Dpipeline.spec_constant.txt35 and overall correctness before accepting the tests.
/third_party/node/deps/v8/third_party/jsoncpp/
DLICENSE53 and license text in the source code. Note also that by accepting the

12345678910>>...15