/external/linux-tools-perf/ |
Makefile | 188 # No Perl scripts right now: 409 msg := $(warning No libdw.h found or old libdw.h found or elfutils is older than 0.138, disables dwarf support. Please install new elfutils-devel/libdw-dev); 424 msg := $(error No gnu/libc-version.h found, please install glibc-dev[el]/glibc-static); 426 msg := $(error No libelf.h/libelf found, please install libelf-dev/elfutils-libelf-devel); 496 $(if $(1),$(warning No $(1) was found)) 591 msg := $(warning No bfd.h/libbfd found, install binutils-dev[el]/zlib-static to gain symbol demangling) 639 LIBS = -Wl,--whole-archive $(PERFLIBS) -Wl,--no-whole-archive -Wl,--start-group $(EXTLIBS) -Wl,--end-group
|
/external/openssl/ |
import_openssl.sh | 81 shift || usage "No command specified. Try import, regenerate, or generate." 84 shift || usage "No tar file specified." 88 shift || usage "No patch file specified." 94 shift || usage "No patch file specified." 96 shift || usage "No tar file specified." 214 # Out: variable value (if space-separated list, sorted with no duplicates) 423 sed 's#adb shell /system/bin/openssl no-dh#[ `adb shell /system/bin/openssl no-dh` = no-dh ]#' | \ 424 sed 's#adb shell /system/bin/openssl no-rsa#[ `adb shell /system/bin/openssl no-rsa` = no-dh ]#' | [all...] |
/external/scrypt/ |
import_scrypt.sh | 84 shift || usage "No command specified. Try import, regenerate, or generate." 87 shift || usage "No tar file specified." 91 shift || usage "No patch file specified." 97 shift || usage "No patch file specified." 99 shift || usage "No tar file specified." 217 # Out: variable value (if space-separated list, sorted with no duplicates) 487 LC_ALL=C TZ=UTC0 diff -aup $SCRYPT_DIR_ORIG/$i $SCRYPT_DIR/$i >> $patch && die "ERROR: No diff for patch $path in file $i"
|
/external/stlport/test/eh/ |
Prefix.h | 11 * in supporting documentation. Mark of the Unicorn makes no 42 // STL. They have no effect when testing other STL implementations. 112 //# define EH_VALARRAY_IMPLEMENTED 1 - we have no tests yet for valarray 211 # error No configuration for earlier versions of MSL
|
/external/v8/test/mjsunit/ |
mirror-array.js | 19 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 82 assertEquals(void 0, fromJSON.namedInterceptor, 'No named interceptor expected in JSON'); 83 assertEquals(void 0, fromJSON.indexedInterceptor, 'No indexed interceptor expected in JSON');
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/ |
XMPPathParser.java | 305 throw new XMPException("No terminating quote for array selector",
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
integer_traits.hpp | 35 // And yet there is no other reasonable implementation, so we declare this a system header 107 // No WCHAR_MIN and WCHAR_MAX, whar_t is short and unsigned: 116 // No WCHAR_MIN and WCHAR_MAX, wchar_t has the same range as int. 123 // No WCHAR_MIN and WCHAR_MAX, wchar_t has the same range as unsigned int. 128 #error No WCHAR_MIN and WCHAR_MAX present, please adjust integer_traits<> for your compiler. 224 // we have long long but no constants, this happens for example with gcc in -ansi mode,
|
/external/chromium/chrome/browser/resources/file_manager/js/ |
mock_chrome.js | 173 NOTHING_SELECTED: 'No files selected',
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
app_window_custom_bindings.js | 30 // No route to created window. If given a callback, trigger it with an 79 'chrome.app.window.current() has no associated AppWindow.');
|
/external/chromium_org/chrome_frame/test/ |
poor_mans_trybot.bat | 46 ECHO No build found to copy.
|
/external/chromium_org/tools/win/ |
copy-installer.bat | 44 ECHO No build found to copy.
|
/external/chromium_org/ui/webui/resources/js/ |
load_time_data.js | 44 expect(this.data_, 'No data. Did you remember to include strings.js?');
|
/external/oprofile/events/mips/sb1/ |
events | 24 event:0x21 counters:1,2,3 um:zero minimum:500 name:NO_VALID_INSN :No valid instr to issue
|
/external/sepolicy/ |
Android.mk | 31 $(error No sepolicy file found for $(pf) in $(BOARD_SEPOLICY_DIRS)), \
|
/ndk/build/core/ |
build-all.mk | 87 $(call __ndk_warning,WARNING: No modules to build, your APP_MODULES definition is probably incorrect!) 89 $(call __ndk_warning,WARNING: There are no modules to build in this project!)
|
/external/v8/src/ |
debug-debugger.js | 19 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 217 // If no sensible mirror or non true value break point not triggered. 538 // than one we don't return a value since there is no good way to 966 // If no index supplied return the selected frame. [all...] |
liveedit-debugger.js | 19 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 510 // No change to function or its inner functions; however its positions 728 "No corresponding function in new script found"; 738 "No corresponding function in new script found"; 745 "No corresponding function in new script found"; [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
logviewpainter.js | 122 tablePrinter.addCell(''); // No t=. 124 tablePrinter.addCell(''); // No st=. 140 * |hexString| must be a string of hexadecimal characters with no whitespace,
|
/external/chromium_org/base/time/ |
time_posix.cc | 87 #error No usable tick clock function on this platform.
|
/external/chromium_org/chrome/browser/resources/file_manager/js/media/ |
media_util.js | 86 NEVER_DISCARD: 0, // Never discards downloading. No optimization. 161 null, // No metadata.
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
CodeGeneratorInspectorStrings.py | 20 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 861 // No-op.
|
/external/chromium_org/tools/perf_expectations/ |
make_expectations.py | 275 OutputMessage('no suitable traces matched, skipping') 347 OutputMessage('no change') 370 print 'No changes.'
|
/external/clang/test/SemaTemplate/ |
current-instantiation.cpp | 223 enum Enum { Yes, No }; 248 template<typename T> N<X<T>::think> X<T>::foo() {} // expected-error {{no member named 'think' in 'X<T>'}}
|
/external/chromium_org/v8/src/ |
liveedit-debugger.js | 19 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 527 // No change to function or its inner functions; however its positions 745 "No corresponding function in new script found"; 755 "No corresponding function in new script found"; 762 "No corresponding function in new script found"; [all...] |
/external/chromium_org/chrome/browser/resources/google_now/ |
background.js | 88 var ToastButtonIndex = {YES: 0, NO: 1}; 109 // No need to schedule retry-dismiss action if another action that tries to 344 // code is no longer necessary. 443 // The cards are requested only if there are no unsent dismissals. 510 * parameter. Success means that no pending dismissals are left. 637 // Even though they only closed the notification without clicking no, treat 638 // it as though they clicked No anwyay, and don't show the toast again. 860 var buttons = [{title: 'Yes'}, {title: 'No'}];
|