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

  /external/srec/portable/include/
ESR_ReturnCode.h 193 #define CHK(rc, x) do { if ((rc = (x)) != ESR_SUCCESS) goto CLEANUP; } while (0)
  /external/srec/shared/src/
Int8ArrayListImpl.c 67 CHK(rc, Int8ArrayListCreate(self));
191 CHK(rc, clone->removeAll(clone));
192 CHK(rc, self->getSize(self, &size));
195 CHK(rc, self->get(self, i, &element));
196 CHK(rc, clone->add(clone, element));
SessionTypeImpl.c 105 CHK(rc, HashMapCreate(&data->value));
106 CHK(rc, ArrayListCreate(&data->listeners));
128 CHK(rc, HashMapGet(data->value, name, (void **)&pair));
149 CHK(rc, HashMapGet(data->value, name, (void **)&pair));
169 CHK(rc, HashMapGet(data->value, name, (void **)&pair));
210 CHK(rc, HashMapGet(data->value, name, (void **)&pair));
230 CHK(rc, HashMapGet(data->value, name, (void **)&pair));
255 CHK(rc, HashMapGet(data->value, name, (void **)&pair));
456 CHK(rc, self->contains(self, name, &exists));
470 CHK(rc, self->contains(self, name, &exists))
    [all...]
HashMapImpl.c 116 CHK(rc, PHashTableGetEntry(impl->table, key, &entry));
117 CHK(rc, PHashTableEntryGetKeyValue(entry, (void **)&clonedKey, (void **)&value));
194 CHK(rc, PHashTableGetEntry(impl->table, key, &entry));
195 CHK(rc, PHashTableEntryGetKeyValue(entry, (void **)NULL, (void **)value));
IntArrayListImpl.c 66 CHK(rc, IntArrayListCreate(self));
  /external/srec/portable/src/
ArrayListImpl.c 222 CHK(rc, clone->removeAll(clone));
223 CHK(rc, self->getSize(self, &size));
226 CHK(rc, self->get(self, i, &element));
227 CHK(rc, clone->add(clone, element));
LCHAR.c 151 CHK(rc, lstrtoui(text, &temp, 10));
PANSIFileImpl.c 80 CHK(rc, PFileDestroyImpl(self));
PFileSystem.c 373 CHK(rc, fileSystem->mkdir(fileSystem, absolutePath));
  /external/srec/srec/Vocabulary/src/
Vocabulary.c 31 CHK(rc, SR_VocabularyCreateImpl(&Interface));
57 CHK(rc, SR_VocabularyLoadImpl(filename, &Interface));
VocabularyImpl.c 241 CHK(rc, SR_VocabularyCreateImpl(&Interface));
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
cu_cmd.h 272 # define CHK(p) ((!p)) ? (void) 0 : fprintf(stderr, "\nfailed: '%s', file %s, line %d\n", #p, __FILE__, __LINE__);
274 # define CHK(p) (p)
  /external/srec/srec/EventLog/src/
EventLogImpl.c 398 CHK(rc, litostr(value, alpha, &size, 10));
413 CHK(rc, lultostr(value, alpha, &size, 10));
428 CHK(rc, lultostr(value, alpha, &size, 10));
  /external/srec/tools/parseStringTest/
parseStringTest.c 336 CHK(rc, PLogInit(NULL, 0));
  /external/srec/tools/test_g2g/
test_g2g.c 150 CHK(rc, PLogInit(NULL, log_level));
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
ticon.c 50 #define CHK(p) ((!p)) ? (VOID) 0 : os_error_printf(CU_MSG_ERROR, (PS8)"\nfailed: '%s', file %s, line %d\n", #p, __FILE__, __LINE__);
52 #define CHK(p) (p)
    [all...]
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
ticon.c 50 #define CHK(p) ((!p)) ? (VOID) 0 : os_error_printf(CU_MSG_ERROR, (PS8)"\nfailed: '%s', file %s, line %d\n", #p, __FILE__, __LINE__);
52 #define CHK(p) (p)
    [all...]

Completed in 261 milliseconds