HomeSort by relevance Sort by last modified time
    Searched refs:Use (Results 451 - 475 of 501) sorted by null

<<11121314151617181920>>

  /external/chromium/sdch/open-vcdiff/
configure 117 # Required to use basename.
924 # Use braces instead of parens because sh, perl, etc. also accept them.
1038 # Obsolete; use --with-gas.
1101 # Obsolete; use --without-fp.
1235 # Obsolete; use --with-x.
1268 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    [all...]
  /external/libffi/
configure 117 # Required to use basename.
986 # Use braces instead of parens because sh, perl, etc. also accept them.
1100 # Obsolete; use --with-gas.
1163 # Obsolete; use --without-fp.
1297 # Obsolete; use --with-x.
    [all...]
  /external/openfst/
configure 941 # Use braces instead of parens because sh, perl, etc. also accept them.
1069 # Obsolete; use --with-gas.
1132 # Obsolete; use --without-fp.
    [all...]
  /external/libmtp/
configure 136 # Required to use basename.
962 # Use braces instead of parens because sh, perl, etc. also accept them.
1092 # Obsolete; use --with-gas.
1155 # Obsolete; use --without-fp.
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 23 %USE OR INABILITY TO USE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR
87 %your rights to use the program under this License agreement shall be
100 %In other words, you are welcome to use, share and improve this program.
101 %You are forbidden to forbid anyone else to use, share and improve
422 % Instead of cmb10, you many want to use cmbx10.
526 % Now make Tex use those variables
607 % Use this if you want the Month Day, Year style of output.
    [all...]
  /external/libvpx/vp8/common/x86/
loopfilter_sse2.asm 4 ; Use of this source code is governed by a BSD-style license
14 ; Use of pmaxub instead of psubusb to compute filter mask was seen
    [all...]
subpixel_sse2.asm 4 ; Use of this source code is governed by a BSD-style license
    [all...]
subpixel_ssse3.asm 4 ; Use of this source code is governed by a BSD-style license
    [all...]
  /external/protobuf/gtest/
configure 117 # Required to use basename.
925 # Use braces instead of parens because sh, perl, etc. also accept them.
1039 # Obsolete; use --with-gas.
1102 # Obsolete; use --without-fp.
1236 # Obsolete; use --with-x.
    [all...]
  /ndk/build/core/
definitions.mk 4 # you may not use this file except in compliance with the License.
18 # We use the GNU Make Standard Library
307 # Returns : linker flags to use the whole static libraries
326 # We use __ndk_modules to hold the list of all modules corresponding
531 # Dump all module information. Only use this for debugging
559 # Use module-get-static-dependencies to retrieve final list.
571 # Use modulge-get-shared-dependencies to retrieve final list.
614 # Note the tricky use of conditional recursion to work around the fact that
    [all...]
  /external/bison/djgpp/
config.bat 317 Rem Use only if you want to change the scan-gram.l and scan-skel.l files.
  /external/blktrace/btreplay/doc/
btreplay.tex 406 \texttt{--cpus}\\Set Number of CPUs to Use}
474 \item The device name on the replay system to use (again, without the
  /external/chromium/chrome/browser/resources/net_internals/
main.js 2 // Use of this source code is governed by a BSD-style license that can be
642 * "original" -- The settings that chrome was configured to use
    [all...]
  /external/libvpx/vp8/common/ppc/
filter_altivec.asm 4 ; Use of this source code is governed by a BSD-style license
766 ;# edges. One of the filters can be null, but both won't be. Needs to use a
778 ;# 1. First filter is null. Don't use a temp buffer.
779 ;# 2. Second filter is null. Don't use a temp buffer.
780 ;# 3. Neither are null, use temp buffer.
823 ;# use the stack as temporary storage
loopfilter_filters_altivec.asm 4 ; Use of this source code is governed by a BSD-style license
39 ;# are simpler if we use contiguous ranges of register numbers, simpler
244 ;# The input/output is in registers v0...v7. We use v10...v17 as mirrors;
    [all...]
  /external/libvpx/vp8/encoder/x86/
variance_impl_mmx.asm 4 ; Use of this source code is governed by a BSD-style license
    [all...]
variance_impl_sse2.asm 4 ; Use of this source code is governed by a BSD-style license
855 movdqa xmm5, xmm1 ; save xmm1 for use on the next row
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 37 (** Used to store users and usees of values. See the [llvm::Use] class. *)
108 maximum optimization opportunities. Use only with
593 (** [use_begin v] returns the first position in the use list for the value [v].
594 [use_begin] and [use_succ] can e used to iterate over the use list in order.
598 (** [use_succ u] returns the use list position succeeding [u].
602 (** [user u] returns the user of the use [u].
603 See the method [llvm::Use::getUser]. *)
606 (** [used_value u] returns the usee of the use [u].
607 See the method [llvm::Use::getUsedValue]. *)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp 166 IC_CallOrUser, ///< could call objc_release and/or "use" pointers
168 IC_User, ///< could "use" a pointer
193 // Conservatively assume anything else is a potential use.
285 // use of an objc pointer. Bitcasts, GEPs, Selects, PHIs transfer a pointer
286 // to a subsequent use, rather than using it themselves, in this sense.
310 // Short cut: Some intrinsics obviously don't use ObjC pointers.
348 // interesting use, because we don't care what the pointer points to, or
569 // are trivial uses, we can still consider this to be a single-use
610 /// escape analysis in that a use as an argument to a call is not considered
613 // Walk the def-use chains
    [all...]
GVN.cpp 13 // Note that this pass does the value numbering itself; it does not use the
506 /// have that value number. Use findLeader to query it.
759 // Pointer to Pointer -> use bitcast.
    [all...]
  /external/v8/test/mjsunit/
strict-mode.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
30 assertThrows("'use strict';\n" + code, exception);
31 assertThrows('"use strict";\n' + code, exception);
40 'use strict';\
58 args[arguments.length] = "'use strict';";
64 // Incorrect 'use strict' directive.
66 "use\\x20strict";
70 // Incorrectly place 'use strict' directive
    [all...]
unicode-test.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
    [all...]
  /external/v8/src/
d8.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
28 "use strict";
316 cmd_line = repeat_cmd_line; // use command to repeat.
561 // Note: we use detected command repetition as a signal for continuation here.
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 9 # Redistribution and use in source and binary forms, with or without
29 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
52 # The key to use to provide a class to fake loading a header file.
117 # These constants define types of headers for use with
509 min_confidence: The minimum confidence level to use while checking style.
    [all...]
  /external/blktrace/doc/
blktrace.tex 259 180 days, whichever comes first. Use tune2fs -c or -i to override.
391 -n \emph{num-sub} & --num-sub=\emph{num-sub} & Specifies number of buffers to use \\ \hline
585 The output from blkparse can be tailored for specific use - in particular,
    [all...]

Completed in 2421 milliseconds

<<11121314151617181920>>