Searched defs:body (Results 126 - 150 of 160) sorted by relevance

1234567

/external/dbus/dbus/
H A Ddbus-marshal-recursive-util.c153 DBusString body; member in struct:__anon5007
174 if (!_dbus_string_init (&block->body))
182 !_dbus_string_insert_bytes (&block->body, 0, initial_offset,
185 !_dbus_string_append (&block->body, FENCE_BYTES_STR))
188 _dbus_string_free (&block->body);
203 state->saved_body_len = _dbus_string_get_length (&block->body) - N_FENCE_BYTES;
213 _dbus_string_delete (&block->body,
215 _dbus_string_get_length (&block->body) - state->saved_body_len - N_FENCE_BYTES);
235 if (!_dbus_string_ends_with_c_str (&block->body,
240 offset = _dbus_string_get_length (&block->body)
1596 build_body(TestTypeNode **nodes, int n_nodes, int byte_order, DBusString *signature, DBusString *body) argument
1647 dbus_internal_do_not_use_generate_bodies(int sequence, int byte_order, DBusString *signature, DBusString *body) argument
[all...]
/external/v8/src/
H A Dd8.js165 var body = response.body();
169 if (body.breakpoints) {
171 if (body.breakpoints.length > 1) {
175 for (var i = 0; i < body.breakpoints.length; i++) {
179 result += body.breakpoints[i];
185 result += body.invocationText;
187 result += SourceInfo(body);
189 result += SourceUnderline(body.sourceLineText, body
[all...]
H A Dliveobjectlist.cc1306 // Allocate the result body.
1307 Handle<JSObject> body = factory->NewJSObject(isolate->object_function()); local
1308 if (body->IsFailure()) return Object::cast(*body);
1310 // Set the updated body.count.
1312 maybe_result = body->SetProperty(*count_sym,
1318 // Set the updated body.size if appropriate.
1321 maybe_result = body->SetProperty(*size_sym,
1328 // Set body.first_index.
1330 maybe_result = body
1975 Handle<JSObject> body = Handle<JSObject>(JSObject::cast(body_obj)); local
[all...]
H A Dast.h609 Block* body() const { return body_; } function in class:v8::internal::ModuleLiteral
614 ModuleLiteral(Block* body, Interface* interface) argument
616 body_(body) {
683 Statement* body() const { return body_; } function in class:v8::internal::IterationStatement
700 void Initialize(Statement* body) { argument
701 body_ = body;
715 void Initialize(Expression* cond, Statement* body) { argument
716 IterationStatement::Initialize(body);
755 void Initialize(Expression* cond, Statement* body) { argument
756 IterationStatement::Initialize(body);
795 Initialize(Statement* init, Expression* cond, Statement* next, Statement* body) argument
855 Initialize(Expression* each, Expression* enumerable, Statement* body) argument
2037 ZoneList<Statement*>* body() const { return body_; } function in class:v8::internal::FunctionLiteral
2089 FunctionLiteral(Isolate* isolate, Handle<String> name, Scope* scope, ZoneList<Statement*>* body, int materialized_literal_count, int expected_property_count, int handler_count, bool has_only_simple_this_property_assignments, Handle<FixedArray> this_property_assignments, int parameter_count, Type type, ParameterFlag has_duplicate_parameters, IsFunctionFlag is_function) argument
2399 RegExpQuantifier(int min, int max, Type type, RegExpTree* body) argument
2431 RegExpTree* body() { return body_; } function in class:v8::internal::RegExpQuantifier
2445 RegExpCapture(RegExpTree* body, int index) argument
2461 RegExpTree* body() { return body_; } function in class:v8::internal::RegExpCapture
2474 RegExpLookahead(RegExpTree* body, bool is_positive, int capture_count, int capture_from) argument
2492 RegExpTree* body() { return body_; } function in class:v8::internal::RegExpLookahead
2683 NewModuleLiteral(Block* body, Interface* interface) argument
2936 NewFunctionLiteral( Handle<String> name, Scope* scope, ZoneList<Statement*>* body, int materialized_literal_count, int expected_property_count, int handler_count, bool has_only_simple_this_property_assignments, Handle<FixedArray> this_property_assignments, int parameter_count, FunctionLiteral::ParameterFlag has_duplicate_parameters, FunctionLiteral::Type type, FunctionLiteral::IsFunctionFlag is_function) argument
[all...]
H A Djsregexp.cc1209 // of the body of the negative look-ahead.
3741 body(),
3788 RegExpTree* body,
3815 bool body_can_be_empty = (body->min_match() == 0);
3817 Interval capture_registers = body->CaptureRegisters();
3822 // Only unroll if there are no captures and the body can't be
3832 0, new_max, is_greedy, body, compiler, on_success, true);
3837 answer = body->ToNode(compiler, answer);
3852 GuardedAlternative(body->ToNode(compiler, answer)));
3857 GuardedAlternative(body
3785 ToNode(int min, int max, bool is_greedy, RegExpTree* body, RegExpCompiler* compiler, RegExpNode* on_success, bool not_at_start) argument
4045 ToNode(RegExpTree* body, int index, RegExpCompiler* compiler, RegExpNode* on_success) argument
[all...]
H A Dparser.cc620 ZoneList<Statement*>* body = new(zone()) ZoneList<Statement*>(16); local
623 ParseSourceElements(body, Token::EOS, info->is_eval(), &ok);
636 body,
1308 Block* body = factory()->NewBlock(NULL, 16, false); local
1322 Target target_body(&this->target_stack_, body);
1328 body->AddStatement(stat);
1336 body->set_block_scope(scope);
1340 return factory()->NewModuleLiteral(body, scope->interface());
1995 Block* body = factory()->NewBlock(labels, 16, false); local
2004 Target target_body(&this->target_stack_, body);
2790 Statement* body = ParseStatement(NULL, CHECK_OK); local
2824 Statement* body = ParseStatement(NULL, CHECK_OK); local
2860 Statement* body = ParseStatement(NULL, CHECK_OK); local
2907 Statement* body = ParseStatement(NULL, CHECK_OK); local
2946 Statement* body = ParseStatement(NULL, CHECK_OK); local
2981 Statement* body = ParseStatement(NULL, CHECK_OK); local
4399 ZoneList<Statement*>* body = NULL; local
5145 RegExpTree* body = builder->ToRegExp(); local
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c3922 mach_msg_body_t *body; local
3929 body = (mach_msg_body_t *)(mh+1);
3930 count = body->msgh_descriptor_count;
3931 p = (uint8_t *)(body+1);
4073 mach_msg_body_t *body; local
4080 body = (mach_msg_body_t *)(mh+1);
4081 PRE_MEM_READ("msg->msgh_descriptor_count)", (Addr)body, sizeof(*body));
4083 count = body->msgh_descriptor_count;
4084 p = (uint8_t *)(body
[all...]
/external/webkit/Source/JavaScriptCore/parser/
H A DASTBuilder.h255 ExpressionNode* createFunctionExpr(const Identifier* name, FunctionBodyNode* body, ParameterNode* parameters, int openBracePos, int closeBracePos, int bodyStartLine, int bodyEndLine) argument
257 FuncExprNode* result = new (m_globalData) FuncExprNode(m_globalData, *name, body, m_lexer->sourceCode(openBracePos, closeBracePos, bodyStartLine), parameters);
258 body->setLoc(bodyStartLine, bodyEndLine);
268 template <bool> PropertyNode* createGetterOrSetterProperty(PropertyNode::Type type, const Identifier* name, ParameterNode* params, FunctionBodyNode* body, int openBracePos, int closeBracePos, int bodyStartLine, int bodyEndLine) argument
271 body->setLoc(bodyStartLine, bodyEndLine);
272 return new (m_globalData) PropertyNode(m_globalData, *name, new (m_globalData) FuncExprNode(m_globalData, m_globalData->propertyNames->nullIdentifier, body, m_lexer->sourceCode(openBracePos, closeBracePos, bodyStartLine), params), type);
298 StatementNode* createFuncDeclStatement(const Identifier* name, FunctionBodyNode* body, ParameterNode* parameters, int openBracePos, int closeBracePos, int bodyStartLine, int bodyEndLine) argument
300 FuncDeclNode* decl = new (m_globalData) FuncDeclNode(m_globalData, *name, body, m_lexer->sourceCode(openBracePos, closeBracePos, bodyStartLine), parameters);
303 m_scope.m_funcDeclarations->data.append(decl->body());
304 body
[all...]
H A DJSParser.cpp1291 template <JSParser::FunctionRequirements requirements, bool nameIsInContainingScope, class TreeBuilder> bool JSParser::parseFunctionInfo(TreeBuilder& context, const Identifier*& name, TreeFormalParameterList& parameters, TreeFunctionBody& body, int& openBracePos, int& closeBracePos, int& bodyStartLine) argument
1316 body = context.createFunctionBody(strictMode());
1332 body = parseFunctionBody(context);
1333 failIfFalse(body);
1368 TreeFunctionBody body = 0; local
1372 failIfFalse((parseFunctionInfo<FunctionNeedsName, true>(context, name, parameters, body, openBracePos, closeBracePos, bodyStartLine)));
1375 return context.createFuncDeclStatement(name, body, parameters, openBracePos, closeBracePos, bodyStartLine, m_lastLine);
1717 TreeFunctionBody body = 0; local
1728 failIfFalse((parseFunctionInfo<FunctionNeedsName, false>(context, accessorName, parameters, body, openBracePos, closeBracePos, bodyStartLine)));
1729 return context.template createGetterOrSetterProperty<complete>(type, accessorName, parameters, body, openBracePo
1986 TreeFunctionBody body = 0; local
[all...]
H A DNodes.h1513 FuncExprNode(JSGlobalData*, const Identifier&, FunctionBodyNode* body, const SourceCode& source, ParameterNode* parameter = 0);
1515 FunctionBodyNode* body() { return m_body; } function in class:JSC::FuncExprNode
1529 FunctionBodyNode* body() { return m_body; } function in class:JSC::FuncDeclNode
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dintermediate.h282 body(aBody) { }
291 TIntermNode* getBody() { return body; }
298 TIntermNode* body; // loop body member in class:TIntermLoop
/external/webkit/Source/WebCore/page/
H A DFrameView.cpp435 // Try the <body> element first as a scrollbar source.
436 Element* body = doc ? doc->body() : 0; local
437 if (body && body->renderer() && body->renderer()->style()->hasPseudoStyle(SCROLLBAR))
438 return RenderScrollbar::createCustomScrollbar(this, orientation, body->renderer()->enclosingBox());
440 // If the <body> didn't have a custom style, then the root element might.
492 // Handle the overflow:hidden/scroll case for the body/html elements. WinIE treats
493 // overflow:hidden and overflow:scroll on <body> a
552 Node* body = document->body(); local
876 Node* body = document->body(); local
2237 Element* body = doc ? doc->body() : 0; local
[all...]
/external/clang/include/clang/AST/
H A DStmt.h1014 WhileStmt(ASTContext &C, VarDecl *Var, Expr *cond, Stmt *body,
1071 DoStmt(Stmt *body, Expr *cond, SourceLocation DL, SourceLocation WL, argument
1075 SubExprs[BODY] = body;
/external/webkit/Source/WebCore/rendering/
H A DRenderBox.cpp264 // The background of the root element or the body element could propagate up to
330 // Set the text color if we're the body.
371 // We also handle <body> and <html>, whose overflow applies to the viewport.
375 // Overflow on the body can propagate to the viewport under the following conditions.
377 // (2) We are the primary <body> (can be checked by looking at document.body).
380 document()->body() == node() &&
803 // Locate the <body> element using the DOM. This is easier than trying
805 // anonymous blocks created by inline <body> tags etc. We can locate the <body>
807 HTMLElement* body = document()->body(); local
[all...]
H A DRenderBoxModelObject.cpp405 // where <html> and <body> assume the size of the viewport. In this case,
425 // If the element is the HTML body element or does not have an associated box
433 // If the offsetParent of the element is null, or is the HTML body element,
459 // If the element is the HTML body element or does not have an associated box
467 // If the offsetParent of the element is null, or is the HTML body element,
710 // Locate the <body> element using the DOM. This is easier than trying
712 // anonymous blocks created by inline <body> tags etc. We can locate the <body>
714 HTMLElement* body = document()->body(); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar ... equinox.p2.metadata.ICopyright { private final String body private java.net.URI location public void " href ...
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp1641 // Insert all these *after* the statement body.
1873 // Now rewrite the body...
1879 assert((*bodyBuf == '{') && "bogus @catch body location");
1899 // Now rewrite the body...
1906 assert((*bodyBuf == '{') && "bogus @catch body location");
1919 "bogus @catch body location");
1942 Stmt *body = finalStmt->getFinallyBody(); local
1943 SourceLocation startLoc = body->getLocStart();
1944 SourceLocation endLoc = body->getLocEnd();
1946 "bogus @finally body locatio
[all...]
H A DRewriteModernObjC.cpp1794 // Insert all these *after* the statement body.
1976 Stmt *body = finalStmt->getFinallyBody(); local
1977 SourceLocation startFinalBodyLoc = body->getLocStart();
1982 SourceLocation endFinalBodyLoc = body->getLocEnd();
5422 // Rewrite the block body in place.
/external/v8/test/cctest/
H A Dtest-debug.cc5898 char* body() { return *body_; } function in class:DebuggerAgentProtocolServerThread
5982 // Add empty body to request.
5991 // Check for empty body.
5992 CHECK(server->body() == NULL);
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp1602 if (body() && !body()->renderer() && m_pendingSheetLayout == NoLayoutWithPendingSheets) {
1994 HTMLElement* Document::body() const function in class:WebCore::Document
2001 Node* body = 0;
2006 if (i->hasTagName(bodyTag) && !body)
2007 body = i;
2009 return toHTMLElement(body);
2029 HTMLElement* b = body();
2201 // (b) Only schedule layout once we have a body element.
2203 return (haveStylesheetsLoaded() && body())
[all...]
/external/clang/lib/Sema/
H A DTreeTransform.h574 /// \brief Transform the captures and body of a lambda expression.
1023 /// \brief Attach the body to a new case statement.
1082 /// \brief Attach the body to the switch statement.
1349 /// \brief Attach body to a C++0x range-based for statement.
5153 // Attach the body to the case statement
5290 // Transform the body of the switch statement.
5334 // Transform the body
5352 // Transform the body
5421 // Transform the body
5594 // Transform the body o
8789 StmtResult body = getDerived().TransformStmt(E->getBody()); local
[all...]
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp824 && m_mainFrame->document()->body()) {
827 RefPtr<RenderStyle> style = document->styleForElementIgnoringPendingStylesheets(document->body());
850 //If we have a fixed background image on the body element, the fixed image
852 //of the body element will be moved to a layer.
865 RefPtr<RenderStyle> style = document->styleForElementIgnoringPendingStylesheets(document->body());
2293 HTMLElement* body = frame->document()->body(); local
2295 if (node == body)
2311 Node* body = m_mainFrame->document()->body(); local
2557 Node* body = 0; local
2731 HTMLElement* body = m_mainFrame->document()->body(); local
2838 Node* body = m_mainFrame->document()->body(); local
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/internal/ ...

Completed in 1576 milliseconds

1234567