Lines Matching full:printf
8 printf("// Copyright (C) 2008 The Android Open Source Project\n");
9 printf("//\n");
10 printf("// This file is generated by makekeycodes from the definitions.\n");
11 printf("// in includes/ui/KeycodeLabels.h.\n");
12 printf("//\n");
13 printf("// If you modify this, your changes will be overwritten.\n");
14 printf("\n");
15 printf("pacakge android.os;\n");
16 printf("\n");
17 printf("public class KeyEvent\n");
18 printf("{\n");
21 printf(" public static final int KEYCODE_%s = 0x%08x;\n",
25 printf("\n");
27 printf(" public static final int MODIFIER_%s = 0x%08x;\n",
31 printf("}\n");