Home
last modified time | relevance | path

Searched refs:fp (Results 1 – 17 of 17) sorted by relevance

/development/tools/emulator/opengl/host/tools/emugen/
DApiGen.cpp47 void ApiGen::printHeader(FILE *fp) const in printHeader()
49 fprintf(fp, "// Generated Code - DO NOT EDIT !!\n"); in printHeader()
50 fprintf(fp, "// generated by 'emugen'\n"); in printHeader()
55 FILE *fp = fopen(filename.c_str(), "wt"); in genProcTypes() local
56 if (fp == NULL) { in genProcTypes()
60 printHeader(fp); in genProcTypes()
64 fprintf(fp, "#ifndef __%s_%s_proc_t_h\n", basename, sideString(side)); in genProcTypes()
65 fprintf(fp, "#define __%s_%s_proc_t_h\n", basename, sideString(side)); in genProcTypes()
66 fprintf(fp, "\n\n"); in genProcTypes()
67 fprintf(fp, "\n#include \"%s_types.h\"\n",basename); in genProcTypes()
[all …]
DVar.h93 void printType(FILE *fp) { fprintf(fp, "%s", m_type->name().c_str()); } in printType() argument
94 void printTypeName(FILE *fp) { printType(fp); fprintf(fp, " %s", m_name.c_str()); } in printTypeName() argument
DTypeFactory.cpp71 FILE *fp = fopen(filename.c_str(), "rt"); in initFromFile() local
72 if (fp == NULL) { in initFromFile()
78 while(fgets(line, sizeof(line), fp) != NULL) { in initFromFile()
DEntryPoint.cpp156 void EntryPoint::print(FILE *fp, bool newline, in print() argument
161 fprintf(fp, "%s %s%s%s(", in print()
167 if (ctx_param != "") fprintf(fp, "%s ", ctx_param.c_str()); in print()
171 if (i != 0 || ctx_param != "") fprintf(fp, ", "); in print()
172 fprintf(fp, "%s %s", m_vars[i].type()->name().c_str(), in print()
175 fprintf(fp, ")%s", newline? "\n" : ""); in print()
DEntryPoint.h35 void print(FILE *fp = stdout, bool newline = true,
DApiGen.h84 virtual void printHeader(FILE *fp) const;
/development/ndk/platforms/android-8/include/
Dstdio.h422 #define getc(fp) __sgetc(fp) argument
424 #define getc_unlocked(fp) __sgetc(fp) argument
431 #define putc(x, fp) __sputc(x, fp) argument
433 #define putc_unlocked(x, fp) __sputc(x, fp) argument
/development/ndk/platforms/android-3/include/
Dstdio.h422 #define getc(fp) __sgetc(fp) argument
424 #define getc_unlocked(fp) __sgetc(fp) argument
431 #define putc(x, fp) __sputc(x, fp) argument
433 #define putc_unlocked(x, fp) __sputc(x, fp) argument
/development/samples/BrowserPlugin/src/com/android/sampleplugin/
DVideoSurface.java41 LayoutParams fp = new LayoutParams(LayoutParams.FILL_PARENT, LayoutParams.FILL_PARENT); in VideoSurface() local
42 this.setLayoutParams(fp); in VideoSurface()
/development/tools/jdwpspy/
DMain.cpp33 void printHexDumpEx(FILE* fp, const void* vaddr, size_t length, in printHexDumpEx() argument
95 fprintf(fp, "%s%s", prefix, out); in printHexDumpEx()
DCommon.h98 void printHexDumpEx(FILE* fp, const void* vaddr, size_t length,
/development/tools/emulator/opengl/tests/gles_android_wrapper/
Degl.cpp113 FILE *fp = fopen("/proc/self/cmdline", "rt"); in getProcName() local
114 if (fp == NULL) { in getProcName()
120 if (fgets(line, sizeof(line), fp) == NULL) { in getProcName()
122 fclose(fp); in getProcName()
125 fclose(fp); in getProcName()
160 FILE *fp = fopen(GLES_EMUL_TARGETS_FILE, "rt"); in isNeedEncode() local
161 if (fp == NULL) { in isNeedEncode()
170 while (fgets(line, sizeof(line), fp) != NULL) { in isNeedEncode()
181 fclose(fp); in isNeedEncode()
/development/tools/emulator/opengl/tests/translator_tests/GLES_V2/
DtriangleV2.cpp134 FILE *fp = fopen(fileName, "rb"); in readShader() local
135 if (!fp) return NULL; in readShader()
142 n = fread(&buf[0], 1, bSize, fp); in readShader()
147 n = fread(&buf[len], 1, bSize, fp); in readShader()
/development/ndk/platforms/android-3/include/linux/
Dif_hippi.h94 struct hippi_fp_hdr fp; member
Dcdrom.h675 __u8 fp : 1; member
686 __u8 fp : 1; member
/development/pdk/
DPdk.mk168 @cp -fp $(pdk_generated_source_dir)/* $(pdk_docs_dest_dir)
/development/pdk/docs/porting/
Ddebugging_native.jd252 I/DEBUG: r8 0020a258 r9 00000014 10 6b039074 fp 109ffcf8
278 r8 0020a258 r9 00000014 10 6b039074 fp 109ffcf8
279 r8 0020a258 r9 00000014 10 6b039074 fp 109ffcf8