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

<<51525354555657585960>>

  /dalvik/dalvikvm/
Android.mk 61 # OS X comes with all these libraries, so there is no need
  /dalvik/dx/src/com/android/dx/command/findusages/
FindUsages.java 80 public void visit(DecodedInstruction[] all,
91 public void visit(DecodedInstruction[] all, DecodedInstruction one) {
  /development/ndk/platforms/android-9/samples/native-activity/
Android.mk 60 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /development/tools/findunused/
findunusedresources 10 folder option causes only that app folder to be scanned, default is to scan all folders onder apps/
54 # find the R.java file that contains all the generated resource identifiers
57 # Simplistically process the content of the file to get the names of all the constants,
60 # First take all the input files and concatenate them, removing newlines. This allows us to
69 # replace all underscores with a pattern that will match periods and underscores.
  /device/moto/stingray/
full_stingray.mk 22 # A few more packages that aren't quite used on all builds
  /device/moto/wingray/
full_wingray.mk 22 # A few more packages that aren't quite used on all builds
  /device/sample/apps/SampleEmailPolicy/
Android.mk 28 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /device/samsung/toro/
BoardConfig.mk 22 # Use the part that is common between all tunas
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Token.js 2 // constructor is defined in CommonToken. All methods and vars of Token are
6 * @class Abstract base class of all token types.
32 /** All tokens go to the parser (unless skip() is called in that rule)
  /external/bison/examples/
Makefile 79 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
215 all: all-recursive
423 check-am: all-am
425 all-am: Makefile $(SCRIPTS)
433 install-am: all-am
500 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
512 # Tell versions [3.59,3.63) of GNU make to not export all variables.
  /external/chromium/chrome/browser/resources/net_internals/
main.js 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
231 // When viewing a log file, all tabs are hidden except the event view,
232 // and all received events are ignored.
237 // all pages.
480 // all entries, and, after handling all the passively logged entries, add back
550 // Parse all valid lines, skipping any others.
794 * Returns a list of all captured events.
817 * Sends each entry to all log observers, and updates |capturedEvents_|.
860 * Deletes all captured events
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/screenshot/
screenshot.js 26 // Look through all views to find the window which will display
  /external/compiler-rt/make/
lib_info.mk 54 # The names of all the available options.
  /external/dhcpcd/mk/
prog.mk 31 all: ${PROG} ${SCRIPTS} _man
  /external/doclava/src/com/google/doclava/
SinceTagger.java 189 * zero warnings because {@code apicheck} guarantees that all symbols are present in the most
221 * Returns the DocInfos in {@code all} that are documented but do not have since tags.
223 private <T extends MemberInfo> Iterable<T> missingVersions(ArrayList<T> all) {
225 for (T t : all) {
240 * Returns true if {@code claz} and all containing classes are documented. The result may be used
  /external/e2fsprogs/lib/
Makefile.elf-lib 14 all:: image
  /external/e2fsprogs/tests/progs/
Makefile.in 31 all:: $(PROGS)
  /external/icu4c/config/
mh-hpux-acc 4 ## others. All Rights Reserved.
15 ## We use this instead of -mt, which isn't available in all versions of aCC
27 CFLAGS += -Ae +Olit=all
48 # -Bhidden_def Hides all symbols defined in the module.
  /external/libffi/src/arm/
sysv.S 15 in all copies or substantial portions of the Software.
51 /* We need a better way of testing for this, but for now, this is all
153 @ Make room for all of the new args.
156 @ Place all of the ffi_prep_args in position
  /external/libvpx/vp8/encoder/arm/armv6/
vp8_mse16x16_armv6.asm 2 ; Copyright (c) 2011 The WebM project authors. All Rights Reserved.
7 ; in the file PATENTS. All contributing project authors may
49 orr r8, r8, r7 ; differences of all 4 pixels
70 orr r8, r8, r7 ; differences of all 4 pixels
89 orr r8, r8, r7 ; differences of all 4 pixels
112 orr r8, r8, r7 ; differences of all 4 pixels
vp8_variance16x16_armv6.asm 2 ; Copyright (c) 2011 The WebM project authors. All Rights Reserved.
7 ; in the file PATENTS. All contributing project authors may
47 orr r6, r6, r7 ; differences of all 4 pixels
70 orr r6, r6, r7 ; differences of all 4 pixels
94 orr r6, r6, r7 ; differences of all 4 pixels
120 orr r6, r6, r7 ; differences of all 4 pixels
vp8_variance_halfpixvar16x16_h_armv6.asm 2 ; Copyright (c) 2011 The WebM project authors. All Rights Reserved.
7 ; in the file PATENTS. All contributing project authors may
52 orr r6, r6, r7 ; differences of all 4 pixels
82 orr r6, r6, r7 ; differences of all 4 pixels
113 orr r6, r6, r7 ; differences of all 4 pixels
146 orr r6, r6, r7 ; differences of all 4 pixels
vp8_variance_halfpixvar16x16_v_armv6.asm 2 ; Copyright (c) 2011 The WebM project authors. All Rights Reserved.
7 ; in the file PATENTS. All contributing project authors may
53 orr r6, r6, r7 ; differences of all 4 pixels
83 orr r6, r6, r7 ; differences of all 4 pixels
114 orr r6, r6, r7 ; differences of all 4 pixels
147 orr r6, r6, r7 ; differences of all 4 pixels
  /external/llvm/test/MC/MBlaze/
mblaze_fpu.s 3 # Test to ensure that all FPU instructions can be parsed by the
  /external/openssl/crypto/conf/
keysets.pl 57 * All rights reserved.
65 * apply to all code found in this distribution, be it the RC4, RSA,
85 * 3. All advertising materials mentioning features or use of this software

Completed in 603 milliseconds

<<51525354555657585960>>