HomeSort by relevance Sort by last modified time
    Searched full:includes (Results 126 - 150 of 11040) sorted by null

1 2 3 4 56 7 8 91011>>

  /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/stlport/test/unit/
includes_test.cpp 43 bool r1=includes(numbers1, numbers1 + 5, numbers3, numbers3 + 2);
55 bool r1=includes(v1.begin(), v1.end(), v2.begin(), v2.end());
61 bool r2=includes(v1.begin(), v1.end(), v2.begin(), v2.end());
80 bool r1 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings);
85 bool r2 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings);
  /ndk/tests/device/test-gnustl-full/unit/
includes_test.cpp 43 bool r1=includes(numbers1, numbers1 + 5, numbers3, numbers3 + 2);
55 bool r1=includes(v1.begin(), v1.end(), v2.begin(), v2.end());
61 bool r2=includes(v1.begin(), v1.end(), v2.begin(), v2.end());
80 bool r1 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings);
85 bool r2 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings);
  /ndk/tests/device/test-stlport/unit/
includes_test.cpp 43 bool r1=includes(numbers1, numbers1 + 5, numbers3, numbers3 + 2);
55 bool r1=includes(v1.begin(), v1.end(), v2.begin(), v2.end());
61 bool r2=includes(v1.begin(), v1.end(), v2.begin(), v2.end());
80 bool r1 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings);
85 bool r2 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings);
  /external/clang/test/Index/
file-includes.c 10 // RUN: c-index-test -file-includes-in=%s %s | FileCheck %s -check-prefix=LOCAL
11 // RUN: env CINDEXTEST_EDITING=1 c-index-test -file-includes-in=%s %s | FileCheck %s -check-prefix=LOCAL
12 // RUN: c-index-test -file-includes-in=%s %s -include %t.h | FileCheck %s -check-prefix=LOCAL
13 // RUN: env CINDEXTEST_EDITING=1 c-index-test -file-includes-in=%s %s -include %t.h | FileCheck %s -check-prefix=LOCAL
18 // RUN: c-index-test -file-includes-in=%S/targeted-top.h %s | FileCheck %s -check-prefix=TOP
19 // RUN: env CINDEXTEST_EDITING=1 c-index-test -file-includes-in=%S/targeted-top.h %s | FileCheck %s -check-prefix=TOP
20 // RUN: c-index-test -file-includes-in=%S/targeted-top.h %s -include %t.h | FileCheck %s -check-prefix=TOP
21 // RUN: env CINDEXTEST_EDITING=1 c-index-test -file-includes-in=%S/targeted-top.h %s -include %t.h | FileCheck %s -check-prefix=TOP
27 // RUN: c-index-test -file-includes-in=%S/Inputs/empty.h %S/Inputs/empty.h
  /external/antlr/antlr-3.4/runtime/C/doxygen/
atsections.dox 86 /// \subsection hdrinclude \@includes section
88 /// The <code>\@parser::includes</code> or <code>\@lexer::includes</code> annotations cause
90 /// includes required by the ANTLR generated code.
101 /// @lexer::includes
106 /// @parser::includes
117 /// includes required by the ANTLR generated code.
120 /// in the code before the standard ANTLR runtime includes defined them. This allows you
121 /// to override any predefined symbols and options that the includes otherwise take
130 /// file (which includes the standard ANTLR3C library includes
    [all...]
  /external/chromium_org/android_webview/
android_webview_tests.gypi 36 'includes': [ '../build/java_apk.gypi' ],
47 'includes': [ '../build/apk_fake_jar.gypi' ],
63 'includes': [ '../build/java_apk.gypi' ],
103 'includes': [ '../build/java.gypi' ],
114 'includes': [ '../build/jni_generator.gypi' ],
128 'includes': [ '../build/apk_test.gypi' ],
  /external/chromium_org/content/
content.gyp 26 'includes': [
66 'includes': [
84 'includes': [
102 'includes': [
113 'includes': [
138 'includes': [
159 'includes': [
172 'includes': [
184 'includes': [
196 'includes':
    [all...]
content_resources.gyp 22 'includes': [ '../build/grit_action.gypi' ],
25 'includes': [ '../build/grit_target.gypi' ],
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/includes/
includes.pass.cpp 16 // includes(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2);
36 assert(std::includes(Iter1(ia), Iter1(ia), Iter2(ib), Iter2(ib)));
37 assert(!std::includes(Iter1(ia), Iter1(ia), Iter2(ib), Iter2(ib+1)));
38 assert(std::includes(Iter1(ia), Iter1(ia+1), Iter2(ib), Iter2(ib)));
39 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(ia), Iter2(ia+sa)));
41 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(ib), Iter2(ib+sb)));
42 assert(!std::includes(Iter1(ib), Iter1(ib+sb), Iter2(ia), Iter2(ia+sa)));
44 assert(std::includes(Iter1(ia), Iter1(ia+2), Iter2(ic), Iter2(ic+2)));
45 assert(!std::includes(Iter1(ia), Iter1(ia+2), Iter2(ib), Iter2(ib+2)));
47 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+1)))
    [all...]
includes_comp.pass.cpp 16 // includes(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2, Compare comp);
37 assert(std::includes(Iter1(ia), Iter1(ia), Iter2(ib), Iter2(ib), std::less<int>()));
38 assert(!std::includes(Iter1(ia), Iter1(ia), Iter2(ib), Iter2(ib+1), std::less<int>()));
39 assert(std::includes(Iter1(ia), Iter1(ia+1), Iter2(ib), Iter2(ib), std::less<int>()));
40 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(ia), Iter2(ia+sa), std::less<int>()));
42 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(ib), Iter2(ib+sb), std::less<int>()));
43 assert(!std::includes(Iter1(ib), Iter1(ib+sb), Iter2(ia), Iter2(ia+sa), std::less<int>()));
45 assert(std::includes(Iter1(ia), Iter1(ia+2), Iter2(ic), Iter2(ic+2), std::less<int>()));
46 assert(!std::includes(Iter1(ia), Iter1(ia+2), Iter2(ib), Iter2(ib+2), std::less<int>()));
48 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+1), std::less<int>()))
    [all...]
  /development/host/windows/usb/adb_winapi_test/
stdafx.cpp 17 // stdafx.cpp : source file that includes just the standard includes
  /development/host/windows/usb/api/
stdafx.cpp 17 // stdafx.cpp : source file that includes just the standard includes
  /development/host/windows/usb/winusb/
stdafx.cpp 17 // stdafx.cpp : source file that includes just the standard includes
  /development/samples/ApiDemos/
README.txt 1 The API Demos application includes a variety of small applications
2 that illustrate the use of various Android APIs. It includes samples of:
  /external/chromium/chrome/common/
common_resources.grd 11 <includes>
16 </includes>
  /external/chromium_org/chrome/browser/resources/
quota_internals_resources.grd 12 <includes>
16 </includes>
sync_file_system_internals_resources.grd 12 <includes>
19 </includes>
  /external/chromium_org/chrome/common/
common_resources.grd 11 <includes>
19 </includes>
  /external/chromium_org/components/
components.gyp 12 'includes': [
30 'includes': [
dom_distiller_resources.grd 11 <includes>
16 </includes>
  /external/chromium_org/content/shell/
shell_resources.grd 12 <includes>
17 </includes>

Completed in 3739 milliseconds

1 2 3 4 56 7 8 91011>>