Searched refs:specs (Results 1 - 25 of 79) sorted by relevance

1234

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegisterSpecSet.java31 * {@code non-null;} array of register specs, where each element is
35 private final RegisterSpec[] specs; field in class:RegisterSpecSet
49 this.specs = new RegisterSpec[maxSize];
61 RegisterSpec[] otherSpecs = otherSet.specs;
62 int len = specs.length;
69 RegisterSpec s1 = specs[i];
87 int len = specs.length;
91 RegisterSpec spec = specs[i];
102 int len = specs.length;
109 RegisterSpec spec = specs[
[all...]
H A DLocalVariableInfo.java77 * @param specs {@code non-null;} the register set to associate with the block
79 public void setStarts(int label, RegisterSpecSet specs) { argument
82 if (specs == null) {
83 throw new NullPointerException("specs == null");
87 blockStarts[label] = specs;
102 * @param specs {@code non-null;} the register set to merge into the start set
108 public boolean mergeStarts(int label, RegisterSpecSet specs) { argument
113 setStarts(label, specs);
119 newStart.intersect(specs, true);
121 newStart = specs
[all...]
/external/emma/ant/ant14/com/vladium/emma/instr/
H A DFilterCfg.java45 final String [] specs = Strings.merge (new String [] {value}, COMMA_DELIMITERS, true);
47 for (int i = 0; i < specs.length; ++ i)
49 final String spec = specs [i];
73 final String [] specs = Strings.merge (new String [] {value}, COMMA_DELIMITERS, true);
75 for (int i = 0; i < specs.length; ++ i)
77 final String spec = specs [i];
95 final String [] specs = Strings.merge (new String [] {value}, COMMA_DELIMITERS, true);
97 for (int i = 0; i < specs.length; ++ i)
99 final String spec = specs [i];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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.sat4j.pb_2.2.0.v20100429.jar ... .specs.IVecInt, boolean) throws org.sat4j.specs.TimeoutException public org.sat4j.specs.IConstr ...
H A Dorg.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DLocalVariableInfo.java78 * @param specs {@code non-null;} the register set to associate with the block
80 public void setStarts(int index, RegisterSpecSet specs) { argument
83 if (specs == null) {
84 throw new NullPointerException("specs == null");
88 blockStarts[index] = specs;
103 * @param specs {@code non-null;} the register set to merge into the start set
109 public boolean mergeStarts(int index, RegisterSpecSet specs) { argument
114 setStarts(index, specs);
119 newStart.intersect(specs, true);
/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/chromium_org/third_party/icu/source/i18n/
H A Dtridpars.cpp217 Specs* specs = parseFilterID(id, pos, TRUE); local
218 if (specs == NULL) {
224 SingleID* single = specsToID(specs, FORWARD);
226 single->filter = specs->filter;
228 delete specs;
689 * at any location between specs or delimiters, and is returned
812 TransliteratorIDParser::specsToID(const Specs* specs, int32_t dir) { argument
816 if (specs != NULL) {
819 if (specs->sawSource) {
820 buf.append(specs
850 specsToSpecialInverse(const Specs& specs, UErrorCode &status) argument
[all...]
H A Dtridpars.h308 * at any location between specs or delimiters, and is returned
324 * @param specs the given Specs object.
329 static SingleID* specsToID(const Specs* specs, int32_t dir);
335 * @param specs the given Specs.
339 static SingleID* specsToSpecialInverse(const Specs& specs, UErrorCode &status);
/external/icu/icu4c/source/i18n/
H A Dtridpars.cpp217 Specs* specs = parseFilterID(id, pos, TRUE); local
218 if (specs == NULL) {
224 SingleID* single = specsToID(specs, FORWARD);
226 single->filter = specs->filter;
228 delete specs;
689 * at any location between specs or delimiters, and is returned
812 TransliteratorIDParser::specsToID(const Specs* specs, int32_t dir) { argument
816 if (specs != NULL) {
819 if (specs->sawSource) {
820 buf.append(specs
850 specsToSpecialInverse(const Specs& specs, UErrorCode &status) argument
[all...]
H A Dtridpars.h308 * at any location between specs or delimiters, and is returned
324 * @param specs the given Specs object.
329 static SingleID* specsToID(const Specs* specs, int32_t dir);
335 * @param specs the given Specs.
339 static SingleID* specsToSpecialInverse(const Specs& specs, UErrorCode &status);
/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/chromium_org/net/tools/disk_cache_memory_test/
H A Ddisk_cache_memory_test.cc227 bool CacheMemTest(const ScopedVector<CacheSpec>& specs) { argument
230 for (it = specs.begin(); it != specs.end(); ++it) {
257 ScopedVector<CacheSpec>* specs) {
263 specs->push_back(spec.release());
285 ScopedVector<CacheSpec> specs; local
287 if (!ParseAndStoreSpec(spec_str_1, &specs))
291 if (!ParseAndStoreSpec(spec_str_2, &specs))
294 return CacheMemTest(specs);
256 ParseAndStoreSpec(const std::string& spec_str, ScopedVector<CacheSpec>* specs) argument
/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DBouncyCastleProviderConfiguration.java154 DHParameterSpec[] specs = (DHParameterSpec[])params;
156 for (int i = 0; i != specs.length; i++)
158 if (specs[i].getP().bitLength() == keySize)
160 return specs[i];
/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/chromium_org/third_party/cython/src/Cython/Compiler/
H A DMemoryView.py114 def get_buf_flags(specs):
115 is_c_contig, is_f_contig = is_cf_contig(specs)
122 access, packing = zip(*specs)
620 get_axes_specs(env, axes) -> list of (access, packing) specs for each axis.
745 def is_cf_contig(specs):
748 if (len(specs) == 1 and specs == [('direct', 'contig')]):
751 elif (specs[-1] == ('direct','contig') and
752 all([axis == ('direct','follow') for axis in specs[:-1]])):
756 elif (len(specs) >
[all...]
/external/chromium_org/ash/test/
H A Ddisplay_manager_test_api.cc25 const std::string specs,
29 base::SplitString(specs, ',', &parts);
24 CreateDisplayInfoListFromString( const std::string specs, DisplayManager* display_manager) argument
/external/zlib/src/nintendods/
H A DMakefile38 LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
/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/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/aac/libAACenc/src/
H A Dband_nrg.cpp301 FIXP_DBL NrgMid, NrgSide, specm, specs; local
314 specs = specL - specR;
316 NrgSide = fPow2AddDiv2(NrgSide, specs);
323 specs = specL - specR;
325 NrgSide = fPow2AddDiv2(NrgSide, specs);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DOutputFinisher.java116 RegisterSpecSet specs = ((LocalSnapshot) insn).getLocals();
117 int size = specs.size();
119 if (hasLocalInfo(specs.get(i))) {
175 RegisterSpecSet specs = ((LocalSnapshot) insn).getLocals();
176 int size = specs.size();
178 addConstants(result, specs.get(i));
/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

Completed in 3520 milliseconds

1234