Searched defs:specs (Results 1 - 25 of 41) sorted by last modified time

12

/external/valgrind/coregrind/
H A Dm_redir.c156 avoid getting into that situation. It's easy to write specs which
180 - it may be the source of new specs
181 - it may be the source of new matches for existing specs
185 DebugInfo to find new specs. Each of these needs to be compared
190 DebugInfo, trying to match them to any existing specs, also
194 DebugInfo, trying to match them against the new specs, to
197 - Finally, add new new specs to the current set of specs.
207 - delete all specs acquired from the seginfo
208 - delete all actives derived from the just-deleted specs
260 Spec* specs; /* specs pulled out of seginfo */ member in struct:_TopSpec
747 generate_and_add_actives( Spec* specs, TopSpec* parent_spec, const DebugInfo* di, TopSpec* parent_sym ) argument
[all...]
/external/selinux/libselinux/src/
H A Dlabel_db.c82 unsigned int nspec; /* number of specs in use */
83 unsigned int limit; /* physical limitation of specs[] */
84 spec_t specs[0]; member in struct:catalog
94 spec_t *spec = &catalog->specs[catalog->nspec];
182 spec = &catalog->specs[i];
201 spec = &catalog->specs[i];
227 total += catalog->specs[i].matches;
320 spec_t *spec = &catalog->specs[i];
H A Dlabel_file.h110 struct spec *specs; local
119 specs = realloc(data->spec_arr, total_specs * sizeof(*specs));
120 if (!specs) {
126 memset(&specs[data->nspec], 0, new_specs * sizeof(*specs));
128 data->spec_arr = specs;
/external/selinux/libselinux/utils/
H A Dsefcontext_compile.c155 struct spec *specs = data->spec_arr; local
218 char *context = specs[i].lr.ctx_raw;
219 char *regex_str = specs[i].regex_str;
220 mode_t mode = specs[i].mode;
221 int32_t stem_id = specs[i].stem_id;
222 pcre *re = specs[i].regex;
223 pcre_extra *sd = get_pcre_extra(&specs[i]);
260 to_write = specs[i].hasMetaChars;
309 struct spec *specs = data->spec_arr; local
314 free(specs[
[all...]
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/lldb/source/API/
H A DSBModuleSpec.cpp175 SBModuleSpecList specs; local
178 ObjectFile::GetModuleSpecifications(file_spec, 0, 0, *specs.m_opaque_ap);
179 return specs;
219 SBModuleSpecList specs; local
220 m_opaque_ap->FindMatchingModuleSpecs(*match_spec.m_opaque_ap, *specs.m_opaque_ap);
221 return specs;
/external/lldb/source/Host/common/
H A DSymbols.cpp95 lldb_private::ModuleSpecList specs; local
96 const size_t num_specs = ObjectFile::GetModuleSpecifications (file_spec, 0, 0, specs);
101 if (specs.GetModuleSpecAtIndex (0, mspec))
/external/lldb/source/Host/linux/
H A DHost.cpp336 ModuleSpecList specs; local
338 const size_t num_specs = ObjectFile::GetModuleSpecifications (filespec, 0, 0, specs);
345 if (specs.GetModuleSpecAtIndex (0, module_spec) && module_spec.GetArchitecture().IsValid())
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp514 lldb_private::ModuleSpecList &specs)
524 const size_t initial_count = specs.GetSize();
550 specs))
552 ModuleSpec &spec = specs.GetModuleSpecRefAtIndex (specs.GetSize() - 1);
563 const size_t end_count = specs.GetSize();
572 if (specs.GetModuleSpecAtIndex(i, module_spec))
509 GetModuleSpecifications(const lldb_private::FileSpec& file, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) argument
/external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.cpp282 lldb_private::ModuleSpecList &specs)
284 const size_t initial_count = specs.GetSize();
303 specs);
308 return specs.GetSize() - initial_count;
277 GetModuleSpecifications(const lldb_private::FileSpec& file, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) argument
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp308 lldb_private::ModuleSpecList &specs)
310 const size_t initial_count = specs.GetSize();
368 specs.Append(spec);
374 return specs.GetSize() - initial_count;
303 GetModuleSpecifications(const lldb_private::FileSpec& file, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t length, lldb_private::ModuleSpecList &specs) argument
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp502 lldb_private::ModuleSpecList &specs)
504 const size_t initial_count = specs.GetSize();
529 specs.Append(spec);
534 return specs.GetSize() - initial_count;
497 GetModuleSpecifications(const lldb_private::FileSpec& file, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t length, lldb_private::ModuleSpecList &specs) argument
/external/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp191 lldb_private::ModuleSpecList &specs)
186 GetModuleSpecifications(const lldb_private::FileSpec& file, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t length, lldb_private::ModuleSpecList &specs) argument
/external/lldb/source/Symbol/
H A DObjectFile.cpp190 ModuleSpecList &specs)
206 specs);
217 lldb_private::ModuleSpecList &specs)
219 const size_t initial_count = specs.GetSize();
225 if (callback (file, data_sp, data_offset, file_offset, file_size, specs) > 0)
226 return specs.GetSize() - initial_count;
232 if (callback (file, data_sp, data_offset, file_offset, file_size, specs) > 0)
233 return specs.GetSize() - initial_count;
187 GetModuleSpecifications(const FileSpec &file, lldb::offset_t file_offset, lldb::offset_t file_size, ModuleSpecList &specs) argument
212 GetModuleSpecifications(const lldb_private::FileSpec& file, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) argument
/external/libselinux/src/
H A Dlabel_file.c686 spec_t **specs; local
696 specs = calloc(n+1, sizeof(spec_t *));
697 if (!specs)
699 specs[0] = lookup_common(rec, key, type, false);
700 if (specs[0]) {
701 if (!specs[0]->hasMetaChars) {
703 lr = &specs[0]->lr;
707 prefix_len = specs[0]->prefix_len;
710 specs[i] = lookup_common(rec, aliases[i-1], type, false);
711 if (specs[
[all...]
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliteratorIDParser.java151 Specs specs = parseFilterID(id, pos, true);
152 if (specs == null) {
158 SingleID single = specsToID(specs, FORWARD);
159 single.filter = specs.filter;
581 * at any location between specs or delimiters, and is returned
698 private static SingleID specsToID(Specs specs, int dir) { argument
702 if (specs != null) {
705 if (specs.sawSource) {
706 buf.append(specs.source).append(TARGET_SEP);
708 basicPrefix = specs
733 specsToSpecialInverse(Specs specs) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dtridpars.cpp220 Specs* specs = parseFilterID(id, pos, TRUE); local
221 if (specs == NULL) {
227 SingleID* single = specsToID(specs, FORWARD);
229 single->filter = specs->filter;
231 delete specs;
692 * at any location between specs or delimiters, and is returned
815 TransliteratorIDParser::specsToID(const Specs* specs, int32_t dir) { argument
819 if (specs != NULL) {
822 if (specs->sawSource) {
823 buf.append(specs
853 specsToSpecialInverse(const Specs& specs, UErrorCode &status) argument
[all...]
/external/emma/core/java12/com/vladium/emma/filter/
H A DIInclExclFilter.java60 final String [] specs = new String [_specs.size ()];
61 _specs.toArray (specs);
63 return create (specs);
67 public static IInclExclFilter create (final String [] specs) argument
69 if ((specs == null) || (specs.length == 0))
75 for (int i = 0, iLimit = specs.length; i < iLimit; ++ i)
77 final String spec = specs [i];
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessor.java72 * @param specs [null is equivalent to no filtering (everything is included)]
74 public synchronized final void setInclExclFilter (final String [] specs) argument
76 if (specs == null)
79 m_coverageFilter = IInclExclFilter.Factory.create (specs);
/external/emma/core/java12/com/vladium/emma/rt/
H A DAppRunner.java142 * @param specs [null is equivalent to no filtering (everything is included)]
144 public synchronized final void setInclExclFilter (final String [] specs) argument
146 if (specs == null)
149 m_coverageFilter = IInclExclFilter.Factory.create (specs);
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
H A Demma_ant.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/emma/ com/vladium/emma/ANTMain ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.sat4j.core_2.2.0.v20100429.jar ... lang.String) protected void solve (org.sat4j.specs.IProblem) throws org.sat4j.specs.TimeoutException ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 415 milliseconds

12