Searched refs:infos (Results 1 - 25 of 61) sorted by relevance

123

/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DErrorQueue.java38 List infos = new LinkedList(); field in class:ErrorQueue
43 infos.add(msg);
59 return infos.size() + errors.size() + warnings.size();
63 return "infos: "+infos+
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/infos/
H A DVehicleTuning.java32 package com.jme3.bullet.objects.infos;
H A DRigidBodyMotionState.java32 package com.jme3.bullet.objects.infos;
/external/openfst/src/include/fst/extensions/far/
H A Dinfo.h60 vector<KeyInfo> *infos = list_fsts ? new vector<KeyInfo>() : 0; local
70 if (infos) {
75 infos->push_back(info);
81 if (!infos) {
100 for (size_t i = 0; i < infos->size(); ++i) {
101 const KeyInfo &info = (*infos)[i];
116 for (size_t i = 0; i < infos->size(); ++i) {
117 const KeyInfo &info = (*infos)[i];
/external/deqp/modules/gles31/functional/
H A Des31fShaderStateQueryTests.cpp182 std::vector<TestTypeInfo> infos; local
184 infos.push_back(samplerTypes[ndx]);
186 return infos;
212 std::vector<TestTypeInfo> infos; local
214 infos.push_back(samplerTypes[ndx]);
216 return infos;
242 std::vector<TestTypeInfo> infos; local
244 infos.push_back(samplerTypes[ndx]);
246 return infos;
273 std::vector<TestTypeInfo> infos; local
310 std::vector<TestTypeInfo> infos; local
341 std::vector<TestTypeInfo> infos; local
[all...]
/external/harfbuzz_ng/src/
H A Dsample.py42 infos = hb.buffer_get_glyph_infos (buf) variable
45 for info,pos in zip(infos, positions):
H A Dtest.cc111 hb_glyph_info_t *infos = hb_buffer_get_glyph_infos (buffer, NULL); local
116 hb_glyph_info_t *info = &infos[i];
/external/lldb/test/unittest2/
H A Drunner.py181 infos = []
186 infos.append("failures=%d" % failed)
188 infos.append("errors=%d" % errored)
192 infos.append("skipped=%d" % skipped)
194 infos.append("expected failures=%d" % expectedFails)
196 infos.append("unexpected successes=%d" % unexpectedSuccesses)
197 if infos:
198 self.stream.writeln(" (%s)" % (", ".join(infos),))
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DConnectivityManagerTest.java97 NetworkInfo[] infos = connectivityManager.getAllNetworkInfo();
98 assertNotNull(infos);
99 assertEquals(1, infos.length);
100 assertSame(connectivityManager.getActiveNetworkInfo(), infos[0]);
/external/v8/src/
H A Dtype-info.cc387 // Things are a bit tricky here: The iterator for the RelocInfos and the infos
388 // themselves are not GC-safe, so we first get all infos, then we create the
390 // infos before we process them.
393 ZoneList<RelocInfo> infos(16, zone());
395 GetRelocInfos(code, &infos);
396 CreateDictionary(code, &infos);
397 ProcessRelocInfos(&infos);
404 ZoneList<RelocInfo>* infos) {
407 infos->Add(*it.rinfo(), zone());
413 ZoneList<RelocInfo>* infos) {
403 GetRelocInfos(Handle<Code> code, ZoneList<RelocInfo>* infos) argument
412 CreateDictionary(Handle<Code> code, ZoneList<RelocInfo>* infos) argument
421 RelocateRelocInfos(ZoneList<RelocInfo>* infos, Code* old_code, Code* new_code) argument
433 ProcessRelocInfos(ZoneList<RelocInfo>* infos) argument
[all...]
H A Dtype-info.h103 void GetRelocInfos(Handle<Code> code, ZoneList<RelocInfo>* infos);
104 void CreateDictionary(Handle<Code> code, ZoneList<RelocInfo>* infos);
105 void RelocateRelocInfos(ZoneList<RelocInfo>* infos,
108 void ProcessRelocInfos(ZoneList<RelocInfo>* infos);
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/collision/shapes/infos/
H A DChildCollisionShape.java5 package com.jme3.bullet.collision.shapes.infos;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECAlgorithms.java354 WNafPreCompInfo[] infos = new WNafPreCompInfo[count];
362 infos[i] = WNafUtil.precompute(ps[i], width, true);
366 return implSumOfMultiplies(negs, infos, wnafs);
406 WNafPreCompInfo[] infos = new WNafPreCompInfo[fullCount];
419 infos[j0] = WNafUtil.getWNafPreCompInfo(P);
420 infos[j1] = WNafUtil.getWNafPreCompInfo(Q);
425 return implSumOfMultiplies(negs, infos, wnafs);
428 private static ECPoint implSumOfMultiplies(boolean[] negs, WNafPreCompInfo[] infos, byte[][] wnafs) argument
436 ECCurve curve = infos[0].getPreComp()[0].getCurve();
453 WNafPreCompInfo info = infos[
[all...]
/external/lldb/include/lldb/Symbol/
H A DClangASTContext.h270 const TemplateParameterInfos &infos);
275 const TemplateParameterInfos &infos);
282 const TemplateParameterInfos &infos);
288 const TemplateParameterInfos &infos);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
H A DBuildResultsElement.java99 String[] infos = new String[list.size()];
101 list.toArray(infos);
103 ComboBoxPropertyDescriptor infoDescriptor = new ComboBoxPropertyDescriptor(P_ID_STATUS_INFO, P_STR_STATUS_INFO, infos);
H A DConfigResultsElement.java96 String[] infos = new String[list.size()];
98 list.toArray(infos);
100 ComboBoxPropertyDescriptor infoDescriptor = new ComboBoxPropertyDescriptor(P_ID_STATUS_INFO, P_STR_STATUS_INFO, infos);
H A DResultsElement.java127 String[] infos = new String[list.size()];
129 list.toArray(infos);
131 ComboBoxPropertyDescriptor infoDescriptor = new ComboBoxPropertyDescriptor(P_ID_STATUS_INFO, P_STR_STATUS_INFO, infos);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarReport.java69 int infos; field in class:GrammarReport.ReportData
247 data.infos = ErrorManager.getErrorState().infos;
470 buf.append("Number of infos: ");
471 buf.append(data.infos);
/external/jmdns/src/javax/jmdns/
H A DJmDNS.java32 * @param infos
35 public void cannotRecoverFromIOError(JmDNS dns, Collection<ServiceInfo> infos); argument
378 * Returns a list of service infos of the specified type.
387 * Returns a list of service infos of the specified type.
398 * Returns a list of service infos of the specified type sorted by subtype. Any service that do not register a subtype is listed in the empty subtype section.
407 * Returns a list of service infos of the specified type sorted by subtype. Any service that do not register a subtype is listed in the empty subtype section.
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/util/
H A DDebugShapeFactory.java36 import com.jme3.bullet.collision.shapes.infos.ChildCollisionShape;
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/infos/
H A DRigidBodyMotionState.java32 package com.jme3.bullet.objects.infos;
/external/v8/tools/
H A Dll_prof.py710 self.infos = []
723 self.infos.append(mmap_info)
783 for i, mmap_info in enumerate(self.infos):
786 self.infos[0], self.infos[i] = mmap_info, self.infos[0]
830 mmap_infos = [m for m in library_repo.infos if m.ticks > 0]
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
H A DCompoundCollisionShape.java34 import com.jme3.bullet.collision.shapes.infos.ChildCollisionShape;
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
H A DCompoundCollisionShape.java36 import com.jme3.bullet.collision.shapes.infos.ChildCollisionShape;
/external/llvm/utils/llvm-build/llvmbuild/
H A Dmain.py90 infos = list(
93 return LLVMProjectInfo(source_root, infos)
228 for subpath, infos in info_basedir.items():
230 infos.sort(key = lambda ci: ci.name)
245 for ci in infos:
266 f = open(infos[0]._source_path)

Completed in 1783 milliseconds

123