Searched refs:log (Results 1 - 25 of 229) sorted by relevance

12345678910

/frameworks/compile/libbcc/include/bcc/Support/
H A DLog.h22 # include <cutils/log.h>
/frameworks/base/core/java/android/net/
H A DLinkSocket.java42 if (DBG) log("LinkSocket() EX");
50 if (DBG) log("LinkSocket(notifier) EX");
62 if (DBG) log("LinkSocket(notifier, proxy) EX");
69 if (DBG) log("LinkProperties() EX");
82 if (DBG) log("setNeeds() EX");
90 if (DBG) log("getNeeds() EX");
98 if (DBG) log("getCapabilities() EX");
111 if (DBG) log("getCapabilities(capabilities) EX");
121 if (DBG) log("setTrackedCapabilities(capabilities) EX");
128 if (DBG) log("getTrackedCapabilitie
273 protected static void log(String s) { method in class:LinkSocket
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/frameworks/telephonytests/
H A DTelephonyMockRilTestRunner.java38 log("getAllTests E");
41 log("getAllTests X");
47 log("getLoader EX");
53 log("onCreate E");
60 log("onCreate X");
68 log("onDestroy EX");
77 log("onStart EX");
84 log("finish E");
86 log("finish X");
90 private void log(Strin method in class:TelephonyMockRilTestRunner
[all...]
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DMain.java60 Log log = new Log();
65 if (!processArgs(log, args, osJarPath, osDestJar)) {
66 log.error("Usage: layoutlib_create [-v] [-p] output.jar input.jar ...");
67 log.error("Usage: layoutlib_create [-v] [--list-deps|--missing-deps] input.jar ...");
72 System.exit(listDeps(osJarPath, log));
75 System.exit(createLayoutLib(osDestJar[0], osJarPath, log));
82 private static int createLayoutLib(String osDestJar, ArrayList<String> osJarPath, Log log) { argument
83 log.info("Output: %1$s", osDestJar);
85 log.info("Input : %1$s", path);
89 AsmGenerator agen = new AsmGenerator(log, osDestJa
149 listDeps(ArrayList<String> osJarPath, Log log) argument
172 processArgs(Log log, String[] args, ArrayList<String> osJarPath, String[] osDestJar) argument
[all...]
H A DLogAbortException.java29 public void error(Log log) { argument
30 log.error(mFormat, mArgs);
/frameworks/base/opengl/java/android/opengl/
H A DGLDebugHelper.java48 * a log.
53 * @param log - null to disable logging, non-null to enable logging.
79 public static GL wrap(GL gl, int configFlags, Writer log) { argument
83 if ( log != null ) {
86 gl = new GLLogWrapper(gl, log, logArgumentNames);
97 * @param log - null to disable logging, non-null to enable logging.
100 public static EGL wrap(EGL egl, int configFlags, Writer log) { argument
101 if (log != null) {
102 egl = new EGLLogWrapper(egl, configFlags, log);
/frameworks/base/services/input/
H A DInputApplication.cpp21 #include <cutils/log.h>
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DAsyncChannelTest.java35 if (DBG) log("test1");
40 protected void log(String s) { method in class:AsyncChannelTest
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDataConnectionAc.java161 if (DBG) log("reqIsInactive");
171 if (DBG) log("rspIsInactive=" + retVal);
183 log("rspIsInactive error response=" + response);
194 if (DBG) log("reqCid");
205 if (DBG) log("rspCid=" + retVal);
217 log("rspCid error response=" + response);
228 if (DBG) log("reqRefCount");
239 if (DBG) log("rspRefCount=" + retVal);
251 log("rspRefCount error response=" + response);
262 if (DBG) log("reqApnSettin
588 private void log(String s) { method in class:DataConnectionAc
[all...]
H A DRetryManager.java115 if (VDBG) log("constructor");
142 if (VDBG) log("configure: " + maxRetryCount + ", " + retryTime + "," + randomizationTime);
176 if (VDBG) log("configure: '" + configStr + "'");
182 if (VDBG) log("configure: not empty");
190 if (VDBG) log("configure: strArray[" + i + "]='" + strArray[i] + "'");
194 if (VDBG) log("configure: splitStr[0]='" + splitStr[0] + "'");
197 if (VDBG) log("configure: splitStr[1]='" + splitStr[1] + "'");
230 if (VDBG) log("configure: splitStr[1]='" + splitStr[1] + "'");
242 if (VDBG) log("configure: setting mMaxRetryCount=" + mMaxRetryCount);
244 if (VDBG) log("configur
407 private void log(String s) { method in class:RetryManager
[all...]
H A DDataConnection.java261 protected abstract void log(String s); method in class:DataConnection
268 if (DBG) log("DataConnection constructor E");
285 if (DBG) log("DataConnection constructor X");
292 if (DBG) log("shutDown");
327 if (DBG) log("tearDownData radio is on, call deactivateDataCall");
330 if (DBG) log("tearDownData radio is off sendMessage EVENT_DEACTIVATE_DONE immediately");
360 if (DBG) log("notifyConnectionCompleted at " + timeStamp + " cause=" + cause);
371 if (VDBG) log("NotifyDisconnectCompleted");
384 log(String.format("msg=%s msg.obj=%s", msg.toString(),
401 if (DBG) log("NotifyDisconnectComplete
[all...]
H A DIccProvider.java113 if (DBG) log("insert");
180 if (DBG) log("delete");
208 if (DBG) log("parsing '" + param + "'");
253 if (DBG) log("update");
289 if (DBG) log("loadFromEf: efType=" + efType);
301 if (DBG) log(ex.toString());
308 if (DBG) log("adnRecords.size=" + N);
322 if (DBG) log("addIccRecordToEf: efType=" + efType + ", name=" + name +
342 if (DBG) log(ex.toString());
344 if (DBG) log("addIccRecordToE
427 private void log(String msg) { method in class:IccProvider
[all...]
/frameworks/base/core/tests/overlaytests/
H A Druntests.sh13 rm $log
15 echo "There were errors, please check log at $log"
19 log=$(mktemp)
27 ONE_SHOT_MAKEFILE="$android_mk" make -C "../../../../../" files | tee -a $log
45 echo "mkdir_if_needed: error: path '$path' does not begin with /" | tee -a $log
65 echo "mkdir_if_needed: file '$path' exists, but is not a directory" | tee -a $log
91 $adb shell am instrument -w -e class $class com.android.overlaytest/android.test.InstrumentationTestRunner | tee -a $log
97 $adb remount | tee -a $log
103 $adb sync data | tee -a $log
[all...]
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java104 * @param log Set true if you want trace output
106 public void initServer(boolean log) throws Exception { argument
107 initServer(DEFAULT_PORT, DEFAULT_TIMEOUT, log);
113 * @param log Set true if you want trace output
115 public void initServer(int port, boolean log) throws Exception { argument
116 initServer(port, DEFAULT_TIMEOUT, log);
124 * @param log Set true if you want trace output
126 public void initServer(int port, int timeout, boolean log) throws Exception { argument
129 mLog = log;
140 * Print to the log fil
143 protected void log(String s) { method in class:TestWebServer
[all...]
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestActivity.java118 log("ConnectivityReceiver: onReceive() is called with " + intent);
143 log("mNetworkInfo: " + mNetworkInfo.toString());
145 log("mOtherNetworkInfo: " + mOtherNetworkInfo.toString());
161 log("scan results are available");
166 log("mWifiNetworkInfo: " + mWifiNetworkInfo.toString());
200 log("Failed to establish AsyncChannel connection");
218 log("onCreate, inst=" + Integer.toHexString(hashCode()));
251 log("Disable soft ap");
255 log("Clear Wifi before we start the test.");
270 log("Initializ
767 private void log(String message) { method in class:ConnectivityManagerTestActivity
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mockril/
H A DMockRilTest.java53 static void log(String s) { method in class:MockRilTest
62 log("testProtobufSerdes E");
76 log("testProtobufSerdes X");
83 log("testEchoMsg E");
109 log("testEchoMsg X");
116 log("testGetAs E");
150 log("testGetAs X");
157 log("testGetRadioState E");
174 log("testGetRadioState state=" + state);
178 log("testGetRadioStat
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSimSmsInterfaceManager.java86 if(DBG) log("Cannot load Sms records");
136 if (DBG) log("updateMessageOnIccEf: index=" + index +
157 log("interrupted while trying to update by index");
173 if (DBG) log("copyMessageToIccEf: status=" + status + " ==> " +
187 log("interrupted while trying to update by index");
199 if (DBG) log("getAllMessagesFromEF");
213 log("interrupted while trying to load from the SIM");
228 if (DBG) log("enableCellBroadcastRange");
240 log("Failed to add cell broadcast subscription for MID range " + startMessageId
246 log("Adde
362 protected void log(String msg) { method in class:SimSmsInterfaceManager
[all...]
H A DGsmDataConnectionTracker.java138 log("onActionIntentReconnectAlarm: mState=" + mState + " reason=" + reason +
149 log("onActionIntentReconnectAlarm: apnContext state=" + apnContextState);
154 log("onActionIntentReconnectAlarm: state is FAILED|IDLE, disassociate");
161 log("onActionIntentReconnectAlarm: keep associated");
178 if (DBG) log("GsmDCT.constructor");
212 if (DBG) log("GsmDCT.dispose");
260 log(String.format("isDataPossible(%s): possible=%b isDataAllowed=%b " +
270 if(DBG) log("finalize");
349 if (DBG) log("return link properites for " + apnType);
353 if (DBG) log("retur
2415 protected void log(String s) { method in class:GsmDataConnectionTracker
[all...]
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DConnectivityManagerMobileTest.java64 log("airplane is not disabled, disable it.");
83 log("tear down ConnectivityManagerTestActivity");
89 log("disable airplane mode if it is enabled");
103 private void log(String message) { method in class:ConnectivityManagerMobileTest
149 log("the state for WIFI is changed");
150 log("reason: " +
155 log("the state for MOBILE is changed");
156 log("reason: " +
185 log("wifi state is enabled");
195 log("Wif
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DAndroidPrintStream.java22 * Print stream which log lines using Android's logging system.
35 * @param tag to log
46 protected void log(String line) { method in class:AndroidPrintStream
/frameworks/compile/libbcc/include/bcc/
H A DAssert.h35 #include <cutils/log.h>
/frameworks/compile/linkloader/utils/
H A Drsl_assert.cpp25 #include <cutils/log.h>
/frameworks/base/media/mca/filterpacks/native/imageproc/
H A Dinvert.c17 #include <android/log.h>
/frameworks/base/core/tests/coretests/src/android/net/http/
H A DCookiesTest.java47 * Test that we don't log potentially sensitive cookie values.
65 String log = out.toString("UTF-8");
66 assertTrue(log, log.contains("password"));
67 assertTrue(log, log.contains("fake.domain"));
68 assertFalse(log, log.contains("secret"));
/frameworks/base/telephony/java/android/telephony/
H A DCellInfoLte.java49 if (DBG) log("getCellIdentity: " + mCellIdentityLte);
54 if (DBG) log("setCellIdentity: " + cid);
59 if (DBG) log("getCellSignalStrength: " + mCellSignalStrengthLte);
64 if (DBG) log("setCellSignalStrength: " + css);
111 if (DBG) log("writeToParcel(Parcel, int): " + toString());
125 if (DBG) log("CellInfoLte(Parcel): " + toString());
148 * log
150 private static void log(String s) { method in class:CellInfoLte

Completed in 1719 milliseconds

12345678910