HomeSort by relevance Sort by last modified time
    Searched refs:INFO (Results 501 - 525 of 875) sorted by null

<<21222324252627282930>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RefactoringUtil.java 87 * Logs the info message
92 AdtPlugin.log(IStatus.INFO, AdtPlugin.PLUGIN_ID, message);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
LogCatMonitorDialog.java 46 LogLevel.INFO.getStringValue(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
PreferencePage.java 109 Messages.PreferencePage_Info, LogLevel.INFO.getStringValue()
  /system/core/fastbootd/
protocol.c 135 void fastboot_okay(struct protocol_handle *phandle, const char *info)
137 fastboot_ack(phandle, "OKAY", info);
153 D(INFO,"fastboot: %s\n", buffer);
  /art/compiler/llvm/
llvm_compilation_unit.cc 160 LOG(INFO) << ".bc file written successfully: " << filename;
187 LOG(INFO) << ".o file written successfully: " << filename;
  /external/chromium_org/chrome/installer/util/
delete_after_reboot_helper.cc 84 LOG(INFO) << " file not in use: " << path.value();
87 PLOG(INFO) << " file in use (or not found?): " << path.value();
  /external/chromium_org/chrome/test/nacl/
nacl_browsertest_util.cc 75 LOG(INFO) << type << " " << message;
131 LOG(INFO) << "|||| " << message;
  /external/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.cc 491 DLOG(INFO) << "Truncating sparse data file (" << sparse_data_size << " + "
627 DLOG(INFO) << "EOF record had bad crc.";
648 DLOG(INFO) << "Could not write stream 0 data.";
673 DLOG(INFO) << "Could not truncate stream 0 file.";
682 DLOG(INFO) << "Could not write eof record.";
821 DLOG(WARNING) << "Could not get platform file info.";
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnection_unittest.cc 611 LOG(INFO) << id() << "ReceiveIceMessage";
618 LOG(INFO) << id() << "OnIceCandidate";
685 LOG(INFO) << id() << "OnIceComplete";
689 LOG(INFO) << id() << "OnDataChannel";
727 LOG(INFO) << id() << "HandleIncomingOffer ";
747 LOG(INFO) << id() << "HandleIncomingAnswer";
783 LOG(INFO) << id() << "SetLocalDescription ";
804 LOG(INFO) << id() << "SetRemoteDescription ";
    [all...]
  /external/ipsec-tools/src/racoon/
racoonctl.c 138 enum { UNSPEC, ERROR, INFO } level;
140 { EVTT_PHASE1_UP, "Phase 1 established", INFO },
141 { EVTT_PHASE1_DOWN, "Phase 1 deleted", INFO },
142 { EVTT_XAUTH_SUCCESS, "Xauth exchange passed", INFO },
143 { EVTT_ISAKMP_CFG_DONE, "ISAKMP mode config done", INFO },
144 { EVTT_PHASE2_UP, "Phase 2 established", INFO },
145 { EVTT_PHASE2_DOWN, "Phase 2 deleted", INFO },
157 { EVTT_NO_ISAKMP_CFG, "No need for ISAKMP mode config ", INFO },
200 #define EVTF_CFG 0x0004 /* Print ISAKMP mode config info */
1421 * Print ISAKMP mode config info (IP and banner
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 45 'sub_debug', 'debug', 'info', 'sub_warning', 'get_logger',
58 INFO = 20
75 def info(msg, *args): function
77 _logger.log(INFO, msg, *args)
139 info('created temp directory %s', tempdir)
158 info('after forker raised exception %s', e)
288 def _exit_function(info=info, debug=debug, _run_finalizers=_run_finalizers,
297 info('process shutting down')
314 info('calling terminate() for daemon %s', p.name
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 45 'sub_debug', 'debug', 'info', 'sub_warning', 'get_logger',
58 INFO = 20
75 def info(msg, *args): function
77 _logger.log(INFO, msg, *args)
139 info('created temp directory %s', tempdir)
158 info('after forker raised exception %s', e)
288 def _exit_function(info=info, debug=debug, _run_finalizers=_run_finalizers,
297 info('process shutting down')
314 info('calling terminate() for daemon %s', p.name
    [all...]
  /external/chromium_org/net/cert/
nss_cert_database_unittest.cc 595 LOG(INFO) << "test skipped on NSS < 3.13.4";
669 LOG(INFO) << "test skipped on NSS < 3.13";
763 LOG(INFO) << "test partially skipped on NSS < 3.13";
802 LOG(INFO) << "Skipping test for NSS 3.14.2 - NSS 3.15";
    [all...]
  /external/clang/tools/scan-build/
scan-build 528 # Scan the failures directory and use the information in the .info files
534 @failures = grep { /[.]info.txt$/ && !/attribute_ignored/; } readdir(DIR);
787 # Open the info file and get the name of the source file.
788 open (INFO, "$Dir/failures/$ppfile.info.txt") or
789 die "Cannot open $Dir/failures/$ppfile.info.txt\n";
790 my $srcfile = <INFO>;
792 close (INFO);
799 print OUT " <!-- REPORTPROBLEM src=\"$srcfile\" file=\"failures/$ppfile\" clangfile=\"failures/$ppfile_clang\" stderr=\"failures/$ppfile.stderr.txt\" info=\"failures/$ppfile.info.txt\" -->\n"
    [all...]
  /art/dex2oat/
dex2oat.cc 622 LOG(INFO) << "dex2oat: option[" << i << "]=" << argv[i];
699 LOG(INFO) << "dex2oat: option[" << i << "]=" << argv[i];
835 LOG(INFO) << "dex2oat: " << oat_location;
    [all...]
  /external/ceres-solver/internal/ceres/
rotation_test.cc 473 LOG(INFO) << "AngleAxis = " << axis_angle[0] << " " << axis_angle[1]
475 LOG(INFO) << "Expected AngleAxis = " << kPi << " 0 0";
482 LOG(INFO) << "Rotation:";
483 LOG(INFO) << "EXPECTED | ACTUAL";
493 LOG(INFO) << line;
  /external/chromium/chrome/browser/extensions/
extension_browsertests_misc.cc 220 LOG(INFO) << "Load extension A done : "
230 LOG(INFO) << "Load extension B done : "
239 LOG(INFO) << "Reload extension A done: "
245 LOG(INFO) << "Reload extension B done: "
252 LOG(INFO) << "Test completed : "
    [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 240 // Sends message to host registration page with system/user info data.
625 LOG(INFO) << "Disconnecting from: " << network->service_path();
668 LOG(INFO) << "Connecting to: " << network->service_path();
697 LOG(INFO) << "Disconnecting from " << network->service_path();
726 LOG(INFO) << "Force service reconnection";
    [all...]
  /art/runtime/
common_test.h 187 LOG(INFO) << "MakeExecutable " << PrettyMethod(method);
202 LOG(INFO) << "MakeExecutable " << PrettyMethod(method) << " code=" << method_code;
216 LOG(INFO) << "MakeExecutable " << PrettyMethod(method) << " code=" << method_code;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.cc 40 // MemoryRegionMap collects info about *all* memory regions created with
71 // and asks it to record info about this very first call right from that
215 // recursive_insert allows us to buffer info about these mmap calls.
585 // Record start/end info about this memory acquisition call in a new region:
588 // First get the call stack info into the local varible 'region':
594 region.set_call_stack_depth(depth); // record stack info fully
804 RAW_LOG(INFO, "List of regions:");
    [all...]
  /external/libsepol/src/
link.c 377 INFO(state->handle, "copying role %s", id);
474 INFO(state->handle, "copying type %s", id);
544 INFO(state->handle, "copying user %s", id);
612 INFO(state->handle, "copying boolean %s", id);
646 /* Get the scope info for this boolean to see if this is the declaration,
897 INFO(state->handle, "copying alias %s", id);
1113 INFO(state->handle, "fixing role %s", id);
    [all...]
  /hardware/libhardware/tests/hwc/
cnativewindow.c 43 #define INFO(fmt...) _TRACE(1, fmt)
457 INFO("alloc buffer %p %d x %d\n", buf, win->width, win->height);
493 INFO("display %d x %d fmt=%d\n",
  /libcore/luni/src/main/java/java/util/logging/
Logger.java 124 * <li>the default level ({@link Level#INFO})
127 volatile int levelIntVal = Level.INFO.intValue();
643 * inherited from its parent. The default level is {@code Level.INFO}.
857 * Logs a message of level {@code Level.INFO}; the message is transmitted
863 public void info(String msg) { method in class:Logger
864 log(Level.INFO, msg);
    [all...]
  /art/compiler/dex/quick/arm/
int_arm.cc 185 LOG(INFO) << "Bad target sreg: " << dest_sreg << ", in "
187 LOG(INFO) << "at dex offset 0x" << std::hex << mir->offset;
188 LOG(INFO) << "vreg = " << mir_graph_->SRegToVReg(dest_sreg);
189 LOG(INFO) << "num uses = " << mir->ssa_rep->num_uses;
191 LOG(INFO) << "CONST case, vals = " << mir->dalvikInsn.vB << ", " << mir->dalvikInsn.vC;
193 LOG(INFO) << "MOVE case, operands = " << mir->ssa_rep->uses[1] << ", "
480 bool ArmMir2Lir::GenInlinedMinMaxInt(CallInfo* info, bool is_min) {
482 RegLocation rl_src1 = info->args[0];
483 RegLocation rl_src2 = info->args[1];
486 RegLocation rl_dest = InlineTarget(info);
    [all...]
  /art/compiler/dex/quick/
ralloc_util.cc 62 LOG(INFO) << "================================================";
64 LOG(INFO) << StringPrintf(
70 LOG(INFO) << "================================================";
611 void Mir2Lir::FlushAllRegsBody(RegisterInfo* info, int num_regs) {
613 if (info[i].live && info[i].dirty) {
614 if (info[i].pair) {
615 FlushRegWide(info[i].reg, info[i].partner);
617 FlushReg(info[i].reg)
644 RegisterInfo* info = GetRegInfo(reg); local
661 RegisterInfo* info = GetRegInfo(reg); local
666 RegisterInfo* info = GetRegInfo(reg); local
679 RegisterInfo* info = GetRegInfo(loc.low_reg); local
692 RegisterInfo* info = GetRegInfo(loc.low_reg); local
701 RegisterInfo* info = GetRegInfo(reg); local
    [all...]

Completed in 593 milliseconds

<<21222324252627282930>>