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

1 2 3 4 5 6

  /ndk/tests/build/ansi/jni/
Android.mk 6 LOCAL_CFLAGS += -ansi
12 LOCAL_CFLAGS += -ansi
  /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);
adb_api.h 303 @param[in] ansi If true the name will be returned as single character
311 bool ansi);
324 @param[in] ansi If true the name will be returned as single character
332 bool ansi);
adb_api.cpp 202 bool ansi) {
209 bool ret = adb_object->GetInterfaceName(buffer, buffer_char_size, ansi);
221 bool ansi) {
228 bool ret = adb_object->GetSerialNumber(buffer, buffer_char_size, ansi);
adb_legacy_interface.cpp 105 bool ansi) {
153 if (!ansi) {
159 // We need to convert name from wide char to ansi string
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
Makefile 13 CFLAGS := $(filter-out -pedantic, $(filter-out -ansi, $(CFLAGS)))
  /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/chromium_org/third_party/opus/src/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;
  /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);
adb_winusb_interface.cpp 144 bool ansi) {
212 if (ansi) {
213 // We need to convert name from wide char to ansi string
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/arpa/
inet.h 59 #include <machine/ansi.h>
  /external/stlport/test/eh/
sgi_mipspro.mak 35 # CXXFLAGS = -J 4 -ansi -LANG:std -I. ${STL_INCL} ${DEBUG_FLAGS} -I. -D_STLP_NO_OWN_IOSTREAMS -D_STLP_NO_NEW_IOSTREAMS
36 CXXFLAGS = -J 4 -ansi -LANG:std -I. ${STL_INCL} ${DEBUG_FLAGS} -I.
egcs.mak 36 # CXXFLAGS = -Wall -ansi -I${STL_INCL} -I. -D_STLP_DEBUG ${REPO_FLAGS} ${CXX_EXTRA_FLAGS}
37 CXXFLAGS = -Wall -g -D_STLP_USE_NEWALLOC -DNO_FAST_ALLOCATOR -ansi -I${STL_INCL} -I. ${REPO_FLAGS} ${CXX_EXTRA_FLAGS} -DEH_VECTOR_OPERATOR_NEW -D_STLP_DEBUG -D_STLP_NO_DEBUG_EXCEPTIONS
  /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
  /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
  /external/chromium_org/third_party/skia/third_party/lua/
Makefile 39 PLATS= aix ansi bsd freebsd generic linux macosx mingw posix solaris
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/
netdb.h 62 #include <machine/ansi.h>

Completed in 800 milliseconds

1 2 3 4 5 6