/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...] |
/prebuilts/gcc/linux-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/linux-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...] |
/bionic/tests/ |
Android.mk | 53 -fstack-protector-all \
|
/build/core/ |
main.mk | 83 # file does the rm -rf inline so the deps which are all done below will 88 # the whole directory tree if that's all we're going to do 212 INTERNAL_MODIFIER_TARGETS := showcommands all incrementaljavac 416 # Bring in all modules that need to be built. 448 # Before we go and include all of the module makefiles, stash away 460 # defined by this makefile; this will install all of those 474 # Include all of the makefiles in the system 486 # Now with all Android.mks loaded we can do post cleaning steps. 502 $(warning * definition used in all products.) 510 # All module makefiles have been included at this point [all...] |
/cts/tests/SignatureTest/ |
Android.mk | 25 LOCAL_SRC_FILES := $(call all-java-files-under, src) 94 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/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 */
|
/dalvik/dx/src/com/android/dx/command/grep/ |
Grep.java | 49 public void visit(DecodedInstruction[] all, DecodedInstruction one) {
|
/dalvik/vm/ |
IndirectRefTable.h | 195 u4 all; member in union:IRTSegmentState 256 /* bit mask, ORed into all irefs */
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
error.rb | 8 All rights reserved. 50 used by:: all recognizers 99 recognition process. These errors all typically concern an expectation built in 316 used by:: all recognizers 341 used by:: all recognizers 364 used by:: all recognizers 381 used by:: all recognizers 397 choose between all possible token rules. If raised by +tokens+, it means the 420 used by:: all recognizers 463 used by:: all recognizer [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
InetAddressTest.java | 89 InetAddress[] all = InetAddress.getAllByName("localhost"); local 90 assertNotNull(all); 92 assertTrue(all.length >= 1); 93 for (InetAddress alias : all) { 97 }// end for all aliases 128 // TODO : Test to ensure all the address formats are recognized
|
/external/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/ |
typedUrls.js | 41 // that we expect to get. When it reaches zero, we have all results. 49 // For each history item, get details on all visits.
|
/external/clang/ |
Makefile | 36 # Common Makefile code, shared by all Clang Makefiles. 101 libs-only: all
|
/external/clang/docs/analyzer/ |
Makefile | 39 @echo " changes to make an overview of all changed/added/deprecated items" 40 @echo " linkcheck to check all external links for integrity" 41 @echo " doctest to run all doctests embedded in the documentation (if enabled)" 110 $(MAKE) -C $(BUILDDIR)/latex all-pdf
|
/external/clang/docs/tools/ |
Makefile | 26 # If we are in BUILD_FOR_WEBSITE mode, default to the all target. 27 all:: html man ps
|
/external/compiler-rt/lib/asan/scripts/ |
symbolize.py | 23 call, which is not expected to return at all. Because of that, this
|
/external/compiler-rt/make/ |
util.mk | 93 # Check that all command line variables are in the given list. This routine is 105 # Cancel all suffix rules. We don't want no stinking suffix rules.
|
/external/compiler-rt/test/Unit/ |
floattisf_test.c | 35 at.all = a;
|
/external/eigen/Eigen/src/Core/ |
BooleanRedux.h | 71 /** \returns true if all coefficients are true 79 inline bool DenseBase<Derived>::all() const function in class:Eigen::DenseBase 102 * \sa all() 128 * \sa all(), any()
|
/external/eigen/test/ |
array_for_matrix.cpp | 91 VERIFY(((m1.array() + Scalar(1)) > m1.array()).all()); 92 VERIFY(((m1.array() - Scalar(1)) < m1.array()).all()); 97 VERIFY(! (m1.array() < m3.array()).all() ); 98 VERIFY(! (m1.array() > m3.array()).all() );
|
/external/guava/guava/src/com/google/common/collect/ |
ImmutableMultiset.java | 57 @SuppressWarnings("unchecked") // all supported methods are covariant 127 List<E> all = new ArrayList<E>(size); local 128 Collections.addAll(all, e1, e2, e3, e4, e5, e6); 129 Collections.addAll(all, others); 130 return copyOf(all); 184 @SuppressWarnings("unchecked") // all supported methods are covariant
|
ImmutableSortedMultiset.java | 162 List<E> all = new ArrayList<E>(size); local 163 Collections.addAll(all, e1, e2, e3, e4, e5, e6); 164 Collections.addAll(all, remaining); 165 return copyOf(Ordering.natural(), all);
|
ImmutableSortedSet.java | 86 // TODO(benyu): benchmark and optimize all creation paths, which are a mess now 192 List<E> all = new ArrayList<E>(size); local 193 Collections.addAll(all, e1, e2, e3, e4, e5, e6); 194 Collections.addAll(all, remaining); 195 return copyOf(Ordering.natural(), all); 668 * This class is used to serialize all ImmutableSortedSet instances,
|