Searched defs:subs (Results 1 - 21 of 21) sorted by relevance

/external/javassist/src/test/test/javassist/bytecode/analysis/
H A DScannerTest.java32 Subroutine[] subs = scanner.scan(method.getMethodInfo2());
34 verifySubroutine(subs, 31, 31, new int[]{125, 25});
35 verifySubroutine(subs, 32, 31, new int[]{125, 25});
36 verifySubroutine(subs, 33, 31, new int[]{125, 25});
37 verifySubroutine(subs, 60, 31, new int[]{125, 25});
38 verifySubroutine(subs, 61, 31, new int[]{125, 25});
39 verifySubroutine(subs, 63, 31, new int[]{125, 25});
40 verifySubroutine(subs, 66, 31, new int[]{125, 25});
41 verifySubroutine(subs, 69, 31, new int[]{125, 25});
42 verifySubroutine(subs, 7
69 verifySubroutine(Subroutine[] subs, int pos, int start, int[] callers) argument
[all...]
/external/libselinux/src/
H A Dlabel_internal.h62 struct selabel_sub *subs; member in struct:selabel_handle
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DQuicktimeTextTrackImpl.java43 List<Line> subs = new LinkedList<Line>(); field in class:QuicktimeTextTrackImpl
46 return subs;
67 for (Line sub : subs) {
96 for (Line sub : subs) {
H A DTextTrackImpl.java39 List<Line> subs = new LinkedList<Line>(); field in class:TextTrackImpl
42 return subs;
70 for (Line sub : subs) {
99 for (Line sub : subs) {
/external/regex-re2/re2/
H A Dprefilter.h27 AND, // All in subs() must match
28 OR, // One of subs() must match
40 vector<Prefilter*>* subs() { function in class:re2::Prefilter
45 // Set the children vector. Prefilter takes ownership of subs and
47 void set_subs(vector<Prefilter*>* subs) { subs_ = subs; } argument
H A Dsimplify.cc43 Regexp** subs; local
62 subs = sub();
64 if (!subs[i]->simple_)
73 subs = sub();
74 return subs[0]->simple_;
78 subs = sub();
79 if (!subs[0]->simple_)
81 switch (subs[0]->op_) {
201 Regexp** subs = re->sub(); local
203 Regexp* sub = subs[
301 Regexp** subs = re->sub(); local
[all...]
H A Dprefilter_tree.cc50 vector<Prefilter*>* subs = prefilter->subs(); local
51 for (int i = 0; i < subs->size(); i++)
52 if (KeepPart((*subs)[i], level + 1))
53 (*subs)[j++] = (*subs)[i];
55 delete (*subs)[i];
57 subs->resize(j);
62 for (int i = 0; i < prefilter->subs()->size(); i++)
63 if (!KeepPart((*prefilter->subs())[
182 const vector<Prefilter*>& subs = *f->subs(); local
[all...]
H A Dregexp.cc126 Regexp** subs = re->sub(); local
128 Regexp* sub = subs[i];
141 delete[] subs;
223 Regexp** subs = re->sub(); local
225 subs[i] = ConcatOrAlternate(op, sub+i*kMaxNsub, kMaxNsub, flags, false);
226 subs[nbigsub - 1] = ConcatOrAlternate(op, sub+(nbigsub-1)*kMaxNsub,
235 Regexp** subs = re->sub(); local
237 subs[i] = sub[i];
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_store.cc13 // Find items matching between |subs| and |adds|, and remove them,
15 // copies, the inputs are processing in parallel, so |subs| and |adds|
22 void KnockoutSubs(std::vector<S>* subs, argument
31 typename std::vector<S>::iterator sub_out = subs->begin();
39 typename std::vector<S>::iterator sub_iter = subs->begin();
41 while (add_iter != adds->end() && sub_iter != subs->end()) {
64 subs->erase(sub_out, sub_iter);
188 // Factor out the prefix subs.
205 // subs almost never happen (I think you'd need multiple collisions
210 // Factor out the full-hash subs
[all...]
H A Dsafe_browsing_util.h119 std::string subs; // The ranges for sub chunks. member in struct:SBListChunkRanges
139 // For subs:
219 // For subs: if prefix_count is 0 then this is the add chunk that this sub
230 // Helper to return the size of each prefix entry (i.e. for subs this
/external/icu4c/test/intltest/
H A Dmnkytst.cpp84 UnicodeString subs, subt; local
86 source.extract(MIN(s, slen), MAX(s, slen), subs); local
93 myCollator->getCollationKey(subs, collationKey1, status1);
97 report( subs, subt, result, revResult);
100 myCollator->getCollationKey(subs, collationKey1, status1);
104 report( subs, subt, result, revResult);
107 myCollator->getCollationKey(subs, collationKey1, status1);
111 report(subs, subt, result, revResult);
114 UnicodeString addOne(subs);
117 myCollator->getCollationKey(subs, collationKey
159 UnicodeString subs, subt; local
161 source.extract(MIN(s, slen), MAX(s, slen), subs); local
[all...]
/external/elfutils/libebl/
H A Deblgstrtab.c276 struct Ebl_GStrent *subs; local
279 for (subs = (*sep)->next; subs != NULL; subs = subs->next)
280 if (subs->len == newstr->len)
287 return subs;
328 struct Ebl_GStrent *subs; local
338 for (subs = nodep->next; subs !
[all...]
H A Deblwstrtab.c270 struct Ebl_WStrent *subs; local
273 for (subs = (*sep)->next; subs != NULL; subs = subs->next)
274 if (subs->len == newstr->len)
281 return subs;
322 struct Ebl_WStrent *subs; local
332 for (subs = nodep->next; subs !
[all...]
/external/gcc-demangle/
H A Dcp-demangle.h110 struct demangle_component **subs; member in struct:d_info
113 /* The number of available entries in the subs array. */
115 /* The number of substitutions which we actually made from the subs
H A Dcp-demangle.c3078 di->subs[di->next_sub] = dc;
3168 return di->subs[id];
4816 __extension__ struct demangle_component *subs[di.num_subs]; local
4819 di.subs = subs;
4822 di.subs = alloca (di.num_subs * sizeof (*di.subs));
5095 __extension__ struct demangle_component *subs[di.num_subs]; local
5098 di.subs = subs;
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.h109 struct demangle_component **subs; member in struct:d_info
112 /* The number of available entries in the subs array. */
114 /* The number of substitutions which we actually made from the subs
H A Dcp-demangle.c2788 di->subs[di->next_sub] = dc;
2878 return di->subs[id];
4431 __extension__ struct demangle_component *subs[di.num_subs]; local
4434 di.subs = subs;
4437 di.subs = alloca (di.num_subs * sizeof (*di.subs));
4694 __extension__ struct demangle_component *subs[di.num_subs]; local
4697 di.subs = subs;
[all...]
/external/freetype/src/sfnt/
H A Dttcmap.c231 /* subs 518 SUBHEAD[NSUBS] sub-headers array */
238 /* Note that for any n, `keys[n]' is a byte offset within the `subs' */
268 /* within the glyph IDs table (and not within the `subs' table itself or */
282 FT_Byte* subs; /* sub-headers */ local
311 subs = p;
312 glyph_ids = subs + (max_subs + 1) * 8;
386 FT_Byte* subs = table + 518; /* subheaders table */ local
395 sub = subs; /* jump to first sub-header */
412 sub = subs + ( FT_PAD_FLOOR( TT_PEEK_USHORT( p ), 8 ) );
415 if ( sub == subs )
[all...]
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 496 milliseconds