Searched refs:minimal (Results 1 - 25 of 43) sorted by relevance

12

/external/valgrind/gdbserver_tests/
H A Dnlfork_chain.stderr.exp1 Nulgrind, the minimal Valgrind tool
H A Dnlself_invalidate.stderr.exp1 Nulgrind, the minimal Valgrind tool
H A Dnlgone_exit.stderr.exp1 Nulgrind, the minimal Valgrind tool
H A Dnlgone_return.stderr.exp1 Nulgrind, the minimal Valgrind tool
H A Dnlsigvgdb.stderr.exp1 Nulgrind, the minimal Valgrind tool
H A Dnlpasssigalrm.stderr.exp1 Nulgrind, the minimal Valgrind tool
H A Dnlcontrolc.stderr.exp1 Nulgrind, the minimal Valgrind tool
H A Dnlvgdbsigqueue.stderr.exp1 Nulgrind, the minimal Valgrind tool
/external/swiftshader/third_party/subzero/src/
H A DIceBuildDefs.h92 constexpr bool minimal() { return ALLOW_MINIMAL_BUILD; } function in namespace:Ice::BuildDefs
H A DIceCompileServer.cpp153 {"minimal_build", BuildDefs::minimal()},
229 if (BuildDefs::minimal() && Flags.getBitcodeAsText())
231 "minimal build");
235 (!BuildDefs::minimal() && Flags.getBitcodeAsText())
252 if (!BuildDefs::minimal() && getFlags().getSanitizeAddresses()) {
H A DIceClFlags.h132 /* TODO(jpp): figure out which optional flags are used in minimal, and \
136 !BuildDefs::minimal() || true; \
H A DIceGlobalContext.h374 if (!BuildDefs::minimal())
379 if (!BuildDefs::minimal() && Instrumentor)
554 if (!BuildDefs::minimal() && Instrumentor != nullptr)
H A DIceBrowserCompileServer.cpp92 if (BuildDefs::minimal())
/external/clang/
H A DAndroid.mk4 .PHONY: clang-toolchain-minimal clang-toolchain-full llvm-tools
5 clang-toolchain-minimal: \
9 clang-toolchain-minimal \
66 clang-toolchain-minimal: \
93 clang-toolchain-minimal: \
H A Dbuild.py183 targets = ['clang-toolchain-minimal']
219 install_built_host_files(build_dir, install_dir, host, strip, minimal=True)
239 def get_built_host_files(host, minimal):
258 if minimal:
283 def install_built_host_files(build_dir, install_dir, host, strip, minimal=None):
284 built_files = get_built_host_files(host, minimal)
/external/valgrind/gdbserver_tests/solaris/
H A Dnlcontrolc.stderr.exp1 Nulgrind, the minimal Valgrind tool
/external/skia/src/ports/
H A DSkFontMgr_fontconfig.cpp196 SkAutoFcPattern minimal(FcPatternFilter(pattern, requestedObjectOnly));
199 hasId = FcPatternRemove(minimal, object, 0);
205 result = FcPatternGet(minimal, object, 0, &value);
210 hasId = FcPatternRemove(minimal, object, 1);
214 // 1. the same 'object' as minimal and a lang object with only 'nomatchlang'.
215 // 2. a different 'object' from minimal and a lang object with only 'matchlang'.
220 SkAutoFcPattern strong(FcPatternDuplicate(minimal));
233 FcPatternAddLangSet(minimal, FC_LANG, weakLangSet);
244 minimal, &result));
260 SkAutoFcPattern minimal(FcPatternFilte
[all...]
/external/skqp/src/ports/
H A DSkFontMgr_fontconfig.cpp196 SkAutoFcPattern minimal(FcPatternFilter(pattern, requestedObjectOnly));
199 hasId = FcPatternRemove(minimal, object, 0);
205 result = FcPatternGet(minimal, object, 0, &value);
210 hasId = FcPatternRemove(minimal, object, 1);
214 // 1. the same 'object' as minimal and a lang object with only 'nomatchlang'.
215 // 2. a different 'object' from minimal and a lang object with only 'matchlang'.
220 SkAutoFcPattern strong(FcPatternDuplicate(minimal));
233 FcPatternAddLangSet(minimal, FC_LANG, weakLangSet);
244 minimal, &result));
260 SkAutoFcPattern minimal(FcPatternFilte
[all...]
/external/honggfuzz/examples/bind/
H A Dnamed.conf31 minimal-responses no;
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c5700 const char* const minimal = basic_maximize_data[i][0]; local
5705 minimal,
5710 log_err_status(status, " unexpected failure of uloc_addLikelySubtags(), minimal \"%s\" status %s\n", minimal, u_errorName(status));
5714 if (uprv_stricmp(minimal, buffer) != 0) {
5715 log_err(" unexpected maximal value \"%s\" in uloc_addLikelySubtags(), minimal \"%s\" = \"%s\"\n", maximal, minimal, buffer);
5719 log_err(" maximal doesn't match expected %s in uloc_addLikelySubtags(), minimal \"%s\" = %s\n", maximal, minimal, buffer);
5727 const char* const minimal local
5753 const char* const minimal = full_data[i][0]; local
5780 const char* const minimal = full_data[i][2]; local
5809 const char* const minimal = maximizeErrors[i].tag; local
5844 const char* const minimal = minimizeErrors[i].expected; local
[all...]
/external/libchrome/crypto/
H A Dp224.cc47 FieldElement minimal; local
48 memcpy(&minimal, &a, sizeof(minimal));
49 Contract(&minimal);
53 is_zero |= minimal[i];
54 is_p |= minimal[i] - kP[i];
293 // Contract converts a FieldElement to its minimal, distinguished form.
355 // unique, minimal value we see if the value is >= p and, if so, subtract p.
/external/walt/docs/
H A DDragLatency.md35 The WALT app finds a shift _S_ such that the standard deviation of _y_( _t<sub>i</sub>_ + _S_) is minimal - that is the 'x' marks are as close as possible to a horizontal straight line on the graph below. The reported number is the average of the two time shifts calculated separately for the upper and the lower lines (corresponding to two sides of the finger).
/external/v8/src/
H A Dflag-definitions.h504 DEFINE_BOOL(minimal, false,
507 DEFINE_IMPLICATION(minimal, ignition)
508 DEFINE_NEG_IMPLICATION(minimal, crankshaft)
509 DEFINE_NEG_IMPLICATION(minimal, use_ic)
/external/skia/tests/
H A DPathOpsBuilderConicTest.cpp146 SkPath minimal; local
147 while (subsetContours.subset(failed, &minimal)) {
148 failed = simplify_fails(reporter, minimal);
151 lastFailed = minimal;
157 while (subsetVerbs.subset(failed, &minimal)) {
158 failed = simplify_fails(reporter, minimal);
161 lastFailed = minimal;
/external/skqp/tests/
H A DPathOpsBuilderConicTest.cpp146 SkPath minimal; local
147 while (subsetContours.subset(failed, &minimal)) {
148 failed = simplify_fails(reporter, minimal);
151 lastFailed = minimal;
157 while (subsetVerbs.subset(failed, &minimal)) {
158 failed = simplify_fails(reporter, minimal);
161 lastFailed = minimal;

Completed in 4126 milliseconds

12