Searched defs:ins (Results 1 - 20 of 20) sorted by relevance

/external/clang/test/Analysis/
H A Doutofbound.c95 static const double ins[] = {1e-8, 1e-7, 1e-6, 1e-5, 1e-4, 1e-3, 1e-2, 1e-1, local
99 if (in < ins[eee]) {
104 if (in < ins[eee]) {
109 if (in < ins[eee]) {
114 if (in < ins[eee]) {
119 if (in < ins[eee]) { // expected-warning {{Access out-of-bound array element (buffer overflow)}}
/external/javassist/src/main/javassist/tools/rmi/
H A DAppletServer.java144 private void processRMI(InputStream ins, OutputStream outs) argument
147 ObjectInputStream in = new ObjectInputStream(ins);
221 private void lookupName(String cmd, InputStream ins, OutputStream outs) argument
224 ObjectInputStream in = new ObjectInputStream(ins);
/external/clang/test/CXX/class.access/
H A Dp6.cpp165 A ins; member in class:test7::B
168 void foo(int arg[__builtin_offsetof(B, ins)]);
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3baserecognizer.c276 pANTLR3_INPUT_STREAM ins; local
281 ins = NULL;
294 ins = lexer->input;
295 is = ins->istream;
338 ex->line = ins->getLine (ins); /* Line number comes from stream */
339 ex->charPositionInLine = ins->getCharPositionInLine (ins); /* Line offset also comes from the stream */
341 ex->streamName = ins->fileName;
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DLogManagerTest.java934 public void readConfiguration(InputStream ins) throws IOException { argument
936 super.readConfiguration(ins);
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DLetterQuad.java173 void insert(LetterQuad ins) { argument
175 next = ins;
176 ins.next = n;
177 ins.previous = this;
178 n.previous = ins;
/external/okhttp/src/main/java/libcore/io/
H A DDiskLruCache.java372 InputStream[] ins = new InputStream[valueCount];
375 ins[i] = new FileInputStream(entry.getCleanFile(i));
388 return new Snapshot(key, entry.sequenceNumber, ins);
614 private final InputStream[] ins; field in class:DiskLruCache.Snapshot
616 private Snapshot(String key, long sequenceNumber, InputStream[] ins) { argument
619 this.ins = ins;
635 return ins[index];
646 for (InputStream in : ins) {
/external/openfst/src/include/fst/
H A Dlabel-reachable.h161 StateId ins = fst_->NumStates(); local
163 FindIntervals(ins);
410 StateId ins = fst_->NumStates(); local
411 StateId ons = ins;
413 vector<ssize_t> indeg(ins, 0);
416 for (StateId s = 0; s < ins; ++s) {
467 void FindIntervals(StateId ins) { argument
477 isets.resize(ins);
493 for (ssize_t s = 0; s < ins; ++s) {
500 VLOG(2) << "# of states: " << ins;
502 VLOG(2) << "# of intervals/state: " << nintervals/ins; local
[all...]
/external/openssl/crypto/des/
H A Ddes.c131 struct stat ins,outs; local
266 (stat(in,&ins) != -1) &&
268 (ins.st_dev == outs.st_dev) &&
269 (ins.st_ino == outs.st_ino))
/external/javassist/src/main/javassist/
H A DCtClassType.java92 CtClassType(InputStream ins, ClassPool cp) throws IOException { argument
94 classfile = new ClassFile(new DataInputStream(ins));
/external/chromium/sdch/open-vcdiff/src/
H A Dgflags.cc684 pair<FlagIterator, bool> ins = local
686 if (ins.second == false) { // means the name was already in the map
687 if (strcmp(ins.first->second->filename(), flag->filename()) != 0) {
691 ins.first->second->filename(),
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1144 // Transform "ins[bwl] %dx, %es:(%edi)" into "ins[bwl]"
1145 if (Name.startswith("ins") && Operands.size() == 3 &&
1190 const char *ins; local
1194 ins = "lodsb";
1196 ins = "lodsw";
1198 ins = "lodsl";
1200 ins = "lodsq";
1202 ins = NULL;
1203 if (ins !
1220 const char *ins; local
[all...]
/external/openssh/
H A Dsftp.c1695 char *tmp, *tmp2, ins[3]; local
1753 ins[0] = '\\';
1754 ins[1] = tmp2[i];
1755 ins[2] = '\0';
1764 if (el_insertstr(el, ins) == -1)
1771 if (el_insertstr(el, ins + 1) == -1)
1782 ins[i++] = quote;
1785 ins[i++] = ' ';
1786 ins[i] = '\0';
1787 if (i > 0 && el_insertstr(el, ins)
[all...]
/external/libxml2/
H A Drelaxng.c7324 xmlNodePtr child, ins, tmp; local
7333 ins = cur;
7342 ins = xmlAddNextSibling(ins, child);
/external/v8/src/
H A Djsregexp.cc4775 ZoneSplayTree<Config>::Locator ins; local
4776 ASSERT_RESULT(tree()->Insert(current.from(), &ins));
4777 ins.set_value(Entry(current.from(),
4786 ZoneSplayTree<Config>::Locator ins; local
4787 ASSERT_RESULT(tree()->Insert(current.to() + 1, &ins));
4788 ins.set_value(Entry(current.to() + 1,
4806 ZoneSplayTree<Config>::Locator ins; local
4807 ASSERT_RESULT(tree()->Insert(current.from(), &ins));
4808 ins.set_value(Entry(current.from(),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/sqlite/dist/orig/
H A Dsqlite3.c54904 int ins; /* Index in data[] where new cell pointer is inserted */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c54917 int ins; /* Index in data[] where new cell pointer is inserted */ local
[all...]

Completed in 869 milliseconds