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

1 2 3 4 5 6 78 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/iq2000/
hazard2.s 1 # This test case includes a single case of a load hazard, whereby an
hazard3.s 1 # This test case includes a single case of a load hazard, whereby an
hazard4.s 1 # This test case includes a single case of a load hazard, whereby an
hazard5.s 1 # This test case includes a single case of a load hazard, whereby an
noyield.s 1 # This test case includes a number of cases where a yield instruction
oddldw.s 1 # This test case includes a single case of a load hazard, whereby an
oddsdw.s 1 # This test case includes a single case of a load hazard, whereby an
yield1.s 1 # This test case includes a single case of a yield instruction
yield2.s 1 # This test case includes a single case of a yield instruction
  /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/wpa_supplicant_8/hs20/client/
Android.mk 3 INCLUDES = $(LOCAL_PATH)
4 INCLUDES += $(LOCAL_PATH)/../../src/utils
5 INCLUDES += $(LOCAL_PATH)/../../src/common
6 INCLUDES += $(LOCAL_PATH)/../../src
7 INCLUDES += external/libxml2/include
8 INCLUDES += external/curl/include
9 INCLUDES += external/webkit/Source/WebKit/gtk
16 INCLUDES += external/icu4c/common
24 INCLUDES += external/icu/icu4c/source/common
78 LOCAL_C_INCLUDES := $(INCLUDES)
    [all...]
  /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
RuleConfiguration.java 24 * Wrapper for {@link Rule} objects to allow Maven style includes/excludes lists
48 * @param includes
49 * includes patterns
51 public void setIncludes(final List<String> includes) {
52 rule.setIncludes(StringUtils.join(includes.iterator(), ":"));
  /external/jemalloc/android/scripts/
conf_arm64.sh 12 includes=(
51 eval ./configure CC=\"${aarch64_cc} ${includes[@]}\" \
52 CPP=\"${aarch64_cc} ${includes[@]} -E\" \
53 CXX=\"${aarch64_cpp} ${includes[@]}\" \
54 CXXCPP=\"${aarch64_cpp} ${includes[@]} -E\" \
conf_mips.sh 12 includes=(
51 eval ./configure CC=\"${mips_cc} ${includes[@]}\" \
52 CPP=\"${mips_cc} ${includes[@]} -E\" \
53 CXX=\"${mips_cpp} ${includes[@]}\" \
54 CXXCPP=\"${mips_cpp} ${includes[@]} -E\" \
  /external/skia/gyp/
android_deps.gyp 13 # shim here that includes the android_deps.gypi file. The actual dependencies
18 # edit the includes below to specify the actual location of the android.gypi.
19 # This is due to the fact that we cannot use variables in an includes as the
20 # variable expansion step for gyp happens after the includes are processed.
25 'includes': [
  /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...]
  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/
device_for_strategy_rerouting.pfw 26 AvailableOutputDevices Includes RemoteSubmix
45 AvailableOutputDevices Includes BluetoothA2dp
64 AvailableOutputDevices Includes BluetoothA2dpHeadphones
83 AvailableOutputDevices Includes BluetoothA2dpSpeaker
102 AvailableOutputDevices Includes Speaker
120 AvailableOutputDevices Includes WiredHeadphone
138 AvailableOutputDevices Includes Line
156 AvailableOutputDevices Includes WiredHeadset
174 AvailableOutputDevices Includes UsbAccessory
192 AvailableOutputDevices Includes UsbDevic
    [all...]
device_for_strategy_media.pfw 21 AvailableOutputDevices Includes RemoteSubmix
41 AvailableOutputDevices Includes BluetoothA2dp
61 AvailableOutputDevices Includes BluetoothA2dpHeadphones
81 AvailableOutputDevices Includes BluetoothA2dpSpeaker
100 AvailableOutputDevices Includes Speaker
122 AvailableOutputDevices Includes WiredHeadphone
140 AvailableOutputDevices Includes Line
158 AvailableOutputDevices Includes WiredHeadset
176 AvailableOutputDevices Includes UsbAccessory
194 AvailableOutputDevices Includes UsbDevic
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.3/
httpclient-4.0.3.pom 89 <includes>
91 </includes>
96 <includes>
98 </includes>
103 <includes>
105 </includes>
111 <includes>
113 </includes>
120 <includes>
122 </includes>
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
find_modules.rst 11 .. function:: find_modules([scripts[, includes[, packages[, excludes[, path[, debug]]]]]])
13 High-level interface, takes iterables for: scripts, includes, packages, excludes
47 .. function:: plat_prepare(includes, packages, excludes)
49 Updates the lists of includes, packages and excludes for the current
53 .. function:: find_needed_modules([mf[, scripts[, includes[, packages[, warn]]]]])
56 the *scripts*, *includes* and *packages* and returns the resulting
  /system/core/metricsd/
metrics.gyp 95 'includes': [
115 'includes': ['../common-mk/common_test.gypi'],
127 'includes': ['../common-mk/common_test.gypi'],
141 'includes': ['../common-mk/common_test.gypi'],
160 'includes':[
175 'includes': ['../common-mk/common_test.gypi'],

Completed in 442 milliseconds

1 2 3 4 5 6 78 91011>>