Home
last modified time | relevance | path

Searched refs:cts (Results 1 – 19 of 19) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3tokenstream.c42 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 …]
Dantlr3baserecognizer.c278 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/
Dreaddwarf3.c1082 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/
Dcg_merge.c274 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/
Dtrack_run_iterator.h78 TimeDelta cts() const;
Dtrack_run_iterator_unittest.cc176 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()
Dmp4_stream_parser.cc516 stream_buf->set_timestamp(runs_->cts()); in EnqueueSample()
523 << ", cts=" << runs_->cts().InMilliseconds() in EnqueueSample()
Dtrack_run_iterator.cc413 TimeDelta TrackRunIterator::cts() const { in cts() function in media::mp4::TrackRunIterator
/external/kernel-headers/original/linux/
Dserial_core.h198 __u32 cts; member
486 port->icount.cts++; in uart_handle_cts_change()
/external/chromium_org/chrome/browser/extensions/api/serial/
Dserial_apitest.cc98 signals->cts = true; in GetControlSignals()
Dserial_connection_win.cc201 signals->cts = (status & MS_CTS_ON) != 0; in GetControlSignals()
Dserial_connection_posix.cc211 signals->cts = (status & TIOCM_CTS) != 0; in GetControlSignals()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_nk0_kdt_dur.pkb73 ����_pi�̙Q���cts'X4p2���3=�\��n
/external/chromium_org/chrome/common/extensions/api/
Dserial.idl182 boolean cts;
/external/valgrind/main/include/vki/
Dvki-linux.h2284 int cts, dsr, rng, dcd; member
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c6198 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/
Dssl_false_start_blacklist.txt751 cts.vresp.com
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/
Des-ES_tpp_net.utf1015 4640 "cts"
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/
Dfinal-url-en49869 http://www.insidetri.com/train/cts/articles/2464.0.html
77193 http://www.unbc.ca/cts/computer_labs/faq.html