/frameworks/base/core/java/android/speech/tts/ |
AbstractEventLogger.java | 48 * Notifies the logger that this request has been selected from 57 * Notifies the logger that a chunk of data has been received from 67 * Notifies the logger that the engine has finished processing data. 75 * Notifies the logger that audio playback has started for some section 89 * Notifies the logger that the current synthesis has completed.
|
/frameworks/base/packages/services/PacProcessor/jni/ |
com_android_pacprocessor_PacNative.cpp | 46 ProxyErrorLogger* logger = NULL; member in namespace:android 67 logger = new ProxyErrorLogger(); 69 logger); 79 delete logger; 81 logger = NULL;
|
/frameworks/base/tools/aapt2/ |
XmlDom.h | 20 #include "Logger.h" 120 * Inflates an XML DOM from a text stream, logging errors to the logger. 123 std::unique_ptr<Node> inflate(std::istream* in, SourceLogger* logger); 126 * Inflates an XML DOM from a binary ResXMLTree, logging errors to the logger. 129 std::unique_ptr<Node> inflate(const void* data, size_t dataLen, SourceLogger* logger);
|
Main.cpp | 105 Logger::error(Source{ file }) << "not a regular file." << std::endl; 361 Logger::error(item.source) << strerror(errno) << std::endl; 365 SourceLogger logger(item.source); 366 std::unique_ptr<xml::Node> root = xml::inflate(&in, &logger); 377 logger.error() << "failed to encode XML." << std::endl; 384 Logger::error(options.output) << "failed to write compiled '" << item.source 426 SourceLogger logger(item.source); 427 std::unique_ptr<xml::Node> root = xml::inflate(data, dataLen, &logger); 452 logger.error() << "failed to encode XML." << std::endl; 469 Logger::error(options.output) << "failed to add auto-versioned resource ' [all...] |
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
TLog.java | 25 private static Logger mLogger; 28 synchronized static public void setLogger(Logger logger) { 29 mLogger = logger; 88 public interface Logger {
|
/development/testrunner/ |
runtest.py | 46 import logger namespace 91 logger.SetTimestampLogging(False) 194 logger.SilentLog("at least one test name must be specified") 205 logger.SetVerbose(True) 253 logger.SilentLog("Building tests...") 279 logger.Log("adb root") 301 logger.Log(cmd) 308 logger.Log("make failed. Trying to rebuild all dependencies.") 309 logger.Log("mmma -j%s %s" %(self._options.make_jobs, target_dir_build_string)) 315 logger.SilentLog(output [all...] |
android_build.py | 27 import logger namespace 45 logger.Log("Error: ANDROID_BUILD_TOP not defined. Please run " 64 logger.Log("Error: ANDROID_HOST_OUT not defined. Please run " 89 logger.Log("Error: Could not get host's OS and/or ARCH") 125 logger.Log("Error: Host bin path could not be found %s" % path) 146 logger.Log("Error: ANDROID_PRODUCT_OUT not defined. Please run " 166 logger.Log("Error: Target native test path could not be found") 187 logger.Log("Error: Target system bin path could not be found") 207 logger.Log("Error: Host library path could not be found %s" % path)
|
/external/emma/core/java12/com/vladium/logging/ |
Logger.java | 7 * $Id: Logger.java,v 1.1.1.1.2.2 2004/07/16 23:32:29 vlad_r Exp $ 28 * A simple Java version-independent logging framework. Each Logger is also 30 * logging verbosity level etc. In general, a Logger is looked up as an 37 * different from the usual log4j pattern of caching a logger in a class static 43 * <LI> message is prefixed with the prefix string set in the Logger if that is 52 * MT-safety: a given Logger instance will not get corrupted by concurrent 61 final class Logger implements ILogLevels 68 public static Logger create (final int level, final PrintWriter out, final String prefix, final Set classMask) 76 return new Logger (level, out, prefix, classMask); 89 public static Logger create (final int level, final PrintWriter out, final String prefix, final Set classMask [all...] |
/external/boringssl/src/util/bot/go/ |
bootstrap.py | 32 LOGGER = logging.getLogger(__name__) 107 LOGGER.info('Removing %s', p) 127 LOGGER.info('Downloading %s...', url) 130 LOGGER.info('Extracting...') 140 LOGGER.info('Validating...') 180 LOGGER.error('Failed to run sample program:\n%s', out) 193 LOGGER.debug('Go toolset is up-to-date: %s', TOOLSET_VERSION) 196 LOGGER.info('Installing Go toolset.') 197 LOGGER.info(' Old toolset is %s', installed) 198 LOGGER.info(' New toolset is %s', available [all...] |
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
FeatureSpecificTestSuiteBuilder.java | 41 import java.util.logging.Logger; 168 private static final Logger logger = Logger.getLogger( field in class:FeatureSpecificTestSuiteBuilder 183 logger.fine(" Testing: " + name); 184 logger.fine("Features: " + formatFeatureSet(features)); 188 logger.fine("Expanded: " + formatFeatureSet(features)); 230 logger.finer(Platform.format( 235 logger.finer(Platform.format( 246 if (logger.isLoggable(FINER)) [all...] |
/external/google-breakpad/src/common/mac/ |
GTMLogger.h | 26 // * logger (GTMLogger) - The main logging class that users interact with. It 127 // GTMLogger has the concept of "standard loggers". A standard logger is simply 128 // a logger that is pre-configured with some standard/common writer, formatter, 130 // methods beginning with "standard". The alternative to a standard logger is a 131 // regular logger, which will send messages to stdout, with no special 140 // GTMLogger class directly in order to configure the shared logger, which all 163 // 3. Send all logging output from the shared logger to a file. We do this by 165 // that file handle as the logger's writer. 174 // from the shared logger. 176 // GTMLogger *logger = [GTMLogger standardLoggerWithPath:@"/tmp/temp.log"] 261 + (id)logger; variable [all...] |
/art/runtime/base/ |
timing_logger.h | 42 // Allow the name to be modified, particularly when the cumulative logger is a field within a 45 void AddLogger(const TimingLogger& logger) LOCKS_EXCLUDED(lock_); 77 // A timing logger that knows when a split starts for the purposes of logging tools, like systrace. 159 explicit ScopedTiming(const char* label, TimingLogger* logger) : logger_(logger) { 171 TimingLogger* const logger_; // The timing logger which the scoped timing is associated with. 183 // The name of the timing logger.
|
/external/emma/core/java12/com/vladium/emma/ |
Processor.java | 13 import com.vladium.logging.Logger; 40 final Logger current = Logger.getLogger (); 41 final Logger log = AppLoggers.create (m_appName, toolProperties, current); 51 Logger.push (log); 60 Logger.pop (m_log); 112 protected Logger m_log; // not null only within run()
|
/external/guava/guava/src/com/google/common/base/internal/ |
Finalizer.java | 26 import java.util.logging.Logger; 51 private static final Logger logger field in class:Finalizer 52 = Logger.getLogger(Finalizer.class.getName()); 95 logger.log(Level.INFO, "Failed to clear thread local values inherited" 166 logger.log(Level.SEVERE, "Error cleaning up after reference.", t); 208 logger.log(Level.INFO, "Couldn't access Thread.inheritableThreadLocals."
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/ |
LwjglAbstractDisplay.java | 47 import java.util.logging.Logger; 56 private static final Logger logger = Logger.getLogger(LwjglAbstractDisplay.class.getName()); field in class:LwjglAbstractDisplay 122 logger.log(Level.WARNING, null, ex2); 195 logger.info("Display destroyed."); 204 logger.log(Level.INFO, "Using LWJGL {0}", Sys.getVersion());
|
LwjglDisplay.java | 42 import java.util.logging.Logger;
48 private static final Logger logger = Logger.getLogger(LwjglDisplay.class.getName());
field in class:LwjglDisplay 95 logger.log(Level.INFO, "Selected display mode: {0}", displayMode);
160 logger.warning("create() called when display is already created!");
176 logger.log(Level.SEVERE, "Failed to set display settings!", ex);
179 logger.info("Display restarted.");
190 logger.warning("Display is not created, cannot restart window.");
|
/external/jmonkeyengine/engine/src/tools/jme3tools/savegame/ |
SaveGame.java | 21 import java.util.logging.Logger; 43 Logger.getLogger(SaveGame.class.getName()).log(Level.SEVERE, "Error creating save file!"); 49 Logger.getLogger(SaveGame.class.getName()).log(Level.SEVERE, "Error creating save file!"); 56 Logger.getLogger(SaveGame.class.getName()).log(Level.SEVERE, "Error saving data: {0}", ex1); 65 Logger.getLogger(SaveGame.class.getName()).log(Level.SEVERE, "Error saving data: {0}", ex1); 104 Logger.getLogger(SaveGame.class.getName()).log(Level.SEVERE, "Error loading data: {0}", ex); 111 Logger.getLogger(SaveGame.class.getName()).log(Level.SEVERE, "Error loading data: {0}", ex);
|
/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/ |
PrefixFileReader.java | 27 import java.util.logging.Logger; 35 private static final Logger LOGGER = Logger.getLogger(PrefixFileReader.class.getName()); 59 LOGGER.log(Level.WARNING, e.toString()); 87 LOGGER.log(Level.WARNING, e.toString()); 98 LOGGER.log(Level.WARNING, e.toString());
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
CertBlacklist.java | 31 import java.util.logging.Logger; 37 private static final Logger logger = Logger.getLogger(CertBlacklist.class.getName()); field in class:CertBlacklist 64 logger.log(Level.WARNING, "Could not parse hex value " + value, e); 71 logger.log(Level.WARNING, "Invalid pubkey hash length: " + value.length()); 82 logger.log(Level.WARNING, "Could not read blacklist", e); 156 logger.log(Level.WARNING, "Tried to blacklist invalid serial number " + value, e); 207 logger.log(Level.WARNING, "Tried to blacklist invalid pubkey " + value);
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/ |
Natives.java | 39 import java.util.logging.Logger; 47 private static final Logger logger = Logger.getLogger(Natives.class.getName()); field in class:Natives 79 logger.log(Level.WARNING, "Working directory is not writable. Using home directory instead."); 128 logger.log(Level.WARNING, "Cannot locate native library: {0}/{1}", 147 logger.log(Level.FINE, "Not copying library {0}. Latest already extracted.", fullname); 183 logger.log(Level.FINE, "Copied {0} to {1}", new Object[]{fullname, targetFile}); 218 logger.log(Level.INFO, "Extraction Directory: {0}", getExtractionDir().toString());
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/ |
config.py | 227 logger = logging.getLogger(qn) 240 logger.setLevel(logging._levelNames[level]) 241 for h in logger.handlers[:]: 242 logger.removeHandler(h) 243 logger.propagate = propagate 244 logger.disabled = 0 250 logger.addHandler(handlers[hand]) 258 logger = root.manager.loggerDict[log] 260 logger.level = logging.NOTSET 261 logger.handlers = [ [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/ |
config.py | 227 logger = logging.getLogger(qn) 240 logger.setLevel(logging._levelNames[level]) 241 for h in logger.handlers[:]: 242 logger.removeHandler(h) 243 logger.propagate = propagate 244 logger.disabled = 0 250 logger.addHandler(handlers[hand]) 258 logger = root.manager.loggerDict[log] 260 logger.level = logging.NOTSET 261 logger.handlers = [ [all...] |
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/ |
VoicemailProviderHelpers.java | 19 import com.example.android.voicemail.common.logging.Logger; 42 private static final Logger logger = Logger.getLogger(VoicemailProviderHelpers.class); field in class:VoicemailProviderHelpers 100 logger.d(String.format("Inserting new voicemail: %s", voicemail)); 112 logger.d("Updating voicemail: " + voicemail + " for uri: " + uri); 136 logger.d(String.format("Writing new voicemail content: %s", voicemailUri)); 167 logger.w("Expected 1 voicemail matching sourceData " + sourceData + ", got " + 184 logger.w("Expected 1 voicemail matching uri " + uri + ", got " + cursor.getCount()); 193 logger.w("Queried uri: " + uri + " do not represent a unique voicemail record.") [all...] |
/development/tools/mkstubs/src/com/android/mkstubs/ |
SourceGenerator.java | 19 import com.android.mkstubs.Main.Logger; 42 private Logger mLog; 44 public SourceGenerator(Logger log) {
|
/external/emma/pregenerated/res/com/vladium/emma/rt/ |
RTExitHook.closure | 3 closure=com.vladium.util.ResourceLoader,com.vladium.emma.rt.RTCoverageDataPersister,com.vladium.util.IntSet,com.vladium.logging.Logger,com.vladium.util.IntSet$Entry,com.vladium.emma.data.DataFactory$UCFileOutputStream,com.vladium.emma.rt.RTExitHook,com.vladium.util.ClassLoaderResolver$CallerResolver,com.vladium.emma.data.CoverageData,com.vladium.util.ClassLoadContext,com.vladium.emma.data.ClassDescriptor,com.vladium.util.Property$SystemPropertyLookup,com.vladium.util.IConstants,com.vladium.emma.data.IMetaData,com.vladium.emma.data.CoverageOptions,com.vladium.util.ClassLoaderResolver,com.vladium.emma.data.ICoverageData$DataHolder,com.vladium.emma.data.ISessionData,com.vladium.emma.data.DataFactory$UCFileInputStream,com.vladium.emma.data.IMetadataConstants,com.vladium.emma.data.MethodDescriptor,com.vladium.util.Property$SystemRedirectsLookup,com.vladium.emma.data.MetaData,com.vladium.logging.Logger$1,com.vladium.util.IClassLoadStrategy,com.vladium.emma.data.DataFactory$RandomAccessFileInputStream,com.vladium.emma.data.IMergeable,com.vladium.util.IntObjectMap,com.vladium.util.Property,com.vladium.logging.Logger$ThreadLocalStack,com.vladium.emma.data.DataFactory,com.vladium.emma.data.ICoverageData,com.vladium.emma.data.DataFactory$RandomAccessFileOutputStream,com.vladium.util.IntObjectMap$Entry,com.vladium.util.XProperties,com.vladium.util.ClassLoaderResolver$DefaultClassLoadStrategy,com.vladium.logging.ILogLevels,com.vladium.util.ClassLoaderResolver$1,com.vladium.util.Property$FilePropertyLookup
|