Searched refs:gets (Results 1 - 25 of 43) sorted by relevance

12

/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dgets.fail.cpp12 // gets
19 (void) std::gets((char *) NULL);
H A Dcstdio.pass.cpp136 static_assert((std::is_same<decltype(std::gets(cp)), char*>::value), "");
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLBIOInputStream.java49 public int gets(byte[] buffer) throws IOException { method in class:OpenSSLBIOInputStream
/external/llvm/test/MC/X86/AlignedBundling/
H A Drelax-at-bundle-end.s6 # Test that an instruction near a bundle end gets properly padded
/external/deqp/modules/gles31/functional/
H A Des31fAtomicCounterTests.cpp120 bool checkAndLogCallValues (TestLog& log, const vector<deUint32>& increments, const vector<deUint32>& decrements, const vector<deUint32>& preGets, const vector<deUint32>& postGets, const vector<deUint32>& gets) const;
121 void splitBuffer (const vector<deUint32>& buffer, vector<deUint32>& increments, vector<deUint32>& decrements, vector<deUint32>& preGets, vector<deUint32>& postGets, vector<deUint32>& gets) const;
557 void AtomicCounterTest::splitBuffer (const vector<deUint32>& buffer, vector<deUint32>& increments, vector<deUint32>& decrements, vector<deUint32>& preGets, vector<deUint32>& postGets, vector<deUint32>& gets) const
571 gets.clear();
627 gets.push_back(buffer[firstGet + id]);
806 bool AtomicCounterTest::checkAndLogCallValues (TestLog& log, const vector<deUint32>& increments, const vector<deUint32>& decrements, const vector<deUint32>& preGets, const vector<deUint32>& postGets, const vector<deUint32>& gets) const
822 getCountersValues(counterGets, gets, counterNdx, m_spec.atomicCounterCount);
829 for (int valueNdx = 0; valueNdx < (int)gets.size(); valueNdx++)
831 if ((!m_spec.useBranches || gets[valueNdx] != (deUint32)-1) && gets[valueNd
1034 vector<deUint32> gets; local
[all...]
/external/curl/lib/
H A Dchecksrc.pl226 if($l =~ /^(.*\W)(sprintf|vsprintf|strcat|strncat|gets)\s*\(/) {
/external/opencv3/samples/android/hello-android/
H A Drun.cmd2 :: runs it and gets resulting image back to the host
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdio_h.pass.cpp124 static_assert((std::is_same<decltype(gets(cp)), char*>::value), "");
/external/libpcap/msdos/
H A Dpkt_rx1.s70 ; This routine gets called by the packet driver twice:
H A Dpkt_rx0.asm114 ; This routine gets called by the packet driver twice:
/external/llvm/test/MC/MachO/
H A Dx86_32-optimal_nop.s153 # Only the .text sections gets optimal nops.
/external/libavc/common/arm/
H A Dih264_default_weighted_pred_a9q.s50 @* This function gets two ht x wd blocks, calculates their rounded-average and
224 @* This function gets two ht x wd blocks, calculates their rounded-average and
H A Dih264_weighted_pred_a9q.s50 @* This function gets a ht x wd block, calculates the weighted sample, rounds
280 @* This function gets a ht x wd block, calculates the weighted sample, rounds
H A Dih264_weighted_bi_pred_a9q.s50 @* This function gets two ht x wd blocks, calculates the weighted samples,
365 @* This function gets two ht x wd blocks, calculates the weighted samples,
/external/bison/darwin-lib/
H A Dstdio.h753 fseek gets defined as a macro, it is recommended that the developer
1020 so any use of gets warrants an unconditional warning; besides, C11
1022 #undef gets macro
1024 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
/external/bison/linux-lib/
H A Dstdio.h753 fseek gets defined as a macro, it is recommended that the developer
1020 so any use of gets warrants an unconditional warning; besides, C11
1022 #undef gets macro
1024 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
/external/bison/lib/
H A Dstdio.in.h441 fseek gets defined as a macro, it is recommended that the developer
708 so any use of gets warrants an unconditional warning; besides, C11
710 #undef gets
712 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp133 .Case("gets", &WalkAST::checkCall_gets)
300 // Check: Any use of 'gets' is insecure.
330 "Potential buffer overflow in call to 'gets'",
332 "Call to function 'gets' is extremely insecure as it can "
768 REGISTER_CHECKER(gets)
/external/libedit/src/
H A Dread.c483 FUN(el,gets)(EditLine *el, int *nread)
/external/curl/packages/vms/
H A Dgenerate_config_vms_h_curl.com239 $! We do them all here, even the ones that config_h.com currently gets correct.
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as414 * At this point, it gets a mismatched token error and throws an
604 /** Match needs to return the current input symbol, which gets put
/external/libunwind/doc/
H A Dlibunwind.tex282 to cache information about a shared library which later on gets
/external/llvm/test/MC/ARM/
H A Dneon-vst-encoding.s280 @ still gets accepted.
/external/bison/build-aux/
H A Dtexinfo.tex289 % page or the contents), so we use \firstmark there -- this gets us
1343 % Latin 2 (0xea) gets translated to a | character. Info from
1775 % This is what gets called when #5 of \setfont is empty.
2872 % example, @inlineraw{html, foo{bar} gets a parse error instead of being
4177 % @value{foo} gets the text saved in variable foo.
4902 % \enddoublecolumns gets confused if there is no text in the index,
6121 % (This space doesn't include the extra space that gets added after
6122 % the label; that gets put in by \shortchapentry above.)
6295 % This is the definition that ^^M gets inside @lisp, @example, and other
7346 % \\ in macro replacement text gets yo
[all...]
/external/libmicrohttpd/doc/
H A Dtexinfo.tex290 % page or the contents), so we use \firstmark there -- this gets us
1344 % Latin 2 (0xea) gets translated to a | character. Info from
1776 % This is what gets called when #5 of \setfont is empty.
2873 % example, @inlineraw{html, foo{bar} gets a parse error instead of being
4178 % @value{foo} gets the text saved in variable foo.
4903 % \enddoublecolumns gets confused if there is no text in the index,
6122 % (This space doesn't include the extra space that gets added after
6123 % the label; that gets put in by \shortchapentry above.)
6296 % This is the definition that ^^M gets inside @lisp, @example, and other
7347 % \\ in macro replacement text gets yo
[all...]

Completed in 1186 milliseconds

12