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

  /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/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
access-nbody.js 79 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[i]
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
access-nbody.js 79 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[i]
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
access-nbody.js 79 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[i]
    [all...]
  /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...]
  /external/chromium_org/v8/test/mjsunit/
debug-stepout-scope-part2.js 58 var bodies = [ "1", variable
76 for (var j = 0; j < bodies.length; ++j) {
77 var body = bodies[j];
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];
  /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);
  /external/v8/test/mjsunit/
debug-stepout-scope.js 139 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/chromium_org/v8/test/mjsunit/regress/
regress-260.js 28 // We should not compile the bodies of function literals in loop
  /external/v8/test/mjsunit/regress/
regress-260.js 28 // We should not compile the bodies of function literals in loop
  /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/chromium_org/v8/test/webkit/
nested-functions.js 36 // testing; functions with small bodies are not cached!
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py 362 """Format help with indented section bodies.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py 362 """Format help with indented section bodies.
    [all...]
  /external/chromium_org/v8/src/
liveedit-debugger.js 697 // by definition may only have changes inside their bodies). However there are
    [all...]
  /external/v8/src/
liveedit-debugger.js 680 // by definition may only have changes inside their bodies). However there are
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 1426 milliseconds