Home
last modified time | relevance | path

Searched refs:particle (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Demo/tkinter/guido/
Dbrownian2.py19 def particle(canvas): # particle = iterator over the moves function
34 def move(particle): # move the particle at random time argument
35 particle.next()
37 root.after(int(dt*1000), move, particle)
48 move(particle(canvas))
Dbrownian.py19 def particle(canvas): function
43 t = threading.Thread(target=particle, args=(canvas,))
/external/libxml2/
Dxmlschemas.c4315 xmlSchemaContentModelDump(xmlSchemaParticlePtr particle, FILE * output, int depth) in xmlSchemaContentModelDump() argument
4322 if (particle == NULL) in xmlSchemaContentModelDump()
4328 if (particle->children == NULL) { in xmlSchemaContentModelDump()
4332 term = particle->children; in xmlSchemaContentModelDump()
4360 if (particle->minOccurs != 1) in xmlSchemaContentModelDump()
4361 fprintf(output, " min: %d", particle->minOccurs); in xmlSchemaContentModelDump()
4362 if (particle->maxOccurs >= UNBOUNDED) in xmlSchemaContentModelDump()
4364 else if (particle->maxOccurs != 1) in xmlSchemaContentModelDump()
4365 fprintf(output, " max: %d", particle->maxOccurs); in xmlSchemaContentModelDump()
4375 if (particle->next != NULL) in xmlSchemaContentModelDump()
[all …]
Dxmlschemastypes.c416 xmlSchemaParticlePtr particle; in xmlSchemaInitTypes() local
420 particle = xmlSchemaAddParticle(); in xmlSchemaInitTypes()
421 if (particle == NULL) in xmlSchemaInitTypes()
423 xmlSchemaTypeAnyTypeDef->subtypes = (xmlSchemaTypePtr) particle; in xmlSchemaInitTypes()
433 particle->children = (xmlSchemaTreeItemPtr) sequence; in xmlSchemaInitTypes()
435 particle = xmlSchemaAddParticle(); in xmlSchemaInitTypes()
436 if (particle == NULL) in xmlSchemaInitTypes()
438 particle->minOccurs = 0; in xmlSchemaInitTypes()
439 particle->maxOccurs = UNBOUNDED; in xmlSchemaInitTypes()
440 sequence->children = (xmlSchemaTreeItemPtr) particle; in xmlSchemaInitTypes()
[all …]
DChangeLog4455 Added facet derivation constraints. Introduced "particle"
13596 * xmlregexp.c: first implementation of the all particle, this
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt49 乎>'[interrogative or exclamatory final particle]';
343 兮>'[exclamatory particle]';
659 呀>'[particle used express surprise]';
694 咯>'[final particle]';
707 哉>'[final exclamatory particle]';
720 唄>'[final particle of assertion pathaka]';
791 嘛>'[final exclamatory particle]';
2633 歟>'[final particle used express ques]';
3549 矣>'[particle of completed action]';
6308 麼>'[interrogative final particle]';
/external/mesa3d/docs/relnotes/
D4.166 For rendering points as textured quads. Useful for particle effects.
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt168 羗 < tribes\-in\-west\-china\-strong\.\-educated\.\-obstinate\.\-a\-particle;
365 呀 < particle\-used\-to\-express\-surprise\-or\-mild\-emphasis;
486 罷了 < a\-modal\-particle\-indicating\-\(don''t\-mind\-it\,\-ok\);
666 乎 < interrogative\-or\-exclamatory\-final\-particle;
668 歟 < a\-final\-particle\-used\-to\-express\-admiration;
1186 咗 < verbal\-particle\-of\-perfective\-aspect;
1305 唄 < final\-particle\-of\-assertion\-pathaka;
1463 �� < a\-particle\-used\-in\-transliteration;
1538 呭 < final\-particle\-expressing\-consent;
2012 嚹 < a\-particle\-implying\-completion;
[all …]
/external/jline/src/src/test/resources/jline/example/
Denglish.gz