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

12 3 4 5 6 7 8 91011>>

  /build/kati/testcase/
final_rule.sh 3 # Copyright 2018 Google Inc. All rights reserved
26 all: FOO :=$= bar
28 all: FOO +=$= baz
29 all:
final_rule2.sh 3 # Copyright 2018 Google Inc. All rights reserved
26 all: FOO +=$= bar
28 all: FOO +=$= baz
29 all:
err_missing_endef.mk 0 all:
readonly_global_missing.sh 3 # Copyright 2016 Google Inc. All rights reserved
22 all: FOO = bar
24 all:
readonly_rule.sh 3 # Copyright 2016 Google Inc. All rights reserved
23 all: FOO $1 bar
24 all: .KATI_READONLY $2 FOO
26 all: FOO $3 baz
27 all:
readonly_rule_missing.sh 3 # Copyright 2016 Google Inc. All rights reserved
23 all: .KATI_READONLY = FOO
24 all:
  /development/samples/ToyVpn/server/linux/
Makefile 17 all:
  /external/autotest/client/cros/ui/
image_comparison.conf 4 [all]
  /external/autotest/client/cros/video/
image_comparison.conf 4 [all]
  /external/python/cpython2/Modules/zlib/
Makefile 0 all:
  /external/clang/test/PCH/
headersearch.cpp 12 // RUN: echo '#include "tmp2.h"' > %t_orig/all.h
13 // RUN: echo '#include "sub/orig_sub.h"' >> %t_orig/all.h
14 // RUN: echo '#include "orig_sub2.h"' >> %t_orig/all.h
15 // RUN: echo 'int all();' >> %t_orig/all.h
21 // RUN: cd %t_orig && %clang_cc1 -triple %itanium_abi_triple -x c++ -emit-pch -o all.h.pch -Isub2 all.h
25 // RUN: %clang_cc1 -triple %itanium_abi_triple -include-pch all.h.pch -I%t_moved -I%t_moved/sub2 -Wpadded -emit-llvm-only %s 2> %t.stderr
29 // RUN: not %clang_cc1 -triple %itanium_abi_triple -DREDECL -include-pch all.h.pch -I%t_moved -I%t_moved/sub2 -emit-llvm-only %s 2> %t.stderr
33 // RUN: not %clang_cc1 -triple %itanium_abi_triple -DINSTANTIATION -include-pch all.h.pch -I%t_moved -I%t_moved/sub2 -emit-llvm-only %s 2> %t.stder
    [all...]
  /external/icu/icu4c/
Android.mk 19 include $(call all-subdir-makefiles)
  /external/kmod/testsuite/
Makefile 7 all:
15 .PHONY: all clean check
  /external/libcap/contrib/
Makefile 1 .PHONY: all clean
2 all clean:
  /external/linux-kselftest/tools/testing/selftests/kmod/
Makefile 4 all:
  /external/linux-kselftest/tools/testing/selftests/locking/
Makefile 6 all:
  /external/linux-kselftest/tools/testing/selftests/static_keys/
Makefile 4 all:
  /external/linux-kselftest/tools/testing/selftests/sysctl/
Makefile 5 all:
  /external/linux-kselftest/tools/testing/selftests/user/
Makefile 4 all:
  /external/skia/tests/
SkBase64Test.cpp 14 char all[256]; local
16 all[index] = (signed char) (index + 1);
18 all[255] = 0;
22 size_t encodeLength = SkBase64::Encode(all + offset, length, nullptr);
24 SkBase64::Encode(all + offset, length, src.get());
28 REPORTER_ASSERT(reporter, (strcmp((const char*) (all + offset), tryMe.getData()) == 0));
  /bionic/
Android.mk 3 include $(call all-makefiles-under,$(LOCAL_PATH))
  /cts/
Android.mk 17 include $(call all-subdir-makefiles)
  /cts/tests/mocking/
Android.mk 2 include $(call all-makefiles-under,$(LOCAL_PATH))
  /cts/tests/tests/provider/
Android.mk 2 include $(call all-makefiles-under,$(LOCAL_PATH))
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/
charset-media.css 3 @media all {

Completed in 459 milliseconds

12 3 4 5 6 7 8 91011>>