HomeSort by relevance Sort by last modified time
    Searched refs:all (Results 1476 - 1500 of 2476) sorted by null

<<51525354555657585960>>

  /frameworks/base/cmds/ime/src/com/android/commands/ime/
Ime.java 90 boolean all = false;
94 all = true;
106 if (!all) {
238 System.err.println("The list command prints all enabled input methods. Use");
239 System.err.println("the -a option to see all input methods. Use");
  /cts/tools/dasm/src/java_cup/
Main.java 54 * <dd> produce a dump of all of the above
99 /* Timing data (not all of these time intervals are mutually exclusive) */
235 " -dump produce a dump of all of the above\n"
456 for (Enumeration t = terminal.all(); t.hasMoreElements(); )
481 for (Enumeration n = non_terminal.all(); n.hasMoreElements(); )
527 /* compute nullability of all non terminals */
534 /* compute first sets of all non terminals */
553 for (Enumeration st = lalr_state.all(); st.hasMoreElements(); )
785 for (t = terminal.all(), cnt=0; t.hasMoreElements(); cnt++)
794 for (n=non_terminal.all(), cnt=0; n.hasMoreElements(); cnt++
    [all...]
  /external/elfutils/libelf-po/
Makefile 97 all: all-yes
99 all-yes: $(CATALOGS)
100 all-no:
102 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
137 install-data-no: all
138 install-data-yes: all
247 check: all
325 # Tell versions [3.59,3.63) of GNU make not to export all variables.
  /external/stlport/src/
locale.cpp 12 * without fee, provided the above notices are retained on all copies.
207 // Give L a name where all facets except those in category c
212 if ((c & locale::all) == 0 || strcmp(name1, name1) == 0)
214 else if ((c & locale::all) == locale::all)
226 if ((c & locale::all) == 0 || (strcmp(name, ctype_name) == 0 &&
233 else if ((c & locale::all) == locale::all && strcmp(ctype_name, time_name) == 0 &&
245 // Create a locale that's a copy of L, except that all of the facets
294 // Contruct a new locale where all facets that aren't in category
442 const locale::category locale::all; member in class:locale
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
locale.cpp 12 * without fee, provided the above notices are retained on all copies.
207 // Give L a name where all facets except those in category c
212 if ((c & locale::all) == 0 || strcmp(name1, name1) == 0)
214 else if ((c & locale::all) == locale::all)
226 if ((c & locale::all) == 0 || (strcmp(name, ctype_name) == 0 &&
233 else if ((c & locale::all) == locale::all && strcmp(ctype_name, time_name) == 0 &&
245 // Create a locale that's a copy of L, except that all of the facets
294 // Contruct a new locale where all facets that aren't in category
442 const locale::category locale::all; member in class:locale
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 53 all = [0 .. 0xFFFF];
75 {content} data = ( [all - '<']
76 | '<' [all - '?']
77 | '<?' [all - 'c']
78 | '<?c' [all - 's']
79 | '<?cs' [[[[all - ' '] - cr] - lf] - tab])+;
81 {comment} comment = ( [all - '?']
82 | '?' [all - '>'] )+; // All up to ?>
119 {args} string = ('"' [all - '"']* '"' | ''' [all - ''']* ''')
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
RangeTest.java 240 Range<Integer> range = Ranges.all();
320 assertFalse(range.encloses(Ranges.<Integer>all()));
337 assertFalse(range.encloses(Ranges.<Integer>all()));
497 assertEquals(Ranges.<Integer>all(), range.span(Ranges.<Integer>all())); method
525 .addEqualityGroup(Ranges.all(), Ranges.all())
593 assertEquals(Ranges.atLeast(Integer.MIN_VALUE), Ranges.<Integer>all().canonical(integers()));
602 assertEquals(Ranges.all(), Ranges.<Integer>all().canonical(UNBOUNDED_DOMAIN))
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
mfqe_sse2.asm 2 ; Copyright (c) 2012 The WebM project authors. All Rights Reserved.
7 ; in the file PATENTS. All contributing project authors may
34 pshuflw xmm0, xmm0, 0x0 ; replicate to all low words
35 punpcklqdq xmm0, xmm0 ; replicate to all hi words
111 pshuflw xmm0, xmm0, 0x0 ; replicate to all low words
112 punpcklqdq xmm0, xmm0 ; replicate to all hi words
242 ; all the values summed. promote to doubles, accumulate,
  /external/v8/test/mjsunit/
debug-listbreakpoints.js 1 // Copyright 2010 the V8 project authors. All rights reserved.
125 setBreakOnException(dcp, "all", true);
131 setBreakOnException(dcp, "all", false);
141 setBreakOnException(dcp, "all", true);
147 setBreakOnException(dcp, "all", false);
192 // Indicate that all was processed.
  /build/target/product/
mini.mk 22 # add all configurations
38 # It does not mean that all features are supproted, but only for meeting
207 # Additional settings used in all AOSP builds
  /external/clang/docs/analyzer/
make.bat 35 echo. changes to make an overview over all changed/added/deprecated items
36 echo. linkcheck to check all external links for integrity
37 echo. doctest to run all doctests embedded in the documentation if enabled
  /external/clang/docs/
make.bat 35 echo. changes to make an overview over all changed/added/deprecated items
36 echo. linkcheck to check all external links for integrity
37 echo. doctest to run all doctests embedded in the documentation if enabled
  /external/iproute2/doc/
ip-tunnels.tex 82 and for all IPIP tunnel devices.
120 {\bf In 2.2} this command has the same semantics on all
132 {\bf 2.2} interprets this command equally for all device
156 \noindent All the kinds of tunnels are created with one command:
190 have some not wildcard \verb|remote| address and deliver all the packets
222 with all IPv4 addresses mapped to IPv6 space, so that all IPv4
227 will route \verb|3FFE::/16| via \verb|sit0|, sending all the packets
312 \item In 2.0 all tunneled packets were received promiscuously
327 Note, that if \verb|tunl0| is \verb|UP| it receives all the IPIP packets
    [all...]
  /external/llvm/docs/
make.bat 35 echo. changes to make an overview over all changed/added/deprecated items
36 echo. linkcheck to check all external links for integrity
37 echo. doctest to run all doctests embedded in the documentation if enabled
  /external/v8/test/mjsunit/compiler/
expression-trees.js 1 // Copyright 2010 the V8 project authors. All rights reserved.
31 // strings, return an array of all binary tree strings with the leaves
41 // Split the leaves into left and right subtrees in all possible
42 // ways. For each split recursively compute all possible subtrees.
58 // All 429 possible bitwise OR trees with eight leaves.
inline-construct.js 1 // Copyright 2012 the V8 project authors. All rights reserved.
75 // Test constructor returning nothing in all contexts.
83 // Test constructor returning an object in all contexts.
93 // Test constructor returning a primitive value in all contexts.
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Strip.java 4 * All rights reserved.
222 List all = tokens.getTokens(); local
223 Token tok = (Token)all.get(index);
224 Token after = (Token)all.get(index+1);
236 // otherwise kill all \n
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
libgcov.c 179 static struct gcov_summary all; variable in typeref:struct:gcov_summary
467 /* Sort the profile counters for all indirect call sites. Counters
710 /* Sort the profile counters for all indirect call sites. Counters
933 cs_all = &all.ctrs[t_ix];
960 else if (!all.checksum
968 all.checksum = ~0u;
1141 memset (&all, 0, sizeof (all));
1407 gcov_type value, counter, all; local
1446 gcov_type value, counter, all; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
libgcov.c 179 static struct gcov_summary all; variable in typeref:struct:gcov_summary
467 /* Sort the profile counters for all indirect call sites. Counters
710 /* Sort the profile counters for all indirect call sites. Counters
933 cs_all = &all.ctrs[t_ix];
960 else if (!all.checksum
968 all.checksum = ~0u;
1141 memset (&all, 0, sizeof (all));
1407 gcov_type value, counter, all; local
1446 gcov_type value, counter, all; local
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
libgcov.c 179 static struct gcov_summary all; variable in typeref:struct:gcov_summary
467 /* Sort the profile counters for all indirect call sites. Counters
710 /* Sort the profile counters for all indirect call sites. Counters
933 cs_all = &all.ctrs[t_ix];
960 else if (!all.checksum
968 all.checksum = ~0u;
1141 memset (&all, 0, sizeof (all));
1407 gcov_type value, counter, all; local
1446 gcov_type value, counter, all; local
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
libgcov.c 179 static struct gcov_summary all; variable in typeref:struct:gcov_summary
467 /* Sort the profile counters for all indirect call sites. Counters
710 /* Sort the profile counters for all indirect call sites. Counters
933 cs_all = &all.ctrs[t_ix];
960 else if (!all.checksum
968 all.checksum = ~0u;
1141 memset (&all, 0, sizeof (all));
1407 gcov_type value, counter, all; local
1446 gcov_type value, counter, all; local
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
libgcov.c 179 static struct gcov_summary all; variable in typeref:struct:gcov_summary
467 /* Sort the profile counters for all indirect call sites. Counters
710 /* Sort the profile counters for all indirect call sites. Counters
933 cs_all = &all.ctrs[t_ix];
960 else if (!all.checksum
968 all.checksum = ~0u;
1141 memset (&all, 0, sizeof (all));
1407 gcov_type value, counter, all; local
1446 gcov_type value, counter, all; local
    [all...]

Completed in 820 milliseconds

<<51525354555657585960>>