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

<<61626364656667686970>>

  /ndk/build/core/
build-binary.mk 157 $(call clear-all-src-tags)
163 # Also, if LOCAL_ARM_NEON is set to 'true', force Neon mode for all source
215 # Process all source file tags to determine toolchain-specific
237 # LOCAL_OBJECTS will list all object files corresponding to the sources
295 # list of all object files and/or static/shared libraries that appear on the
366 # - collect the list of all static libraries that need to be part
371 # - collect the list of all shared libraries that need to be part of
373 # LOCAL_SHARED_LIBRARIES for the module and all its dependent static
377 # - add Make dependencies to ensure that all these libs are built
394 # (i.e. libB.a must appear after all libraries that depend on it)
    [all...]
add-application.mk 133 # 'all' is a special case that means 'all supported ABIs'
137 # with a call like: ndk-build APP_ABI=all
147 ifneq ($(APP_ABI),all)
253 # Record all app-specific variable definitions
  /external/chromium/chrome/browser/resources/net_internals/
dataview.js 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
76 * the source IDs of all deleted log entries.
83 * Called whenever all log events are deleted.
140 * If not already waiting for results from all updates, triggers all
468 * Select all text from log dump.
  /external/v8/test/mjsunit/
date-parse.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
28 // Test that we can parse dates in all the different formats that we
31 // These formats are all supported by KJS but a lot of them are not
59 // Test all the formats in UT timezone.
73 'Ignore all of this stuff because it is annoying 01 Jan 2000 08:00:00 UT',
75 'All of this stuff is really annnoying, so it will be ignored Jan 01 2000 08:00:00 UT',
257 // Run all the tests.
function-call.js 1 // Copyright 2011 the V8 project authors. All rights reserved.
153 // Test that all natives using the ToObject call throw the right exception.
155 // Sanity check that all functions are correct
160 // We call all functions with no parameters, which means that essential
205 // Test that all natives that are non generic throw on null and undefined.
207 // Sanity check that all functions are correct
  /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/icu4c/data/
Makefile.in 3 ## others. All Rights Reserved.
12 ## All the flags and other definitions are included here.
31 # This allows all the data to be in one directory
109 .PHONY : all all-local all-recursive install install-local install-files \
119 all: all-local
120 install: all-local install-local
124 check: all
    [all...]
  /external/libvorbis/doc/
08-residue.tex 31 vector is the same in all three variants.
33 A set of coded residue vectors are all of the same length. High level
157 Header decode for all three residue types is identical.
234 stream undecodable. All codebooks in array [residue_books] are
246 infrastructure identical to all three formats.
288 1) allocate and zero all vectors that will be returned.
422 1; if all vectors are marked 'do not decode', no decode occurrs.
423 However, if at least one vector is to be decoded, all the vectors are
425 representing all output channels, rather than a vector for each
429 \item If all vectors 0 through \emph{ch}-1 are marked 'do not decode', allocate and clear a single vector \varn (…)
    [all...]
01-introduction.tex 149 bitrate hints, and the lists of component instances. All other
161 top level configuration switch for all other specific aspects of frame
181 settings can be applied not only to all the vectors in a given mode,
214 inter-frame behavior, and so is the preferred choice in all
226 and each floor instance may choose from any and all available
238 and each residue instance may choose from any and all available
266 three header packets; all are required, in-order, by this
268 belonging to the Vorbis stream. In Vorbis I, all packets after the
291 The decoding and synthesis procedure for all audio packets is
321 marks an audio packet. All other packet types are reserved; packet
    [all...]
  /ndk/sources/host-tools/make-3.81/w32/
Makefile 206 all: all-am
404 check-am: all-am
406 all-am: Makefile $(LIBRARIES)
413 install-am: all-am
481 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
492 # Tell versions [3.59,3.63) of GNU make to not export all variables.
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 51 /** All IDs and definitions sections */
301 List<UnsortedValue> all = new ArrayList<UnsortedValue>(); local
302 all.addAll(readUnsortedValues(dexA, aIndexMap));
303 all.addAll(readUnsortedValues(dexB, bIndexMap));
304 Collections.sort(all);
307 for (int i = 0; i < all.size(); ) {
308 UnsortedValue e1 = all.get(i++);
311 while (i < all.size() && e1.compareTo(all.get(i)) == 0) {
312 UnsortedValue e2 = all.get(i++)
    [all...]
  /build/tools/releasetools/
check_target_files_signatures 18 Check the signatures of all APKs in a target_files .zip file. With
287 # all packages have the same set of certs; this uid is fine.
341 all = set(self.apks.keys())
342 all.update(other.apks.keys())
348 for i in all:
  /development/apps/Development/src/com/android/development/
SyncAdapterDriver.java 93 Collection<RegisteredServicesCache.ServiceInfo<SyncAdapterType>> all = local
96 mSyncAdapters = new Object[all.size()];
99 for (RegisteredServicesCache.ServiceInfo<SyncAdapterType> item : all) {
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 16 not have to be targetted for Ruby output; it handles all
95 desc( "trash all ANTLR-generated source code" )
325 def target_files( all = true )
334 if all
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 8 All rights reserved.
44 Not all components of the ANTLR3 library are necessary within ANTLR generated
64 contains all modules and classes concerned with making tokens, the chunks of
80 when code is generated by ANTLR using the '-debug' option, all of the
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
89 var all = group.querySelectorAll('*');
90 for (i = 0; i < all.length; i++) {
92 all[i].dispatchEvent(self.clickEvent_);
104 var all = group.querySelectorAll('*');
106 for (i = 0; i < all.length; i++) {
112 all[i].dispatchEvent(self.clickEvent_);
  /external/guava/guava-tests/test/com/google/common/collect/
SetOperationsTest.java 267 Set<String> all = Sets.union(friends, enemies); local
268 assertEquals(5, all.size());
275 assertEquals(6, all.size());
  /ndk/
ndk-gdb 139 # all the tools we use recognize it properly, and it avoids lots
281 echo " --launch-list List all launchable activity names from manifest"
468 # If --launch-list is used, list all launchable activities, and be done with it
476 if [ "$APP_ABIS" != "${APP_ABIS%%all*}" ] ; then
477 # replace first "all" with all available ABIs
479 APP_ABIS_FRONT="${APP_ABIS%%all*}"
480 APP_ABIS_BACK="${APP_ABIS#*all}"
518 # Concatanate CPU_ABI1 and CPU_ABI2 and replace all ',' with space.
  /external/bison/tests/
testsuite 226 # Admittedly, this is quite paranoid, since all the known shells bail
233 $as_echo "$0: This script requires a shell more modern than all"
464 # Don't try to exec as it changes $[0], causing all sort of problems
538 # Not all shells have the 'times' builtin; the subshell is needed to make
592 # Description of all the test groups.
    [all...]
  /bionic/libc/
Android.mk 5 # Define the common source files for all the libc instances
543 # which are needed to build all other objects (shared/static libs and
546 # ARM, MIPS, and x86 all need crtbegin_so/crtend_so.
548 # For x86, the .init section must point to a function that calls all
552 # For all the platforms, the .fini_array section must point to a function
879 # For all builds, except for the -user build we will enable memory
881 # Note that all these checks are also controlled by env. settings
948 include $(call all-makefiles-under,$(LOCAL_PATH))
  /development/build/
Android.mk 3 # Add all files to be generated from the source.prop templates to the SDK pre-requisites
41 # these files don't really matter, because they are all generated as part of
  /external/ceres-solver/internal/ceres/
evaluator_test.cc 2 // Copyright 2010, 2011, 2012 Google Inc. All rights reserved.
31 // Tests shared across evaluators. The tests try all combinations of linear
120 expected_residuals_vector.array()).all())
132 expected_gradient_vector.array()).all())
145 expected_jacobian_matrix.array()).all())
221 // Try all combinations of parameters for the evaluator.
573 // Try all values of num_eliminate_blocks that make sense given that in the
689 EXPECT_TRUE((actual_jacobian.array() == expected_jacobian.array()).all())
  /external/chromium/webkit/glue/
dom_serializer_unittest.cc 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
63 WebNodeCollection all = current_frame->document().all();
64 for (WebNode node = all.firstItem();
65 !node.isNull(); node = all.nextItem()) {
92 // If the all frames are finished saving, check all finish status
167 // recursive_serialization indicates whether we will serialize all
201 // The links_ contain dummy original URLs of all saved links.
203 // The local_paths_ contain dummy corresponding local file paths of all save
700 WebNodeCollection all = doc.all(); local
    [all...]
  /external/compiler-rt/test/Unit/
floattidf_test.c 35 at.all = a;
floatuntidf_test.c 35 at.all = a;

Completed in 554 milliseconds

<<61626364656667686970>>