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

12

/external/valgrind/main/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_abrt.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/chromium_org/third_party/skia/src/ports/
H A DSkFontMgr_fontconfig.cpp158 SkAutoFcPattern minimal(FcPatternFilter(pattern, requestedObjectOnly));
161 hasId = FcPatternRemove(minimal, object, 0);
167 result = FcPatternGet(minimal, object, 0, &value);
172 hasId = FcPatternRemove(minimal, object, 1);
176 // 1. the same 'object' as minimal and a lang object with only 'nomatchlang'.
177 // 2. a different 'object' from minimal and a lang object with only 'matchlang'.
182 SkAutoFcPattern strong(FcPatternDuplicate(minimal));
195 FcPatternAddLangSet(minimal, FC_LANG, weakLangSet);
206 minimal, &result));
222 SkAutoFcPattern minimal(FcPatternFilte
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/
H A Dconfigure.ac4 # make sure we're interpreted by some minimal autoconf
35 # for a 'fully minimal' compile, which leaves out the stacktrace
72 AC_ARG_ENABLE([minimal],
73 [AS_HELP_STRING([--enable-minimal],
74 [build only tcmalloc-minimal (and maybe tcmalloc-minimal-debug)])],
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c5497 const char* const minimal = basic_maximize_data[i][0]; local
5502 minimal,
5507 log_err_status(status, " unexpected failure of uloc_addLikelySubtags(), minimal \"%s\" status %s\n", minimal, u_errorName(status));
5511 if (uprv_stricmp(minimal, buffer) != 0) {
5512 log_err(" unexpected maximal value \"%s\" in uloc_addLikelySubtags(), minimal \"%s\" = \"%s\"\n", maximal, minimal, buffer);
5516 log_err(" maximal doesn't match expected %s in uloc_addLikelySubtags(), minimal \"%s\" = %s\n", maximal, minimal, buffer);
5524 const char* const minimal local
5550 const char* const minimal = full_data[i][0]; local
5577 const char* const minimal = full_data[i][2]; local
5606 const char* const minimal = maximizeErrors[i].tag; local
5641 const char* const minimal = minimizeErrors[i].expected; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c5498 const char* const minimal = basic_maximize_data[i][0]; local
5503 minimal,
5508 log_err_status(status, " unexpected failure of uloc_addLikelySubtags(), minimal \"%s\" status %s\n", minimal, u_errorName(status));
5512 if (uprv_stricmp(minimal, buffer) != 0) {
5513 log_err(" unexpected maximal value \"%s\" in uloc_addLikelySubtags(), minimal \"%s\" = \"%s\"\n", maximal, minimal, buffer);
5517 log_err(" maximal doesn't match expected %s in uloc_addLikelySubtags(), minimal \"%s\" = %s\n", maximal, minimal, buffer);
5525 const char* const minimal local
5551 const char* const minimal = full_data[i][0]; local
5578 const char* const minimal = full_data[i][2]; local
5607 const char* const minimal = maximizeErrors[i].tag; local
5642 const char* const minimal = minimizeErrors[i].expected; local
[all...]
/external/llvm/lib/Support/Unix/
H A DProcess.inc281 // with a minimal terminfo parsing library. Also, we don't really care whether
/external/nanohttpd/
H A DREADME.md18 * Supports file upload (since version 1.2, 2010) with minimal memory overhead.
/external/chromium_org/crypto/
H A Dp224.cc45 FieldElement minimal; local
46 memcpy(&minimal, &a, sizeof(minimal));
47 Contract(&minimal);
51 is_zero |= minimal[i];
52 is_p |= minimal[i] - kP[i];
291 // Contract converts a FieldElement to its minimal, distinguished form.
353 // unique, minimal value we see if the value is >= p and, if so, subtract p.
/external/linux-tools-perf/perf-3.12.0/arch/xtensa/lib/
H A Dmemset.S45 entry sp, 16 # minimal stack frame
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_multithread_makecurrent.spec137 minimal performance cost, so requiring that the GL do general
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_program_debug.spec40 only provides the minimal hooks required to implement a debugger.
/external/mesa3d/docs/
H A DMESA_multithread_makecurrent.spec137 minimal performance cost, so requiring that the GL do general
/external/mesa3d/docs/OLD/
H A DMESA_program_debug.spec40 only provides the minimal hooks required to implement a debugger.
/external/libvorbis/doc/
H A D05-comment.tex93 Below is a proposed, minimal list of standard field names with a
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A DMakefile456 # Use minimal symbol handling
457 LIB_OBJS += $(OUTPUT)util/symbol-minimal.o
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js2305 var minimal, selected, doc = cm.doc;
2309 minimal = hasCopyEvent &&
2311 var content = minimal ? "-" : selected || cm.getSelection();
2319 cm.display.inaccurateSelection = minimal;
/external/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js2305 var minimal, selected, doc = cm.doc;
2309 minimal = hasCopyEvent &&
2311 var content = minimal ? "-" : selected || cm.getSelection();
2319 cm.display.inaccurateSelection = minimal;

Completed in 6648 milliseconds

12