/external/icu/icu4c/source/common/ |
uhash.c | 70 /* This is a list of non-consecutive primes chosen such that 76 * These prime numbers were also chosen so that they are the largest
|
/external/ipsec-tools/src/racoon/ |
isakmp_agg.c | 1035 /* set chosen VID */ 1239 /* chosen VID */ [all...] |
/external/jpeg/ |
jquant1.c | 27 * In 1-pass quantization the colormap must be chosen in advance of seeing the 29 * values for the i'th component. The Ncolors[] values are chosen so that
|
/external/valgrind/docs/xml/ |
FAQ.xml | 58 <para>Keeping with the Nordic theme, Valgrind was chosen. Valgrind is 59 the name of the main entrance to Valhalla (the Hall of the Chosen
|
/frameworks/base/core/java/android/hardware/ |
Sensor.java | 447 * The actual gesture to be detected is not specified, and can be chosen by the manufacturer of 479 * The actual gesture to be detected is not specified, and can be chosen by the manufacturer of [all...] |
/frameworks/base/core/java/android/text/format/ |
DateUtils.java | 630 * Instead, let the time format be chosen automatically according to the 637 * Instead, let the time format be chosen automatically according to the [all...] |
/frameworks/base/keystore/java/android/security/keystore/ |
KeyProtection.java | 352 * being required is <em>indistinguishability under chosen-plaintext attack ({@code 560 * property being required is <em>indistinguishability under chosen-plaintext attack [all...] |
/frameworks/base/telecomm/java/android/telecom/ |
RemoteConnection.java | 683 * @return A state value, chosen from the {@code STATE_*} constants. 693 * disconnect cause expressed as a code chosen from among those declared in [all...] |
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/ |
TaskConvertImageToRGBPreview.java | 208 * subsample factor of n is chosen, the resultant UV pixels will have the same 524 * subsample factor of n is chosen, the resultant UV pixels will have the same [all...] |
/packages/services/Telephony/src/com/android/phone/ |
MobileNetworkSettings.java | [all...] |
/system/extras/micro_bench/ |
micro_bench.cpp | 100 // When setting the alignment, set it to exactly the alignment chosen. 244 printf("%s: Chosen options lead to no copies, aborting.\n", name); \ [all...] |
/docs/source.android.com/src/compatibility/4.0/ |
android-4.0-cdd.xhtml | 315 <td>A value chosen by the device implementer designating the specific build of 325 <td>A value chosen by the device implementer identifying the specific internal 333 <td>A value chosen by the device implementer identifying the name of the 355 <td>A value chosen by the device implementer identifying the specific 386 <td>An identifier chosen by the device implementer to refer to a specific 402 <td>A value chosen by the device implementer containing the name of the device 410 <td>A value chosen by the device implementer containing the development name 424 <td>A comma-separated list of tags chosen by the device implementer that 435 <td>A value chosen by the device implementer specifying the runtime [all...] |
/docs/source.android.com/src/compatibility/4.2/ |
android-4.2-cdd.xhtml | 341 <td>A value chosen by the device implementer designating the specific build of 351 <td>A value chosen by the device implementer identifying the specific internal 359 <td>A value chosen by the device implementer identifying the name of the 381 <td>A value chosen by the device implementer identifying the specific [all...] |
/docs/source.android.com/src/compatibility/4.3/ |
android-4.3-cdd.xhtml | 346 <td>A value chosen by the device implementer designating the specific build of 356 <td>A value chosen by the device implementer identifying the specific internal 364 <td>A value chosen by the device implementer identifying the name of the 386 <td>A value chosen by the device implementer identifying the specific [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/ |
Rotation.java | 442 * arbitrary rotation axis is chosen.</p> 586 * <li>for Cardan angles, the chosen set is the one for which the 589 * <li>for Euler angles, the chosen set is the one for which the [all...] |
/external/clang/docs/ |
AttributeReference.rst | 252 int isdigit(int c) __attribute__((enable_if(c <= -1 || c > 255, "chosen when 'c' is out of range"))) __attribute__((unavailable("'c' must have the value of an unsigned char or EOF"))); 272 evaluation, then this overload will not be chosen and the provided string may 287 "chosen when the buffer size is known but 'maxlen' is not"))) [all...] |
/external/clang/include/clang/Basic/ |
AttrDocs.td | 192 int isdigit(int c) __attribute__((enable_if(c <= -1 || c > 255, "chosen when 'c' is out of range"))) __attribute__((unavailable("'c' must have the value of an unsigned char or EOF"))); 212 evaluation, then this overload will not be chosen and the provided string may 227 "chosen when the buffer size is known but 'maxlen' is not"))) [all...] |
/external/libavc/encoder/ |
ih264e_core_coding.c | [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
isac.c | 472 * 10ms frames until it reaches the chosen Framesize (480 or 960 samples 484 * : 0 - The buffer didn't reach the chosen [all...] |
/external/ceres-solver/include/ceres/ |
solver.h | 204 // chosen to approximate an eigenvalue of the true inverse Hessian can 282 // step-size be chosen s.t. the _magnitude_ ('strong' Wolfe [all...] |
/external/eigen/doc/ |
InsideEigenExample.dox | 55 However, in the above program, we have chosen size=50, so our vectors consist of 50 float's, and 50 is not a multiple of 4. This means that we cannot hope to do all of that computation using SSE2 instructions. The second best thing, to which we should aim, is to handle the 48 first coefficients with SSE2 instructions, since 48 is the biggest multiple of 4 below 50, and then handle separately, without SSE2, the 49th and 50th coefficients. Something like this: 324 We'll not enter into the details of how these strategies are chosen (this is in the implementation of internal::assign_traits at the top of the same file). Let's just say that here \a Vectorization has the value \a LinearVectorization, and \a Unrolling has the value \a NoUnrolling (the latter is obvious since our vectors have dynamic size so there's no way to unroll the loop at compile-time).
|
/external/freetype/src/gzip/ |
zlib.h | 357 dictionary chosen by the compressor and returns Z_NEED_DICT; otherwise 542 if this call returned Z_NEED_DICT. The dictionary chosen by the compressor [all...] |
/external/google-breakpad/src/testing/gtest/test/ |
gtest-printers_test.cc | 133 // A user-defined printable type in a user-chosen namespace. 152 // A user-defined printable class template in a user-chosen namespace. [all...] |
/external/gtest/test/ |
gtest-printers_test.cc | 133 // A user-defined printable type in a user-chosen namespace. 152 // A user-defined printable class template in a user-chosen namespace. [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
Sets.java | [all...] |