HomeSort by relevance Sort by last modified time
    Searched refs:console (Results 51 - 75 of 637) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/toybox/toys/other/
oneit.c 16 -c Which console device to use (/dev/console doesn't do CTRL-C, etc).
35 char *console;
42 // - In the child, attach stdio to /dev/tty0 (/dev/console is special)
99 xopen_stdio(TT.console ? TT.console : "/dev/tty0", O_RDWR|O_CLOEXEC);
  /external/vogar/src/vogar/tasks/
Task.java 22 import vogar.Console;
85 final void run(Console console) {
90 console.verbose("running " + this);
98 console.verbose("warning " + this + " " + result);
  /tools/tradefederation/core/src/com/android/tradefed/command/
CommandRunner.java 97 CommandRunner console = new CommandRunner(); local
98 console.run(mainArgs);
99 System.exit(console.getErrorCode().getCodeValue());
  /external/webrtc/webrtc/tools/loopback_test/
adapter.js 26 console.log((performance.now() / 1000).toFixed(3) + ": " + text);
41 console.log("This appears to be Firefox");
112 console.log("Attaching media stream");
118 console.log("Reattaching media stream");
136 console.log("This appears to be Chrome");
202 console.log('Error attaching stream to element.');
210 console.log("Browser does not appear to be WebRTC-capable");
  /external/vogar/src/vogar/
Driver.java 73 run.console.info("Nothing to do.");
77 run.console.info("Actions: " + actions.size());
118 run.console.info("Printing XML Reports... ");
120 run.console.info(numFiles + " XML files written.");
130 run.console.summarizeOutcomes(annotatedOutcomes.values());
134 run.console.warn(
140 run.console.info(String.format(
145 run.console.info(String.format("Outcomes: %s. All successful. Took %s.",
209 new ActionFinder(run.console, actions, outcomes).findActions(file);
215 run.console.verbose("skipped " + earlyFailure.getName())
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.console_1.0.200.v20100601.jar 
  /external/autotest/server/site_tests/firmware_PDDataSwap/
firmware_PDDataSwap.py 64 # plankton console command to force PD disconnect
96 def _get_data_role(self, console, port):
99 @param console: pd console object for uart access
104 role = console.get_pd_role(port)
143 def _send_data_swap_get_reply(self, console, port):
146 The PD console debug mode is enabled prior to sending
151 @param console: pd console object for uart access
155 # Enable PD console debug mode to show control message
    [all...]
  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
kvm-recheck.sh 4 # check the build and console output for errors. Given a directory
43 if test -f "$i/console.log"
53 parse-torture.sh $i/console.log $configfile
55 parse-console.sh $i/console.log $configfile
kvm-recheck-rcu.sh 36 ngps=`grep ver: $i/console.log 2> /dev/null | tail -1 | sed -e 's/^.* ver: //' -e 's/ .*$//'`
52 nclosecalls=`grep --binary-files=text 'torture: Reader Batch' $i/console.log | tail -1 | awk '{for (i=NF-8;i<=NF;i++) sum+=$i; } END {print sum}'`
kvm-recheck-lock.sh 35 ncs=`grep "Writes: Total:" $i/console.log 2> /dev/null | tail -1 | sed -e 's/^.* Total: //' -e 's/ .*$//'`
  /packages/apps/Browser2/test/resources/
js-test.js 7 console.log(msg);
12 console.log(msg);
16 console.log("TEST FINISHED");
  /external/v8/src/inspector/
inspected-context.cc 9 #include "src/inspector/v8-console.h"
49 v8::Local<v8::Object> console = local
52 ->Set(info.context, toV8StringInternalized(isolate, "console"),
53 console)
56 m_console.Reset(isolate, console);
v8-console.cc 5 #include "src/inspector/v8-console.h"
11 #include "src/inspector/v8-console-message.h"
51 v8::Local<v8::Object> console = ensureConsole();
55 if (!console->GetPrivate(m_context, key).ToLocal(&inspectedContextValue))
149 v8::Local<v8::Object> console = ensureConsole(); local
153 if (!console->GetPrivate(m_context, privateKey).ToLocal(&mapValue))
157 if (!console->SetPrivate(m_context, privateKey, map).FromMaybe(false))
230 v8::Local<v8::Object> console = ensureConsole(); local
234 if (!console->GetPrivate(m_context, key).ToLocal(&flagValue))
241 if (!console->SetPrivate(m_context, key, v8::True(m_isolate)
666 v8::Local<v8::Object> console = v8::Object::New(isolate); local
    [all...]
  /external/vogar/test/vogar/android/
DeviceRuntimeAdbTargetTest.java 46 new DeviceFilesystem(console, ImmutableList.<String>of());
48 new DeviceFileCache(console, new File("runner"), deviceFilesystem);
49 return new AdbTarget(console, deviceFilesystem, deviceFileCache);
  /external/autotest/server/cros/ap_configurators/basic_auth_extension/
background.js 11 bkg.console.log("Listening")
17 bkg.console.log("Calling back with credentials");
  /external/skia/experimental/SkV8Example/js/
sample.js 21 console.log(ticks);
  /external/syslinux/com32/modules/
cat.c 3 #include <console.h>
kbdmap.c 15 #include <console.h>
  /external/syslinux/com32/samples/
advdump.c 20 #include <console.h>
resolv.c 22 #include <console.h>
  /external/syslinux/gpxe/src/core/
getkey.c 22 #include <console.h>
36 * Read character from console if available within timeout period
39 * @ret character Character read from console
  /device/google/dragon/
dump_bq25892.sh 9 /system/bin/fwtool ec console >> ${LOG_FILE}
  /external/linux-kselftest/tools/testing/selftests/pstore/
pstore_post_reboot_tests 40 prlog -n "Checking console files exist in pstore filesystem ... "
41 check_files_exist console
53 prlog -n "Checking console file contains oops end marker ... "
54 grep -q "\---\[ end trace" console-${backend}-0
  /external/vboot_reference/scripts/image_signing/sample-test-configs/
ensure_secure_kernelparams.config 10 required_kparams_common=( quiet console=tty2 init=/sbin/init add_efi_memmap
  /external/webrtc/webrtc/tools/rtcbot/bot/browser/
bot.js 17 console.log("Getting user media.");
22 console.log("GetUserMedia success.");
29 console.log("Creating peer connection");
42 console.log("Adding local stream.");
45 console.log("Undefined stream!");
102 console.log("Stream " + stream.id + " attached to video element");
112 console.log(id + " is not id for stream.");

Completed in 718 milliseconds

1 23 4 5 6 7 8 91011>>