HomeSort by relevance Sort by last modified time
    Searched full:includes (Results 176 - 200 of 12578) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/mesa3d/src/glsl/
Makefile.template 10 # LIBRARY_INCLUDES are appended to the list of includes directories.
18 INCLUDES = \
33 $(MKDEP) $(MKDEP_OPTIONS) $(INCLUDES) $(C_SOURCES) 2> /dev/null
47 $(CC) -c $(INCLUDES) $(CFLAGS) $(LIBRARY_DEFINES) $< -o $@
  /external/nanohttpd/
Android.mk 3 # This module target includes just the single core file: NanoHTTPD.java, which
  /external/oauth/core/src/main/java/
Android.mk 7 # Includes all the java files, and explicitly declares any aidl files
  /external/proguard/build/maven/retrace/
pom.xml 22 <includes>
24 </includes>
30 <includes>
32 </includes>
  /external/skia/gyp/
chromeos_deps.gyp 6 'includes': [
android_deps.gyp 8 # shim here that includes the android_deps.gypi file. The actual dependencies
13 # edit the includes below to specify the actual location of the android.gypi.
14 # This is due to the fact that we cannot use variables in an includes as the
15 # variable expansion step for gyp happens after the includes are processed.
20 'includes': [
  /external/wpa_supplicant_8/hostapd/
hapd_module_tests.c 9 #include "utils/includes.h"
  /external/wpa_supplicant_8/src/utils/
platform.h 4 #include "includes.h"
  /frameworks/native/opengl/tests/fillrate/
Android.mk 17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
  /frameworks/native/opengl/tests/gl_basic/
Android.mk 17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
  /frameworks/native/opengl/tests/linetex/
Android.mk 17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
  /frameworks/native/opengl/tests/swapinterval/
Android.mk 17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
  /frameworks/native/opengl/tests/tritex/
Android.mk 17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
  /frameworks/support/v4/java/android/support/v4/widget/
package.html 4 android API level 4 or later. This includes a complete modern implementation
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
ml_load_dmp.h 21 Includes.
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
ml_load_dmp.h 21 Includes.
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
ml_load_dmp.h 21 Includes.
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlruntime.swg 4 %runtime "perlhead.swg" // Perl includes and fixes
  /external/chromium_org/third_party/mesa/src/src/gallium/
Makefile.template 10 # LIBRARY_INCLUDES are appended to the list of includes directories.
19 INCLUDES = \
41 $(MKDEP) $(MKDEP_OPTIONS) $(INCLUDES) $(C_SOURCES) $(CPP_SOURCES) $(ASM_SOURCES) $(GENERATED_SOURCES) 2> /dev/null
61 $(CC) -S $(INCLUDES) $(CFLAGS) $(LIBRARY_DEFINES) $< -o $@
64 $(CC) -c $(INCLUDES) $(CFLAGS) $(LIBRARY_DEFINES) $< -o $@
67 $(CXX) -c $(INCLUDES) $(CXXFLAGS) $(LIBRARY_DEFINES) $< -o $@
70 $(CC) -c $(INCLUDES) $(CFLAGS) $(LIBRARY_DEFINES) $< -o $@
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/
Makefile.xorg 10 # DRIVER_INCLUDES are appended to the list of includes directories.
21 INCLUDES = \
54 $(MKDEP) $(MKDEP_OPTIONS) $(INCLUDES) $(C_SOURCES) $(CPP_SOURCES) $(ASM_SOURCES) $(GENERATED_SOURCES) 2> /dev/null
73 $(CC) -S $(INCLUDES) $(CFLAGS) $(DRIVER_DEFINES) $< -o $@
76 $(CC) -c $(INCLUDES) $(CFLAGS) $(DRIVER_DEFINES) $< -o $@
79 $(CXX) -c $(INCLUDES) $(CXXFLAGS) $(DRIVER_DEFINES) $< -o $@
82 $(CC) -c $(INCLUDES) $(CFLAGS) $(DRIVER_DEFINES) $< -o $@
  /external/mesa3d/src/gallium/
Makefile.template 10 # LIBRARY_INCLUDES are appended to the list of includes directories.
19 INCLUDES = \
41 $(MKDEP) $(MKDEP_OPTIONS) $(INCLUDES) $(C_SOURCES) $(CPP_SOURCES) $(ASM_SOURCES) $(GENERATED_SOURCES) 2> /dev/null
61 $(CC) -S $(INCLUDES) $(CFLAGS) $(LIBRARY_DEFINES) $< -o $@
64 $(CC) -c $(INCLUDES) $(CFLAGS) $(LIBRARY_DEFINES) $< -o $@
67 $(CXX) -c $(INCLUDES) $(CXXFLAGS) $(LIBRARY_DEFINES) $< -o $@
70 $(CC) -c $(INCLUDES) $(CFLAGS) $(LIBRARY_DEFINES) $< -o $@
  /external/mesa3d/src/gallium/targets/
Makefile.xorg 10 # DRIVER_INCLUDES are appended to the list of includes directories.
21 INCLUDES = \
54 $(MKDEP) $(MKDEP_OPTIONS) $(INCLUDES) $(C_SOURCES) $(CPP_SOURCES) $(ASM_SOURCES) $(GENERATED_SOURCES) 2> /dev/null
73 $(CC) -S $(INCLUDES) $(CFLAGS) $(DRIVER_DEFINES) $< -o $@
76 $(CC) -c $(INCLUDES) $(CFLAGS) $(DRIVER_DEFINES) $< -o $@
79 $(CXX) -c $(INCLUDES) $(CXXFLAGS) $(DRIVER_DEFINES) $< -o $@
82 $(CC) -c $(INCLUDES) $(CFLAGS) $(DRIVER_DEFINES) $< -o $@
  /external/chromium_org/third_party/skia/gyp/
android_deps.gyp 8 # shim here that includes the android_deps.gypi file. The actual dependencies
13 # edit the includes below to specify the actual location of the android.gypi.
14 # This is due to the fact that we cannot use variables in an includes as the
15 # variable expansion step for gyp happens after the includes are processed.
20 'includes': [
  /external/chromium_org/tools/gn/
c_include_iterator.h 14 // Iterates through #includes in C source and header files.
16 // This only returns includes we want to check, which is user includes with
26 // there are no more includes.
29 // Maximum numbef of non-includes we'll tolerate before giving up. This does
  /external/chromium_org/ui/base/
ui_base_tests.gyp 16 'includes': [ 'ui_base_tests.gypi' ],
23 'includes': [ 'ui_base_tests.gypi' ],
36 'includes': [ 'ui_base_tests_bundle.gypi' ],
64 'includes': [ '../../build/apk_test.gypi' ],
75 'includes': [ '../../build/apk_test.gypi' ],

Completed in 359 milliseconds

1 2 3 4 5 6 78 91011>>