Searched refs:PRINTF (Results 1 - 3 of 3) sorted by relevance

/external/qemu/android/
H A Dhelp.c17 #define PRINTF(...) stralloc_add_format(out,__VA_ARGS__) macro
22 PRINTF(
61 PRINTF(
101 PRINTF(
151 PRINTF(
237 PRINTF( " %-*s %s\n", maxw, temp, skin_key_command_description(cmd) );
241 PRINTF( "\n" );
242 PRINTF( " note that NumLock must be deactivated for keypad keys to work\n\n" );
249 PRINTF(
284 PRINTF(
[all...]
/external/opencore/tools_v2/build/make/
H A Dandroid_make_extras.mk18 PRINTF:=printf macro
29 #$(foreach elem,$(call truncate,$1),$(PRINTF) "\t$(elem) \\" >> $2;) $(PRINTF) "\t$(lastword $1)\\n" >> $2
35 $(PRINTF) "$(foreach elem,$(call truncate,$1),\\t$(elem) \\\\\n) \\t$(lastword $1)\\n" >> $2
39 $(PRINTF) "$(foreach elem,$(call truncate,$1),\\tlib$(elem) \\\\\n) \\tlib$(lastword $1)\\n" >> $2
51 $(PRINTF) "$(subst $(SPACE)include,include,$(foreach elem,$(call truncate,$(strip $1)),include $(call convert_component_lib_makefile_name,$(elem))\\n))include $(call convert_component_lib_makefile_name,$(lastword $(strip $1)))\\n" >> $2
55 $(if $(strip $(call remove_quotes,$1)),$(PRINTF) "$(foreach elem,$(strip $(call remove_quotes,$1)),include $(patsubst %,%/Android.mk,$(patsubst %,\$$(PV_TOP)%,$(call strip_two_levels_up,$(elem)/local.mk)))\n)" >> $2,)
59 $(if $(strip $1),$(PRINTF) "ifeq (\$$(TARGET_ARCH),arm)\\nLOCAL_SRC_FILES += \\\\\n$(foreach elem,$(call truncate,$1),\\t$(elem) \\\\\n)\\t$(lastword $1)\\nendif\\n\\n" >> $2,)
63 $(if $(strip $1),$(PRINTF) "\nLOCAL_WHOLE_STATIC_LIBRARIES += $1\n" >> $2,)
67 $(if $(strip $1),$(PRINTF) "
[all...]
/external/grub/netboot/
H A Dsk_g16.c351 #define PRINTF(x) printf x macro
353 #define PRINTF(x) /**/ macro
733 PRINTF(("## %s: At beginning of SK_disable(). CSR0: %#hX\n",
735 PRINTF(("%s: Shutting %s down CSR0 %#hX\n", SK_NAME, SK_NAME,
806 PRINTF(("adr[0]: %hX, adr[1]: %hX, adr[2]: %hX\n",
821 PRINTF(("## %s: We did not find SK_G16 at RAM location.\n",
883 PRINTF(("## %s: LANCE init failed: CSR0: %#hX\n",
904 PRINTF(("## %s: At beginning of LANCE init. CSR0: %#hX\n",
991 PRINTF(("## %s: After setting CSR1-3. CSR0: %#hX\n",
1024 PRINTF(("##
[all...]

Completed in 315 milliseconds