OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:puts
(Results
251 - 275
of
1661
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdio
71
using ::
puts
;
/prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdio
71
using ::
puts
;
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdio
71
using ::
puts
;
/prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdio
71
using ::
puts
;
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdio
71
using ::
puts
;
/prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdio
71
using ::
puts
;
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdio
71
using ::
puts
;
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdio
71
using ::
puts
;
/prebuilts/ndk/9/sources/cxx-stl/system/include/
cstdio
71
using ::
puts
;
/development/samples/training/threadsample/src/com/example/android/threadsample/
RSSPullParser.java
173
//
Puts
the URL and the key into the ContentValues
176
// Gets the filename of the URL and
puts
it into the ContentValues
/external/elfutils/src/tests/
sectiondump.c
133
puts
("");
157
puts
("");
/external/icu/icu4c/source/test/cintltst/
sorttest.c
161
puts
("\n* lines before sorting");
170
puts
("* lines after sorting");
/external/libcxx/include/
cstdio
80
int
puts
(const char* s);
184
using ::
puts
;
/external/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h
96
/// EmitPutS - Emit a call to the
puts
function. This assumes that Str is
105
/// EmitFPutS - Emit a call to the
puts
function. Str is required to be a
/external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp
337
/// EmitPutS - Emit a call to the
puts
function. This assumes that Str is
341
if (!TLI->has(LibFunc::
puts
))
350
Value *
PutS
= M->getOrInsertFunction("
puts
",
355
CallInst *CI = B.CreateCall(
PutS
, CastToCStr(Str, B), "
puts
");
356
if (const Function *F = dyn_cast<Function>(
PutS
->stripPointerCasts()))
394
/// EmitFPutS - Emit a call to the
puts
function. Str is required to be a
/external/llvm/test/CodeGen/X86/
lsr-normalization.ll
47
%tmp15 = call i32 @
puts
(i8* getelementptr inbounds ([5 x i8], [5 x i8]* @1, i64 0, i64 0))
105
declare i32 @
puts
(i8* nocapture) nounwind
/external/llvm/test/Linker/
DbgDeclare2.ll
33
%call = call i32 @
puts
(i8* %4), !dbg !21
48
declare i32 @
puts
(i8*)
/external/llvm/test/Object/
archive-symtab.test
14
CHECK-NEXT: U
puts
43
CORRUPT-NEXT: U
puts
/external/openssh/contrib/
gnome-ssh-askpass2.c
172
puts
(local);
176
puts
(passphrase);
/external/skia/experimental/PdfViewer/
SkTracker.h
66
//
Puts
the tracker in Any mode.
71
//
Puts
the tracker in Any mode.
/frameworks/native/opengl/libs/EGL/
egl_cache.h
40
// initialize
puts
the egl_cache_t into an initialized state, such that it
47
// terminate
puts
the egl_cache_t back into the uninitialized state. When
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/build/android/
inv_mpu_iio-shared
/hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/build/android/
inv_self_test-shared
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cstdio
77
#undef
puts
124
using ::
puts
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cstdio
78
#undef
puts
125
using ::
puts
;
Completed in 2915 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>