/external/jemalloc/android/scripts/ |
conf_x86.sh | 12 includes=( 52 eval ./configure CC=\"${x86_cc} ${includes[@]}\" \ 53 CPP=\"${x86_cc} ${includes[@]} -E\" \ 54 CXX=\"${x86_cpp} ${includes[@]}\" \ 55 CXXCPP=\"${x86_cpp} ${includes[@]} -E\" \
|
conf_x86_64.sh | 12 includes=( 52 eval ./configure CC=\"${x86_64_cc} ${includes[@]}\" \ 53 CPP=\"${x86_64_cc} ${includes[@]} -E\" \ 54 CXX=\"${x86_64_cpp} ${includes[@]}\" \ 55 CXXCPP=\"${x86_64_cpp} ${includes[@]} -E\" \
|
/external/libunwind/android/ |
conf_arm.sh | 12 includes=( 61 eval ./configure CC=\"${arm_cc} ${includes[@]}\" \ 62 CPP=\"${arm_cc} ${includes[@]} -E\" \ 63 CXX=\"${arm_cpp} ${includes[@]}\" \ 64 CXXCPP=\"${arm_cpp} ${includes[@]} -E\" \
|
conf_mips.sh | 12 includes=( 58 eval ./configure CC=\"${cc} ${includes[@]}\" \ 59 CPP=\"${cc} ${includes[@]} -E\" \ 60 CXX=\"${cpp} ${includes[@]}\" \ 61 CXXCPP=\"${cpp} ${includes[@]} -E\" \
|
conf_x86.sh | 12 includes=( 58 eval ./configure CC=\"${cc} ${includes[@]}\" \ 59 CPP=\"${cc} ${includes[@]} -E\" \ 60 CXX=\"${cpp} ${includes[@]}\" \ 61 CXXCPP=\"${cpp} ${includes[@]} -E\" \
|
/external/antlr/antlr-3.4/ |
antlrsources.xml | 7 only includes the Java oriented source code, hence only the Java runtime 58 <includes> 60 </includes> 90 <includes> 94 </includes> 104 <includes> 106 </includes> 138 <includes> 144 </includes> 163 <includes> [all...] |
antlrjar.xml | 4 This file defines what goes in to ANTLR Uber jar, which includes 39 <includes> 43 </includes>
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/ |
device_for_strategy_sonification_respectful.pfw | 32 AvailableOutputDevices Includes Speaker 33 AvailableOutputDevices Includes SpeakerSafe 46 AvailableOutputDevices Includes Speaker 82 AvailableOutputDevices Includes BluetoothA2dp 109 AvailableOutputDevices Includes BluetoothA2dpHeadphones 136 AvailableOutputDevices Includes BluetoothA2dpSpeaker 163 AvailableOutputDevices Includes BluetoothScoCarkit 190 AvailableOutputDevices Includes BluetoothScoHeadset 217 AvailableOutputDevices Includes BluetoothSco 254 AvailableOutputDevices Includes WiredHeadphon [all...] |
device_for_strategy_accessibility.pfw | 30 AvailableOutputDevices Includes RemoteSubmix 58 AvailableOutputDevices Includes BluetoothA2dp 86 AvailableOutputDevices Includes BluetoothA2dpHeadphones 114 AvailableOutputDevices Includes BluetoothA2dpSpeaker 142 AvailableOutputDevices Includes Speaker 170 AvailableOutputDevices Includes BluetoothScoCarkit 199 AvailableOutputDevices Includes BluetoothScoHeadset 228 AvailableOutputDevices Includes BluetoothSco 266 AvailableOutputDevices Includes WiredHeadphone 302 AvailableOutputDevices Includes Lin [all...] |
device_for_strategy_enforced_audible.pfw | 26 AvailableOutputDevices Includes Speaker 63 AvailableOutputDevices Includes RemoteSubmix 85 AvailableOutputDevices Includes BluetoothA2dp 108 AvailableOutputDevices Includes BluetoothA2dpHeadphones 131 AvailableOutputDevices Includes BluetoothA2dpSpeaker 155 AvailableOutputDevices Includes WiredHeadphone 178 AvailableOutputDevices Includes Line 201 AvailableOutputDevices Includes WiredHeadset 224 AvailableOutputDevices Includes UsbAccessory 247 AvailableOutputDevices Includes UsbDevic [all...] |
/external/jacoco/org.jacoco.doc/ |
pom.xml | 92 <fileset dir="../org.jacoco.agent.test/target" includes="jacoco.exec"/> 93 <fileset dir="../org.jacoco.agent.rt.test/target" includes="jacoco.exec"/> 94 <fileset dir="../org.jacoco.ant.test/target" includes="jacoco.exec"/> 95 <fileset dir="../org.jacoco.core.test/target" includes="jacoco.exec"/> 96 <fileset dir="../org.jacoco.examples.test/target" includes="jacoco.exec"/> 97 <fileset dir="../org.jacoco.report.test/target" includes="jacoco.exec"/> 98 <fileset dir="../jacoco-maven-plugin.test/target" includes="jacoco.exec"/> 104 <fileset dir="../org.jacoco.agent/target/classes" includes="**/*.class"/> 169 <fileset dir="../org.jacoco.agent.test/target" includes="surefire-reports/**/*.xml"/> 170 <fileset dir="../org.jacoco.agent.rt.test/target" includes="surefire-reports/**/*.xml"/ [all...] |
/prebuilts/tools/common/proguard/proguard4.7/build/ |
build.xml | 24 includes = "proguard/ProGuard.java"> 40 includes = "proguard/**"/> 48 includes = "proguard/gui/ProGuardGUI.java"> 64 includes = "proguard/gui/**"/> 72 includes = "proguard/retrace/ReTrace.java"> 88 includes = "proguard/retrace/**"/> 105 includes = "proguard/ant/ProGuardTask.java"> 121 includes = "proguard/ant/**"/> 138 includes = "proguard/wtk/ProGuardObfuscator.java"> 154 includes = "proguard/wtk/**"/ [all...] |
/cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/ |
DalvikTestRunner.java | 60 Set<String> includes = new HashSet<>(); local 69 includes.add(include); 76 loadFilters(arg.substring(INCLUDE_FILE.length()), includes); local 87 TestSuite suite = TestSuiteFilter.createSuite(classes, includes, excludes); 93 collectTests(suite, listener, includes, excludes); 107 Set<String> includes, Set<String> excludes) { 113 collectTests((TestSuite) test, listener, includes, excludes); 114 } else if (shouldCollect(test, includes, excludes)) { 122 private static boolean shouldCollect(Test test, Set<String> includes, Set<String> excludes) { 142 return includes.isEmpty( [all...] |
/prebuilts/go/darwin-x86/doc/devel/ |
release.html | 25 go1.5.1 (released 2015/09/08) includes bug fixes to the compiler, assembler, and 42 go1.4.1 (released 2015/01/15) includes bug fixes to the linker and the <code>log</code>, <code>syscall</code>, and <code>runtime</code> packages. 47 go1.4.2 (released 2015/02/17) includes bug fixes to the <code>go</code> command, the compiler and linker, and the <code>runtime</code>, <code>syscall</code>, <code>reflect</code>, and <code>math/big</code> packages. 61 go1.3.1 (released 2014/08/13) includes bug fixes to the compiler and the <code>runtime</code>, <code>net</code>, and <code>crypto/rsa</code> packages. 66 go1.3.2 (released 2014/09/25) includes bug fixes to cgo and the crypto/tls packages. 71 go1.3.3 (released 2014/09/30) includes further bug fixes to cgo, the runtime package, and the nacl port. 85 go1.2.1 (released 2014/03/02) includes bug fixes to the <code>runtime</code>, <code>net</code>, and <code>database/sql</code> packages. 90 go1.2.2 (released 2014/05/05) includes a 105 go1.1.1 (released 2013/06/13) includes several compiler and runtime bug fixes. 110 go1.1.2 (released 2013/08/13) includes fixes to the <code>gc</code> compile [all...] |
/prebuilts/go/linux-x86/doc/devel/ |
release.html | 25 go1.5.1 (released 2015/09/08) includes bug fixes to the compiler, assembler, and 42 go1.4.1 (released 2015/01/15) includes bug fixes to the linker and the <code>log</code>, <code>syscall</code>, and <code>runtime</code> packages. 47 go1.4.2 (released 2015/02/17) includes bug fixes to the <code>go</code> command, the compiler and linker, and the <code>runtime</code>, <code>syscall</code>, <code>reflect</code>, and <code>math/big</code> packages. 61 go1.3.1 (released 2014/08/13) includes bug fixes to the compiler and the <code>runtime</code>, <code>net</code>, and <code>crypto/rsa</code> packages. 66 go1.3.2 (released 2014/09/25) includes bug fixes to cgo and the crypto/tls packages. 71 go1.3.3 (released 2014/09/30) includes further bug fixes to cgo, the runtime package, and the nacl port. 85 go1.2.1 (released 2014/03/02) includes bug fixes to the <code>runtime</code>, <code>net</code>, and <code>database/sql</code> packages. 90 go1.2.2 (released 2014/05/05) includes a 105 go1.1.1 (released 2013/06/13) includes several compiler and runtime bug fixes. 110 go1.1.2 (released 2013/08/13) includes fixes to the <code>gc</code> compile [all...] |
/external/libweave/third_party/ |
third_party.mk | 12 $(CXX) $(DEFS_$(BUILD_MODE)) $(INCLUDES) $(CFLAGS) $(CFLAGS_$(BUILD_MODE)) $(CFLAGS_CC) -c -o $@ $< 18 $(CXX) $(DEFS_TEST) $(INCLUDES) $(CFLAGS) $(CFLAGS_$(BUILD_MODE)) $(CFLAGS_CC) -c -o $@ $< 24 $(CXX) $(DEFS_$(BUILD_MODE)) $(INCLUDES) $(CFLAGS) $(CFLAGS_$(BUILD_MODE)) $(CFLAGS_CC) -c -o $@ $< 30 $(CXX) $(DEFS_TEST) $(INCLUDES) $(CFLAGS) $(CFLAGS_$(BUILD_MODE)) $(CFLAGS_CC) -c -o $@ $< 39 $(CXX) $(DEFS_$(BUILD_MODE)) $(INCLUDES) $(CFLAGS) $(CFLAGS_$(BUILD_MODE)) $(CFLAGS_CC) -c -o $@ $< 48 $(CC) $(DEFS_$(BUILD_MODE)) $(INCLUDES) $(CFLAGS) $(CFLAGS_$(BUILD_MODE)) $(CFLAGS_C) -c -o $@ $<
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
Modifier.java | 47 * Return {@code true} if the integer argument includes the 51 * @return {@code true} if {@code mod} includes the 59 * Return {@code true} if the integer argument includes the 63 * @return {@code true} if {@code mod} includes the 71 * Return {@code true} if the integer argument includes the 75 * @return {@code true} if {@code mod} includes the 83 * Return {@code true} if the integer argument includes the 87 * @return {@code true} if {@code mod} includes the 95 * Return {@code true} if the integer argument includes the 99 * @return {@code true} if {@code mod} includes th [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-inject-plexus/1.4.2/ |
sisu-inject-plexus-1.4.2.pom | 81 <includes>
83 </includes>
94 <includes>
99 </includes>
128 <includes>
130 </includes>
|
/prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/ |
sisu-inject-plexus-1.4.2.pom | 81 <includes>
83 </includes>
94 <includes>
99 </includes>
128 <includes>
130 </includes>
|
/external/cros/system_api/ |
system_api.gyp | 15 'includes': ['../../platform2/common-mk/protoc.gypi'], 44 'includes': ['../../platform2/common-mk/protoc.gypi'], 73 'includes': ['../../platform2/common-mk/protoc.gypi'],
|
/external/v8/test/js-perf-test/Strings/ |
harmony-string.js | 13 Includes, IncludesSetup, WithTearDown), 68 function Includes() { 69 result = str.includes(substr);
|
/external/vulkan-validation-layers/demos/smoke/ |
CMakeLists.txt | 47 set(includes 69 list(APPEND includes PRIVATE ${XCB_INCLUDES}) 77 target_include_directories(smoketest ${includes})
|
/device/lge/bullhead/location/loc_api/ds_api/ |
Android.mk | 36 ## Includes
|
/external/bison/m4/ |
warn-on-use.m4 | 7 # gl_WARN_ON_USE_PREPARE(INCLUDES, NAMES) 10 # HAVE_RAW_DECL_name if the function has a declaration among INCLUDES 16 # _GL_WARN_ON_USE. Typically, INCLUDES only needs to list a single 18 # some systems declare functions in the wrong header, then INCLUDES
|
/external/chromium-trace/catapult/tracing/ |
trace_viewer.gyp | 6 'includes': [
|