Home
last modified time | relevance | path

Searched refs:specs (Results 1 – 25 of 136) sorted by relevance

123456

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegisterSpecSet.java35 private final RegisterSpec[] specs; field in RegisterSpecSet
49 this.specs = new RegisterSpec[maxSize]; in RegisterSpecSet()
61 RegisterSpec[] otherSpecs = otherSet.specs; in equals()
62 int len = specs.length; in equals()
69 RegisterSpec s1 = specs[i]; in equals()
87 int len = specs.length; in hashCode()
91 RegisterSpec spec = specs[i]; in hashCode()
102 int len = specs.length; in toString()
109 RegisterSpec spec = specs[i]; in toString()
132 return specs.length; in getMaxSize()
[all …]
DLocalVariableInfo.java79 public void setStarts(int label, RegisterSpecSet specs) { in setStarts() argument
82 if (specs == null) { in setStarts()
87 blockStarts[label] = specs; in setStarts()
108 public boolean mergeStarts(int label, RegisterSpecSet specs) { in mergeStarts() argument
113 setStarts(label, specs); in mergeStarts()
119 newStart.intersect(specs, true); in mergeStarts()
121 newStart = specs.mutableCopy(); in mergeStarts()
/external/emma/ant/ant14/com/vladium/emma/instr/
DFilterCfg.java45 final String [] specs = Strings.merge (new String [] {value}, COMMA_DELIMITERS, true); in setValue() local
47 for (int i = 0; i < specs.length; ++ i) in setValue()
49 final String spec = specs [i]; in setValue()
73 final String [] specs = Strings.merge (new String [] {value}, COMMA_DELIMITERS, true); in setIncludes() local
75 for (int i = 0; i < specs.length; ++ i) in setIncludes()
77 final String spec = specs [i]; in setIncludes()
95 final String [] specs = Strings.merge (new String [] {value}, COMMA_DELIMITERS, true); in setExcludes() local
97 for (int i = 0; i < specs.length; ++ i) in setExcludes()
99 final String spec = specs [i]; in setExcludes()
/external/icu/icu4c/source/i18n/
Dtridpars.cpp217 Specs* specs = parseFilterID(id, pos, TRUE); in parseFilterID() local
218 if (specs == NULL) { in parseFilterID()
224 SingleID* single = specsToID(specs, FORWARD); in parseFilterID()
226 single->filter = specs->filter; in parseFilterID()
228 delete specs; in parseFilterID()
812 TransliteratorIDParser::specsToID(const Specs* specs, int32_t dir) { in specsToID() argument
816 if (specs != NULL) { in specsToID()
819 if (specs->sawSource) { in specsToID()
820 buf.append(specs->source).append(TARGET_SEP); in specsToID()
822 basicPrefix = specs->source; in specsToID()
[all …]
/external/chromium_org/third_party/icu/source/i18n/
Dtridpars.cpp217 Specs* specs = parseFilterID(id, pos, TRUE); in parseFilterID() local
218 if (specs == NULL) { in parseFilterID()
224 SingleID* single = specsToID(specs, FORWARD); in parseFilterID()
226 single->filter = specs->filter; in parseFilterID()
228 delete specs; in parseFilterID()
812 TransliteratorIDParser::specsToID(const Specs* specs, int32_t dir) { in specsToID() argument
816 if (specs != NULL) { in specsToID()
819 if (specs->sawSource) { in specsToID()
820 buf.append(specs->source).append(TARGET_SEP); in specsToID()
822 basicPrefix = specs->source; in specsToID()
[all …]
Dtridpars.h329 static SingleID* specsToID(const Specs* specs, int32_t dir);
339 static SingleID* specsToSpecialInverse(const Specs& specs, UErrorCode &status);
/external/emma/core/java12/com/vladium/emma/filter/
DIInclExclFilter.java60 final String [] specs = new String [_specs.size ()]; in create() local
61 _specs.toArray (specs); in create()
63 return create (specs); in create()
67 public static IInclExclFilter create (final String [] specs) in create() argument
69 if ((specs == null) || (specs.length == 0)) in create()
75 for (int i = 0, iLimit = specs.length; i < iLimit; ++ i) in create()
77 final String spec = specs [i]; in create()
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DLocalVariableInfo.java80 public void setStarts(int index, RegisterSpecSet specs) { in setStarts() argument
83 if (specs == null) { in setStarts()
88 blockStarts[index] = specs; in setStarts()
109 public boolean mergeStarts(int index, RegisterSpecSet specs) { in mergeStarts() argument
114 setStarts(index, specs); in mergeStarts()
119 newStart.intersect(specs, true); in mergeStarts()
/external/lldb/source/API/
DSBModuleSpec.cpp175 SBModuleSpecList specs; in GetModuleSpecifications() local
178 ObjectFile::GetModuleSpecifications(file_spec, 0, 0, *specs.m_opaque_ap); in GetModuleSpecifications()
179 return specs; in GetModuleSpecifications()
219 SBModuleSpecList specs; in FindMatchingSpecs() local
220 m_opaque_ap->FindMatchingModuleSpecs(*match_spec.m_opaque_ap, *specs.m_opaque_ap); in FindMatchingSpecs()
221 return specs; in FindMatchingSpecs()
/external/chromium_org/net/tools/disk_cache_memory_test/
Ddisk_cache_memory_test.cc227 bool CacheMemTest(const ScopedVector<CacheSpec>& specs) { in CacheMemTest() argument
230 for (it = specs.begin(); it != specs.end(); ++it) { in CacheMemTest()
257 ScopedVector<CacheSpec>* specs) { in ParseAndStoreSpec() argument
263 specs->push_back(spec.release()); in ParseAndStoreSpec()
285 ScopedVector<CacheSpec> specs; in Main() local
287 if (!ParseAndStoreSpec(spec_str_1, &specs)) in Main()
291 if (!ParseAndStoreSpec(spec_str_2, &specs)) in Main()
294 return CacheMemTest(specs); in Main()
/external/libselinux/src/
Dlabel_file.c702 spec_t **specs; in lookup_best_match() local
712 specs = calloc(n+1, sizeof(spec_t *)); in lookup_best_match()
713 if (!specs) in lookup_best_match()
715 specs[0] = lookup_common(rec, key, type, false); in lookup_best_match()
716 if (specs[0]) { in lookup_best_match()
717 if (!specs[0]->hasMetaChars) { in lookup_best_match()
719 lr = &specs[0]->lr; in lookup_best_match()
723 prefix_len = specs[0]->prefix_len; in lookup_best_match()
726 specs[i] = lookup_common(rec, aliases[i-1], type, false); in lookup_best_match()
727 if (specs[i]) { in lookup_best_match()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DBouncyCastleProviderConfiguration.java154 DHParameterSpec[] specs = (DHParameterSpec[])params; in getDHDefaultParameters() local
156 for (int i = 0; i != specs.length; i++) in getDHDefaultParameters()
158 if (specs[i].getP().bitLength() == keySize) in getDHDefaultParameters()
160 return specs[i]; in getDHDefaultParameters()
/external/lldb/source/Host/common/
DSymbols.cpp95 lldb_private::ModuleSpecList specs; in LocateExecutableSymbolFile() local
96 … const size_t num_specs = ObjectFile::GetModuleSpecifications (file_spec, 0, 0, specs); in LocateExecutableSymbolFile()
101 if (specs.GetModuleSpecAtIndex (0, mspec)) in LocateExecutableSymbolFile()
/external/deqp/modules/gles3/functional/
Des3fBufferWriteTests.cpp224 …ontext& context, const char* name, const char* desc, const DataStoreSpec* specs, int numSpecs, Ver… in RecreateBufferDataStoreCase() argument
226 , m_specs (specs, specs+numSpecs) in RecreateBufferDataStoreCase()
611 std::vector<DataStoreSpec> specs; \ in init()
612 DataStoreSpecVecBuilder builder(specs); \ in init()
614 …addChild(new RecreateBufferDataStoreCase(m_context, #NAME, DESC, &specs[0], (int)specs.size(), VER… in init()
671 vector<DataStoreSpec> specs(numUploadsPerCase); in init() local
673 for (vector<DataStoreSpec>::iterator spec = specs.begin(); spec != specs.end(); spec++) in init()
680 …text, (string("random_") + de::toString(caseNdx+1)).c_str(), "", &specs[0], (int)specs.size(), ver… in init()
/external/deqp/modules/gles2/functional/
Des2fBufferWriteTests.cpp224 …ontext& context, const char* name, const char* desc, const DataStoreSpec* specs, int numSpecs, Ver… in RecreateBufferDataStoreCase() argument
226 , m_specs (specs, specs+numSpecs) in RecreateBufferDataStoreCase()
619 std::vector<DataStoreSpec> specs; \ in init()
620 DataStoreSpecVecBuilder builder(specs); \ in init()
622 …addChild(new RecreateBufferDataStoreCase(m_context, #NAME, DESC, &specs[0], (int)specs.size(), VER… in init()
671 vector<DataStoreSpec> specs(numUploadsPerCase); in init() local
673 for (vector<DataStoreSpec>::iterator spec = specs.begin(); spec != specs.end(); spec++) in init()
680 …text, (string("random_") + de::toString(caseNdx+1)).c_str(), "", &specs[0], (int)specs.size(), ver… in init()
/external/lldb/source/Symbol/
DObjectFile.cpp190 ModuleSpecList &specs) in GetModuleSpecifications() argument
206 specs); in GetModuleSpecifications()
217 lldb_private::ModuleSpecList &specs) in GetModuleSpecifications() argument
219 const size_t initial_count = specs.GetSize(); in GetModuleSpecifications()
225 if (callback (file, data_sp, data_offset, file_offset, file_size, specs) > 0) in GetModuleSpecifications()
226 return specs.GetSize() - initial_count; in GetModuleSpecifications()
232 if (callback (file, data_sp, data_offset, file_offset, file_size, specs) > 0) in GetModuleSpecifications()
233 return specs.GetSize() - initial_count; in GetModuleSpecifications()
/external/aac/libAACenc/src/
Dband_nrg.cpp301 FIXP_DBL NrgMid, NrgSide, specm, specs; in FDKaacEnc_CalcBandNrgMSOpt() local
314 specs = specL - specR; in FDKaacEnc_CalcBandNrgMSOpt()
316 NrgSide = fPow2AddDiv2(NrgSide, specs); in FDKaacEnc_CalcBandNrgMSOpt()
323 specs = specL - specR; in FDKaacEnc_CalcBandNrgMSOpt()
325 NrgSide = fPow2AddDiv2(NrgSide, specs); in FDKaacEnc_CalcBandNrgMSOpt()
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
DObjectContainerBSDArchive.cpp514 lldb_private::ModuleSpecList &specs) in GetModuleSpecifications() argument
524 const size_t initial_count = specs.GetSize(); in GetModuleSpecifications()
550 specs)) in GetModuleSpecifications()
552 ModuleSpec &spec = specs.GetModuleSpecRefAtIndex (specs.GetSize() - 1); in GetModuleSpecifications()
563 const size_t end_count = specs.GetSize(); in GetModuleSpecifications()
572 if (specs.GetModuleSpecAtIndex(i, module_spec)) in GetModuleSpecifications()
/external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
DObjectContainerUniversalMachO.cpp282 lldb_private::ModuleSpecList &specs) in GetModuleSpecifications() argument
284 const size_t initial_count = specs.GetSize(); in GetModuleSpecifications()
303 specs); in GetModuleSpecifications()
308 return specs.GetSize() - initial_count; in GetModuleSpecifications()
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DOutputFinisher.java116 RegisterSpecSet specs = ((LocalSnapshot) insn).getLocals(); in hasLocalInfo() local
117 int size = specs.size(); in hasLocalInfo()
119 if (hasLocalInfo(specs.get(i))) { in hasLocalInfo()
175 RegisterSpecSet specs = ((LocalSnapshot) insn).getLocals(); in addConstants() local
176 int size = specs.size(); in addConstants()
178 addConstants(result, specs.get(i)); in addConstants()
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/
DREADME4 lynx -display_charset=utf-8 -dump -nolist http://www.whatwg.org/specs/web-apps/current-work/multipa…
9 lynx -display_charset=utf-8 -dump -nolist http://www.whatwg.org/specs/web-apps/current-work/multipa…
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
DFirstFitLocalCombiningAllocator.java241 for (ArrayList<RegisterSpec> specs : localVariables.values()) { in handleLocalAssociatedOther()
249 int sz = specs.size(); in handleLocalAssociatedOther()
251 RegisterSpec ssaSpec = specs.get(i); in handleLocalAssociatedOther()
260 if (canMapRegs(specs, ropReg)) { in handleLocalAssociatedOther()
261 done = tryMapRegs(specs, ropReg, maxCategory, true); in handleLocalAssociatedOther()
284 ArrayList<RegisterSpec> specs, int ropReg, in tryMapRegs() argument
287 for (RegisterSpec spec : specs) { in tryMapRegs()
576 private boolean canMapRegs(ArrayList<RegisterSpec> specs, int ropReg) { in canMapRegs() argument
577 for (RegisterSpec spec : specs) { in canMapRegs()
/external/valgrind/main/coregrind/
Dm_redir.c260 Spec* specs; /* specs pulled out of seginfo */ member
325 Spec* specs,
638 newts->specs = specList; in VG_()
667 generate_and_add_actives( ts->specs, ts, in VG_()
724 Spec* specs, in generate_and_add_actives() argument
743 for (sp = specs; sp; sp = sp->next) { in generate_and_add_actives()
771 for (sp = specs; sp; sp = sp->next) { in generate_and_add_actives()
796 for (sp = specs; sp; sp = sp->next) { in generate_and_add_actives()
1059 for (sp = ts->specs; sp; sp = sp_next) { in VG_()
1158 spec->next = topSpecs->specs; in add_hardwired_spec()
[all …]
/external/emma/core/java12/com/vladium/emma/instr/
DInstrProcessor.java74 public synchronized final void setInclExclFilter (final String [] specs) in setInclExclFilter() argument
76 if (specs == null) in setInclExclFilter()
79 m_coverageFilter = IInclExclFilter.Factory.create (specs); in setInclExclFilter()
/external/chromium_org/ash/test/
Ddisplay_manager_test_api.cc25 const std::string specs, in CreateDisplayInfoListFromString() argument
29 base::SplitString(specs, ',', &parts); in CreateDisplayInfoListFromString()

123456