/external/llvm/lib/CodeGen/SelectionDAG/ |
DAGCombiner.cpp | 72 // To reduce the insert/remove time to logarithmic, we use 557 // one use. If this is true, it allows the users to invert the operation for 579 // reassoc. (op (op x, c1), y) -> (op (op x, y), c1) iff x+c1 has one use 597 // reassoc. (op y, (op x, c1)) -> (op (op x, y), c1) iff x+c1 has one use [all...] |
/external/tcpdump/ |
configure | 116 # Required to use basename. 720 # Use braces instead of parens because sh, perl, etc. also accept them. 834 # Obsolete; use --with-gas. 897 # Obsolete; use --without-fp. 1031 # Obsolete; use --with-x. 1064 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1105 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1227 For better control, use the options below. [all...] |
/external/stlport/ |
configure.bat | 19 echo Please specify at least the compiler you are going to use, 20 echo use "configure --help" to see the available ones. 65 if "%1" == "--use-boost" goto opt_bst 143 echo to link statically with STLport but using the dynamic C runtime use 145 echo static C runtime use --with-static-rtl. See README.options for details. 152 echo "--use-boost <boost install path>" 153 echo Request use of boost support (www.boost.org). For the moment only the boost 155 echo specific workaround not directly implemented by STLport. To use the same 168 echo Use this option to add any compilation flag to the build system. For instance 170 echo processor. For Visual C++ .Net 2003, to activate pentium 3 optim you will use [all...] |
/external/v8/src/ |
lithium-allocator.cc | 2 // Redistribution and use in source and binary forms, with or without 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 212 // We cannot spill a live range that has a use requiring a register 281 // split that interval and use the first part. 284 // If the split position coincides with the beginning of a use interval 285 // we need to split use positons in a special way. 289 // When splitting at start we need to locate the previous use interval. 306 // Partition original use intervals to the two live ranges. 315 // Find the last use position before the split and the first us [all...] |
/external/icu4c/ |
configure | 817 # Use braces instead of parens because sh, perl, etc. also accept them. 946 # Obsolete; use --with-gas. 1009 # Obsolete; use --without-fp. 1157 # Obsolete; use --with-x. 1190 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 [all...] |
configure.orig | 815 # Use braces instead of parens because sh, perl, etc. also accept them. 944 # Obsolete; use --with-gas. 1007 # Obsolete; use --without-fp. 1155 # Obsolete; use --with-x. 1188 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 [all...] |
/external/libpcap/ |
configure | 116 # Required to use basename. 731 # Use braces instead of parens because sh, perl, etc. also accept them. 845 # Obsolete; use --with-gas. 908 # Obsolete; use --without-fp. 1042 # Obsolete; use --with-x. 1075 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1116 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1238 For better control, use the options below. [all...] |
/external/chromium/chrome/browser/resources/ |
keyboard_overlay.js | 2 // Use of this source code is governed by a BSD-style license that can be
|
/external/chromium/chrome/browser/resources/net_internals/ |
sourceentry.js | 2 // Use of this source code is governed by a BSD-style license that can be 214 // NONE is what we use for global events that aren't actually grouped
|
util.js | 2 // Use of this source code is governed by a BSD-style license that can be 109 * Otherwise, returns |key|. Intended primarily for use with incomplete
|
/external/chromium/chrome/browser/resources/picasaweb_uploader/js/ |
picasa_client.js | 2 // Use of this source code is governed by a BSD-style license that can be 227 * @param {string} method Method to use (GET or POST).
|
/external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/ |
navigation_collector.js | 2 // Use of this source code is governed by a BSD-style license that can be 159 * 'pending_' object, and stores it for later use. 175 * 'pending_' object, and stores it for later use. 192 * 'pending_' object, and stores it for later use.
|
/external/libvpx/vp8/common/arm/armv6/ |
simpleloopfilter_v6.asm | 4 ; Use of this source code is governed by a BSD-style license
|
/external/libvpx/vp8/decoder/x86/ |
dequantize_mmx.asm | 4 ; Use of this source code is governed by a BSD-style license
|
/external/libvpx/vp8/encoder/arm/armv5te/ |
vp8_packtokens_mbrow_armv5.asm | 4 ; Use of this source code is governed by a BSD-style license
|
/external/libvpx/vp8/encoder/arm/armv6/ |
vp8_fast_fdct4x4_armv6.asm | 4 ; Use of this source code is governed by a BSD-style license 39 qadd16 r7, r7, r7 ; 2*[c1|d1] --> we can use smlad and smlsd 64 qadd16 r7, r7, r7 ; 2x[c1|d1] --> we can use smlad and smlsd 89 qadd16 r7, r7, r7 ; 2x[c1|d1] --> we can use smlad and smlsd 112 qadd16 r7, r7, r7 ; 2x[c1|d1] --> we can use smlad and smlsd
|
vp8_variance_halfpixvar16x16_hv_armv6.asm | 4 ; Use of this source code is governed by a BSD-style license
|
/external/libvpx/vp8/encoder/x86/ |
dct_sse2.asm | 4 ; Use of this source code is governed by a BSD-style license
|
subtract_mmx.asm | 4 ; Use of this source code is governed by a BSD-style license
|
subtract_sse2.asm | 4 ; Use of this source code is governed by a BSD-style license
|
/external/llvm/lib/Analysis/ |
MemoryDependenceAnalysis.cpp | 276 /// load width to use. If not, this returns zero. 351 bool shouldExplore(Use *U) { 360 bool captured(Use *U) { 454 // be nice to handle that at some point (the right approach is to use 532 // the query pointer, ignore it. Use getModRefInfo to handle cases where 763 // We're removing QueryInst's use of Inst. [all...] |
/external/openssh/contrib/caldera/ |
openssh.spec | 17 #old cvs stuff. please update before use. may be deprecated. 237 # is no host key. Use ssh-host-keygen to generate one 360 - Use CFLAGS from Makefile instead of RPM so build completes.
|
/external/v8/test/mjsunit/ |
mjsunit.js | 2 // Redistribution and use in source and binary forms, with or without 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 48 // For known primitive values, please use assertEquals. 71 // Checks that the found value is true. Use with boolean expressions 79 // please just use assertEquals(null, expected).
|
/build/core/ |
main.mk | 1 # Only use ANDROID_BUILD_SHELL to wrap around bash. 2 # DO NOT use other shells such as zsh. 6 # Use bash, not whatever shell somebody has installed as /bin/sh 29 # TOPDIR is the normal variable you should use, because 70 # Used to force goals to build. Only use for conditionally defined goals. 198 $(info Set TARGET_BUILD_VARIANT in buildspec.mk, or use lunch or) 471 # Can't use first-makefiles-under here because 493 $(warning * As an alternative, use PRODUCT_COPY_FILES in) 559 # TODO: Remove the 3 places in the tree that use 576 # Use tags to get the non-APPS user modules. Use the produc [all...] |
/external/llvm/lib/Transforms/Utils/ |
SimplifyCFG.cpp | 196 // Otherwise, if this is a conditional branch, then we can use it! 421 // use LHS as Extra. [all...] |