/third_party/nghttp2/src/ |
D | shrpx_log.h | 46 #define LOG_ENABLED(SEVERITY) (ENABLE_LOG && shrpx::Log::log_enabled(SEVERITY)) 48 #define LOG(SEVERITY) shrpx::Log(SEVERITY, __FILE__, __LINE__) 52 (shrpx::Log(SEVERITY, __FILE__, __LINE__) << "[LISTEN:" << LISTEN << "] ") 56 (shrpx::Log(SEVERITY, __FILE__, __LINE__) << "[WORKER:" << WORKER << "] ") 60 (shrpx::Log(SEVERITY, __FILE__, __LINE__) \ 65 (shrpx::Log(SEVERITY, __FILE__, __LINE__) << "[UPSTREAM:" << UPSTREAM \ 71 (shrpx::Log(SEVERITY, __FILE__, __LINE__) \ 76 (shrpx::Log(SEVERITY, __FILE__, __LINE__) << "[DCONN:" << DCONN << "] ") 80 (shrpx::Log(SEVERITY, __FILE__, __LINE__) << "[DHTTP2:" << HTTP2 << "] ") 84 (shrpx::Log(SEVERITY, __FILE__, __LINE__) << "[MCONN:" << MCONN << "] ") [all …]
|
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/ |
D | Log.java | 15 public class Log { class 16 private static int logLevel = android.util.Log.DEBUG; 25 Log.logLevel = logLevel; in setLogLevel() 29 if (BuildConfig.DEBUG && logLevel <= android.util.Log.VERBOSE) { in v() 30 android.util.Log.v(tag, message); in v() 35 if (BuildConfig.DEBUG && logLevel <= android.util.Log.VERBOSE) { in v() 36 android.util.Log.v(tag, message, tr); in v() 41 if (BuildConfig.DEBUG && logLevel <= android.util.Log.INFO) { in i() 42 android.util.Log.i(tag, message); in i() 47 if (BuildConfig.DEBUG && logLevel <= android.util.Log.INFO) { in i() [all …]
|
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/android/ |
D | FlutterActivityAndFragmentDelegate.java | 22 import io.flutter.Log; 166 Log.d(TAG, "Attaching FlutterEngine to the Activity that owns this Fragment."); in onAttach() 197 Log.d(TAG, "Setting up FlutterEngine."); in setupFlutterEngine() 219 Log.d(TAG, "No preferred FlutterEngine was provided. Creating a new FlutterEngine for" in setupFlutterEngine() 236 Log.v(TAG, "Creating FlutterView."); in onCreateView() 267 Log.v(TAG, "onStart()"); in onStart() 278 Log.v(TAG, "Attaching FlutterEngine to FlutterView."); in onStart() 307 Log.d(TAG, "Executing Dart entrypoint: " + host.getDartEntrypointFunctionName() in doInitialFlutterViewRun() 331 Log.v(TAG, "onResume()"); in onResume() 347 Log.v(TAG, "onPostResume()"); in onPostResume() [all …]
|
D | FlutterTextureView.java | 18 import io.flutter.Log; 53 Log.v(TAG, "SurfaceTextureListener.onSurfaceTextureAvailable()"); 65 Log.v(TAG, "SurfaceTextureListener.onSurfaceTextureSizeChanged()"); 78 Log.v(TAG, "SurfaceTextureListener.onSurfaceTextureDestroyed()"); 128 Log.v(TAG, "Attaching to FlutterRenderer."); in attachToRenderer() 130 …Log.v(TAG, "Already connected to a FlutterRenderer. Detaching from old one and attaching to new on… in attachToRenderer() 140 … Log.v(TAG, "Surface is available for rendering. Connecting FlutterRenderer to Android surface."); in attachToRenderer() 157 Log.v(TAG, "Disconnecting FlutterRenderer from Android surface."); in detachFromRenderer() 164 Log.w(TAG, "detachFromRenderer() invoked when no FlutterRenderer was attached."); in detachFromRenderer() 183 …Log.v(TAG, "Notifying FlutterRenderer that Android surface size has changed to " + width + " x " +… in changeSurfaceSize() [all …]
|
D | FlutterSurfaceView.java | 18 import io.flutter.Log; 54 Log.v(TAG, "SurfaceHolder.Callback.surfaceCreated()"); 64 Log.v(TAG, "SurfaceHolder.Callback.surfaceChanged()"); 72 Log.v(TAG, "SurfaceHolder.Callback.surfaceDestroyed()"); 140 Log.v(TAG, "Attaching to FlutterRenderer."); in attachToRenderer() 142 …Log.v(TAG, "Already connected to a FlutterRenderer. Detaching from old one and attaching to new on… in attachToRenderer() 152 … Log.v(TAG, "Surface is available for rendering. Connecting FlutterRenderer to Android surface."); in attachToRenderer() 169 Log.v(TAG, "Disconnecting FlutterRenderer from Android surface."); in detachFromRenderer() 179 Log.w(TAG, "detachFromRenderer() invoked when no FlutterRenderer was attached."); in detachFromRenderer() 198 …Log.v(TAG, "Notifying FlutterRenderer that Android surface size has changed to " + width + " x " +… in changeSurfaceSize() [all …]
|
/third_party/grpc/examples/csharp/RouteGuide/RouteGuideClient/ |
D | Program.cs | 45 Log("*** GetFeature: lat={0} lon={1}", lat, lon); in GetFeature() 52 Log("Found feature called \"{0}\" at {1}, {2}", in GetFeature() 57 Log("Found no feature at {0}, {1}", in GetFeature() 63 Log("RPC failed " + e); in GetFeature() 76 … Log("*** ListFeatures: lowLat={0} lowLon={1} hiLat={2} hiLon={3}", lowLat, lowLon, hiLat, in ListFeatures() 95 Log(responseLog.ToString()); in ListFeatures() 100 Log("RPC failed " + e); in ListFeatures() 113 Log("*** RecordRoute"); in RecordRoute() 123 … Log("Visiting point {0}, {1}", point.GetLatitude(), point.GetLongitude()); in RecordRoute() 133 Log("Finished trip with {0} points. Passed {1} features. " in RecordRoute() [all …]
|
/third_party/grpc/examples/csharp/HelloworldUnity/Assets/Scripts/ |
D | HelloWorldTest.cs | 32 Application.SetStackTraceLogType(LogType.Log, StackTraceLogType.None); in RunHelloWorld() 34 Debug.Log("=============================================================="); in RunHelloWorld() 35 Debug.Log("Starting tests"); in RunHelloWorld() 36 Debug.Log("=============================================================="); in RunHelloWorld() 38 Debug.Log("Application.platform: " + Application.platform); in RunHelloWorld() 39 Debug.Log("Environment.OSVersion: " + Environment.OSVersion); in RunHelloWorld() 42 Debug.Log("Greeting: " + reply.Message); in RunHelloWorld() 44 Debug.Log("=============================================================="); in RunHelloWorld() 45 Debug.Log("Tests finished successfully."); in RunHelloWorld() 46 Debug.Log("=============================================================="); in RunHelloWorld()
|
/third_party/openh264/codec/build/android/dec/src/com/wels/dec/ |
D | WelsDecTest.java | 7 import android.util.Log; 31 Log.i (TAG, "sdcard path:" + Environment.getExternalStorageDirectory().getAbsolutePath()); in onCreate() 47 Log.i (TAG, mStreamPath + text); in onCreate() 51 Log.e ("WELS_DEC", e.getMessage()); in onCreate() 57 Log.i ("WSE_DEC", "after click"); in onCreate() 62 Log.i (TAG, "input file:" + inFile + " output file:" + outFile); in onCreate() 66 Log.e (TAG, e.getMessage()); in onCreate() 87 Log.i (TAG, "decoder performance test begin"); in runAutoDec() 92 Log.i (TAG, "have not find any coder resourse"); in runAutoDec() 104 Log.i (TAG, "decoder performance test finish"); in runAutoDec() [all …]
|
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/ |
D | Log.java | 26 public class Log { class 28 …private static final boolean LOG_DEBUG = android.util.Log.isLoggable("dEQP", android.util.Log.DEB… 35 android.util.Log.d(tag, msg); in d() 40 android.util.Log.i(tag, msg); in i() 45 android.util.Log.w(tag, msg); in w() 50 android.util.Log.w(tag, msg, tr); in w() 55 android.util.Log.e(tag, msg); in e() 60 android.util.Log.e(tag, msg, tr); in e()
|
/third_party/jsframework/runtime/main/app/ |
D | index.ts | 16 import { Log } from '../../utils/index'; 101 Log.debug(`Create a page with: ${packageName}.`); 112 Log.debug(`After create a page(${page.id}).`); 128 Log.info('call Function directly when appCreate'); 143 Log.debug(`AppError an app with: ${packageName}.`); 146 Log.debug(`AppError an app error ${packageName}.`); 149 Log.debug(`AppError an app error ${packageName}.`); 158 Log.debug(`Show an app with: ${packageName}.`); 161 Log.debug(`Show an app error ${packageName}.`); 172 Log.debug(`Hide an app with: ${packageName}.`); [all …]
|
/third_party/openh264/codec/build/android/enc/src/com/wels/enc/ |
D | WelsEncTest.java | 7 import android.util.Log; 31 Log.i (TAG, "sdcard path:" + Environment.getExternalStorageDirectory().getAbsolutePath()); in onCreate() 48 Log.i (TAG, mStreamPath + text); in onCreate() 52 Log.e (TAG, e.getMessage()); in onCreate() 58 Log.i (TAG, "after click"); in onCreate() 65 Log.e (TAG, e.getMessage()); in onCreate() 87 Log.i (TAG, "encoder performance test begin"); in runAutoEnc() 92 Log.i (TAG, "have not find any encoder resourse"); in runAutoEnc() 117 Log.i (TAG, "enc yuv file:" + yuvName[m]); in runAutoEnc() 122 Log.i (TAG, "encoder performance test finish"); in runAutoEnc() [all …]
|
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/dart/ |
D | DartMessenger.java | 16 import io.flutter.Log; 50 Log.v(TAG, "Removing handler for channel '" + channel + "'"); in setMessageHandler() 53 Log.v(TAG, "Setting handler for channel '" + channel + "'"); in setMessageHandler() 61 Log.v(TAG, "Sending message over channel '" + channel + "'"); in send() 71 Log.v(TAG, "Sending message with callback over channel '" + channel + "'"); in send() 90 Log.v(TAG, "Received message from Dart over channel '" + channel + "'"); in handleMessageFromDart() 94 Log.v(TAG, "Deferring to registered handler to process message."); in handleMessageFromDart() 98 Log.e(TAG, "Uncaught exception in binary message listener", ex); in handleMessageFromDart() 102 Log.v(TAG, "No registered handler for message. Responding to Dart with empty reply message."); in handleMessageFromDart() 109 Log.v(TAG, "Received message reply from Dart."); in handlePlatformMessageResponse() [all …]
|
/third_party/flutter/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/ |
D | SkQPActivity.java | 8 import android.util.Log; 34 Log.i(SkQP.LOG_PREFIX, "Output Dir: " + outputDirPath); in run() 39 Log.e(SkQP.LOG_PREFIX, "ensureEmtpyDirectory:" + e.getMessage()); in run() 52 Log.i(SkQP.LOG_PREFIX, "Running: " + testName); in run() 59 Log.w(SkQP.LOG_PREFIX, "Error: " + testName + " " + error); in run() 61 Log.w(SkQP.LOG_PREFIX, String.format("Fail: %s %f", testName, value)); in run() 63 Log.i(SkQP.LOG_PREFIX, "Pass: " + testName); in run() 69 Log.w(SkQP.LOG_PREFIX, "Running: " + testName); in run() 73 Log.w(SkQP.LOG_PREFIX, "Error running " + testName + ":" + error); in run() 76 Log.i(SkQP.LOG_PREFIX, "Test: " + testName + " finished successfully."); in run() [all …]
|
/third_party/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/ |
D | SkQPActivity.java | 8 import android.util.Log; 34 Log.i(SkQP.LOG_PREFIX, "Output Dir: " + outputDirPath); in run() 39 Log.e(SkQP.LOG_PREFIX, "ensureEmtpyDirectory:" + e.getMessage()); in run() 52 Log.i(SkQP.LOG_PREFIX, "Running: " + testName); in run() 59 Log.w(SkQP.LOG_PREFIX, "Error: " + testName + " " + error); in run() 61 Log.w(SkQP.LOG_PREFIX, String.format("Fail: %s %f", testName, value)); in run() 63 Log.i(SkQP.LOG_PREFIX, "Pass: " + testName); in run() 69 Log.w(SkQP.LOG_PREFIX, "Running: " + testName); in run() 73 Log.w(SkQP.LOG_PREFIX, "Error running " + testName + ":" + error); in run() 76 Log.i(SkQP.LOG_PREFIX, "Test: " + testName + " finished successfully."); in run() [all …]
|
/third_party/jsframework/runtime/main/model/ |
D | index.ts | 31 Log, 145 Log.debug( 173 Log.debug(`"onInit" lifecycle in Vm(${this.__type})`); 213 …Log.warn(`Invalid parameter type: The type of 'id' should be string or number, not ${typeof id}.`); 249 Log.warn(`Invalid parameter type: The type of 'id' should be string, not ${typeof id}.`); 278 Log.warn(`Invalid parameter type: The type of 'type' should be string, not ${typeof type}.`); 301 Log.warn(`Invalid parameter type: The type of 'type' should be string, not ${typeof type}.`); 322 Log.warn(`Invalid parameter type: The type of 'type' should be string, not ${typeof type}.`); 339 Log.warn(`Invalid parameter type: The type of 'type' should be string, not ${typeof type}.`); 358 Log.debug(`Invalid parameter type: The type of 'type' should be string, not ${typeof type}.`); [all …]
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/ |
D | MidiPortConnector.java | 25 import android.util.Log; 47 Log.i(MidiConstants.TAG, in close() 66 Log.e(MidiConstants.TAG, "could not close resources", e); in safeClose() 123 Log.e(MidiConstants.TAG, in connectToDevicePort() 130 Log.i(MidiConstants.TAG, in connectToDevicePort() 137 Log.i(MidiConstants.TAG, in connectToDevicePort() 145 Log.e(MidiConstants.TAG, in connectToDevicePort() 176 Log.e(MidiConstants.TAG, in connectToDevicePort() 183 Log.i(MidiConstants.TAG, in connectToDevicePort() 191 Log.e(MidiConstants.TAG, "could not connect to " in connectToDevicePort()
|
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/ |
D | FlutterEnginePluginRegistry.java | 22 import io.flutter.Log; 103 Log.d(TAG, "Destroying."); in destroy() 120 Log.v(TAG, "Adding plugin: " + plugin); in add() 196 Log.v(TAG, "Removing plugin: " + plugin); in remove() 285 Log.v(TAG, "Attaching to an Activity: " + activity + "." in attachToActivity() 317 Log.v(TAG, "Detaching from an Activity for config changes: " + activity); in detachFromActivityForConfigChanges() 331 Log.e(TAG, "Attempted to detach plugins from an Activity when no Activity was attached."); in detachFromActivityForConfigChanges() 338 Log.v(TAG, "Detaching from an Activity: " + activity); in detachFromActivity() 350 Log.e(TAG, "Attempted to detach plugins from an Activity when no Activity was attached."); in detachFromActivity() 356 Log.v(TAG, "Forwarding onRequestPermissionsResult() to plugins."); in onRequestPermissionsResult() [all …]
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/ |
D | NativeInterface.kt | 19 import android.util.Log 31 Log.d("MAP", effectDescriptionMap.toString()) 37 Log.d("INTERFACE", String.format("Effect %s added", effect.name)) in addEffect() 47 Log.d("INTERFACE", String.format("Effect %b at index %d", turnOn, index)) in enableEffectAt() 53 Log.d( in updateParamsAt() 70 Log.d("INTERFACE", String.format("Effect was removed at index %d", index)) in removeEffectAt() 76 Log.d("INTERFACE", String.format("Effect was rotated from %d to %d", from, to)) in rotateEffectAt() 81 Log.d("INTERFACE", "Enabling effects: $enable") in enable()
|
/third_party/typescript/tests/baselines/reference/ |
D | declFileEmitDeclarationOnly.symbols | 2 const Log = { 3 >Log : Symbol(Log, Decl(helloworld.ts, 0, 5)) 20 Log.info(`Hello ${this.name}`); 21 >Log.info : Symbol(info, Decl(helloworld.ts, 0, 13)) 22 >Log : Symbol(Log, Decl(helloworld.ts, 0, 5))
|
D | declFileEmitDeclarationOnly.types | 2 const Log = { 3 >Log : { info(msg: string): void; } 21 Log.info(`Hello ${this.name}`); 22 >Log.info(`Hello ${this.name}`) : void 23 >Log.info : (msg: string) => void 24 >Log : { info(msg: string): void; }
|
/third_party/mindspore/mindspore/lite/examples/runtime_java/app/src/main/java/com/mindspore/lite/demo/ |
D | MainActivity.java | 6 import android.util.Log; 63 Log.e(TAG, "Create CPU Config failed."); in createCPUConfig() 81 Log.e(TAG, "Init context failed"); in createLiteSession() 90 Log.e(TAG, "Create session failed"); in createLiteSession() 98 Log.e(TAG, "Compile graph failed"); in createLiteSession() 107 Log.e(TAG, "Resize failed"); in createLiteSession() 118 Log.i(TAG, msgSb.toString()); in createLiteSession() 133 … Log.e(TAG, "output tensor shape do not float, the data type is " + outTensor.getDataType()); in printTensorData() 138 Log.e(TAG, "decodeBytes return null"); in printTensorData() 145 Log.i(TAG, msgSb.toString()); in printTensorData() [all …]
|
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_trans_rotate/android/app/src/main/java/io/flutter/splash_screen_trans_rotate/ |
D | VeryLongTransitionSplashView.java | 9 import android.util.Log; 81 Log.d(TAG, "Transitioning to flutter."); in transitionToFlutter() 103 Log.d(TAG, "Saving splash state."); in saveSplashState() 107 Log.d(TAG, String.format("Transition percent: %.2f", totalTransitionPercent)); in saveSplashState() 110 Log.d(TAG, "No transition to save."); in saveSplashState() 116 Log.d(TAG, "Restoring splash state: " + bundle); in restoreSplashState() 120 …Log.d(TAG, String.format("State restored with transition percent: %.2f", transitionPercentWhenAnim… in restoreSplashState() 122 Log.d(TAG, "No state provided."); in restoreSplashState()
|
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/ |
D | Receiver.java | 27 import android.util.Log; 48 Log.v(TAG, "Received intent: '" + action + "'"); in onReceive() 89 Log.e(TAG, "Failed to open " + ANGLE_RULES_FILE + ": ", ioe); in loadRules() 108 Log.e(TAG, "No Rules in " + ANGLE_RULES_FILE); in parsePackageNames() 117 Log.v(TAG, "Skipping Rules entry with no Applications"); in parsePackageNames() 126 Log.e(TAG, "Invalid AppName: '" + appName + "'"); in parsePackageNames() 135 Log.v(TAG, "Parsed the following package names from " + ANGLE_RULES_FILE + ": " in parsePackageNames() 140 Log.e(TAG, "Error when parsing angle JSON: ", je); in parsePackageNames() 155 Log.v(TAG, "All PKGs use ANGLE set to: " + allUseAngle); in updateAllUseAngle() 167 Log.v(TAG, "Show 'ANGLE In Use' dialog box set to: " + showAngleInUseDialogBox); in updateShowAngleInUseDialogBox() [all …]
|
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_kitchen_sink/android/app/src/main/java/io/flutter/splash_screen_kitchen_sink/ |
D | FlutterZoomSplashView.java | 8 import android.util.Log; 49 Log.d(TAG, "Animation ended."); 65 Log.d(TAG, "Creating FlutterZoomSplashView"); in FlutterZoomSplashView() 78 Log.d(TAG, "Animating transition."); in transitionToFlutter() 135 Log.d(TAG, "Saving splash state."); in saveSplashState() 139 Log.d(TAG, String.format("Transition percent: %.2f", totalTransitionPercent)); in saveSplashState() 142 Log.d(TAG, "No transition to save."); in saveSplashState() 148 Log.d(TAG, "Restoring splash state: " + bundle); in restoreSplashState() 151 …Log.d(TAG, String.format("State restored with transition percent: %.2f", transitionPercentWhenAnim… in restoreSplashState() 153 Log.d(TAG, "No state provided."); in restoreSplashState()
|
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/ |
D | ErrorLogResult.java | 10 import android.util.Log; 21 this(tag, Log.WARN); in ErrorLogResult() 35 if (level >= Log.WARN || BuildConfig.DEBUG) { in error() 36 Log.println(level, tag, errorMessage + details); in error() 42 if (level >= Log.WARN || BuildConfig.DEBUG) { in notImplemented() 43 Log.println(level, tag, "method not implemented"); in notImplemented()
|