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

<<11121314151617181920>>

  /external/libvorbis/doc/
Vorbis_I_spec.tex 39 % Normally, one can not use the underscore character in LaTeX without
40 % escaping it (\_ instead of _). Since the Vorbis specs use it a lot,
41 % we use the underscore package to change this default behavior.
47 % don't use \begin{figure}...\end{figure}, but rather a center environment.
48 % To still be able to use captions, we use the capt-of package.
122 % TODO: Use a bibliography, as in the example below?
126 The use of multirate filter banks for coding of high quality digital audio,
  /ndk/tests/device/hard-float/jni/
Android.mk 4 # regardless armeabi (default to use -msoft-float) or armeabi-v7a
5 # (default to use -mfpu=vfpv3-d16)
26 # by ndk-build), but still link system libm.so which use softfp.
33 # If your project use ndk-build and import other project, you may want to do
37 # If your project use libraries compiled by others, it's likely those were built with
47 # 4. If you use undocumented APIs which takes/returns float/double, be careful
51 # to suppress linker error about not all functions use VFP register to pass argument, eg.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-flow-inline.h 166 if (linknode->use)
167 gcc_checking_assert (*(linknode->use) == def);
172 /* Set the value of a use pointed to by USE to VAL. */
174 set_ssa_use_from_ptr (use_operand_p use, tree val)
176 delink_imm_use (use);
177 *(use->use) = val;
178 link_imm_use (use, val);
181 /* Link ssa_imm_use node LINKNODE into the chain for DEF, with use occurrin
982 tree use = USE_FROM_PTR (head); local
    [all...]
  /external/bluetooth/bluedroid/stack/a2dp/
a2d_sbc.c 6 * you may not use this file except in compliance with the License.
53 * Derive 2 items from the CRC byte; one is the "use" bit, the other is the "index".
55 * SBC keeps 2 sets of "use" & "index"; derived the current and the previous frame.
57 * The "use" bit is any bit in SBC_PRTC_USE_MASK is set.
96 UINT8 use; member in struct:__anon5810
158 p_last->use = p_cur->use;
160 p_cur->use = p_pkt[A2D_SBC_CRC_IDX] & A2D_SBC_USE_MASK;
162 a2d_sbc_ds_cb.index = (p_cur->use)?A2D_SBC_CIDX:A2D_SBC_LIDX;
164 printf("%05d: ar[%02d]: x%02x, msk: x%02x, use: %s, idx: %02d, "
    [all...]
  /system/extras/showslab/
showslab.c 28 unsigned long use; /* percent full: total / active */ member in struct:slab_info
129 p->use = 100 * p->nr_active_objs / p->nr_objs;
132 p->use = 0;
239 BUILD_SORT_FUNC(use)
334 "OBJS", "ACTIVE", "USE", "OBJ SIZE", "SLABS",
340 p->nr_objs, p->nr_active_objs, p->use,
  /external/chromium_org/v8/test/webkit/fast/js/
Object-defineProperty.js 4 // Redistribution and use in source and binary forms, with or without
19 // LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
21 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
161 shouldBe("'use strict'; var o = Object.defineProperty({}, 'foo', {get:function(){return 42;}, set:function(x){this.result = x;}}); o.foo", '42')
162 shouldBe("'use strict'; var o = Object.defineProperty({}, 'foo', {get:function(){return 42;}, set:function(x){this.result = x;}}); o.foo = 42; o.result;", '42');
163 shouldBe("'use strict'; var o = Object.defineProperty({}, 'foo', {get:undefined, set:function(x){this.result = x;}}); o.foo", 'undefined')
164 shouldBe("'use strict'; var o = Object.defineProperty({}, 'foo', {get:undefined, set:function(x){this.result = x;}}); o.foo = 42; o.result;", '42');
165 shouldBe("'use strict'; var o = Object.defineProperty({}, 'foo', {set:function(x){this.result = x;}}); o.foo", 'undefined')
166 shouldBe("'use strict'; var o = Object.defineProperty({}, 'foo', {set:function(x){this.result = x;}}); o.foo = 42; o.result;", '42');
167 shouldBe("'use strict'; var o = Object.defineProperty({}, 'foo', {get:function(){return 42;}, set:undefined}); o. (…)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
ActionScriptTarget.java 6 * Redistribution and use in source and binary forms, with or without
22 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
46 // use ints for predefined types;
65 * nor will "/ud800". To keep things as compact as possible we use the following encoding
67 * If the int is between 255 and 0x7fff we use a single unicode literal with the value
68 * If the int is above 0x7fff, we use a unicode literal of 0x80hh, where hh is the high-order
  /external/elfutils/0.153/libdwfl/
dwfl_module.c 27 of Non-GPL Code may instantiate templates or use macros or inline
141 inline Dwfl_Module *use (Dwfl_Module *mod) function
164 return use (m);
188 return use (mod);
  /external/valgrind/main/memcheck/tests/
addressable.stderr.exp 4 in use at exit: ... bytes in ... blocks
33 in use at exit: ... bytes in ... blocks
42 in use at exit: ... bytes in ... blocks
56 in use at exit: ... bytes in ... blocks
75 in use at exit: ... bytes in ... blocks
81 Use --track-origins=yes to see where uninitialised values come from
85 in use at exit: ... bytes in ... blocks
  /external/bison/
maint.mk 24 # Diagnostic for continued use of deprecated variable.
54 # Use --rsyncable if available.
116 # If RELEASE_TYPE is undefined, but RELEASE is, use its second word.
128 # Use alpha.gnu.org for alpha and beta releases.
129 # Use ftp.gnu.org for stable releases.
146 # If you want to search only line 3 or only lines 20-22, use "3" or "20,22".
224 # by "find $(srcdir)". When neither is specified, use all files that
271 dummy=; : so we do not need a semicolon before each use; \
276 dummy=; : so we do not need a semicolon before each use; \
286 && { msg='Use of exclude requires a prohibit pattern'
    [all...]
  /external/chromium_org/remoting/webapp/
plugin_settings.js 2 // Use of this source code is governed by a BSD-style license that can be
6 // Keeping all that centralized here allows us to use symlinks for the other
9 'use strict';
44 /** @type {boolean} Whether to use TLS on connections to the XMPP server. */
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1973.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 get: function() { "use strict"; assertSame(strict_type, typeof this); },
37 set: function() { "use strict"; assertSame(strict_type, typeof this); }
regress-crbug-135066.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
33 "'use strict';" +
45 "use strict";
  /external/chromium_org/v8/test/webkit/
regexp-alternatives.js 4 // Redistribution and use in source and binary forms, with or without
19 // LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
21 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
33 // Force YARR to use Interpreter by using iterative parentheses
38 // Force YARR to use Interpreter by using backreference
strict-throw-type-error.js 4 // Redistribution and use in source and binary forms, with or without
19 // LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
21 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
33 "use strict";
47 "use strict";
  /bootable/recovery/uncrypt/
Android.mk 4 # you may not use this file except in compliance with the License.
  /build/core/
shared_library.mk 12 $(warning $(LOCAL_MODULE): LOCAL_MODULE_PATH for shared libraries is unsupported in multiarch builds, use LOCAL_MODULE_RELATIVE_PATH instead)
  /build/tools/check_prereq/
Android.mk 4 # you may not use this file except in compliance with the License.
  /build/tools/droiddoc/
Android.mk 4 # you may not use this file except in compliance with the License.
  /build/tools/droiddoc/templates-pdk/assets/
customizations.js 4 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest "
  /build/tools/droiddoc/templates-pdk/
trailer.cs 9 you may not use this file except in compliance with the License.
  /build/tools/fs_config/
Android.mk 4 # you may not use this file except in compliance with the License.
  /cts/hostsidetests/appsecurity/test-apps/
Android.mk 4 # you may not use this file except in compliance with the License.
  /cts/hostsidetests/appsecurity/test-apps/keysets/
Android.mk 4 # you may not use this file except in compliance with the License.
  /cts/hostsidetests/devicepolicy/app/
Android.mk 4 # you may not use this file except in compliance with the License.

Completed in 667 milliseconds

<<11121314151617181920>>