/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_gdb.py | 220 'Verify the pretty-printing of various "int" values' 228 'Verify the pretty-printing of various "long" values' 235 'Verify the pretty-printing of True, False and None' 241 'Verify the pretty-printing of dictionaries' 247 'Verify the pretty-printing of lists' 252 'Verify the pretty-printing of strings' 259 'Verify the pretty-printing of tuples' 265 'Verify the pretty-printing of unicode values' 271 # Test printing a single character: 275 # Test printing a Japanese unicode strin [all...] |
/system/core/bootstat/ |
README.md | 43 ## Printing boot events ##
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
missing_key_func.sh | 3 # missing_key_func.sh -- a test case for printing error messages when
|
/external/clang/lib/Frontend/Rewrite/ |
HTMLPrint.cpp | 1 //===--- HTMLPrint.cpp - Source code -> HTML pretty-printing --------------===// 10 // Pretty-printing of source code to HTML. 29 // Functional HTML pretty-printing.
|
/external/libedit/src/ |
prompt.c | 45 * prompt.c: Prompt printing functions 146 * Install a prompt printing function 178 * Retrieve the prompt printing function
|
/external/llvm/test/Analysis/BranchProbabilityInfo/ |
noreturn.ll | 7 ; CHECK: Printing analysis {{.*}} for function 'test1' 23 ; CHECK: Printing analysis {{.*}} for function 'test2' 53 ; CHECK: Printing analysis {{.*}} for function 'test3'
|
/external/v8/tools/gyp/pylib/gyp/ |
easy_xml.py | 42 pretty: True if we want pretty printing with indents and new lines. 63 pretty: True if we want pretty printing with indents and new lines. 113 pretty: True if we want pretty printing with indents and new lines.
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteDebug.java | 35 * Controls the printing of informational SQL log messages. 43 * Controls the printing of SQL statements as they are executed. 51 * Controls the printing of wall-clock time taken to execute SQL statements
|
/external/proguard/src/proguard/ |
ProGuard.java | 181 System.out.println("Printing configuration to [" + fileName(configuration.printConfiguration) + "]..."); 248 System.out.println("Printing kept classes, fields, and methods..."); 281 System.out.println("Printing usage to [" + fileName(configuration.printUsage) + "]..."); 339 System.out.println("Printing mapping to [" + fileName(configuration.printMapping) + "]..."); 407 System.out.println("Printing classes to [" + fileName(configuration.dump) + "]...");
|
/frameworks/base/core/java/android/print/ |
PrintDocumentInfo.java | 31 * This class encapsulates information about a document for printing 36 * the range to print. Also a print service may optimize the printing 39 * Instances of this class are created by the printing application and 100 * of dedicated photo paper. Also it may use a lower quality printing 111 * instead of normal paper. Also it may use a higher quality printing
|
/external/nist-sip/java/gov/nist/core/ |
GenericObject.java | 38 * pretty printing that all other classes benifit from. 326 * Pretty printing function accumulator for objects. 334 * Pretty printing accumulator function for ints 342 * Pretty printing accumulator function for shorts 349 * Pretty printing accumulator function for chars 358 * Pretty printing accumulator function for longs 366 * Pretty printing accumulator function for booleans 374 * Pretty printing accumulator function for doubles 382 * Pretty printing accumulator function for floats 390 * Debug printing function [all...] |
/external/tcpdump/ |
CHANGES | 19 changes to hex printing of CDP packets 20 Fix PPI printing 67 some NFSv4 fixes for printing 68 fix printing of unknown TCP options, and tcp fast-open 72 improvements to babel printing 99 Fix printing of infinite lifetime in ICMPv6. 130 Fix printing of BGP optional headers. 174 fixes for PPI packet header handling and printing. 197 When printing the link-layer type list, send *all* output to 210 Fix printing of MAC addresses for VLAN frames with a lengt [all...] |
/external/v8/build/ |
all.gyp | 287 '../printing/printing.gyp:*', 460 '../printing/printing.gyp:printing_unittests', [all...] |
/external/llvm/test/Analysis/BlockFrequencyInfo/ |
irreducible.ll | 6 ; CHECK-LABEL: Printing analysis {{.*}} for function 'multiexit': 94 ; CHECK-LABEL: Printing analysis {{.*}} for function 'multientry': 134 ; CHECK-LABEL: Printing analysis {{.*}} for function 'crossloops': 160 ; CHECK-LABEL: Printing analysis {{.*}} for function 'loop_around_irreducible': 191 ; CHECK-LABEL: Printing analysis {{.*}} for function 'two_sccs': 231 ; CHECK-LABEL: Printing analysis {{.*}} for function 'loop_inside_irreducible': 263 ; CHECK-LABEL: Printing analysis {{.*}} for function 'loop_around_branch_with_irreducible': 306 ; CHECK-LABEL: Printing analysis {{.*}} for function 'loop_around_branch_with_irreducible_around_loop': 355 ; CHECK-LABEL: Printing analysis {{.*}} for function 'nonheader': 388 ; CHECK-LABEL: Printing analysis {{.*}} for function 'nonentry_header' [all...] |
/external/google-breakpad/src/testing/gtest/include/gtest/ |
gtest-printers.h | 165 // case printing it as an integer is the desired behavior. In case 166 // T is not an enum, printing it as an integer is the best we can do 387 // When printing a plain char, we always treat it as unsigned. This 444 // Prints the given number of elements in an array, without printing 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments, 487 // Helper function for printing a tuple. T must be instantiated with 569 // a reference type. The same for printing value.second. 576 // Implements printing a non-reference type T by letting the compiler 592 // By default, ::testing::internal::PrintTo() is used for printing 619 // omit some details by printing only the first and the las [all...] |
/external/gtest/include/gtest/ |
gtest-printers.h | 165 // case printing it as an integer is the desired behavior. In case 166 // T is not an enum, printing it as an integer is the best we can do 387 // When printing a plain char, we always treat it as unsigned. This 444 // Prints the given number of elements in an array, without printing 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments, 487 // Helper function for printing a tuple. T must be instantiated with 569 // a reference type. The same for printing value.second. 576 // Implements printing a non-reference type T by letting the compiler 592 // By default, ::testing::internal::PrintTo() is used for printing 619 // omit some details by printing only the first and the las [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest-printers.h | 165 // case printing it as an integer is the desired behavior. In case 166 // T is not an enum, printing it as an integer is the best we can do 387 // When printing a plain char, we always treat it as unsigned. This 444 // Prints the given number of elements in an array, without printing 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments, 487 // Helper function for printing a tuple. T must be instantiated with 569 // a reference type. The same for printing value.second. 576 // Implements printing a non-reference type T by letting the compiler 592 // By default, ::testing::internal::PrintTo() is used for printing 619 // omit some details by printing only the first and the las [all...] |
/external/mesa3d/src/gtest/include/gtest/ |
gtest-printers.h | 165 // case printing it as an integer is the desired behavior. In case 166 // T is not an enum, printing it as an integer is the best we can do 387 // When printing a plain char, we always treat it as unsigned. This 444 // Prints the given number of elements in an array, without printing 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments, 487 // Helper function for printing a tuple. T must be instantiated with 569 // a reference type. The same for printing value.second. 576 // Implements printing a non-reference type T by letting the compiler 592 // By default, ::testing::internal::PrintTo() is used for printing 619 // omit some details by printing only the first and the las [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/ |
gtest-printers.h | 165 // case printing it as an integer is the desired behavior. In case 166 // T is not an enum, printing it as an integer is the best we can do 387 // When printing a plain char, we always treat it as unsigned. This 444 // Prints the given number of elements in an array, without printing 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments, 487 // Helper function for printing a tuple. T must be instantiated with 569 // a reference type. The same for printing value.second. 576 // Implements printing a non-reference type T by letting the compiler 592 // By default, ::testing::internal::PrintTo() is used for printing 619 // omit some details by printing only the first and the las [all...] |
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
gtest-printers.h | 165 // case printing it as an integer is the desired behavior. In case 166 // T is not an enum, printing it as an integer is the best we can do 387 // When printing a plain char, we always treat it as unsigned. This 444 // Prints the given number of elements in an array, without printing 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments, 487 // Helper function for printing a tuple. T must be instantiated with 569 // a reference type. The same for printing value.second. 576 // Implements printing a non-reference type T by letting the compiler 592 // By default, ::testing::internal::PrintTo() is used for printing 619 // omit some details by printing only the first and the las [all...] |
/external/compiler-rt/lib/asan/ |
asan_flags.inc | 67 "Number of seconds to sleep between printing an error report and " 77 "Print various statistics after printing an error message or if " 136 "Crash the program after printing the first error report "
|
/external/mdnsresponder/mDNSShared/ |
dns-sd.1 | 147 To advertise the existence of LPR printing service on port 515 on this 148 machine, such that it will be discovered by the Mac OS X printing software 149 and other DNS-SD compatible printing clients, use:
|
mDNS.1 | 151 To advertise the existence of LPR printing service on port 515 on this 152 machine, such that it will be discovered by the Mac OS X printing software 153 and other DNS-SD compatible printing clients, use:
|
/frameworks/native/include/binder/ |
TextOutput.h | 54 // Text output stream for printing to the log (via utils/Log.h). 57 // Text output stream for printing to stdout. 60 // Text output stream for printing to stderr.
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
list.go | 107 omits the packages from consideration during the usual printing. 110 printing. Erroneous packages will have a non-empty ImportPath and 188 // we can avoid printing a newline if one was already written or
|