Searched defs:exists (Results 1 - 25 of 155) sorted by last modified time

1234567

/external/sqlite/dist/orig/
H A Dsqlite3.c782 ** if such a lock exists and false otherwise.
1199 ** be created, and that it is an error if it already exists.
1305 ** simply checks whether the file exists.
3003 ** parameter if it exists or a NULL pointer if P does not appear as a
4815 ** that exists for backwards compatibility of legacy applications and should
5267 int *pNotNull, /* OUTPUT: True if NOT NULL constraint exists */
5640 ** This superclass exists in order to define fields of the cursor that
5667 ** name and number of parameters exists. If no such function exists
6241 ** This interface is not for use by applications. It exists solel
42704 int exists; local
45117 int exists = 1; /* True if a journal file is present */ local
73329 int exists; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c782 ** if such a lock exists and false otherwise.
1199 ** be created, and that it is an error if it already exists.
1305 ** simply checks whether the file exists.
3003 ** parameter if it exists or a NULL pointer if P does not appear as a
4815 ** that exists for backwards compatibility of legacy applications and should
5267 int *pNotNull, /* OUTPUT: True if NOT NULL constraint exists */
5640 ** This superclass exists in order to define fields of the cursor that
5667 ** name and number of parameters exists. If no such function exists
6241 ** This interface is not for use by applications. It exists solel
42724 int exists; local
45137 int exists = 1; /* True if a journal file is present */ local
73349 int exists; local
[all...]
/external/srec/portable/src/
H A DArrayList.c77 ESR_ReturnCode ArrayListContains(ArrayList* self, void* element, ESR_BOOL* exists) argument
84 return self->contains(self, element, exists);
H A DArrayListImpl.c171 ESR_BOOL* exists)
180 *exists = ESR_TRUE;
184 *exists = ESR_FALSE;
170 ArrayList_Contains(ArrayList* self, const void* element, ESR_BOOL* exists) argument
H A DPANSIFileSystemImpl.c104 ESR_BOOL exists; local
157 CHKLOG(rc, PHashTableContainsKey(impl->directoryMap, key, &exists));
158 if (exists)
287 ESR_BOOL exists; local
313 CHKLOG(rc, PHashTableContainsKey(impl->directoryMap, key, &exists));
314 if (exists)
333 CHKLOG(rc, PHashTableContainsKey(impl->directoryMap, L(""), &exists));
334 if (exists)
342 CHKLOG(rc, PHashTableContainsKey(PFileSystemPathMap, L(""), &exists));
343 if (exists)
[all...]
H A Dphashtable.c231 ESR_ReturnCode PHashTableContainsKey(PHashTable *table, const void *key, ESR_BOOL* exists) argument
236 if (table == NULL || exists == NULL)
244 *exists = ESR_TRUE;
246 *exists = ESR_FALSE;
/external/srec/shared/src/
H A DESR_Session.c100 ESR_ReturnCode ESR_SessionContains(const LCHAR* name, ESR_BOOL* exists) argument
103 return ESR_Session->contains(ESR_Session, name, exists);
H A DHashMap.c67 ESR_ReturnCode HashMapContainsKey(HashMap* self, const LCHAR* key, ESR_BOOL* exists) argument
71 return self->containsKey(self, key, exists);
H A DHashMapImpl.c84 ESR_BOOL exists; local
86 CHKLOG(rc, PHashTableContainsKey(impl->table, key, &exists));
87 if (!exists)
177 ESR_ReturnCode HashMap_ContainsKey(HashMap* self, const LCHAR* key, ESR_BOOL* exists) argument
182 CHKLOG(rc, PHashTableContainsKey(impl->table, key, exists));
H A DInt8ArrayList.c56 ESR_ReturnCode Int8ArrayListContains(Int8ArrayList* self, asr_int8_t element, ESR_BOOL* exists) argument
63 return self->contains(self, element, exists);
H A DInt8ArrayListImpl.c131 ESR_ReturnCode Int8ArrayList_Contains(Int8ArrayList* self, const asr_int8_t element, ESR_BOOL* exists) argument
142 *exists = ESR_TRUE;
146 *exists = ESR_FALSE;
H A DIntArrayList.c45 ESR_ReturnCode IntArrayListContains(IntArrayList* self, int element, ESR_BOOL* exists) argument
49 return self->contains(self, element, exists);
H A DIntArrayListImpl.c130 ESR_ReturnCode IntArrayList_Contains(IntArrayList* self, const int element, ESR_BOOL* exists) argument
141 *exists = ESR_TRUE;
145 *exists = ESR_FALSE;
H A DSessionTypeImpl.c274 const LCHAR* name, ESR_BOOL* exists)
278 return HashMapContainsKey(data->value, name, exists);
308 ESR_BOOL exists; local
311 CHKLOG(rc, HashMapContainsKey(data->value, name, &exists));
312 if ( exists )
453 ESR_BOOL exists; local
456 CHK(rc, self->contains(self, name, &exists));
457 if (exists)
467 ESR_BOOL exists; local
470 CHK(rc, self->contains(self, name, &exists));
273 ESR_SessionTypeContainsImpl(ESR_SessionType* self, const LCHAR* name, ESR_BOOL* exists) argument
481 ESR_BOOL exists; local
495 ESR_BOOL exists; local
509 ESR_BOOL exists; local
523 ESR_BOOL exists; local
1078 ESR_BOOL exists; local
[all...]
/external/srec/srec/AcousticModels/src/
H A DAcousticModelsImpl.c220 ESR_BOOL exists = ESR_FALSE; local
222 CHKLOG(rc, ESR_SessionExists(&exists));
223 if (exists)
488 /* Key already exists, remove old value if necessary */
/external/srec/srec/Grammar/src/
H A DSR_GrammarImpl.c39 ESR_BOOL exists; local
91 CHKLOG(rc, ESR_SessionExists(&exists));
92 if (exists)
245 * if word already exists and pron is same (i.e. as if no action) returns FST_SUCCESS
246 * if word already exists and pron is different (e.g. read-rEd and read-red) returns FST_SUCCESS
247 * if word does not exist and no duplicate pron exists (homonyms not supported) returns FST_SUCCESS
/external/srec/srec/Nametag/src/
H A DNametagsImpl.c281 ESR_BOOL exists; local
285 CHKLOG(rc, nametags->containsKey(nametags, id, &exists));
286 if (exists)
/external/srec/srec/Recognizer/src/
H A DRecognizerImpl.c112 ESR_BOOL exists; local
144 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.mel_offset", &exists));
145 if (!exists)
154 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.mel_loop", &exists));
155 if (!exists)
164 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.melA", &exists));
165 if (!exists)
184 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.melB", &exists));
185 if (!exists)
203 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.dmelA", &exists));
800 ESR_BOOL exists; // isSetup; local
3656 ESR_BOOL exists; local
[all...]
/external/srec/srec/Session/src/
H A DSR_Session.c33 ESR_BOOL exists; local
61 if (ESR_SessionExists(&exists) == ESR_SUCCESS)
63 if (exists)
/external/srec/srec/clib/
H A Dswicms.c109 ESR_BOOL exists; local
112 CHKLOG(rc, ESR_SessionContains(parname, &exists));
113 if (exists) {
143 ESR_BOOL exists, sessionExists; local
193 CHKLOG(rc, ESR_SessionContains(parname, &exists));
194 if (exists) {
268 ESR_SessionContains(L("CREC.Frontend.start_windback"), &exists);
269 if (exists) {
292 if ( swicms->_prep != NULL ) /* lda exists give them transformed lda. */
/external/skia/src/ports/
H A DSkFontMgr_win_dw.cpp470 BOOL exists; local
471 HRNM(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists),
473 if (!exists) {
585 BOOL exists; local
586 HR(fFontCollection->FindFamilyName(wideFamilyName, &index, &exists));
588 if (exists) {
H A DSkRemotableFontMgr_win_dw.cpp251 BOOL exists; variable
252 HR_GENERAL(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists),
255 if (!exists) {
275 BOOL exists; variable
276 HR_GENERAL(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists),
279 if (!exists) {
312 BOOL exists; variable
313 HRM(font->HasCharacter(fCharacter, &exists), "Could not find character.");
315 if (exists) {
H A DSkTypeface_win_dw.cpp72 BOOL exists; local
73 fDWriteFont->HasCharacter(c, &exists);
74 if (!exists) {
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 811 milliseconds

1234567