/development/tools/mkstubs/src/com/android/mkstubs/sourcer/ |
SignatureSourcer.java | 48 * Buffer used to construct the signature. 53 * Buffer used to construct the formals signature.
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/ |
KerberosKeyTest.java | 62 // construct with DES algorithm 70 // construct with NULL algorithm
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_Exec.java | 168 // construct the name of executable file 219 // construct command line string and print it to stdout
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ |
PBE.java | 133 * construct a key and iv (if necessary) suitable for use with a 228 * construct a key and iv (if necessary) suitable for use with a
|
/external/chromium/chrome/browser/sync/engine/ |
change_reorder_buffer.cc | 129 // (b) Construct a traversal spanning all non-deleted items. 130 // (c) Construct a set of all parent nodes of any position changes.
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
msgutil.py | 114 """Construct an instance. 186 """Construct an instance.
|
/external/clang/include/clang/Analysis/Support/ |
BumpVector.h | 35 /// Construct a new BumpVectorContext that creates a new BumpPtrAllocator 39 /// Construct a new BumpVectorContext that reuses an existing
|
/external/clang/include/clang/Sema/ |
ParsedTemplate.h | 191 // Default-construct nested-name-specifier. 194 // Default-construct parsed template arguments.
|
/external/libvorbis/doc/ |
helper.html | 134 construct the VQ vector lookup table of size 185 "render_line(x0, y0, x1, y1, v)" to construct an integer floor
|
/external/libvpx/vp8/encoder/arm/neon/ |
vp8_subpixelvariance8x8_neon.asm | 54 vext.8 d3, d2, d3, #1 ;construct src_ptr[-1] 82 vext.8 d3, d2, d3, #1 ;construct src_ptr[-1]
|
/external/llvm/include/llvm/Support/ |
Allocator.h | 152 /// Allocate space, but do not construct, one object. 159 /// Allocate space for an array of objects. This does not construct the
|
/external/llvm/include/llvm/Transforms/Utils/ |
SSAUpdater.h | 71 /// GetValueAtEndOfBlock - Construct SSA form, materializing a value that is 75 /// GetValueInMiddleOfBlock - Construct SSA form, materializing a value that
|
/external/protobuf/src/google/protobuf/ |
message_unittest.cc | 268 // Construct a new descriptor. 275 // Trying to construct it should return NULL.
|
/external/stlport/stlport/stl/ |
_construct.h | 274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function 276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
|
/external/tinyxml/docs/ |
classTiXmlDeclaration.html | 25 <tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an empty declaration. <br></td></tr> 33 <tr><td class="mdescLeft"> </td><td class="mdescRight">Construct. <br></td></tr>
|
/external/v8/src/ |
zone.h | 190 // Construct a new ZoneList with the given capacity; the length is 195 // Construct a new ZoneList by copying the elements of the given ZoneList.
|
/external/v8/test/mjsunit/ |
debug-evaluate-locals-optimized.js | 28 // Flags: --expose-debug-as debug --expose-gc --allow-natives-syntax --inline-construct 132 // Check for construct call.
|
/external/webrtc/src/common_audio/vad/ |
vad_unittest.cc | 85 // Construct a speech signal that will trigger the VAD in all modes. It is 200 // Construct a speech signal that will trigger the VAD in all modes. It is
|
/frameworks/base/core/java/android/speech/srec/ |
WaveHeader.java | 59 * Construct a WaveHeader, with all fields defaulting to zero. 65 * Construct a WaveHeader, with fields initialized.
|
/frameworks/base/core/jni/android/graphics/ |
YuvToJpegEncoder.cpp | 100 // construct u row and v row 175 // construct u row and v row
|
/frameworks/base/docs/html/guide/google/play/billing/ |
billing_best_practices.jd | 67 <li>Construct strings on the fly instead of defining them as constants.</li> 107 literal string. Instead, construct the string at runtime from pieces or use bit manipulation (for
|
/libcore/luni/src/main/java/java/util/logging/ |
MemoryHandler.java | 79 * Default constructor, construct and init a {@code MemoryHandler} using 127 * Construct and init a {@code MemoryHandler} using given target, size and
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_construct.h | 274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function 276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_construct.h | 274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function 276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_construct.h | 274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function 276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
|