HomeSort by relevance Sort by last modified time
    Searched refs:all (Results 1401 - 1425 of 2285) sorted by null

<<51525354555657585960>>

  /build/core/
definitions.mk 26 # Full paths to all of the documentation
29 # The short names of all of the targets in the system.
47 # that contains all of the INSTALLED_MODULEs with that tag.
51 # of all targets for a particular tag. The top-level variable
53 # the list of all known tags. (This means that this variable
58 # Full paths to all prebuilt files that will be copied
62 # Full path to all files that are made by some tool
65 # Full path to all asm, C, C++, lex and yacc generated C files.
66 # These all have an order-only dependency on the copied headers
78 # All findbugs xml file
    [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/bison/
Makefile 82 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
247 all: config.h
248 $(MAKE) $(AM_MAKEFLAGS) all-recursive
528 dist dist-all: distdir
600 check-am: all-am
602 all-am: Makefile $(DATA) config.h
613 install-am: all-am
683 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
685 ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar
    [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/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.
  /ndk/build/core/
add-application.mk 101 # 'all' is a special case that means 'all supported ABIs'
105 # with a call like: ndk-build APP_ABI=all
115 ifneq ($(APP_ABI),all)
231 # Record all app-specific variable definitions
  /build/target/product/
mini.mk 22 # add all configurations
38 # It does not mean that all features are supproted, but only for meeting
199 # Additional settings used in all AOSP builds
  /device/samsung/crespo4g/
device.mk 17 # crespo. It lists all the overlays, files, modules and properties
22 # aren't publicly available in all circumstances, which means that some
27 # augments that set with the parts that are only relevant when all the
  /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/skia/third_party/glu/libtess/
alg-outline 13 initially project all data into a plane; our goal is to robustly
99 The event queue simply holds all vertices (both original and computed
123 left-going edges (all these edges are currently in the edge
209 2. Making no assumptions at all about the results of the edge
225 After triangulating all monotone regions, we want to group the
  /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
  /hardware/ti/wlan/wl1271/platforms/os/linux/
Makefile 198 # Combines all the three components to create the driver.
217 .PHONY: all
218 all: verifypackages .depend $(TARGET)
305 # in order to remove all .*.o.cmd
307 # in order to remove all *.order and *.symvers
317 # Verifies that all necessary packages are present.
337 $(MAKE) -C $(DK_ROOT)/external_drivers/$(HOST_PLATFORM)/Linux/$(BUS_DRV) ARCH=arm CROSS_COMPILE=$(CROSS_COMPILE) KERNEL_DIR=$(KERNEL_DIR) OUTPUT_DIR=$(shell pwd)/$(OUTPUT_DIR) 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/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...]
  /prebuilts/gcc/linux-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/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/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/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/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...]
  /cts/tools/dasm/src/java_cup/
emit.java 20 * <dd> this non-public class contains code to invoke all the user actions
40 * had seen the LHS symbol rather than all the symbols matching the
267 for (Enumeration e = terminal.all(); e.hasMoreElements(); )
282 for (Enumeration e = non_terminal.all(); e.hasMoreElements(); )
353 for (Enumeration p = production.all(); p.hasMoreElements(); )
433 for (Enumeration p = production.all(); p.hasMoreElements(); )
516 /* skip error entries these are all defaulted out */
  /cts/tools/vm-tests-tf/
Android.mk 17 define all-src-files
28 LOCAL_SRC_FILES := $(call all-src-files)
  /dalvik/dx/src/com/android/dx/command/grep/
Grep.java 49 public void visit(DecodedInstruction[] all, DecodedInstruction one) {

Completed in 941 milliseconds

<<51525354555657585960>>