/external/testng/src/test/java/test/dependent/ |
DependentWithDataProviderSampleTest.java | 33 private void log(String s) { method in class:DependentWithDataProviderSampleTest 40 log("prepare"); 46 log("test1"); 52 log("test2"); 58 log("clean");
|
/external/vogar/src/vogar/ |
CommandBugDatabase.java | 28 private final Log log; field in class:CommandBugDatabase 31 public CommandBugDatabase(Log log, String openBugsCommand) { 32 this.log = log; 38 List<String> openBugs = new Command.Builder(log)
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
loc_eng_msg.h | 64 virtual void log() const; 74 virtual void log() const; 83 virtual void log() const; 102 virtual void log() const; 117 virtual void log() const; 128 virtual void log() const; 143 virtual void log() const; 159 virtual void log() const; 167 virtual void log() const; 175 virtual void log() const [all...] |
/packages/providers/ContactsProvider/ |
run-all-tests.sh | 30 log=/tmp/$$.log 31 adb shell am instrument -w "${@}" |& tee $log 32 if grep -q FAILURES $log || ! grep -P -q 'OK \([1-9]' $log ; then
|
/external/deqp/modules/egl/ |
teglNegativeApiTests.cpp | 134 TestLog& log = m_testCtx.getLog(); 135 log << TestLog::Section("Test1", "EGL_BAD_PARAMETER is generated if api is not one of the accepted tokens"); 146 log << TestLog::EndSection; 148 log << TestLog::Section("Test2", "EGL_BAD_PARAMETER is generated if the specified client API is not supported by the EGL display, or no configuration is provided for the specified API."); 164 log << TestLog::EndSection; 169 TestLog& log = m_testCtx.getLog(); 172 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection"); 180 log << TestLog::EndSection; 182 log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface"); 190 log << TestLog::EndSection [all...] |
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Types/ |
tParameter_Block.py | 58 log=ACTLogging.Logger() variable 106 log.D(self.test_Nominal_Case.__doc__) 112 log.I("set parameter %s to %s" 115 assert err == None, log.E("setParameter %s %s : %s" 117 assert out == "Done", log.F("setParameter %s %s" 119 log.I("Check parameter %s value" 122 assert err == None, log.E("getParameter %s : %s" 124 assert out == value_param[index_param], log.F("getParameter %s - Expected : %s Found : %s" 126 log.I("Check filesystem value") 128 == filesystem_value[index_param]), log.F("FILESYSTEM : parameter update error for %s after setting %s [all...] |
tINT16_ARRAY.py | 58 log=ACTLogging.Logger() variable 97 log.D(self.test_Nominal_Case.__doc__) 107 assert err == None, log.E("when setting parameter %s[%s]: %s" 109 assert out == "Done", log.F("when setting parameter %s[%s]: %s" 113 assert err == None, log.E("when setting parameter %s[%s] : %s" 115 assert out == str(indexed_array_value), log.F("BLACKBOARD : Incorrect value for %s[%s], expected: %s, found: %s" 119 assert indexed_files_system_array_value == hex_indexed_array_value, log.F("FILESSYSTEM : %s[%s] update error" 140 log.D(self.test_Min_Value.__doc__) 147 assert err == None, log.E("when setting parameter %s[%s]: %s" 149 assert out == "Done", log.E("when setting parameter %s[%s]: %s [all...] |
tUINT32_ARRAY.py | 60 log=ACTLogging.Logger() variable 98 log.D(self.test_Nominal_Case.__doc__) 108 assert err == None, log.E("when setting parameter %s[%s]: %s" 110 assert out == "Done", log.F("when setting parameter %s[%s]: %s" 114 assert err == None, log.E("when setting parameter %s[%s] : %s" 116 assert out == str(indexed_array_value), log.F("BLACKBOARD : Incorrect value for %s[%s], expected: %s, found: %s" 120 assert indexed_files_system_array_value == hex_indexed_array_value, log.F("FILESSYSTEM : %s[%s] update error" 141 log.D(self.test_Min_Value.__doc__) 148 assert err == None, log.E("when setting parameter %s[%s]: %s" 150 assert out == "Done", log.E("when setting parameter %s[%s]: %s [all...] |
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
tel_test_utils.py | 148 log = logging variable 159 def abort_all_tests(log, msg): 160 log.error("Aborting all ongoing tests due to: %s.", msg) 181 def setup_droid_properties_by_adb(log, ad, sim_filename=None): 192 log.warning("Failed to load %s!", sim_filename) 200 abort_all_tests(ad.log, "Failed to find valid phone number") 207 ad.log.info("subId %s SIM record: %s", sub_id, sim_record) 211 def setup_droid_properties(log, ad, sim_filename=None): 219 log, ad, sim_filename=sim_filename) 221 refresh_droid_config(log, ad [all...] |
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
BluetoothCarHfpBaseTest.py | 41 self.hf.log.info("Role set to HF (HandsFree Carkit role).") 44 self.ag.log.info("Role set to AG (Audio Gateway Phone role).") 48 self.re.log.info("Role set to RE (Remote device).") 53 self.re2.log.info("Role set to RE2 (Remote device 2).") 60 self.log.error("Missing mandatory user config \"sim_conf_file\"!") 67 self.log.error("Unable to load user config " + sim_conf_file + 70 setup_droid_properties(self.log, self.ag, sim_conf_file) 71 self.ag_phone_number = get_phone_number(self.log, self.ag) 72 self.ag.log.info("ag tel: {}".format(self.ag_phone_number)) 74 setup_droid_properties(self.log, self.re, sim_conf_file [all...] |
/tools/test/connectivity/acts/tests/google/bt/ |
BtAirplaneModeTest.py | 41 if not toggle_airplane_mode_by_adb(self.log, self.dut, False): 70 self.log.error("Failed to set Bluetooth state to enabled") 72 if not toggle_airplane_mode_by_adb(self.log, self.dut, True): 73 self.log.error("Failed to toggle airplane mode on") 103 self.log.error("Failed to set Bluetooth state to enabled") 105 if not toggle_airplane_mode_by_adb(self.log, self.dut, True): 106 self.log.error("Failed to toggle airplane mode on") 109 self.log.info( 142 self.log.error("Failed to set Bluetooth state to enabled") 144 if not toggle_airplane_mode_by_adb(self.log, self.dut, True) [all...] |
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/ |
tDomain_Elements.py | 49 log=ACTLogging.Logger() variable 81 log.D(self.test_Nominal_Case.__doc__) 84 log.I("Listing initial domain %s elements" % (self.domain_name)) 90 log.I("command [listDomainElements] correctly executed") 98 log.I("Actual domain %s elements number is %s" % (self.domain_name,element_nbr_init)) 101 log.I("Adding a new domain element to domain %s" % (self.domain_name)) 105 log.I("Adding a new domain element to domain %s" % (self.domain_name)) 109 log.I("New domain elements %s and %s added to domain %s" % (self.elem_1_path, self.elem_2_path, self.domain_name)) 112 log.I("Removing domain element %s from domain %s" % (self.elem_1_path,self.domain_name)) 118 log.I("Listing final domain %s elements" % (self.domain_name) [all...] |
/tools/test/connectivity/acts/tests/google/bt/car_bt/ |
BtCarMediaPassthroughTest.py | 61 self.log.error( 70 self.log.error("Unable to load user config " + self. 79 self.log.error("Failed to pair") 104 self.TG.log.info("Starting AvrcpMediaBrowserService") 116 self.TG.log.info("Stopping AvrcpMediaBrowserService") 122 if not (car_media_utils.is_a2dp_connected(self.log, self.SNK, 129 self.SRC.log.error("Failed to connect on A2dp") 155 self.log, self.CT, self.TG, car_media_utils.CMD_MEDIA_PLAY, 159 self.log, self.CT, self.TG, car_media_utils.CMD_MEDIA_PAUSE, 186 self.log, self.CT, self.TG [all...] |
/tools/test/connectivity/acts/tests/google/tel/live/ |
TelephonyDataSanityTest.py | 41 self.log.info("Starting Simulation") 48 self.log.info("Stopping Simulation") 72 self.log.info("Timeout: Expected state is not received.") 89 self.log.info("Waiting for Network registration") 91 self.ed, self.anritsu, self.log) 95 self.log.info("Waiting for data state: DATA_CONNECTED") 97 self.ed, self.log, "DATA_CONNECTED", 120) 100 self.log.info("Data connection state(access enabled) " 104 self.log.info("Data connection state(access enabled) " 123 self.log.info("Waiting for Network registration" [all...] |
/external/libexif/libexif/ |
exif-log.h | 1 /*! \file exif-log.h 2 * \brief Log message infrastructure 43 void exif_log_ref (ExifLog *log); 44 void exif_log_unref (ExifLog *log); 49 * \param[in] log #ExifLog 52 void exif_log_free (ExifLog *log); 61 /*! Return a textual description of the given class of error log. 64 * \return textual description of the log class 68 /*! Return a verbose description of the given class of error log. 71 * \return verbose description of the log clas [all...] |
/external/ltp/testcases/kernel/connectors/pec/ |
run_pec_test | 55 log="$LTPROOT/output/log" 56 mkdir -p $log 2> /dev/null 58 pec_listener > "$log/listener_$1.log" 2>&1 & 63 event_generator -e $2 > "$log/generator_$1.log" 73 if [ $ret1 -ne 0 -o ! -s "$log/generator_$1.log" ]; then 90 event="`cat $log/generator_$1.log` [all...] |
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Functions/ |
tFunction_setParameter.py | 45 log=ACTLogging.Logger() variable 73 log.D(self.test_Function_Commands_Errors.__doc__) 75 log.I("Set undefined parameter value") 80 log.I("Set parameter with a forbiden character value") 84 log.I("Errors correctly detected") 86 log.I("Set parameter with a Float into an Integer parameter") 90 log.I("Errors correctly detected")
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
lightRoutingUpdate.sh | 74 function log () function 90 log "Delete routing domains" 93 log "Will delete domain $domain" 101 log "Generate domain commands from file(s): $*" 133 log "Execute commands" 154 log "Output file: $outputFilePath" 166 log "The media server PFW domains have been change, please restart it to restore old domains"
|
/external/vboot_reference/utility/ |
chromeos-tpm-recovery | 9 # Usage: chromeos-tpm-recovery <log file> 31 log() { function 36 log "ERROR: $*" 37 log "exiting" 42 log "$*: attempting to fix" 85 $tpm_takeownership -y -z || log "takeownership failed with status $?" 99 log "removing space $index" 103 log "nvtool --release: status $?" 126 log "trying to make room by freeing one space" 136 log "trying to remove space $index [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DcTesterDeactivateAll.java | 51 if (DBG) log("sIntentReceiver.onReceive: action=" + action); 54 log("Send DEACTIVATE to all Dcc's"); 60 if (DBG) log("onReceive: mDcc is null, ignoring"); 63 if (DBG) log("onReceive: unknown action=" + action); 76 log("register for intent action=" + sActionDcTesterDeactivateAll); 79 log("register for intent action=" + mPhone.getActionDetached()); 91 private static void log(String s) { method in class:DcTesterDeactivateAll
|
/packages/services/Telephony/src/com/android/phone/ |
Profiler.java | 20 import android.util.Log; 86 log(">>> call screen perf stats <<<"); 87 log(">>> request -> onCreate = " + 89 log(">>> onCreate -> created = " + 115 log(">>> incoming call panel perf stats <<<"); 116 log(">>> request -> onCreate = " + 118 log(">>> onCreate -> created = " + 123 private static void log(String msg) { method in class:Profiler 124 Log.d(LOG_TAG, "[Profiler] " + msg);
|
/system/media/audio_utils/tests/ |
powerlog_tests.cpp | 23 #include <log/log.h> 45 plog->log(&half, 1 /* frame */, 0 /* nowNs */); 46 plog->log(&half, 1 /* frame */, 1 /* nowNs */); 47 plog->log(&half, 1 /* frame */, 2 /* nowNs */); 52 plog->log(&zero, 1 /* frame */, 3 /* nowNs */); 57 plog->log(&half, 1 /* frame */, 4 /* nowNs */);
|
/tools/test/connectivity/acts/tests/google/ble/api/ |
BleAdvertiseApiTest.py | 79 self.log.debug("exp filtering mode: {}," 84 self.log.debug("exp tx power level: {}," 89 self.log.debug("exp is connectable: {}," 129 self.log.debug("Step 4: Verify all defaults match exp values.") 132 self.log.debug("exp filtering service uuids: {}," 137 self.log.debug( 143 self.log.debug( 148 self.log.debug("Some values didn't match the defaults.") 150 self.log.debug("All default values passed.") 177 self.log.debug("Step 1: Setup environment." [all...] |
/frameworks/base/core/java/android/net/metrics/ |
IpConnectivityLog.java | 24 import android.util.Log; 64 * Log a ConnectivityMetricsEvent. 65 * @param ev the event to log. If the event timestamp is 0, 69 public boolean log(ConnectivityMetricsEvent ev) { method in class:IpConnectivityLog 72 Log.d(TAG, SERVICE_NAME + " service was not ready"); 83 Log.e(TAG, "Error logging event", e); 89 * Log an IpConnectivity event. 95 public boolean log(long timestamp, Parcelable data) { method in class:IpConnectivityLog 98 return log(ev); 102 * Log an IpConnectivity event 107 public boolean log(String ifname, Parcelable data) { method in class:IpConnectivityLog 121 public boolean log(int netid, int[] transports, Parcelable data) { method in class:IpConnectivityLog 133 public boolean log(Parcelable data) { method in class:IpConnectivityLog [all...] |
/external/deqp/framework/common/ |
tcuImageCompare.hpp | 39 COMPARE_LOG_EVERYTHING = 0, //!< Always log both reference, result and error mask. 40 COMPARE_LOG_RESULT, //!< If comparison passes, log result only. If fails, everything is written to log. 41 COMPARE_LOG_ON_ERROR, //!< If comparison passes, nothing is logged. If fails, everything is written to log. 47 bool pixelThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, const RGBA& threshold, CompareLogMode logMode); 48 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, float threshold, CompareLogMode logMode); 49 int measurePixelDiffAccuracy (TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, int bestScoreDiff, int worstScoreDiff, CompareLogMode logMode); 51 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, float threshold, CompareLogMode logMode); 52 bool floatUlpThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLogMode logMode); 53 bool floatThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, cons (…) [all...] |