HomeSort by relevance Sort by last modified time
    Searched refs:all (Results 101 - 125 of 4382) sorted by null

1 2 3 45 6 7 8 91011>>

  /build/kati/
Makefile 1 # Copyright 2015 Google Inc. All rights reserved
15 all: ckati ckati_tests
25 run_tests: all ckati_tests
  /build/kati/testcase/
cmdline_var.sh 3 # Copyright 2016 Google Inc. All rights reserved
23 all:
cmdline_var_override.sh 3 # Copyright 2016 Google Inc. All rights reserved
23 all:
  /development/samples/RenderScript/HelloCompute/
Android.mk 22 LOCAL_SRC_FILES := $(call all-java-files-under, src) \
23 $(call all-renderscript-files-under, src)
  /development/samples/RenderScript/Levels/
Android.mk 22 LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-renderscript-files-under, src)
  /development/samples/SimpleJNI/
Android.mk 29 LOCAL_SRC_FILES := $(call all-subdir-java-files)
45 # Also build all of the sub-targets under this one: the shared library.
46 include $(call all-makefiles-under,$(LOCAL_PATH))
  /development/samples/VoicemailProviderDemo/
Android.mk 23 LOCAL_SRC_FILES := $(call all-java-files-under, src)
34 include $(call all-makefiles-under,$(LOCAL_PATH))
  /device/google/marlin/telephony/ims/
Android.mk 6 LOCAL_SRC_FILES := $(call all-java-files-under, src/org) \
7 $(call all-Iaidl-files-under, src/org) \
8 $(call all-logtags-files-under, src/org)
19 include $(call all-makefiles-under,$(LOCAL_PATH))
  /device/google/marlin/telephony/internal/
Android.mk 6 LOCAL_SRC_FILES := $(call all-java-files-under, src/org) \
7 $(call all-Iaidl-files-under, src/org) \
8 $(call all-logtags-files-under, src/org)
18 include $(call all-makefiles-under,$(LOCAL_PATH))
  /device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
ucmpdi2.c 4 Copyright (c) 2008-2009, Apple Inc. All rights reserved.<BR>
20 All rights reserved.
70 x.all = a;
72 y.all = b;
  /device/linaro/bootloader/edk2/BaseTools/Tests/
GNUmakefile 4 # Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
14 all: test
  /external/ImageMagick/
gitversion.sh 4 c=`git rev-list --full-history --all --abbrev-commit | wc -l | sed -e 's/^ *//'`
5 h=`git rev-list --full-history --all --abbrev-commit | head -1`
  /external/autotest/client/deps/lansim/src/
Makefile 3 all:
16 .PHONY: all install clean test
  /external/cldr/tools/scripts/build/bin-build/
update-icu4c.sh 5 ant -f icu4c/source/data/build.xml clean all
  /external/curl/docs/cmdline-opts/
remote-name-all.d 1 Long: remote-name-all
2 Help: Use the remote file name for all URLs
5 This option changes the default action for all given URLs to be dealt with as
7 specific URL after --remote-name-all has been used, you must use "-o -" or
  /external/epid-sdk/ext/argtable3/
Makefile 15 build: all
17 all: $(ARGTABLE_LIB)
  /external/fonttools/
Makefile 0 all:
16 check: all
20 ./setup.py clean --all
22 .PHONY: all dist install install-user uninstall check clean
  /external/honggfuzz/socketfuzzer/
Makefile 0 all: vulnserver_cov
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/
Rules.java 29 * Create a mandatory rule that applies the {@link Processor} to all source files.
35 return new DefaultRule(processor, SourceMatchers.all(), true /* mustModify */);
39 * Create an optional rule that applies the {@link Processor} to all the source files.
44 return new DefaultRule(processor, SourceMatchers.all(), false /* mustModify */);
  /external/ltp/testcases/kdump/
Makefile 0 all: runkdump.conf
  /external/ltp/testcases/open_posix_testsuite/functional/threads/
Makefile 7 all clean install test:
  /external/selinux/libsemanage/include/
Makefile 5 all:
7 install: all
  /external/selinux/libsemanage/utils/
Makefile 6 all:
8 install: all
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/
incd.s 20 incd z0.d, all
26 incd z0.d, all, mul #1
32 incd z0.d, all, mul #16
33 // CHECK-INST: incd z0.d, all, mul #16
49 incd x0, all
55 incd x0, all, mul #1
61 incd x0, all, mul #16
62 // CHECK-INST: incd x0, all, mul #16
190 incd z0.d, all, mul #16
191 // CHECK-INST: incd z0.d, all, mul #1
    [all...]
inch.s 20 inch z0.h, all
26 inch z0.h, all, mul #1
32 inch z0.h, all, mul #16
33 // CHECK-INST: inch z0.h, all, mul #16
49 inch x0, all
55 inch x0, all, mul #1
61 inch x0, all, mul #16
62 // CHECK-INST: inch x0, all, mul #16
190 inch z0.h, all, mul #16
191 // CHECK-INST: inch z0.h, all, mul #1
    [all...]

Completed in 685 milliseconds

1 2 3 45 6 7 8 91011>>