HomeSort by relevance Sort by last modified time
    Searched defs:bodies (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/v8/test/mjsunit/
debug-stepout-scope-part4.js 59 var bodies = [ "1", variable
76 for (var j = 0; j < bodies.length; ++j) {
77 var body = bodies[j];
debug-stepout-scope-part6.js 58 var bodies = [ "1", variable
75 for (var j = 0; j < bodies.length; ++j) {
76 var body = bodies[j];
debug-stepout-scope-part7.js 58 var bodies = [ "1", variable
75 for (var j = 0; j < bodies.length; ++j) {
76 var body = bodies[j];
debug-stepout-scope-part2.js 58 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/
XHTMLExtension.java 45 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 in the XHTML packet
    [all...]
  /external/javassist/src/main/javassist/
CtNewWrappedMethod.java 139 Hashtable bodies = clazz.getHiddenMethods(); local
140 String bodyname = (String)bodies.get(src);
155 bodies.put(src, bodyname);
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ListOfEditTexts.java 72 List<String> bodies = Lists.newArrayList( local
78 mListView.setAdapter(new MyAdapter(this, bodies));
107 public MyAdapter(Context context, List<String> bodies) {
108 super(context, 0, bodies);
  /external/smack/src/org/jivesoftware/smack/packet/
Message.java 58 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, not including the default body
    [all...]
  /frameworks/base/sax/tests/saxtests/src/android/sax/
SafeSaxTest.java 69 String bodies = ""; field in class:SafeSaxTest.TextElementCounter
76 this.bodies += body;
110 assertEquals("ab", idCounter.bodies);
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 253 milliseconds