Searched refs:bodies (Results 1 - 9 of 9) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/packet/
H A DXHTMLExtension.java45 private List<String> bodies = new ArrayList<String>(); field in class:XHTMLExtension
87 // Loop through all the bodies and append them to the string buffer
96 * Returns an Iterator for the bodies in the packet.
98 * @return an Iterator for the bodies in the packet.
101 synchronized (bodies) {
102 return Collections.unmodifiableList(new ArrayList<String>(bodies)).iterator();
112 synchronized (bodies) {
113 bodies.add(body);
118 * Returns a count of the bodies in the XHTML packet.
120 * @return the number of bodies i
[all...]
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Daccess-nbody.js79 function NBodySystem(bodies){
80 this.bodies = bodies;
84 var size = this.bodies.length;
86 var b = this.bodies[i];
92 this.bodies[0].offsetMomentum(px,py,pz);
97 var size = this.bodies.length;
100 var bodyi = this.bodies[i];
102 var bodyj = this.bodies[j];
121 var body = this.bodies[
[all...]
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Daccess-nbody.js79 function NBodySystem(bodies){
80 this.bodies = bodies;
84 var size = this.bodies.length;
86 var b = this.bodies[i];
92 this.bodies[0].offsetMomentum(px,py,pz);
97 var size = this.bodies.length;
100 var bodyi = this.bodies[i];
102 var bodyj = this.bodies[j];
121 var body = this.bodies[
[all...]
/external/v8/test/mjsunit/
H A Ddebug-stepout-scope.js139 var bodies = [ "1", variable
166 for (var j = 0; j < bodies.length; ++j) {
167 var body = bodies[j];
203 for (var j = 0; j < bodies.length; ++j) {
204 var body = bodies[j];
/external/smack/src/org/jivesoftware/smack/packet/
H A DMessage.java58 private final Set<Body> bodies = new HashSet<Body>(); field in class:Message
257 for (Body body : bodies) {
266 * Returns a set of all bodies in this Message, including the default message body accessible
269 * @return a collection of all bodies in this Message.
273 return Collections.unmodifiableCollection(bodies);
301 bodies.add(messageBody);
313 for (Body body : bodies) {
315 return bodies.remove(body);
329 return bodies.remove(body);
333 * Returns all the languages being used for the bodies, no
[all...]
/external/javassist/src/main/javassist/
H A DCtNewWrappedMethod.java139 Hashtable bodies = clazz.getHiddenMethods();
140 String bodyname = (String)bodies.get(src);
155 bodies.put(src, bodyname);
/external/grub/docs/
H A Dtexinfo.tex5588 % Macro bodies are absorbed as an argument in a context where
5627 % \mbodybackslash is the definition of \ in @macro bodies.
5724 % These two commands read recursive and nonrecursive macro bodies.
/external/bison/build-aux/
H A Dtexinfo.tex7281 % Macro bodies are absorbed as an argument in a context where
7342 % \mbodybackslash is the definition of \ in @macro bodies.
7492 % These two commands read recursive and nonrecursive macro bodies.
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 397 milliseconds