/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
elementcontentwhitespace02.js | 33 // raised when entering the body of the test. 69 // body of the test to be executed. 93 var body; 122 bodyList = doc.getElementsByTagName("body"); 123 body = bodyList.item(0); 124 child = body.firstChild;
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
ListOfEditTexts.java | 113 String body = getItem(position); local 116 ((EditText) convertView).setText(body); 121 editText.setText(body);
|
/build/tools/droiddoc/templates-sdk/ |
sampleindex.cs | 7 <body class="gc-documentation"> 52 </body>
|
/cts/tests/tests/sax/src/android/sax/cts/ |
ElementTest.java | 129 public void end(String body) { 130 assertEquals(NAMES[mNameIndex], body); 164 public void end(String body) { 165 assertEquals(JIM, body);
|
/external/dbus/dbus/ |
dbus-message-private.h | 103 DBusString body; /**< Body network data. */ member in struct:DBusMessage
|
/external/doclava/res/assets/templates/ |
docpage.cs | 5 <body class="gc-documentation"> 37 </body>
|
sample.cs | 7 <body class="gc-documentation"> 32 </body>
|
/external/mesa3d/src/glsl/ |
ir_if_return.cpp | 168 ret = find_return_in_block(&ir->body); 174 ir->body.push_tail(new(ir) ir_return(NULL)); 198 ir->body.push_tail(undef); 201 ir->body.push_tail(new(ir) ir_return(deref));
|
/external/valgrind/main/docs/html/ |
vg_basic.css | 5 body { 10 body, td {
|
/external/valgrind/main/docs/lib/ |
vg_basic.css | 5 body { 10 body, td {
|
/external/webkit/LayoutTests/fast/encoding/resources/ |
invalid-xml.js | 28 document.body.appendChild(script); 39 document.body.appendChild(iframe);
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
IntermTraverse.cpp | 237 if(body) 239 body->traverse(it); 254 if(body) 256 body->traverse(it);
|
/frameworks/base/services/java/com/android/server/location/ |
GpsXtraDownloader.java | 138 byte[] body = null; 142 body = new byte[(int) entity.getContentLength()]; 145 dis.readFully(body); 160 return body;
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/ |
Part.java | 29 public Body getBody() throws MessagingException; 49 public void setBody(Body body) throws MessagingException;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
OverviewPage.java | 83 Composite body = form.getBody(); local 86 // Usually we would set a ColumnLayout on body here. However the presence of the 89 mOverviewPart = new OverviewInfoPart(body, toolkit, mEditor); 95 OverviewExportPart exportPart = new OverviewExportPart(this, body, toolkit, mEditor); 99 mOverviewLinkPart = new OverviewLinksPart(body, toolkit, mEditor);
|
/system/core/include/cutils/ |
mq.h | 58 * @param body as defined by user 61 MqMessage* mqCreateMessage(MqBytes header, MqBytes body,
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
httpread.c | 87 int content_length; /* body length, iff got_content_length */ 91 int got_body; /* nonzero when body is finalized */ 92 char *body; member in struct:httpread 100 int chunk_start; /* offset in body of chunk hdr or data */ 171 os_free(h->body); 352 /* For some types, we should not try to read a body 354 * that we should not read a body. 358 /* Some codes can have a body and some not. 368 * that GETs have a body length of 0... ? 407 char *bbp; /* pointer into body buffer * [all...] |
/external/wpa_supplicant_8/src/wps/ |
httpread.c | 87 int content_length; /* body length, iff got_content_length */ 91 int got_body; /* nonzero when body is finalized */ 92 char *body; member in struct:httpread 100 int chunk_start; /* offset in body of chunk hdr or data */ 171 os_free(h->body); 352 /* For some types, we should not try to read a body 354 * that we should not read a body. 358 /* Some codes can have a body and some not. 368 * that GETs have a body length of 0... ? 407 char *bbp; /* pointer into body buffer * [all...] |
/cts/tools/signature-tools/templates/ |
Styles.st | 19 .body {
|
/external/javassist/src/main/javassist/ |
CtNewWrappedConstructor.java | 29 CtMethod body, 38 howToCallSuper, body,
|
/external/v8/tools/ |
js2c.py | 149 def __init__(self, args, body): 151 self.body = body 153 result = self.body 191 body = macro_match.group(3).strip() 192 macros.append((re.compile("\\b%s\\(" % name), TextMacro(args, body))) 198 body = python_match.group(3).strip() 199 fun = eval("lambda " + ",".join(args) + ': ' + body)
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_nodeparentnode.js | 33 // raised when entering the body of the test. 68 // body of the test to be executed. 83 be set to "body". 108 assertEqualsAutoCase("element", "parentNodeName","body",parentName);
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_nodeparentnode.js | 33 // raised when entering the body of the test. 68 // body of the test to be executed. 83 be set to "body". 108 assertEqualsAutoCase("element", "parentNodeName","body",parentName);
|
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
callback-to-remote-context.js | 16 document.body.appendChild(iframe);
|
callback-to-remote-context2.js | 18 document.body.appendChild(iframe);
|