/external/chromium_org/tools/gyp/test/msvs/props/ |
AppName.vsprops | 9 Value="Greet"
|
AppName.props | 4 <AppName>Greet</AppName>
|
gyptest-props.py | 20 test.built_file_must_exist('Greet.exe')
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/ |
cofftest.c | 11 extern void greet(void); 28 greet(); 31 &greet, textptr);
|
cofftest.asm | 49 ; prototype: void greet(void);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/ |
elftest.c | 12 extern void greet(void); 29 greet(); 32 &greet, textptr);
|
elftest.asm | 28 [GLOBAL greet] ; [1] 50 ; prototype: void greet(void); 51 greet mov eax,[integer] ; [14] label 74 textptr dd greet ; [15]
|
elfso.asm | 31 GLOBAL greet:function ; [1] 54 ; prototype: void greet(void); 55 greet push ebx ; we'll use EBX for GOT, so save it label 88 textptr dd greet wrt ..sym ; [15]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/ |
machotest.c | 12 extern void greet(void); 29 greet(); 32 &greet, textptr);
|
machotest.asm | 49 ; prototype: void greet(void);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/ |
win32test.c | 11 extern void greet(void); 28 greet(); 31 &greet, textptr);
|
win32test.asm | 49 ; prototype: void greet(void);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/ |
machotest64.c | 13 extern void greet(void); 39 greet(); 43 &greet, textptr);
|
machotest64.asm | 62 ; prototype: void greet(void);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/tests/ |
stabs-elf.asm | 28 [GLOBAL greet] ; [1] 50 ; prototype: void greet(void); 51 greet mov eax,[integer] ; [14] label 74 textptr dd greet ; [15]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/ |
elfso64.asm | 26 [GLOBAL greet:function] ; [1] 49 ; prototype: void greet(void); 50 greet push rbx ; we'll use RBX for GOT, so save it label 81 textptr dd greet wrt ..sym ; [15]
|
/external/chromium_org/tools/grit/grit/testdata/ |
duplicate-name-input.xml | 5 <message name="IDS_GREETING" desc="Printed to greet the currently logged in user">
|
simple-input.xml | 15 <message name="IDS_GREETING" desc="Printed to greet the currently logged in user">
|
/external/chromium_org/tools/grit/grit/tool/ |
xmb_unittest.py | 34 <message name="IDS_GREETING" desc="Printed to greet the currently logged in user"> 66 <message name="IDS_GREETING" desc="Printed to greet the currently logged in user">
|
/external/chromium_org/tools/grit/grit/format/ |
rc_header_unittest.py | 38 <message name="IDS_GREETING" desc="Printed to greet the currently logged in user"> 105 <message name="IDS_GREETING" desc="Printed to greet the currently logged in user"> 124 <message name="IDS_GREETING" desc="Printed to greet the currently logged in user">
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas32/ |
gas-macho32.asm | 48 # prototype: void greet(void);
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
ucat.h | 43 * "greet.txt", would look like this: 45 * greet
|
/external/icu4c/common/unicode/ |
ucat.h | 43 * "greet.txt", would look like this: 45 * greet
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
TextToSpeechActivity.java | 108 // Greet the user.
|
/external/chromium_org/tools/grit/grit/node/ |
message_unittest.py | 26 desc="Printed to greet the currently logged in user">
|