Searched refs:everything (Results 1 – 25 of 435) sorted by relevance
12345678910>>...18
/external/mesa3d/src/mesa/main/tests/ |
D | enum_strings.cpp | 47 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/ |
D | options.awk | 63 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/ |
D | objc-literal-comparison.m | 1 // 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/ |
D | skia.gyp | 17 'gyp/everything.gyp:everything',
|
D | Makefile | 47 everything \ 79 all: everything
|
/external/icu/icu4c/source/test/perf/ |
D | Makefile.in | 27 .PHONY : everything all all-local all-recursive install install-local \ 36 everything: all-recursive all-local
|
/external/icu/icu4c/source/test/ |
D | Makefile.in | 33 .PHONY : everything all all-local all-recursive install install-local \ 43 everything: all-recursive all-local
|
/external/libpng/contrib/conftest/ |
D | s_write.dfa | 14 everything = off 20 # to chose an internal math implementation. The default (because of 'everything
|
D | simple.dfa | 14 everything = off 21 # to chose an internal math implementation. The default (because of 'everything
|
D | s_read.dfa | 16 everything = off 22 # to chose an internal math implementation. The default (because of 'everything
|
D | write.dfa | 14 everything = off 45 #option WRITE_16BIT off (this is the default with 'everything = off')
|
/external/eigen/unsupported/Eigen/src/SVD/ |
D | TODOBdcsvd.txt | 17 … 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/ |
D | 2012-10-04-AAPCS-byval-align8.ll | 31 ; 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/ |
D | gflags.gyp | 33 '<(gflags_root)/src', # For everything else. 46 '<(gflags_root)/src', # For everything else.
|
/external/llvm/test/Transforms/Internalize/ |
D | lists.ll | 1 ; No arguments means internalize everything 5 ; everything)
|
/external/pdfium/public/ |
D | DEPS | 2 # public/ needs to be standalone. Explicitly disallow everything.
|
/external/libbrillo/ |
D | libbrillo-test.pc.in | 6 # Because libbrillo-test is static, we have to depend directly on everything.
|
/external/chromium-trace/catapult/third_party/uritemplate/ |
D | README.chromium | 10 Removed everything except for the contents of uritemplate/
|
/external/chromium-trace/catapult/third_party/graphy/ |
D | README.chromium | 11 Removed everything except graphy/ and LICENSE.txt.
|
/external/pcre/dist/testdata/ |
D | greplist | 2 lines because they will match everything! This is no longer true, so have one.
|
/external/opencv3/platforms/ios/ |
D | readme.txt | 7 If everything's fine, a few minutes later you will get ~/<my_working_directory>/ios/opencv2.framewo…
|
/external/curl/tests/unit/ |
D | README | 12 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/ |
D | README.chromium | 14 Removed everything except for webtest/.
|
/external/chromium-trace/catapult/third_party/pipeline/ |
D | README.chromium | 14 Stripped everything except pipeline/.
|
/external/chromium-trace/catapult/third_party/apiclient/ |
D | README.chromium | 12 Removed everything except for the contents of googleapiclient/ and apiclient/
|
12345678910>>...18