/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3tokenstream.c | 42 static void setTokenTypeChannel (pANTLR3_COMMON_TOKEN_STREAM cts, ANTLR3_UINT32 ttype, ANTLR3_… 43 static void discardTokenType (pANTLR3_COMMON_TOKEN_STREAM cts, ANTLR3_INT32 ttype); 44 static void discardOffChannel (pANTLR3_COMMON_TOKEN_STREAM cts, ANTLR3_BOOLEAN discard); 45 static pANTLR3_VECTOR getTokens (pANTLR3_COMMON_TOKEN_STREAM cts); 46 static pANTLR3_LIST getTokenRange (pANTLR3_COMMON_TOKEN_STREAM cts, ANTLR3_UINT32 start, AN… 47 static pANTLR3_LIST getTokensSet (pANTLR3_COMMON_TOKEN_STREAM cts, ANTLR3_UINT32 start, ANT… 48 static pANTLR3_LIST getTokensList (pANTLR3_COMMON_TOKEN_STREAM cts, ANTLR3_UINT32 start, AN… 49 static pANTLR3_LIST getTokensType (pANTLR3_COMMON_TOKEN_STREAM cts, ANTLR3_UINT32 start, AN… 50 static void reset (pANTLR3_COMMON_TOKEN_STREAM cts); 163 reset (pANTLR3_COMMON_TOKEN_STREAM cts) in reset() argument [all …]
|
D | antlr3baserecognizer.c | 278 pANTLR3_COMMON_TOKEN_STREAM cts; in antlr3RecognitionExceptionNew() local 282 cts = NULL; in antlr3RecognitionExceptionNew() 302 cts = (pANTLR3_COMMON_TOKEN_STREAM)(parser->tstream->super); in antlr3RecognitionExceptionNew() 347 ex->token = cts->tstream->_LT (cts->tstream, 1); /* Current input token */ in antlr3RecognitionExceptionNew() 350 ex->index = cts->tstream->istream->index (cts->tstream->istream); in antlr3RecognitionExceptionNew() 2169 pANTLR3_COMMON_TOKEN_STREAM cts; in getMissingSymbol() local 2177 cts = (pANTLR3_COMMON_TOKEN_STREAM)ts->super; in getMissingSymbol()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readdwarf3.c | 1082 void get_Form_contents ( /*OUT*/ULong* cts, in get_Form_contents() argument 1088 *cts = 0; in get_Form_contents() 1093 *cts = (ULong)(UChar)get_UChar(c); in get_Form_contents() 1095 TRACE_D3("%u", (UInt)*cts); in get_Form_contents() 1098 *cts = (ULong)(UShort)get_UShort(c); in get_Form_contents() 1100 TRACE_D3("%u", (UInt)*cts); in get_Form_contents() 1103 *cts = (ULong)(UInt)get_UInt(c); in get_Form_contents() 1105 TRACE_D3("%u", (UInt)*cts); in get_Form_contents() 1108 *cts = get_ULong(c); in get_Form_contents() 1110 TRACE_D3("%llu", *cts); in get_Form_contents() [all …]
|
/external/valgrind/main/cachegrind/ |
D | cg_merge.c | 274 Counts* cts = malloc(sizeof(Counts)); in new_Counts() local 275 if (cts == NULL) in new_Counts() 279 cts->counts = malloc(n_counts * sizeof(ULong)); in new_Counts() 280 if (cts->counts == NULL) in new_Counts() 283 cts->n_counts = n_counts; in new_Counts() 285 cts->counts[i] = counts[i]; in new_Counts() 287 return cts; in new_Counts() 293 Counts* cts = malloc(sizeof(Counts)); in new_Counts_Zeroed() local 294 if (cts == NULL) in new_Counts_Zeroed() 298 cts->counts = malloc(n_counts * sizeof(ULong)); in new_Counts_Zeroed() [all …]
|
/external/chromium_org/media/mp4/ |
D | track_run_iterator.h | 78 TimeDelta cts() const;
|
D | track_run_iterator_unittest.cc | 176 EXPECT_EQ(iter_->cts(), TimeDeltaFromRational(0, kAudioScale)); in TEST_F() 294 EXPECT_EQ(iter_->cts(), TimeDeltaFromRational(0, kVideoScale)); in TEST_F() 298 EXPECT_EQ(iter_->cts(), TimeDeltaFromRational(4, kVideoScale)); in TEST_F() 302 EXPECT_EQ(iter_->cts(), TimeDeltaFromRational(1, kVideoScale)); in TEST_F()
|
D | mp4_stream_parser.cc | 516 stream_buf->set_timestamp(runs_->cts()); in EnqueueSample() 523 << ", cts=" << runs_->cts().InMilliseconds() in EnqueueSample()
|
D | track_run_iterator.cc | 413 TimeDelta TrackRunIterator::cts() const { in cts() function in media::mp4::TrackRunIterator
|
/external/kernel-headers/original/linux/ |
D | serial_core.h | 198 __u32 cts; member 486 port->icount.cts++; in uart_handle_cts_change()
|
/external/chromium_org/chrome/browser/extensions/api/serial/ |
D | serial_apitest.cc | 98 signals->cts = true; in GetControlSignals()
|
D | serial_connection_win.cc | 201 signals->cts = (status & MS_CTS_ON) != 0; in GetControlSignals()
|
D | serial_connection_posix.cc | 211 signals->cts = (status & TIOCM_CTS) != 0; in GetControlSignals()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/ |
D | fr-FR_nk0_kdt_dur.pkb | 73 ����_pi�̙Q���cts'X4p2���3=�\��n
|
/external/chromium_org/chrome/common/extensions/api/ |
D | serial.idl | 182 boolean cts;
|
/external/valgrind/main/include/vki/ |
D | vki-linux.h | 2284 int cts, dsr, rng, dcd; member
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211.c | 6198 static int nl80211_set_bss(struct i802_bss *bss, int cts, int preamble, in nl80211_set_bss() argument 6211 if (cts >= 0) in nl80211_set_bss() 6212 NLA_PUT_U8(msg, NL80211_ATTR_BSS_CTS_PROT, cts); in nl80211_set_bss()
|
/external/chromium/net/base/ |
D | ssl_false_start_blacklist.txt | 751 cts.vresp.com
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/ |
D | es-ES_tpp_net.utf | 1015 4640 "cts"
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 49869 http://www.insidetri.com/train/cts/articles/2464.0.html 77193 http://www.unbc.ca/cts/computer_labs/faq.html
|