HomeSort by relevance Sort by last modified time
    Searched refs:nRes (Results 1 - 5 of 5) sorted by null

  /external/srec/seti/sltsEngine/src/
SWIslts.c 122 SWIsltsResult nRes = SWIsltsSuccess;
143 nRes = create_lts((char *)data_filename, &pEng->m_hLts);
144 if (nRes != SWIsltsSuccess) {
145 PLogError(L("create_lts with the model file (%s) fails with return code %d\n"), (char *)data_filename, nRes);
158 return nRes;
192 SWIsltsResult nRes = SWIsltsSuccess;
237 nRes = SWIsltsEmptyPhoneString;
242 nRes = run_lts(pEng->m_hLts, pEng->m_hDict, new_text, output_phone_string, output_phone_len);
243 if (nRes != SWIsltsSuccess) {
265 return nRes;
    [all...]
run_seq_lts.c 183 SWIsltsResult nRes = SWIsltsSuccess;
193 nRes = SWIsltsErrAllocResource;
200 nRes = SWIsltsErrAllocResource;
213 nRes = SWIsltsErrAllocResource;
230 return nRes;
236 SWIsltsResult nRes = SWIsltsSuccess;
250 return nRes;
255 SWIsltsResult nRes = SWIsltsSuccess;
263 nRes = SWIsltsErrAllocResource;
272 nRes = SWIsltsErrAllocResource
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
fuzz_common.tcl 134 proc ResultSet {{nRes 0} {c ""}} {
135 if {$nRes == 0} {
136 set nRes [expr {rand()*2 + 1}]
140 for {set ii 0} {$ii < $nRes} {incr ii} {
149 proc SimpleSelect {{nRes 0}} {
152 {[SelectKw] [ResultSet $nRes]}
165 {[SelectKw] [ResultSet $nRes $::ColumnList] FROM ([Select])} \
166 {[SelectKw] [ResultSet $nRes] FROM ([Select])} \
167 {[SelectKw] [ResultSet $nRes $::ColumnList] FROM [Table]} \
169 [SelectKw] [ResultSet $nRes $::ColumnList]
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
vacuum.c 106 int nRes; /* Bytes of reserved space at the end of each page */
166 nRes = sqlite3BtreeGetReserve(pMain);
185 if( sqlite3BtreeSetPageSize(pTemp, sqlite3BtreeGetPageSize(pMain), nRes, 0)
186 || (!isMemDb && sqlite3BtreeSetPageSize(pTemp, db->nextPagesize, nRes, 0))
313 rc = sqlite3BtreeSetPageSize(pMain, sqlite3BtreeGetPageSize(pTemp), nRes,1);
  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 583 ESR_ReturnCode nRes = ESR_SUCCESS;
590 nRes = ESR_FATAL_ERROR;
629 return nRes;

Completed in 724 milliseconds