HomeSort by relevance Sort by last modified time
    Searched refs:ansi (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/ansi/
ansi.mk 2 # FreeType 2 configuration rules for a `normal' pseudo ANSI compiler/system
16 include $(TOP_DIR)/builds/ansi/ansi-def.mk
17 include $(TOP_DIR)/builds/compiler/ansi-cc.mk
ansi-def.mk 2 # FreeType 2 configuration rules for a `normal' ANSI system
19 BUILD_DIR := $(TOP_DIR)/builds/ansi
20 PLATFORM := ansi
65 # ANSI compliance.
69 # ANSIFLAGS: Put there the flags used to make your compiler ANSI-compliant.
  /ndk/tests/build/ansi/jni/
Android.mk 6 LOCAL_CFLAGS += -ansi
12 LOCAL_CFLAGS += -ansi
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/beos/
beos.mk 15 include $(TOP_DIR)/builds/compiler/ansi-cc.mk
detect.mk 19 ifeq ($(PLATFORM),ansi)
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/
detect.mk 26 # PLATFORM The detected platform. This will default to `ansi' if
41 # Set auto-detection default to `ansi' resp. UNIX-like operating systems.
43 PLATFORM := ansi
72 .PHONY: $(PLATFORMS) ansi
82 PLATFORM := ansi
85 # If the user has explicitly asked for `ansi' on the command line,
88 ifeq ($(findstring ansi,$(MAKECMDGOALS)),)
99 CONFIG_FILE := ansi.mk
  /development/host/windows/usb/api/
adb_interface.h 66 @param[in] ansi If true the name will be returned as single character
73 bool ansi) = 0;
123 @param[in] ansi If true the name will be returned as single character
130 bool ansi);
adb_interface.cpp 36 bool ansi) {
50 if (!ansi) {
56 // We need to convert name from wide char to ansi string
adb_legacy_interface.h 77 @param[in] ansi If true the name will be returned as single character
84 bool ansi);
  /external/cblas/
Makefile.SUN4SOL2 40 CFLAGS = -g -DADD_ -ansi -pedantic -Wall
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/compiler/
gcc.mk 62 # ANSI compliance.
66 # ANSIFLAGS: Put there the flags used to make your compiler ANSI-compliant.
68 ANSIFLAGS := -ansi -pedantic
gcc-dev.mk 63 # ANSI compliance.
84 # ANSIFLAGS: Put there the flags used to make your compiler ANSI-compliant.
86 ANSIFLAGS := -ansi -pedantic
  /external/mesa3d/src/gallium/drivers/svga/
Makefile 13 CFLAGS := $(filter-out -pedantic, $(filter-out -ansi, $(CFLAGS)))
  /external/nanopb-c/examples/network_server/
Makefile 5 CFLAGS = -ansi -Wall -Werror -g -O0
  /external/nanopb-c/examples/using_union_messages/
Makefile 5 CFLAGS = -ansi -Wall -Werror -g -O0
  /external/libopus/celt/tests/
test_unit_dft.c 61 double ansi = 0; local
79 ansi += in[k].r * im + in[k].i * re;
81 /*printf ("%d %d ", (int)ansr, (int)ansi);*/
83 difi = ansi - out[bin].i;
85 sigpow += ansr*ansr+ansi*ansi;
  /development/host/windows/usb/winusb/
adb_winusb_interface.h 107 @param[in] ansi If true the name will be returned as single character
114 bool ansi);
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
Makefile 16 CFLAGS+=-I../inc -Wall -ansi -fpic -pipe -DSTATIC_TABLE
  /external/zopfli/
Makefile 4 CFLAGS = -W -Wall -Wextra -ansi -pedantic -lm -O2
5 CXXFLAGS = -W -Wall -Wextra -ansi -pedantic -O2
  /external/libdrm/man/
Makefile.am 45 --stringparam funcsynopsis.style ansi \
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/os2/
detect.mk 19 ifeq ($(PLATFORM),ansi)
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/unix/
detect.mk 17 ifeq ($(PLATFORM),ansi)
30 endif # test PLATFORM ansi
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
Makefile 16 CFLAGS+=-I../inc -I$(OMXINCLUDEDIR) -I$(BRIDGEINCLUDEDIR) -Wall -ansi -fpic -pipe
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
Makefile 37 CFLAGS+=-I../inc -I$(OMXINCLUDEDIR) -I$(SYSTEMINCLUDEDIR) -I$(BRIDGEINCLUDEDIR) -Wall -ansi -fpic -pipe
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
Makefile 20 CFLAGS+=-I../inc -I$(OMXINCLUDEDIR) -I$(SYSTEMINCLUDEDIR) -I$(BRIDGEINCLUDEDIR) -Wall -ansi -fpic -pipe #-DOMX_DEBUG

Completed in 504 milliseconds

1 2 3 4 5