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

  /frameworks/media/libvideoeditor/vss/stagefrightshells/inc/
VideoEditorBuffer.h 70 M4OSA_Char* poolName;
86 * @param poolName : IN a name given to the pool
91 M4OSA_UInt32 nbBuffers, M4OSA_Char* poolName);
  /external/icu4c/tools/toolutil/
pkgitems.cpp 396 char poolName[200];
397 makeTargetName(itemName, "pool", 4, ".res", poolName, (int32_t)sizeof(poolName), pErrorCode);
401 check(context, itemName, poolName);
402 int32_t index=pkg->findItem(poolName);
412 fprintf(stderr, "icupkg: %s is not a pool bundle\n", poolName);
420 fprintf(stderr, "icupkg: %s is not a pool bundle\n", poolName);
426 fprintf(stderr, "icupkg: %s has mismatched checksum for %s\n", poolName, itemName);

Completed in 214 milliseconds