Searched defs:gets (Results 1 - 6 of 6) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLBIOInputStream.java49 public int gets(byte[] buffer) throws IOException { method in class:OpenSSLBIOInputStream
/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/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/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h348 /// char *gets(char *s);
349 gets, enumerator in enum:llvm::LibFunc::Func
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp1105 int gets(char *buf, int len) { function in class:BIO_InputStream
1112 JNI_TRACE("BIO::gets \"%s\"", buf);
1241 return stream->gets(buf, len);
9858 openSslInputStream_readLineMethod = getMethodRef(env, openSslInputStreamClass, "gets",

Completed in 194 milliseconds