/external/valgrind/main/gdbserver_tests/ |
H A D | nlfork_chain.stderr.exp | 1 Nulgrind, the minimal Valgrind tool
|
H A D | nlself_invalidate.stderr.exp | 1 Nulgrind, the minimal Valgrind tool
|
H A D | nlgone_abrt.stderr.exp | 1 Nulgrind, the minimal Valgrind tool
|
H A D | nlgone_exit.stderr.exp | 1 Nulgrind, the minimal Valgrind tool
|
H A D | nlgone_return.stderr.exp | 1 Nulgrind, the minimal Valgrind tool
|
H A D | nlsigvgdb.stderr.exp | 1 Nulgrind, the minimal Valgrind tool
|
H A D | nlpasssigalrm.stderr.exp | 1 Nulgrind, the minimal Valgrind tool
|
H A D | nlcontrolc.stderr.exp | 1 Nulgrind, the minimal Valgrind tool
|
H A D | nlvgdbsigqueue.stderr.exp | 1 Nulgrind, the minimal Valgrind tool
|
/external/chromium_org/third_party/tcmalloc/vendor/ |
H A D | configure.ac | 4 # 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 D | cloctst.c | 5223 const char* const minimal = basic_maximize_data[i][0]; local 5228 minimal, 5233 log_err_status(status, " unexpected failure of uloc_addLikelySubtags(), minimal \"%s\" status %s\n", minimal, u_errorName(status)); 5237 if (uprv_stricmp(minimal, buffer) != 0) { 5238 log_err(" unexpected maximal value \"%s\" in uloc_addLikelySubtags(), minimal \"%s\" = \"%s\"\n", maximal, minimal, buffer); 5242 log_err(" maximal doesn't match expected %s in uloc_addLikelySubtags(), minimal \"%s\" = %s\n", maximal, minimal, buffer); 5250 const char* const minimal local 5276 const char* const minimal = full_data[i][0]; local 5303 const char* const minimal = full_data[i][2]; local 5332 const char* const minimal = maximizeErrors[i].tag; local 5367 const char* const minimal = minimizeErrors[i].expected; local [all...] |
/external/icu/icu4c/source/test/cintltst/ |
H A D | cloctst.c | 5498 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 D | Process.inc | 281 // with a minimal terminfo parsing library. Also, we don't really care whether
|
/external/nanohttpd/ |
H A D | README.md | 18 * Supports file upload (since version 1.2, 2010) with minimal memory overhead.
|
/external/chromium_org/crypto/ |
H A D | p224.cc | 45 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 D | memset.S | 45 entry sp, 16 # minimal stack frame
|
/external/chromium_org/third_party/mesa/src/docs/ |
H A D | MESA_multithread_makecurrent.spec | 137 minimal performance cost, so requiring that the GL do general
|
/external/chromium_org/third_party/mesa/src/docs/OLD/ |
H A D | MESA_program_debug.spec | 40 only provides the minimal hooks required to implement a debugger.
|
/external/mesa3d/docs/ |
H A D | MESA_multithread_makecurrent.spec | 137 minimal performance cost, so requiring that the GL do general
|
/external/mesa3d/docs/OLD/ |
H A D | MESA_program_debug.spec | 40 only provides the minimal hooks required to implement a debugger.
|
/external/libvorbis/doc/ |
H A D | 05-comment.tex | 93 Below is a proposed, minimal list of standard field names with a
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
H A D | Makefile | 456 # Use minimal symbol handling 457 LIB_OBJS += $(OUTPUT)util/symbol-minimal.o
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
H A D | codemirror.js | 2319 var minimal, selected, doc = cm.doc; 2323 minimal = hasCopyEvent && 2325 var content = minimal ? "-" : selected || cm.getSelection(); 2333 cm.display.inaccurateSelection = minimal;
|
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/ |
H A D | codemirror.js | 2305 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 D | codemirror.js | 2305 var minimal, selected, doc = cm.doc; 2309 minimal = hasCopyEvent && 2311 var content = minimal ? "-" : selected || cm.getSelection(); 2319 cm.display.inaccurateSelection = minimal;
|