Searched refs:atStart (Results 1 – 3 of 3) sorted by relevance
99 bool atStart = !strncmp(BC_EXT_STR " ", exts, bcExtLen+1); in initialize() local103 if (equal || atStart || atEnd || inMiddle) { in initialize()
114 bool atStart = !strncmp(CROP_EXT_STR " ", exts, cropExtLen+1); in hasEglAndroidImageCropImpl() local118 return equal || atStart || atEnd || inMiddle; in hasEglAndroidImageCropImpl()134 bool atStart = !strncmp(PROT_CONTENT_EXT_STR " ", exts, cropExtLen+1); in hasEglProtectedContentImpl() local138 return equal || atStart || atEnd || inMiddle; in hasEglProtectedContentImpl()
646 bool atStart = !strncmp(CROP_EXT_STR " ", exts, cropExtLen+1); in TEST_F() local650 bool hasEglAndroidImageCrop = equal || atStart || atEnd || inMiddle; in TEST_F()