Home
last modified time | relevance | path

Searched defs:fp (Results 1 – 25 of 53) sorted by relevance

123

/device/generic/opengl-transport/host/commands/emugen/
DApiGen.cpp71 FILE *fp = fopen(filename.c_str(), "wt"); in genProcTypes() local
132 FILE *fp = fopen(filename.c_str(), "wt"); in genFuncTable() local
163 FILE *fp = fopen(filename.c_str(), "wt"); in genContext() local
232 FILE *fp = fopen(filename.c_str(), "wt"); in genEntryPoints() local
301 FILE *fp = fopen(filename.c_str(), "wt"); in genOpcodes() local
321 FILE *fp = fopen(filename.c_str(), "wt"); in genAttributesTemplate() local
340 FILE *fp = fopen(filename.c_str(), "wt"); in genEncoderHeader() local
422 static int writeVarEncodingSize(Var& var, bool excludeOutVars, FILE* fp) in writeVarEncodingSize()
443 static void writeVarEncodingExpression(Var& var, FILE* fp) in writeVarEncodingExpression()
484 static void writeVarLargeEncodingExpression(Var& var, FILE* fp) in writeVarLargeEncodingExpression()
[all …]
DVar.h98 void printType(FILE *fp) { fprintf(fp, "%s", m_type->name().c_str()); } in printType()
99 void printTypeName(FILE *fp) { printType(fp); fprintf(fp, " %s", m_name.c_str()); } in printTypeName()
/device/generic/vulkan-cereal/protocols/generic-apigen/
DApiGen.cpp71 FILE *fp = fopen(filename.c_str(), "wt"); in genProcTypes() local
135 FILE *fp = fopen(filename.c_str(), "wt"); in genFuncTable() local
166 FILE *fp = fopen(filename.c_str(), "wt"); in genContext() local
235 FILE *fp = fopen(filename.c_str(), "wt"); in genEntryPoints() local
304 FILE *fp = fopen(filename.c_str(), "wt"); in genOpcodes() local
324 FILE *fp = fopen(filename.c_str(), "wt"); in genAttributesTemplate() local
343 FILE *fp = fopen(filename.c_str(), "wt"); in genEncoderHeader() local
425 static int writeVarEncodingSize(Var& var, bool excludeOutVars, FILE* fp) in writeVarEncodingSize()
446 static void writeVarEncodingExpression(Var& var, FILE* fp) in writeVarEncodingExpression()
487 static void writeVarLargeEncodingExpression(Var& var, FILE* fp) in writeVarLargeEncodingExpression()
[all …]
DVar.h102 void printType(FILE *fp) { fprintf(fp, "%s", m_type->name().c_str()); } in printType()
103 void printTypeName(FILE *fp) { printType(fp); fprintf(fp, " %s", m_name.c_str()); } in printTypeName()
/device/generic/vulkan-cereal/protocols/vulkan/scripts/
DgenRef.py72 def printCopyrightSourceComments(fp): argument
84 def printFooter(fp, leveloffset=0): argument
213 def refPageShell(pageName, pageDesc, fp, head_content = None, sections=None, tail_content=None, man… argument
264 def refPageHead(pageName, pageDesc, specText, fieldName, fieldText, descText, fp): argument
297 fp=None, argument
1037 fp = open(results.rewrite, 'w', encoding='utf-8') variable
1050 fp = open(results.toc, 'w', encoding='utf-8') variable
Dpromote.py27 def printanchor(fp): argument
42 def promote(line, type, name, extension, fp): argument
Dmake_ext_dependency.py196 fp = open(args.outscript, 'w', encoding='utf-8') variable
223 fp = open(args.outpy, 'w', encoding='utf-8') variable
/device/generic/vulkan-cereal/protocols/vulkan/xml/
DgenRef.py49 def printCopyrightSourceComments(fp): argument
61 def printFooter(fp): argument
166 def refPageShell(pageName, pageDesc, fp, head_content = None, sections=None, tail_content=None, man… argument
217 def refPageHead(pageName, pageDesc, specText, fieldName, fieldText, descText, fp): argument
250 fp=None, argument
948 fp = open(results.rewrite, 'w', encoding='utf-8') variable
961 fp = open(results.toc, 'w', encoding='utf-8') variable
Dpromote.py27 def printanchor(fp): argument
42 def promote(line, type, name, extension, fp): argument
Dmake_ext_dependency.py196 fp = open(args.outscript, 'w', encoding='utf-8') variable
223 fp = open(args.outpy, 'w', encoding='utf-8') variable
/device/generic/vulkan-cereal/protocols/vulkan/
DgenRef.py37 def printCopyrightSourceComments(fp): argument
43 def printFooter(fp): argument
130 def refPageHead(pageName, pageDesc, specText, fieldName, fieldText, descText, fp): argument
171 def refPageTail(pageName, seeAlso, fp, auto = False): argument
DfixupRef.py38 def openBlock(pi, fp): argument
53 def closeBlock(pi, fp): argument
Dpromote.py37 def printanchor(fp): argument
52 def promote(line, type, name, extension, fp): argument
/device/generic/vulkan-cereal/protocols/vulkan/xml/Retired/
DfixupRef.py28 def openBlock(pi, fp): argument
43 def closeBlock(pi, fp): argument
Drealign.py14 def realignXML(fp): argument
/device/generic/vulkan-cereal/protocols/vulkan/scripts/Retired/
DfixupRef.py28 def openBlock(pi, fp): argument
43 def closeBlock(pi, fp): argument
Drealign.py14 def realignXML(fp): argument
/device/generic/vulkan-cereal/third-party/angle/util/
Dpng_utils.cpp23 ScopedFILE(FILE *fp) : mFP(fp) {} in ScopedFILE()
48 ScopedFILE fp(fopen(fileName, "wb")); in SavePNGRGB() local
Dtest_utils_unittest.cpp85 FILE *fp = fopen(path, "wt"); in TEST() local
113 FILE *fp = fopen(path, "wt"); in TEST() local
/device/generic/goldfish/fingerprint/
Dfingerprint.c102 FILE* fp = openForWrite(listener->fp_filename); in saveFingerprint() local
142 FILE* fp = fopen(filename, "r+"); // write but don't truncate in openForWrite() local
161 FILE* fp = openForWrite(filename); in saveAuthenticatorId() local
181 FILE* fp = fopen(authid_filename, "r"); in loadAuthenticatorId() local
205 FILE* fp = fopen(listener->fp_filename, "r"); in loadFingerprints() local
/device/generic/goldfish-opengl/android-emu/android/utils/
Ddebug.c43 void fdprintf(FILE* fp, const char* format, ...) { in fdprintf()
50 void fdprintfnv(FILE* fp, const char* lvl, const char* format, va_list args) { in fdprintfnv()
/device/google/trout/tools/
Dlogcat_diff.py38 def __init__(self, fp, keep_mismatches=False): argument
/device/google/trout/hal/dumpstate/aidl/1.0/
DServiceDescriptor.cpp35 auto pipeStreamDeleter = [&commandExitStatus](std::FILE* fp) { in GetOutput()
/device/google/trout/hal/sensors/2.0/
Diio_utils.cpp98 FilePtr fp = {fopen(f.c_str(), "r+"), fclose}; in sysfs_write_val() local
118 FilePtr fp = {fopen(f.c_str(), "r"), fclose}; in sysfs_read_val() local
343 FilePtr fp = {fopen(filename.c_str(), "r"), fclose}; in get_scan_type() local
/device/google/contexthub/util/nanoapp_cmd/
Dnanoapp_cmd.c215 FILE *fp; in parseInstalledAppInfo() local
252 FILE *fp; in findAppIdByName() local
284 FILE *fp; in parseConfigAppInfo() local

123