HomeSort by relevance Sort by last modified time
    Searched refs:use (Results 226 - 250 of 6609) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/builtins/arm/
Makefile.mk 19 # FIXME: use automatic dependencies?
  /external/compiler-rt/lib/msan/
Makefile.mk 18 # FIXME: use automatic dependencies?
  /external/compiler-rt/lib/tsan/rtl/
Makefile.mk 19 # FIXME: use automatic dependencies?
  /external/compiler-rt/lib/ubsan/
Makefile.mk 20 # FIXME: use automatic dependencies?
  /external/jpeg/
Android.mk 18 # use ashmem as libjpeg decoder's backing store
26 # use sdcard as libjpeg decoder's backing store
45 #use NEON accelerations
56 # use mips assembler IDCT implementation if MIPS DSP-ASE is present
  /external/nanopb-c/generator/
protoc-gen-nanopb.bat 4 :: Use it like this:
7 :: Note that if you use the binary package of nanopb, the protoc
  /external/openssl/
Android.mk 3 # Enable to be able to use ALOG* with #include "cutils/log.h"
  /external/valgrind/main/memcheck/tests/
describe-block.stderr.exp 9 in use at exit: ... bytes in ... blocks
err_disable2.stderr.exp 18 WARNING: possibly as a result of some mistake in the use
  /frameworks/av/media/libnbaio/
Android.mk 19 # libsndfile license is incompatible; uncomment to use for local debug only
  /cts/common/util/
Android.mk 4 # you may not use this file except in compliance with the License.
16 # Build the common utility library for use device-side
34 # Build the common utility library for use host-side
  /device/asus/grouper/
BoardConfig.mk 4 # you may not use this file except in compliance with the License.
19 # included in a build is to use PRODUCT_PACKAGES in a product
27 # we use the camera stub when the vendor tree isn't present, and
  /device/asus/tilapia/
BoardConfig.mk 4 # you may not use this file except in compliance with the License.
19 # included in a build is to use PRODUCT_PACKAGES in a product
27 # we use the camera stub when the vendor tree isn't present, and
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
FILES0 6 Imakefile - For use with kerberos.
13 GNUmakefile - The makefile for use with glibc.
16 vms.com - For use when compiling under VMS
37 cbc3_enc.c - des_3cbc_encrypt() source, don't use this function.
85 /* The following are for use with sun RPC implementaions. */
91 * contained in them. They are for use in the most recent incarnation of
  /external/chromium_org/v8/test/preparser/
non-use-strict-hex-escape.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 // A string looking like "use strict", but with a hex escape in it,
32 "use\x20strict";
non-use-strict-octal-escape.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 // A string looking like "use strict", but with an octal escape in it,
32 "use\040strict";
non-use-strict-uhex-escape.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 // A string looking like "use strict", but with a long hex escape in it,
32 "use\u0020strict";
  /external/openssl/crypto/des/
FILES0 6 Imakefile - For use with kerberos.
13 GNUmakefile - The makefile for use with glibc.
16 vms.com - For use when compiling under VMS
37 cbc3_enc.c - des_3cbc_encrypt() source, don't use this function.
85 /* The following are for use with sun RPC implementaions. */
91 * contained in them. They are for use in the most recent incarnation of
  /frameworks/support/v13/
Android.mk 4 # you may not use this file except in compliance with the License.
20 # A helper sub-library that makes direct use of Ice Cream Sandwich APIs.
27 # A helper sub-library that makes direct use of Ice Cream Sandwich APIs.
  /external/valgrind/main/callgrind/
sim.c 49 /* additional structures for cache use info, separated
82 /* for cache use */
87 line_use* use; member in struct:__anon36104
92 * We use a 2-level hierarchy,
118 /* Cache use offsets */
120 * the "Use" set added first !
160 if (c->use) {
166 c->use[i].mask = 0;
167 c->use[i].count = 0;
208 c->use = 0
855 line_use* use = &(LL.use[idx]); local
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2261.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
36 "use strict";
60 "use strict";
88 "use strict";
98 "use strict";
  /frameworks/support/v7/cardview/
Android.mk 4 # you may not use this file except in compliance with the License.
37 # A helper sub-library that makes direct use of Eclair MR1 APIs
46 # A helper sub-library that makes direct use of JB MR1 APIs
55 # A helper sub-library that makes direct use of L APIs
67 # Applications that use this library must specify LOCAL_RESOURCE_DIR
  /frameworks/support/v7/mediarouter/
Android.mk 4 # you may not use this file except in compliance with the License.
33 # A helper sub-library that makes direct use of JellyBean APIs.
40 # A helper sub-library that makes direct use of JellyBean MR1 APIs.
48 # A helper sub-library that makes direct use of JellyBean MR2 APIs.
58 # Applications that use this library must specify LOCAL_RESOURCE_DIR
  /art/compiler/optimizing/
ssa_liveness_analysis.h 5 * you may not use this file except in compliance with the License.
88 * A use position represents a live interval use at a given position.
159 // Set the use within the instruction.
160 // TODO: Use the instruction's location to know whether the instruction can die
166 // First time we see a use of that interval.
169 // There is a use later in the same block.
172 // Last use is in the following block.
193 // There is a use in the following block.
296 // as the first register use
306 UsePosition* use = first_use_; local
417 UsePosition* use = first_use_; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/
contextual-calls.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
40 install('return_this_strict', function () { 'use strict'; return this; });
89 install('g', function() { "use strict"; return this ? this.name : "u"; });
95 (function(){'use strict'; return f();})() + \
96 (function(){'use strict'; return (1,f)();})() + \
99 (function(){'use strict'; return g();})() + \
100 (function(){'use strict'; return (1,g)();})(); \

Completed in 602 milliseconds

1 2 3 4 5 6 7 8 91011>>