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

  /external/deqp/scripts/src_util/
check_include_guards.py 36 includeGuard = getIncludeGuardName(headerFile)
43 if line0 != ("#ifndef %s" % includeGuard):
45 if line1 != ("#define %s" % includeGuard):
50 expectedComment = ("#endif // %s" if isHpp else "#endif /* %s */") % includeGuard
65 includeGuard = getIncludeGuardName(headerFile)
72 lines[0] = "#ifndef %s\n" % includeGuard
73 lines[1] = "#define %s\n" % includeGuard
76 lines[len(lines)-1] = ("#endif // %s\n" if isHpp else "#endif /* %s */\n") % includeGuard
  /external/spirv-llvm/tools/spirv-tool/
gen_spirv.bash 144 includeGuard="`echo ${outputFile} | tr '[:lower:]' '[:upper:]' | sed -e 's/\./_/g'`_"
191 #ifndef ${includeGuard}
192 #define ${includeGuard}
206 #endif /* ${includeGuard} */" >> ${outputFile}
  /external/deqp/external/openglcts/scripts/
mustpass.py 311 includeGuard = getIncludeGuardName(specFilename)
312 fileBody += "#ifndef %s\n" % includeGuard
313 fileBody += "#define %s\n" % includeGuard
378 fileBody += "#endif // %s\n" % includeGuard

Completed in 88 milliseconds