Home
last modified time | relevance | path

Searched refs:accepting (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/
H A Dasyncore.py140 # accepting sockets should not be writable
141 if is_w and not obj.accepting:
182 # accepting sockets should not be writable
183 if obj.writable() and not obj.accepting:
219 accepting = False variable in dispatcher
259 if self.accepting and self.addr:
324 self.accepting = True
394 self.accepting = False
416 if self.accepting:
417 # accepting socket
[all...]
/third_party/python/Lib/test/
H A Dtest_asyncore.py708 self.assertTrue(server.accepting)
711 self.assertFalse(client.accepting)
716 self.assertTrue(server.accepting)
718 self.assertFalse(client.accepting)
723 self.assertTrue(server.accepting)
725 self.assertFalse(client.accepting)
730 self.assertFalse(server.accepting)
/third_party/icu/icu4c/source/common/
H A 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/node/deps/icu-small/source/common/
H A 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/skia/third_party/externals/icu/source/common/
H A 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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRuleBasedBreakIterator.java919 int accepting = stateTable[row + RBBIDataWrapper.ACCEPTING]; in handleNext()
920 if (accepting == RBBIDataWrapper.ACCEPTING_UNCONDITIONAL) { in handleNext()
931 } else if (accepting > RBBIDataWrapper.ACCEPTING_UNCONDITIONAL) { in handleNext()
933 int lookaheadResult = fLookAheadMatches[accepting]; in handleNext()
979 // (we may have advanced beyond the last accepting position chasing after in handleNext()

Completed in 10 milliseconds