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

  /external/icu/icu4c/source/test/cintltst/
udatatst.c 120 const char* memMap[][2]={
171 for(i=0; i<sizeof(memMap)/sizeof(memMap[0]); i++){
174 result=udata_open(path, memMap[i][1], memMap[i][0], &status);
176 log_data_err("FAIL: udata_open() failed for path = %s, name=%s, type=%s, \n errorcode=%s\n", path, memMap[i][0], memMap[i][1], myErrorName(status));
178 log_verbose("PASS: udata_open worked for path = %s, name=%s, type=%s\n", path, memMap[i][0], memMap[i][1]);
211 for(i=0; i<sizeof(memMap)/sizeof(memMap[0]); i++)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fBasicComputeShaderTests.cpp     [all...]

Completed in 171 milliseconds