Searched refs:use (Results 151 - 175 of 947) sorted by relevance

1234567891011>>

/external/nanopb-c/generator/
H A Dprotoc-gen-nanopb.bat7 :: Note that if you use the binary package of nanopb, the protoc
/external/openssl/
H A DAndroid.mk3 # Enable to be able to use ALOG* with #include "cutils/log.h"
/external/valgrind/main/memcheck/tests/
H A Ddescribe-block.stderr.exp9 in use at exit: ... bytes in ... blocks
H A Derr_disable2.stderr.exp18 WARNING: possibly as a result of some mistake in the use
H A Daddressable.stderr.exp4 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
85 in use at exit: ... bytes in ... blocks
/external/openssl/crypto/des/
H A DFILES06 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/valgrind/main/callgrind/
H A Dsim.c49 /* additional structures for cache use info, separated
82 /* for cache use */
87 line_use* use; member in struct:__anon32387
92 * We use a 2-level hierarchy,
118 /* Cache use offsets */
160 if (c->use) {
166 c->use[i].mask = 0;
167 c->use[i].count = 0;
208 c->use = 0;
599 /*--- Cache Simulation with use metri
855 line_use* use = &(LL.use[idx]); local
[all...]
/external/libvorbis/doc/
H A DVorbis_I_spec.tex39 % 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.
126 The use of multirate filter banks for coding of high quality digital audio,
/external/bluetooth/bluedroid/stack/a2dp/
H A Da2d_sbc.c6 * 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:__anon1190
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
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DActionScriptTarget.java6 * Redistribution and use in source and binary forms, with or without
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/
H A Ddwfl_module.c27 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/bison/
H A Dmaint.mk24 # Diagnostic for continued use of deprecated variable.
116 # If RELEASE_TYPE is undefined, but RELEASE is, use its second word.
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; \
352 # Don't use *scanf or the old ato* functions in "real" code.
354 # Instead, use strto* functions.
357 halt='do not use *scan''f, ato''f, ato''i, ato''l, ato''ll or ato''q' \
368 # Really. You don't want to use thi
[all...]
/external/chromium_org/v8/src/compiler/
H A Dgeneric-node.h21 // chained together by input/use chains but by default otherwise contain only an
22 // identifying number which specific applications of graphs and nodes can use
111 Use* use;
126 inline void AppendUse(Use* use);
127 inline void RemoveUse(Use* use);
156 // An encapsulation for information associated with a single use of node as a
162 S* from() const { return static_cast<S*>(input_->use->from); }
165 int index = input_->use->input_index;
166 DCHECK(index < input_->use->from->input_count_);
/external/chromium_org/sync/js/
H A DREADME.js16 from SVN history if you feel you can make use of it.
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
H A Dmultisect1.asm17 ; label to use for copying this segment at run-time.
/external/clang/test/Analysis/inlining/
H A Dpath-notes.cpp7 static void use(int *p) { function in class:Foo
13 use(p);
15 // expected-note@-2 {{Calling 'Foo::use'}}
761 // CHECK-NEXT: <string>Calling &apos;Foo::use&apos;</string>
763 // CHECK-NEXT: <string>Calling &apos;Foo::use&apos;</string>
881 // CHECK-NEXT: <key>issue_context</key><string>use</string>
/external/clang/test/SemaCXX/
H A Dwarn-unused-private-field.cpp61 void use() { function in class:FriendClass
128 int *use = &by_reference_; local
/external/compiler-rt/lib/asan/
H A DMakefile.mk22 # FIXME: use automatic dependencies?
/external/compiler-rt/lib/lsan/
H A DMakefile.mk18 # FIXME: use automatic dependencies?
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DMoveParamCombiner.java5 * you may not use this file except in compliance with the License.
129 SsaInsn use = uses.get(i);
130 use.mapSourceRegisters(mapper);
/external/eyes-free/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/external/jmdns/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/external/jsilver/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/external/libunwind/doc/
H A Dunw_init_remote.tex32 of \Var{arg} is entirely dependent on the address-space in use;
38 generally preferable to use \Func{unw\_init\_local}() instead, because
39 it is easier to use and because it may perform better.
50 is passed in argument \Var{as}, this routine is also safe to use from
/external/linux-tools-perf/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.

Completed in 2674 milliseconds

1234567891011>>