/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/ |
CryptoProvider.java | 33 * Creates a Provider and puts parameters
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
ActionMultiMap.java | 32 * Puts the (mimeType,Action) tuple into the multimap at the front if
|
/external/llvm/test/CodeGen/ARM/ |
2010-07-26-GlobalMerge.ll | 45 %puts.i = tail call i32 @puts(i8* getelementptr inbounds ([14 x i8], [14 x i8]* @str, i32 0, i32 0)) ; <i32> [#uses=0] 60 %puts = tail call i32 @puts(i8* getelementptr inbounds ([8 x i8], [8 x i8]* @str1, i32 0, i32 0)) ; <i32> [#uses=0] 94 declare i32 @puts(i8* nocapture) nounwind
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
main.rb | 173 @output.puts( tidy( <<-END ) ) 229 @error.puts( message ) 234 @error.puts( "received an error while attempting to load %p" % lib ) 240 puts!( "~ error details:" ) 241 puts!( ' [ %s ]' % error.class.name ) 243 puts!( ' -> ' << message ) 245 puts!( ' ' << call ) 250 puts!( "~ content of $LOAD_PATH: " ) 252 puts!( " - #{ dir }" ) 296 %w(puts print printf flush).each do |method [all...] |
/ndk/sources/host-tools/make-3.81/ |
file.c | 888 puts (_("# Not a target:")); 910 puts (_("# Precious file (prerequisite of .PRECIOUS).")); 912 puts (_("# Phony target (prerequisite of .PHONY).")); 914 puts (_("# Command-line target.")); 916 puts (_("# A default, MAKEFILES, or -include/sinclude makefile.")); 917 puts (f->tried_implicit 923 puts (_("# File is an intermediate prerequisite.")); 932 puts (_("# Modification time never checked.")); 934 puts (_("# File does not exist.")); 936 puts (_("# File is very old.")) [all...] |
/external/llvm/test/Transforms/SimplifyCFG/ |
MagicPointer.ll | 18 declare i32 @puts(i8*) 36 %call = call i32 @puts(i8* getelementptr inbounds ([5 x i8], [5 x i8]* @.str, i64 0, i64 0)) nounwind ; <i32> [#uses=0] 44 %call3 = call i32 @puts(i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str1, i64 0, i64 0)) nounwind ; <i32> [#uses=0] 56 %call10 = call i32 @puts(i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str2, i64 0, i64 0)) nounwind ; <i32> [#uses=0] 64 %call15 = call i32 @puts(i8* getelementptr inbounds ([5 x i8], [5 x i8]* @.str3, i64 0, i64 0)) nounwind ; <i32> [#uses=0] 68 %call18 = call i32 @puts(i8* %x) nounwind ; <i32> [#uses=0]
|
/external/icu/icu4c/source/samples/cal/ |
cal.c | 202 puts("Usage: icucal [OPTIONS] [[MONTH] YEAR]"); 203 puts(""); 204 puts("Options:"); 205 puts(" -h, --help Print this message and exit."); 206 puts(" -v, --version Print the version number of cal and exit."); 207 puts(" -l, --long Use long names."); 208 puts(""); 209 puts("Arguments (optional):"); 210 puts(" MONTH An integer (1-12) indicating the month to display"); 211 puts(" YEAR An integer indicating the year to display") [all...] |
/external/elfutils/src/tests/ |
arextract.c | 116 puts ("Writing output failed"); 127 puts ("Reading archive member failed.");
|
dwarf-getmacros.c | 115 puts (dwarf_errmsg (dwarf_errno ())); 137 puts (dwarf_errmsg (dwarf_errno ()));
|
line2addr.c | 100 puts (")"); 102 puts ("");
|
/external/icu/icu4c/source/test/perf/leperf/ |
leperf.cpp | 60 puts("arg:"); 61 puts(argv[i]);
|
/external/libunwind/tests/ |
ia64-test-setjmp.c | 126 puts ("failed to allocate alternate stack"); 152 puts ("Test succeeded!");
|
/external/llvm/test/CodeGen/X86/ |
byval-align.ll | 29 %8 = call i32 @puts(i8* getelementptr inbounds ([8 x i8], [8 x i8]* @.str1, i64 0, i64 0)) nounwind ; <i32> [#uses=0] 42 declare i32 @puts(i8*)
|
/frameworks/base/test-runner/src/android/test/ |
LoaderTestCase.java | 56 // The test thread blocks on this queue until the loader puts it's result in 60 // when it puts the result into the blocking queue
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/build/android/ |
inv_devnode_parser-shared | |
/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/build/android/ |
inv_gesture_test-shared | |
/docs/source.android.com/ |
Android.mk | 20 # Sets up the Doxygen HAL reference docs and puts them in the right place
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
test-template.rb | 179 MethodDescription.new( 'eat', %q[puts( "ate %s %s" % [ number, @name ] )], %w( number ) ), 197 | puts( "ate %s %s" % [ number, @name ] ) 223 MethodDescription.new( 'eat', %q[puts( "ate %s %s" % [ number, @name ] )], %w( number ) ), 241 | puts( "ate %s %s" % [ number, @name ] )
|
/external/bison/m4/ |
perror.m4 | 36 puts (str);
|
/external/cmockery/cmockery_0_1_2/m4/ |
google_namespace.m4 | 39 Puts following code inside the Google namespace)
|
/external/compiler-rt/test/ubsan/TestCases/Integer/ |
add-overflow.cpp | 28 puts("__int128 not supported");
|
sub-overflow.cpp | 27 puts("__int128 not supported");
|
uadd-overflow.cpp | 28 puts("__int128 not supported");
|
usub-overflow.cpp | 27 puts("__int128 not supported\n");
|
/external/eigen/Eigen/src/Core/ |
Visitor.h | 167 /** \returns the minimum of all coefficients of *this and puts in *row and *col its location. 184 /** \returns the minimum of all coefficients of *this and puts in *index its location. 201 /** \returns the maximum of all coefficients of *this and puts in *row and *col its location. 218 /** \returns the maximum of all coefficients of *this and puts in *index its location.
|