HomeSort by relevance Sort by last modified time
    Searched refs:hasBody (Results 1 - 25 of 45) sorted by null

1 2

  /libcore/support/src/test/java/tests/http/
MockWebServer.java 359 boolean hasBody = false;
363 hasBody = true;
366 hasBody = true;
382 if (hasBody) {
386 if (!hasBody) {
  /frameworks/base/core/java/android/net/http/
Request.java 248 boolean hasBody = false;
266 hasBody = canResponseHaveBody(mHttpRequest, statusCode);
268 if (hasBody)
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
MockWebServer.java 418 boolean hasBody = false;
422 hasBody = true;
425 hasBody = true;
441 if (hasBody) {
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 217 if (!MD->hasBody())
TransZeroOutPropsInDealloc.cpp 104 if (!D->hasBody())
TransGCAttrs.cpp 131 return FD->hasBody();
Transforms.cpp 539 if (!MD->hasBody())
  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 449 if (D && D->hasBody()) {
500 if (D && D->hasBody()) {
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 349 if (BD->hasBody()) {
575 if (!D->hasBody())
  /external/clang/lib/CodeGen/
CGCXX.cpp 89 if (!BaseD->isImplicit() && !BaseD->hasBody())
CGVTables.cpp 147 if (MD->hasBody(Def) && Def->isOutOfLine())
750 if (keyFunction->hasBody(def))
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 339 if (FD->hasBody(DeclToCheck))
566 if (KeyFunction->hasBody(Definition))
710 if (!FD->hasBody(DiagD))
    [all...]
  /external/chromium_org/tools/clang/plugins/
FindBadConstructs.cpp 262 if (warn_on_inline_bodies && method->hasBody() &&
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 273 REGISTER_MATCHER(hasBody);
  /external/clang/lib/AST/
DeclBase.cpp 446 if (FD->hasBody()) {
644 if (FD->hasBody(Definition))
    [all...]
Decl.cpp 503 FD->hasBody(Def) && Def->isInlined() && !Def->hasAttr<GNUInlineAttr>();
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
jquery-1.3.2.js 921 var hasBody = /<tbody/i.test(elem),
922 tbody = !tags.indexOf("<table") && !hasBody ?
926 wrap[1] == "<table>" && !hasBody ?
    [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 260 // Calling 'hasBody' replaces 'FD' in place with the FunctionDecl
262 FD->hasBody(FD);
  /frameworks/compile/slang/
slang_rs_backend.cpp 78 FD->hasBody() &&
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 152 if (f->hasBody(body) && !Analyzed(name)) {
1159 if (f->hasBody(body)) {
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 152 if (f->hasBody(body) && !Analyzed(name)) {
1161 if (f->hasBody(body)) {
    [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
DeclObjC.h 455 virtual bool hasBody() const { return Body.isValid(); }
466 bool isThisDeclarationADefinition() const { return hasBody(); }
    [all...]
DeclBase.h 792 /// Note that \c hasBody can also return true if any redeclaration of this
794 virtual bool hasBody() const { return getBody() != 0; }
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 463 if (!Result->hasBody(Definition))
    [all...]

Completed in 618 milliseconds

1 2