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

123

/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dgets.fail.cpp13 // gets
19 (void) std::gets((char *) NULL);
H A Dcstdio.pass.cpp146 static_assert((std::is_same<decltype(std::gets(cp)), char*>::value), "");
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLBIOInputStream.java52 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/conscrypt/common/src/jni/main/include/
H A DBioInputStream.h35 int gets(char *buf, int len) { function in class:conscrypt::BioInputStream
42 JNI_TRACE("BIO::gets \"%s\"", buf);
/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/ltp/tools/top-LTP/proc/
H A Dmodule.mk1 # This file gets included into the main Makefile, in the top directory.
/external/curl/lib/
H A Dchecksrc.pl425 (gets|
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdio_h.pass.cpp152 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/swiftshader/third_party/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
/external/ImageMagick/www/api/
H A Dprofile.php134 <p>GetImageProfile() gets a profile associated with an image by name.</p>
160 <p>GetNextImageProfile() gets the next profile name for an image.</p>
H A Dmagick-property.php184 <p>MagickGetColorspace() gets the wand colorspace type.</p>
206 <p>MagickGetCompression() gets the wand compression type.</p>
228 <p>MagickGetCompressionQuality() gets the wand compression quality.</p>
326 <p>MagickGetGravity() gets the wand gravity.</p>
534 <p>MagickGetInterlaceScheme() gets the wand interlace scheme.</p>
556 <p>MagickGetInterpolateMethod() gets the wand compression.</p>
635 <p>MagickGetOrientation() gets the wand orientation type.</p>
783 <p>MagickGetResolution() gets the image X and Y resolution.</p>
858 <p>MagickGetSamplingFactors() gets the horizontal and vertical sampling factor.</p>
H A Dproperty.php187 <p>GetImageProperty() gets a value associated with an image property.</p>
222 <p>GetNextImageProperty() gets the next free-form string property name.</p>
H A Dcolor.php181 <p>the image. (not used! - color gets settings from GetPixelInfo()</p>
H A Dregistry.php143 <p>GetNextImageRegistry() gets the next image registry value.</p>
H A Dmagick-image.php2193 <p>MagickGetImage() gets the image at the current image index.</p>
2237 <p>MagickGetImageMask() gets the image clip mask at the current image index.</p>
2436 <p>MagickGetImageKurtosis() gets the kurtosis and skewness of one or more image channels.</p>
2467 <p>MagickGetImageMean() gets the mean and standard deviation of one or more image channels.</p>
2502 <p>MagickGetImageRange() gets the range for one or more image channels.</p>
2593 <p>MagickGetImageColors() gets the number of unique colors in the image.</p>
2615 <p>MagickGetImageColorspace() gets the image colorspace.</p>
2659 <p>MagickGetImageCompression() gets the image compression.</p>
2681 <p>MagickGetImageCompressionQuality() gets the image compression quality.</p>
2703 <p>MagickGetImageDelay() gets th
[all...]
H A Dcache-view.php157 <p>GetCacheViewAuthenticPixels() gets pixels from the in-memory or disk pixel cache as defined by the geometry parameters. A pointer to the pixels is returned if the pixels are transferred, otherwise a NULL is returned.</p>
345 <p>GetCacheViewVirtualPixels() gets virtual pixels from the in-memory or disk pixel cache as defined by the geometry parameters. A pointer to the pixels is returned if the pixels are transferred, otherwise a NULL is returned.</p>
/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)

Completed in 506 milliseconds

123