Searched defs:infos (Results 1 - 25 of 41) sorted by relevance

12

/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/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/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/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/collision/shapes/infos/
H A DChildCollisionShape.java5 package com.jme3.bullet.collision.shapes.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/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/jbullet/com/jme3/bullet/objects/infos/
H A DRigidBodyMotionState.java32 package com.jme3.bullet.objects.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);
H A DErrorManager.java263 public int infos; field in class:ErrorManager.ErrorState
575 getErrorState().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/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/vboot_reference/tests/
H A Dvboot_api_kernel_tests.c269 VbError_t VbExDiskFreeInfo(VbDiskInfo *infos, argument
H A Dvboot_api_devmode_tests.c204 VbError_t VbExDiskFreeInfo(VbDiskInfo* infos, argument
H A Dvboot_api_kernel2_tests.c157 VbError_t VbExDiskFreeInfo(VbDiskInfo *infos, argument
/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...]
/external/lldb/source/Symbol/
H A DClangASTContext.cpp1266 const TemplateParameterInfos &infos)
1269 infos.args.data(),
1270 infos.args.size());
1264 CreateFunctionTemplateSpecializationInfo(FunctionDecl *func_decl, clang::FunctionTemplateDecl *func_tmpl_decl, const TemplateParameterInfos &infos) argument
/external/deqp/modules/glshared/
H A DglsDrawTest.cpp267 static const MethodInfo infos[] = local
282 return de::getSizedArrayElement<DrawTestSpec::DRAWMETHOD_LAST>(infos, (int)method);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
H A Dantsupportlib.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/ant/ org/eclipse/ant/internal/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 4111 milliseconds

12