HomeSort by relevance Sort by last modified time
    Searched refs:PRINT (Results 76 - 100 of 114) sorted by null

1 2 34 5

  /bionic/linker/
linker.cpp 351 PRINT("readlink(\"%s\") failed: %s [fd=%d]", &proc_self_fd[0], strerror(errno), fd);
957 PRINT("Warning: ignoring very long library path: %s", path);
996 PRINT("warning: unable to get realpath for the library \"%s\". Will use given path.",
1007 PRINT("Warning: ignoring very long library path: %s/%s", path, name);
1034 PRINT("warning: unable to get realpath for the library \"%s\". Will use given path.", buf);
1067 PRINT("warning: unable to get realpath for the library \"%s\". Will use given path.", name);
    [all...]
linker_soinfo.cpp 407 PRINT("\"%s\": ignoring DT_PREINIT_ARRAY in shared library!", get_realpath());
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
Ax88772.h 73 #define PRINT(_L_STR) (gST->ConOut->OutputString(gST->ConOut,(_L_STR)))
    [all...]
  /external/valgrind/exp-bbv/tests/amd64-linux/
ll.S 42 # PRINT LOGO
121 call write_stdout # print the logo
131 # PRINT VERSION
166 call center_and_print # center and print
247 # mov $' ',%al # print a space
248 mov $0x20,%al # print a space
325 pop %rsi # print 'M RAM, '
349 call center_and_print # center and print
352 # Print Host Name
361 call center_and_print # center and print
    [all...]
  /external/valgrind/exp-bbv/tests/x86-linux/
ll.S 36 # PRINT LOGO
113 call write_stdout # print the logo
123 # PRINT VERSION
158 call center_and_print # center and print
242 # mov $' ',%al # print a space
243 mov $0x20,%al # print a space
286 call *%edx # print first word
288 call skip_spaces # print next word
322 pop %esi # print 'M RAM, '
347 call center_and_print # center and print
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
builder_misc.cpp 398 /// PRINT("index %d = 0x%p\n",{C(lane), pIndex});
399 /// where C(lane) creates a constant value to print, and pIndex is the Value*
401 /// @param printStr - constant string to print, which includes format specifiers
402 /// @param printArgs - initializer list of Value*'s to print to std out
403 CallInst *Builder::PRINT(const std::string &printStr,const std::initializer_list<Value*> &printArgs)
476 // for %f we need to cast float Values to doubles so that they print out correctly
526 /// @brief Wrapper around PRINT with initializer list.
527 CallInst* Builder::PRINT(const std::string &printStr)
529 return PRINT(printStr, {});
    [all...]
fetch_jit.cpp     [all...]
  /external/cblas/testing/
c_dblat1.f 46 * -- Print
638 * PRINT FAIL MESSAGE AND HEADER.
714 * PRINT FAIL MESSAGE AND HEADER.
c_sblat1.f 46 * -- Print
638 * PRINT FAIL MESSAGE AND HEADER.
714 * PRINT FAIL MESSAGE AND HEADER.
c_cblat1.f 40 * -- Print
562 * PRINT FAIL MESSAGE AND HEADER.
668 * PRINT FAIL MESSAGE AND HEADER.
c_zblat1.f 40 * -- Print
562 * PRINT FAIL MESSAGE AND HEADER.
668 * PRINT FAIL MESSAGE AND HEADER.
  /external/valgrind/coregrind/m_syswrap/
priv_types_n_macros.h 374 #define PRINT(format, args...) \
  /external/eigen/blas/testing/
dblat1.f 87 * -- Print
    [all...]
cblat1.f 82 * -- Print
604 * PRINT FAIL MESSAGE AND HEADER.
710 * PRINT FAIL MESSAGE AND HEADER.
sblat1.f 87 * -- Print
    [all...]
zblat1.f 82 * -- Print
604 * PRINT FAIL MESSAGE AND HEADER.
710 * PRINT FAIL MESSAGE AND HEADER.
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-trees.rb 794 <invalid> <EOR> <DOWN> <UP> VEC ASSIGN PRINT
811 "(nil (ASSIGN ID[x] INT[3]) (PRINT (MULT ID[x] (VEC INT[1] INT[2] INT[3]))))"
814 "(nil (ASSIGN ID[x] INT[3]) (PRINT (MULT ID (VEC INT %x:INT INT))))"
823 '(PRINT (MULT ID[x] (VEC INT[1] INT[2] INT[3])))'
826 labels = @wizard.match( tree, "(%x:PRINT (MULT ID (VEC INT INT INT)))" )
833 "(nil (ASSIGN ID[x] INT[3]) (PRINT (MULT ID[x] (VEC INT[1] INT[2] INT[3]))))"
837 "(nil (ASSIGN ID[x] INT[3]) (PRINT (MULT ID (VEC INT %x:INT INT))))"
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
main.c 526 { "-p", 0, (void (*)(...)) pPrt, "Print out the grammar w/o actions (default=no)"},
527 { "-pa", 0, (void (*)(...)) pPrtA, "Print out the grammar w/o actions & w/FIRST sets (default=no)"},
589 { "-p", 0, pPrt, "Print out the grammar w/o actions (default=no)"},
590 { "-pa", 0, pPrtA, "Print out the grammar w/o actions & w/FIRST sets (default=no)"},
    [all...]
  /external/mksh/src/
edit.c     [all...]
sh.h 254 #undef PRINT /* LynxOS defines that somewhere */
    [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp 156 s->print(oss);
166 s->print(oss);
261 TEST_F(MDNodeTest, Print) {
288 N->print(OS);
294 #define EXPECT_PRINTER_EQ(EXPECTED, PRINT) \
298 PRINT; \
312 EXPECT_PRINTER_EQ("!0 = !{!1}", N->print(OS, &M));
313 EXPECT_PRINTER_EQ("!1 = <temporary!> !{!2}", Temp->print(OS, &M));
314 EXPECT_PRINTER_EQ("!2 = !{}", Arg->print(OS, &M));
343 EXPECT_PRINTER_EQ(Expected, N->print(OS, &M))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 

Completed in 2409 milliseconds

1 2 34 5