Searched defs:bodies (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Ddebug-stepout-scope-part4.js59 var bodies = [ "1", variable
76 for (var j = 0; j < bodies.length; ++j) {
77 var body = bodies[j];
H A Ddebug-stepout-scope-part6.js58 var bodies = [ "1", variable
75 for (var j = 0; j < bodies.length; ++j) {
76 var body = bodies[j];
H A Ddebug-stepout-scope-part7.js58 var bodies = [ "1", variable
75 for (var j = 0; j < bodies.length; ++j) {
76 var body = bodies[j];
H A Ddebug-stepout-scope-part2.js58 var bodies = [ "1", variable
76 for (var j = 0; j < bodies.length; ++j) {
77 var body = bodies[j];
/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/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/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 149 milliseconds