/external/libpng/contrib/tools/ |
intgamma.sh | 12 # Shell script to generate png.c 8-bit and 16-bit log tables (see the code in 16 # fixed point values of logarithms appropriate to finding the log of an 8-bit 51 /* 8-bit log table: png_8bit_l2[128] 52 * This is a table of -log(value/255)/log(2) for 'value' in the range 128 to
|
/external/deqp/framework/qphelper/ |
qpTestLog.h | 26 * \brief Test log library 30 * Each function takes qpTestLog pointer. Operations are done on that log 40 * All functions writing to the log return a boolean value. False 41 * means that the current write operation failed and the current log 132 /* Test log flags. */ 135 QP_TEST_LOG_EXCLUDE_IMAGES = (1<<0) /*!< Do not log images. This reduces log size considerably. */ 190 void qpTestLog_destroy (qpTestLog* log); 192 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType); 193 deBool qpTestLog_endCase (qpTestLog* log, qpTestResult result, const char* description) [all...] |
/art/sigchainlib/ |
sigchain_dummy.cc | 18 #include <android/log.h> 29 static void log(const char* format, ...) { function 43 log("ClaimSignalChain is not exported by the main executable."); 48 log("EnsureFrontOfChain is not exported by the main executable."); 53 log("UnclaimSignalChain is not exported by the main executable."); 58 log("InvokeUserSignalHandler is not exported by the main executable."); 63 log("InitializeSignalChain is not exported by the main executable.");
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
crashlogs_unittest.py | 89 log = crash_logs.find_newest_log("DumpRenderTree") 90 self.assertMultiLineEqual(log, newer_mock_crash_report) 91 log = crash_logs.find_newest_log("DumpRenderTree", 28529) 92 self.assertMultiLineEqual(log, newer_mock_crash_report) 93 log = crash_logs.find_newest_log("DumpRenderTree", 28530) 94 self.assertMultiLineEqual(log, mock_crash_report) 95 log = crash_logs.find_newest_log("DumpRenderTree", 28531) 96 self.assertIsNone(log) 97 log = crash_logs.find_newest_log("DumpRenderTree", newer_than=1.0) 98 self.assertIsNone(log) [all...] |
/external/libnl/lib/netfilter/ |
log.c | 2 * lib/netfilter/log.c Netfilter Log 16 * @defgroup log Log 27 #include <netlink/netfilter/log.h> 30 * @name Log Commands 101 static int nfnl_log_build_request(const struct nfnl_log *log, 106 if (!nfnl_log_test_group(log)) 110 0, nfnl_log_get_group(log)); 117 if (nfnl_log_test_copy_mode(log)) { [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-commons-logging.jar | |
/external/deqp/modules/glshared/ |
glsShaderExecUtil.hpp | 78 //! Log executor details (program etc.). 79 virtual void log (tcu::TestLog& log) const = 0; 99 inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor* executor) { executor->log(log); return log; } 100 inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor& executor) { executor.log(log); return log; [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/ |
drive_internals.css | 18 .log-error { 23 .log-warning { 27 .log-info {
|
/external/lldb/source/API/ |
SBCommunication.cpp | 14 #include "lldb/Core/Log.h" 31 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API)); 33 if (log) 34 log->Printf ("SBCommunication::SBCommunication (broadcaster_name=\"%s\") => " 82 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API)); 99 if (log) 100 log->Printf ("SBCommunication(%p)::AdoptFileDescriptor (fd=%d, ownd_fd=%i) => %s", 110 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API)) [all...] |
SBData.cpp | 16 #include "lldb/Core/Log.h" 89 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API)); 93 if (log) 94 log->Printf ("SBData::GetAddressByteSize () => " 102 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API)); 105 if (log) 106 log->Printf ("SBData::SetAddressByteSize (%i)", addr_byte_size); 119 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API)) [all...] |
SBFrame.cpp | 19 #include "lldb/Core/Log.h" 60 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API)); 62 if (log) 66 log->Printf ("SBFrame::SBFrame (sp=%p) => SBFrame(%p): %s", 112 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API)); 132 if (log) 133 log->Printf ("SBFrame::GetVariables () => error: could not reconstruct frame object for this SBFrame."); 138 if (log) [all...] |
/external/chromium_org/base/ |
bits.h | 20 int log = 0; local 27 log += shift; 31 return log;
|
/external/chromium_org/third_party/brotli/src/woff2/ |
port.h | 30 int log = 0; 37 log += shift; 41 return log;
|
/external/android-clat/ |
logging.h | 16 * logging.h - print a log message 22 #include <android/log.h>
|
/external/chromium_org/third_party/android_crazy_linker/src/tests/ |
foo.cpp | 5 #include <android/log.h>
|
foo2.cpp | 5 #include <android/log.h>
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
log_format.h | 5 // Log format information shared by reader and writer. 12 namespace log { namespace in namespace:leveldb 32 } // namespace log
|
/external/e2fsprogs/ext2ed/ |
ext2ed.conf.in | 22 # LogFile is the location of the log file. Actual changes to the filesystem 26 LogFile /var/log/ext2ed.log
|
/external/libnfc-nci/halimpl/bcm2079x/include/ |
OverrideLog.h | 22 * /system/core/include/cutils/log.h. This header must be the first header 34 #include <cutils/log.h> //define Android logging macros 54 ** Returns: Global log level:
|
/external/libnfc-nci/src/include/ |
OverrideLog.h | 22 * /system/core/include/cutils/log.h. This header must be the first header 34 #include <cutils/log.h> //define Android logging macros 54 ** Returns: Global log level:
|
/external/llvm/utils/crosstool/ |
create-snapshots.sh | 24 local log="${module}.log" 25 echo "Running: svn export -r ${REV} ${module}; log in ${log}" 27 ${module} > ${log} 2>&1 35 rm -rf ${module} ${log}
|
/external/mockito/src/org/mockito/internal/util/ |
ConsoleMockitoLogger.java | 12 public void log(Object what) {
method in class:ConsoleMockitoLogger
|
/external/chromium_org/chrome/browser/metrics/ |
omnibox_metrics_provider.cc | 103 // We simply don't log events to UMA if there is a single incognito 105 // still log events from non-incognito sessions. 110 void OmniboxMetricsProvider::RecordOmniboxOpenedURL(const OmniboxLog& log) { 113 static_cast<int>(Tokenize(log.text, base::kWhitespaceUTF16, &terms)); 117 if (log.tab_id != -1) { 118 // If we know what tab the autocomplete URL was opened in, log it. 119 omnibox_event->set_tab_id(log.tab_id); 121 omnibox_event->set_typed_length(log.text.length()); 122 omnibox_event->set_just_deleted_text(log.just_deleted_text); 124 omnibox_event->set_selected_index(log.selected_index) [all...] |
/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/ |
test_util.cc | 26 void LogStatusCallback(StatusCallbackLog* log, base::File::Error result) { 27 log->push_back(result);
|
/external/chromium_org/components/autofill/content/renderer/ |
renderer_save_password_progress_logger.cc | 21 void RendererSavePasswordProgressLogger::SendLog(const std::string& log) { 23 new AutofillHostMsg_RecordSavePasswordProgress(routing_id_, log));
|