HomeSort by relevance Sort by last modified time
    Searched full:for (Results 451 - 475 of 213621) sorted by null

<<11121314151617181920>>

  /external/marisa-trie/
configure.ac 9 # Checks for programs.
15 # Checks for libraries.
17 # Checks for header files.
20 # Checks for typedefs, structures, and compiler characteristics.
30 # Checks for library functions.
  /external/noto-fonts/
README 1 This directory contains the fonts from the Noto project, chosen for
2 Android. For more detail about Noto, please refer to:
8 The above is the authoritative repository for the fonts. This directory
10 needed for Android (the unhinted versions in particular, if both hinted
11 and unhinted versions are available, for size reasons), so does not
  /external/svox/pico/lib/
picosig2.h 13 * See the License for the specific language governing permissions and
44 // Function: innerobject definition for the sig processing
50 /*-----------------------Definition of the local storage for this PU--------*/
51 picoos_int16 *idx_vect1; /*reserved for bit reversal tables*/
52 picoos_int16 *idx_vect2; /*reserved for table lookup "A" vector*/
53 picoos_int16 *idx_vect4; /*reserved for max peak index arrax in pchip*/
54 picoos_int16 *idx_vect5; /*reserved for min index arrax in sigana_singleIMF*/
55 picoos_int16 *idx_vect6; /*reserved for max index arrax in sigana_singleIMF*/
56 picoos_int16 *idx_vect7; /*reserved for dispersed phase */
57 picoos_int16 *idx_vect8; /*reserved for LocV*
    [all...]
  /system/core/rootdir/etc/
mountd.conf 3 ## add a mount entry for each mount point to be managed by mountd
8 ## mount point for block device
14 ## path to the UMS driver file for specifying the block device path
15 ## use this for the mass_storage function driver
17 ## use this for android_usb composite gadget driver
  /external/llvm/test/Analysis/DependenceAnalysis/
Banerjee.ll 8 ;; for (long int i = 1; i <= 10; i++)
9 ;; for (long int j = 1; j <= 10; j++) {
15 br label %for.cond1.preheader
24 for.cond1.preheader: ; preds = %entry, %for.inc7
25 %B.addr.04 = phi i64* [ %B, %entry ], [ %scevgep, %for.inc7 ]
26 %i.03 = phi i64 [ 1, %entry ], [ %inc8, %for.inc7 ]
27 br label %for.body3
29 for.body3: ; preds = %for.cond1.preheader, %for.body
    [all...]
GCD.ll 8 ;; for (long int i = 0; i < 100; i++)
9 ;; for (long int j = 0; j < 100; j++) {
15 br label %for.cond1.preheader
24 for.cond1.preheader: ; preds = %entry, %for.inc8
25 %B.addr.04 = phi i32* [ %B, %entry ], [ %scevgep, %for.inc8 ]
26 %i.03 = phi i64 [ 0, %entry ], [ %inc9, %for.inc8 ]
27 br label %for.body3
29 for.body3: ; preds = %for.cond1.preheader, %for.body
    [all...]
  /hardware/qcom/msm8x74/kernel-headers/media/
msm_cam_sensor.h 5 *** of the same name, to make information necessary for userspace to
23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS *
    [all...]
  /bionic/libc/kernel/arch-arm/asm/arch/
mux.h 5 *** of the same name, to make information necessary for userspace to
23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS *
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
MathBenchmark.java 13 * See the License for the specific language governing permissions and
25 * For _my_ current purposes, that's okay. But beware!
34 for (int rep = 0; rep < reps; ++rep) {
40 for (int rep = 0; rep < reps; ++rep) {
46 for (int rep = 0; rep < reps; ++rep) {
52 for (int rep = 0; rep < reps; ++rep) {
58 for (int rep = 0; rep < reps; ++rep) {
64 for (int rep = 0; rep < reps; ++rep) {
70 for (int rep = 0; rep < reps; ++rep) {
76 for (int rep = 0; rep < reps; ++rep)
    [all...]
StrictMathBenchmark.java 13 * See the License for the specific language governing permissions and
25 * For _my_ current purposes, that's okay. But beware!
34 for (int rep = 0; rep < reps; ++rep) {
40 for (int rep = 0; rep < reps; ++rep) {
46 for (int rep = 0; rep < reps; ++rep) {
52 for (int rep = 0; rep < reps; ++rep) {
58 for (int rep = 0; rep < reps; ++rep) {
64 for (int rep = 0; rep < reps; ++rep) {
70 for (int rep = 0; rep < reps; ++rep) {
76 for (int rep = 0; rep < reps; ++rep)
    [all...]