/development/testrunner/test_defs/ |
D | native_test.py | 26 import logger 57 logger.SilentLog("Tests source %s" % source_list) 61 logger.SilentLog("Host tests %s" % host_list) 66 logger.SilentLog("Target tests %s" % target_list) 69 logger.Log("\nRunning on host") 72 logger.Log("%s... failed" % f) 76 logger.Log("%s... ok\t\t[valgrind: ok]" % f) 78 logger.Log("%s... ok\t\t[valgrind: failed]" % f) 80 logger.Log("%s... ok\t\t[valgrind: missing]" % f) 83 logger.Log("\nRunning on target") [all …]
|
D | instrumentation_test.py | 27 import logger 117 logger.Log('Error: both class and java package options are specified') 142 logger.Log(adb_cmd) 151 logger.Log("Running in coverage mode, suppressing test output") 165 logger.Log("Error: could not find coverage data on device") 172 logger.Log("Coverage report generated at %s" % coverage_file) 203 logger.Log("Error in %s: %s" % (test_result.GetTestName(), 207 logger.Log("Failure in %s: %s" % (test_result.GetTestName(), 211 logger.Log("Tests run: %d, Failures: %d, Errors: %d" % 246 logger.SilentLog('Using java test class %s' % class_name_arg) [all …]
|
D | test_walker.py | 28 import logger 72 logger.Log('%s does not exist' % path) 78 logger.Log('%s is not a sub-directory of build root %s' % 86 logger.SilentLog('No tests found within %s, searching upwards' % path) 203 logger.SilentLog('Found makefile at %s, but did not detect any tests.' 242 logger.Log('A tests Android.mk was not found')
|
D | test_defs.py | 26 import logger 58 logger.Log("test file %s does not exist" % file_path) 61 logger.Log("Error Parsing xml file: %s " % file_path) 64 logger.Log("Error Parsing xml file: %s Reason: %s" % (file_path, e.msg)) 99 logger.SilentLog("Overriding test definition %s" % test.GetName())
|
/development/testrunner/ |
D | runtest.py | 46 import logger 91 logger.SetTimestampLogging(False) 209 logger.SilentLog("at least one test name must be specified") 220 logger.SetVerbose(True) 268 logger.SilentLog("Building tests...") 294 logger.Log("adb root") 325 logger.Log(cmd) 332 logger.Log("make failed. Trying to rebuild all dependencies.") 333 logger.Log("mmma -j%s %s" %(self._options.make_jobs, target_dir_build_string)) 339 logger.SilentLog(output) [all …]
|
D | adb_interface.py | 30 import logger 70 logger.SilentLog("about to run %s" % adb_cmd) 131 logger.Log("ADB Pull Failed: Source file %s does not exist." % src) 174 logger.Log("Unrecognized output from adb root: %s" % output) 239 logger.Log(command_string) 253 logger.Log("Error! Test run failed: %s" % short_msg_result) 257 logger.Log("INSTRUMENTATION ABORTED!") 276 logger.Log(adb_command_string) 346 logger.Log("Waiting for device package manager...") 379 logger.Log("Waiting for process %s" % name) [all …]
|
D | android_build.py | 27 import logger 45 logger.Log("Error: ANDROID_BUILD_TOP not defined. Please run " 64 logger.Log("Error: ANDROID_HOST_OUT not defined. Please run " 101 logger.Log("Error: Host bin path could not be found %s" % path) 122 logger.Log("Error: ANDROID_PRODUCT_OUT not defined. Please run " 142 logger.Log("Error: Target native test path could not be found") 163 logger.Log("Error: Target system bin path could not be found") 183 logger.Log("Error: Host library path could not be found %s" % path)
|
D | run_command.py | 27 import logger 60 logger.Log("No response for %s, retrying" % cmd) 111 logger.SilentLog("failed to retrieve stdout from: %s" % cmd) 112 logger.Log(e) 116 logger.SilentLog("Error: %s returned %d error code" %(cmd, 137 logger.SilentLog("about to raise a timeout for: %s" % cmd)
|
/development/samples/browseable/MidiScope/src/com.example.android.midiscope/ |
D | MidiScope.java | 46 public static void setScopeLogger(ScopeLogger logger) { in setScopeLogger() argument 47 if (logger != null) { in setScopeLogger() 49 LoggingReceiver loggingReceiver = new LoggingReceiver(logger); in setScopeLogger() 52 mScopeLogger = logger; in setScopeLogger()
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/ |
D | VoicemailProviderHelpers.java | 42 private static final Logger logger = Logger.getLogger(VoicemailProviderHelpers.class); field in VoicemailProviderHelpers 100 logger.d(String.format("Inserting new voicemail: %s", voicemail)); in insert() 112 logger.d("Updating voicemail: " + voicemail + " for uri: " + uri); in update() 136 logger.d(String.format("Writing new voicemail content: %s", voicemailUri)); in setVoicemailContent() 167 logger.w("Expected 1 voicemail matching sourceData " + sourceData + ", got " + in findVoicemailBySourceData() 184 logger.w("Expected 1 voicemail matching uri " + uri + ", got " + cursor.getCount()); in findVoicemailByUri() 193 logger.w("Queried uri: " + uri + " do not represent a unique voicemail record."); in findVoicemailByUri() 220 logger.i(String.format("Deleting all voicemails")); in deleteAll() 232 logger.i(String.format("Fetching all voicemails")); in getAllVoicemails()
|
/development/samples/browseable/BasicImmersiveMode/src/com.example.android.basicimmersivemode/ |
D | MainActivity.java | 26 import com.example.android.common.logger.Log; 27 import com.example.android.common.logger.LogFragment; 28 import com.example.android.common.logger.LogWrapper; 29 import com.example.android.common.logger.MessageOnlyLogFilter;
|
/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/ |
D | MainActivity.java | 26 import com.example.android.common.logger.Log; 27 import com.example.android.common.logger.LogFragment; 28 import com.example.android.common.logger.LogWrapper; 29 import com.example.android.common.logger.MessageOnlyLogFilter;
|
/development/samples/browseable/ImmersiveMode/src/com.example.android.immersivemode/ |
D | MainActivity.java | 26 import com.example.android.common.logger.Log; 27 import com.example.android.common.logger.LogFragment; 28 import com.example.android.common.logger.LogWrapper; 29 import com.example.android.common.logger.MessageOnlyLogFilter;
|
/development/samples/browseable/RepeatingAlarm/src/com.example.android.repeatingalarm/ |
D | MainActivity.java | 26 import com.example.android.common.logger.Log; 27 import com.example.android.common.logger.LogFragment; 28 import com.example.android.common.logger.LogWrapper; 29 import com.example.android.common.logger.MessageOnlyLogFilter;
|
/development/samples/browseable/StorageClient/src/com.example.android.storageclient/ |
D | MainActivity.java | 26 import com.example.android.common.logger.Log; 27 import com.example.android.common.logger.LogFragment; 28 import com.example.android.common.logger.LogWrapper; 29 import com.example.android.common.logger.MessageOnlyLogFilter;
|
/development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/ |
D | MainActivity.java | 26 import com.example.android.common.logger.Log; 27 import com.example.android.common.logger.LogFragment; 28 import com.example.android.common.logger.LogWrapper; 29 import com.example.android.common.logger.MessageOnlyLogFilter;
|
/development/tools/idegen/src/com/android/idegen/ |
D | IntellijProject.java | 40 private static final Logger logger = Logger.getLogger(IntellijProject.class.getName()); field in IntellijProject 76 logger.info("Directory " + moduleDir + " does not exist in " + repoRoot + in build() 82 logger.info("Module '" + dir.getPath() + "' not found." + in build() 128 logger.info("Creating " + out.getCanonicalPath()); in createModulesFile() 181 logger.info("copying " + file.getCanonicalPath() + " to " + in copyTemplates() 189 logger.info("Args: " + Arrays.toString(args)); in main() 192 logger.severe("Not enough input arguments. Aborting"); in main()
|
/development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/ |
D | MainActivity.java | 28 import com.example.android.common.logger.Log; 29 import com.example.android.common.logger.LogFragment; 30 import com.example.android.common.logger.LogWrapper; 31 import com.example.android.common.logger.MessageOnlyLogFilter;
|
/development/samples/browseable/BeamLargeFiles/src/com.example.android.beamlargefiles/ |
D | MainActivity.java | 28 import com.example.android.common.logger.Log; 29 import com.example.android.common.logger.LogFragment; 30 import com.example.android.common.logger.LogWrapper; 31 import com.example.android.common.logger.MessageOnlyLogFilter;
|
/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/ |
D | MainActivity.java | 28 import com.example.android.common.logger.Log; 29 import com.example.android.common.logger.LogFragment; 30 import com.example.android.common.logger.LogWrapper; 31 import com.example.android.common.logger.MessageOnlyLogFilter;
|
/development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/ |
D | MainActivity.java | 27 import com.example.android.common.logger.Log; 28 import com.example.android.common.logger.LogFragment; 29 import com.example.android.common.logger.LogWrapper; 30 import com.example.android.common.logger.MessageOnlyLogFilter;
|
/development/samples/browseable/FloatingActionButtonBasic/src/com.example.android.floatingactionbuttonbasic/ |
D | MainActivity.java | 27 import com.example.android.common.logger.Log; 28 import com.example.android.common.logger.LogFragment; 29 import com.example.android.common.logger.LogWrapper; 30 import com.example.android.common.logger.MessageOnlyLogFilter;
|
/development/samples/browseable/RecyclerView/src/com.example.android.recyclerview/ |
D | MainActivity.java | 27 import com.example.android.common.logger.Log; 28 import com.example.android.common.logger.LogFragment; 29 import com.example.android.common.logger.LogWrapper; 30 import com.example.android.common.logger.MessageOnlyLogFilter;
|
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.swiperefreshlistfragment/ |
D | MainActivity.java | 27 import com.example.android.common.logger.Log; 28 import com.example.android.common.logger.LogFragment; 29 import com.example.android.common.logger.LogWrapper; 30 import com.example.android.common.logger.MessageOnlyLogFilter;
|
/development/samples/browseable/DragAndDropAcrossApps/DropTarget/src/com.example.android/droptarget/ |
D | MainActivity.java | 27 import com.example.android.common.logger.Log; 28 import com.example.android.common.logger.LogFragment; 29 import com.example.android.common.logger.LogWrapper; 30 import com.example.android.common.logger.MessageOnlyLogFilter;
|