HomeSort by relevance Sort by last modified time
    Searched full:console (Results 126 - 150 of 2124) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/about_tracing/
inspector_connection.html 90 console.log('Unrecognized ack', message);
104 console.log('Unhandled ', message.method);
110 console.log('Unknown dispatchMessage: ', payload);
  /external/lz4/programs/
lz4cli.c 171 DISPLAY( " -c : force write to standard output, even if it is the console\n");
201 DISPLAY( " - if stdout is not the console, then [output] = stdout \n");
202 DISPLAY( " - if stdout is console : \n");
212 DISPLAY( "stdin, stdout and the console : \n");
213 DISPLAY( "To protect the console from binary flooding (bad argument mistake)\n");
214 DISPLAY( "%s will refuse to read from console, or write to console \n", programName);
215 DISPLAY( "except if '-c' command is specified, to force output to console \n");
343 /* Force stdout, even if stdout==console */
434 /* Check if input or output are defined as console; trigger an error in this case *
    [all...]
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaCon.dsp 5 # TARGTYPE "Win32 (x86) Console Application" 0x0103
20 !MESSAGE "LzmaCon - Win32 Release" (based on "Win32 (x86) Console Application")
21 !MESSAGE "LzmaCon - Win32 Debug" (based on "Win32 (x86) Console Application")
52 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
53 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /out:"C:\Util\lzma.exe"
76 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
77 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /out:"C:\Util\lzma.exe" /pdbtype:sept
310 # Begin Group "Console"
315 SOURCE=..\..\UI\Console\BenchCon.cpp
319 SOURCE=..\..\UI\Console\BenchCon.h
    [all...]
  /frameworks/base/docs/html/distribute/monetize/
freemium.jd 62 Account</a> from Developer Console. You then define <a href=
63 "{@docRoot}distribute/googleplay/developer-console.html#in-app-products">in-app
64 products</a> in the Developer Console, integrate the In-app Billing API into
subscriptions.jd 48 Account</a> from the Developer Console. You then define subscriptions for
50 "{@docRoot}distribute/googleplay/developer-console.html#in-app-billing">In-app
51 Products</a> section of the Developer Console, integrate the In-app Billing
premium.jd 16 "/distribute/googleplay/developer-console.html#selling-pricing-your-products">
17 set prices for your apps</a> in the Developer Console. You can optionally
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/command/
CtsConsole.java 28 import com.android.tradefed.command.Console;
46 * Specialization of trade federation console that adds CTS commands to list plans and packages.
48 public class CtsConsole extends Console {
151 helpBuilder.append(" exit: gracefully exit the cts console, waiting till all ");
261 Console console = new CtsConsole(); local
262 Console.startConsole(console, args);
  /developers/samples/android/connectivity/network/BasicNetworking/
template-params.xml 31 on the active connection, and then the connection type is printed to an on-screen console.
65 on the active connection, and then the connection type is printed to an on-screen console.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 42 using Console = System.Console;
125 Console.WriteLine("examine memo " + ruleName + " at " + input.Index + ": " + stopIndex);
146 Console.WriteLine("memoize " + ruleName);
161 Console.WriteLine("enterDecision canBacktrack=" + couldBacktrack + " " + decisionNumber +
198 Console.WriteLine("exitDecision " + decisionNumber + " in " + d.decision.ruleName +
207 Console.WriteLine("consume token " + token);
225 Console.WriteLine("consume " + thisRefIndex + " " + depth + " tokens ahead in " +
251 Console.WriteLine("LT(" + i + ")=" + t + " index " + t.TokenIndex + " relative to " + d.decision.ruleName + "-" +
259 Console.WriteLine("set last token " + lastRealTokenTouchedInDecision)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
JSystem.cs 46 return Console.Error;
55 return Console.Out;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 41 using Console = System.Console;
130 Console.WriteLine("examine memo " + ruleName + " at " + input.Index + ": " + stopIndex);
155 Console.WriteLine("memoize " + ruleName);
173 Console.WriteLine("enterDecision canBacktrack=" + couldBacktrack + " " + decisionNumber +
213 Console.WriteLine("exitDecision " + decisionNumber + " in " + d.decision.ruleName +
223 Console.WriteLine("consume token " + token);
244 Console.WriteLine("consume " + thisRefIndex + " " + depth + " tokens ahead in " +
276 Console.WriteLine("LT(" + i + ")=" + t + " index " + t.TokenIndex + " relative to " + d.decision.ruleName + "-" +
285 Console.WriteLine("set last token " + lastRealTokenTouchedInDecision)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
JSystem.cs 45 return Console.Error;
54 return Console.Out;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/templateFiles/
testResults.php.template 53 Console output logs
59 These <a href="consoleLogs.php">logs</a> contain the console output captured while
  /external/libvncserver/webclients/novnc/include/
util.js 11 /*global window, console, document, navigator, ActiveXObject */
77 if (typeof window.console === "undefined") {
79 window.console = {
84 window.console = {
93 case 'debug': Util.Debug = function (msg) { console.log(msg); };
94 case 'info': Util.Info = function (msg) { console.log(msg); };
95 case 'warn': Util.Warn = function (msg) { console.warn(msg); };
96 case 'error': Util.Error = function (msg) { console.error(msg); };
  /external/selinux/libsemanage/tests/
libsemanage-tests.c 26 #include <CUnit/Console.h>
47 printf("\t-i, --interactive\t\tinteractive console\n");
  /external/selinux/libsepol/tests/
libsepol-tests.c 28 #include <CUnit/Console.h>
51 printf("\t-i, --interactive\t\tinteractive console\n");
  /external/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
Callstacker.vcxproj 55 <SubSystem>Console</SubSystem>
70 <SubSystem>Console</SubSystem>
  /external/skia/experimental/SkV8Example/js/
snow.js 73 console.log(ticks);
95 console.log("HAS_PATH: " + HAS_PATH);
  /frameworks/base/docs/html-intl/intl/zh-tw/distribute/googleplay/families/
start.jd 24 ??????????????????<a href="https://play.google.com/apps/publish/"> Developer Console </a>?????? Designed for Families???????????? Google Play ???????????????????????? Google Play ????????????
36 <li>? Developer Console ? [??????]<strong></strong> ????????????????????? [?????] ????????? <strong>Designed for Families</strong> ??????????<img src="/images/gp-dff-optin.png" style="border:2px solid #ddd;margin:1em 0;">
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
hndrte_debug.h 56 _HD_CONS_P console; /* Console */ member in struct:hndrte_debug
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BufferedTreeNodeStream.cs 36 using Console = System.Console;
252 //Console.Out.WriteLine( "revIndex=" + tokenTypeToStreamIndexesMap );
353 Console.Out.WriteLine( "start last node: " + i + " size==" + nodes.Count );
361 Console.Out.WriteLine( "stop at node: " + i + " " + nodes[i] );
498 Console.Out.WriteLine("toString");
505 //Console.Out.WriteLine( "stop: " + stop );
507 Console.Out.Write("toString: " + ((CommonTree)start).Token + ", ");
509 Console.Out.WriteLine(start);
511 Console.Out.WriteLine(((CommonTree)stop).Token)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BufferedTreeNodeStream.cs 37 using Console = System.Console;
288 //Console.Out.WriteLine( "revIndex=" + tokenTypeToStreamIndexesMap );
417 Console.Out.WriteLine( "start last node: " + i + " size==" + nodes.Count );
425 Console.Out.WriteLine( "stop at node: " + i + " " + nodes[i] );
593 Console.Out.WriteLine( "toString" );
602 //Console.Out.WriteLine( "stop: " + stop );
604 Console.Out.Write( "toString: " + ( (CommonTree)start ).Token + ", " );
606 Console.Out.WriteLine( start );
608 Console.Out.WriteLine( ( (CommonTree)stop ).Token )
    [all...]
  /frameworks/base/docs/html-intl/intl/zh-tw/distribute/tools/
localization-checklist.jd 386 ????????????????????????????????????????????????????????????????? Google Play Developer Console ??????? (???<a href="#gp-trans">??????</a>)?
406 Google Play ????????????????????????????? Developer Console ????????????????????????? Google ?????????????????????????????????????????????????????????????????
545 Google Play ?????????????????????????????????????????????? Developer Console ?????????????????
562 ????????????????????? Google Play ???????????????? Developer Console ????????????
566 ???????????????????????????????????????????????????????????????? beta ????????????????????????????????? Developer Console ??????
582 ???????????????????????????????????????? 7 ??? 10 ?????????????? UI ??????????????????????????? Developer Console?????????????????????????????????????
586 ?????????????????????????????????????????????????????????????????????/??????????????????????????????????????? Developer Console???????????????????????????????????????????????????????
600 ???? Google Play??????????????? alpha ? beta ???????? Developer Console ????????????
610 Google Play ???????????????????? Developer Console ??? APK ?????????????????? alpha ? beta ????????? alpha ????????????? beta ?????????
650 ???????????????? Developer Console ?????????????????????????????????????????????????????????????????
    [all...]
  /cts/tests/signature-tests/
run_unit_tests.sh 47 -cp ${JAR_PATH} com.android.tradefed.command.Console run singleCommand host -n --class android.signature.cts.tests.AllTests "$@"
  /cts/tools/cts-native-scanner/tests/
run_unit_tests.sh 35 -cp ${JAR_PATH} com.android.tradefed.command.Console run singleCommand host -n --class com.android.cts.nativescanner.UnitTests "$@"

Completed in 520 milliseconds

1 2 3 4 56 7 8 91011>>