Home
last modified time | relevance | path

Searched refs:everything (Results 1 – 25 of 435) sorted by relevance

12345678910>>...18

/external/mesa3d/src/mesa/main/tests/
Denum_strings.cpp47 extern const struct enum_info everything[];
52 for (unsigned i = 0; everything[i].name != NULL; i++) { in TEST()
53 EXPECT_STREQ(everything[i].name, in TEST()
54 _mesa_lookup_enum_by_nr(everything[i].value)); in TEST()
60 for (unsigned i = 0; everything[i].name != NULL; i++) { in TEST()
61 EXPECT_EQ(everything[i].value, in TEST()
62 _mesa_lookup_enum_by_name(everything[i].name)); in TEST()
86 const struct enum_info everything[] = { variable
/external/libpng/scripts/
Doptions.awk63 everything="" # do not override defaults
142 $0 ~ /^[ ]*everything[ =]*off[ ]*$/{
143 everything = "off"
146 $0 ~ /^[ ]*everything[ =]*on[ ]*$/{
147 everything = "on"
530 if (everything != "") {
531 print "everything =", everything >out
735 …tion[i] == "off" || option[i] == "disabled" && everything != "on" || option[i] == "enabled" && eve…
/external/clang/test/SemaObjC/
Dobjc-literal-comparison.m1 // RUN: %clang_cc1 -fsyntax-only -Wno-everything -Wobjc-literal-compare "-Dnil=((id)0)" -verify %s
2 // RUN: %clang_cc1 -fsyntax-only -Wno-everything -Wobjc-literal-compare "-Dnil=(id)0" -verify %s
3 // RUN: %clang_cc1 -fsyntax-only -Wno-everything -Wobjc-literal-compare "-Dnil=0" -verify %s
5 // RUN: %clang_cc1 -fsyntax-only -Wno-everything -Wobjc-literal-compare -fobjc-arc "-Dnil=((id)0)" …
6 // RUN: %clang_cc1 -fsyntax-only -Wno-everything -Wobjc-literal-compare -fobjc-arc "-Dnil=(id)0" -v…
7 // RUN: %clang_cc1 -fsyntax-only -Wno-everything -Wobjc-literal-compare -fobjc-arc "-Dnil=0" -verif…
/external/skia/
Dskia.gyp17 'gyp/everything.gyp:everything',
DMakefile47 everything \
79 all: everything
/external/icu/icu4c/source/test/perf/
DMakefile.in27 .PHONY : everything all all-local all-recursive install install-local \
36 everything: all-recursive all-local
/external/icu/icu4c/source/test/
DMakefile.in33 .PHONY : everything all all-local all-recursive install install-local \
43 everything: all-recursive all-local
/external/libpng/contrib/conftest/
Ds_write.dfa14 everything = off
20 # to chose an internal math implementation. The default (because of 'everything
Dsimple.dfa14 everything = off
21 # to chose an internal math implementation. The default (because of 'everything
Ds_read.dfa16 everything = off
22 # to chose an internal math implementation. The default (because of 'everything
Dwrite.dfa14 everything = off
45 #option WRITE_16BIT off (this is the default with 'everything = off')
/external/eigen/unsupported/Eigen/src/SVD/
DTODOBdcsvd.txt17 … 0) comment the call to Jacobi in the last part of the divide method and everything right after
29 7) delete everything commented in step 0)
/external/llvm/test/CodeGen/ARM/
D2012-10-04-AAPCS-byval-align8.ll31 ; ldm is not formed when the coalescer failed to coalesce everything.
58 ; ldm is not formed when the coalescer failed to coalesce everything.
/external/webrtc/third_party/gflags/
Dgflags.gyp33 '<(gflags_root)/src', # For everything else.
46 '<(gflags_root)/src', # For everything else.
/external/llvm/test/Transforms/Internalize/
Dlists.ll1 ; No arguments means internalize everything
5 ; everything)
/external/pdfium/public/
DDEPS2 # public/ needs to be standalone. Explicitly disallow everything.
/external/libbrillo/
Dlibbrillo-test.pc.in6 # Because libbrillo-test is static, we have to depend directly on everything.
/external/chromium-trace/catapult/third_party/uritemplate/
DREADME.chromium10 Removed everything except for the contents of uritemplate/
/external/chromium-trace/catapult/third_party/graphy/
DREADME.chromium11 Removed everything except graphy/ and LICENSE.txt.
/external/pcre/dist/testdata/
Dgreplist2 lines because they will match everything! This is no longer true, so have one.
/external/opencv3/platforms/ios/
Dreadme.txt7 If everything's fine, a few minutes later you will get ~/<my_working_directory>/ios/opencv2.framewo…
/external/curl/tests/unit/
DREADME12 used exclusively for linking unit test programs. Just build everything as
19 everything to run unit tests, to can do 'make test' at the root level. Or you
/external/chromium-trace/catapult/third_party/webtest/
DREADME.chromium14 Removed everything except for webtest/.
/external/chromium-trace/catapult/third_party/pipeline/
DREADME.chromium14 Stripped everything except pipeline/.
/external/chromium-trace/catapult/third_party/apiclient/
DREADME.chromium12 Removed everything except for the contents of googleapiclient/ and apiclient/

12345678910>>...18