Searched defs:body (Results 1 - 25 of 392) sorted by relevance

1234567891011>>

/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
H A DtkSimpleDialog.py63 body = Frame(self)
64 self.initial_focus = self.body(body)
65 body.pack(padx=5, pady=5)
96 def body(self, master): member in class:Dialog
97 '''create dialog body.
195 def body(self, master): member in class:_QueryDialog
293 def body(self, master): member in class:_QueryString
294 entry = _QueryDialog.body(self, master)
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
H A DtkSimpleDialog.py63 body = Frame(self)
64 self.initial_focus = self.body(body)
65 body.pack(padx=5, pady=5)
96 def body(self, master): member in class:Dialog
97 '''create dialog body.
195 def body(self, master): member in class:_QueryDialog
293 def body(self, master): member in class:_QueryString
294 entry = _QueryDialog.body(self, master)
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
H A Dlimits.cpp43 // "Within the body of the loop, the loop index is not statically assigned to nor is it used as the
59 // The inductive loop-body traverser.
132 void TParseContext::inductiveLoopBodyCheck(TIntermNode* body, int loopId, TSymbolTable& symbolTable) argument
136 if (body == nullptr)
139 body->traverse(&it);
H A DlinkValidate.cpp213 TIntermAggregate* body = globals[child]->getAsAggregate(); local
215 if (body && unitBody && body->getOp() == EOpFunction && unitBody->getOp() == EOpFunction && body->getName() == unitBody->getName()) {
398 // recursion and missing body checking
657 // Any call-graph node set to visited but without a callee body is an error.
661 error(infoSink, "No function definition (body) found: ");
H A DIntermediate.cpp1912 TIntermLoop* TIntermediate::addLoop(TIntermNode* body, TIntermTyped* test, TIntermTyped* terminal, bool testFirst, const TSourceLoc& loc, TLoopControl control) argument
1914 TIntermLoop* node = new TIntermLoop(body, test, terminal, testFirst);
1924 TIntermAggregate* TIntermediate::addForLoop(TIntermNode* body, TIntermNode* initializer, TIntermTyped* test, TIntermTyped* terminal, bool testFirst, const TSourceLoc& loc, TLoopControl control) argument
1926 TIntermLoop* node = new TIntermLoop(body, test, terminal, testFirst);
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
H A Dlimits.cpp43 // "Within the body of the loop, the loop index is not statically assigned to nor is it used as the
59 // The inductive loop-body traverser.
132 void TParseContext::inductiveLoopBodyCheck(TIntermNode* body, int loopId, TSymbolTable& symbolTable) argument
136 if (body == nullptr)
139 body->traverse(&it);
H A DlinkValidate.cpp213 TIntermAggregate* body = globals[child]->getAsAggregate(); local
215 if (body && unitBody && body->getOp() == EOpFunction && unitBody->getOp() == EOpFunction && body->getName() == unitBody->getName()) {
398 // recursion and missing body checking
657 // Any call-graph node set to visited but without a callee body is an error.
661 error(infoSink, "No function definition (body) found: ");
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DtkSimpleDialog.py63 body = Frame(self)
64 self.initial_focus = self.body(body)
65 body.pack(padx=5, pady=5)
96 def body(self, master): member in class:Dialog
97 '''create dialog body.
195 def body(self, master): member in class:_QueryDialog
293 def body(self, master): member in class:_QueryString
294 entry = _QueryDialog.body(self, master)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DtkSimpleDialog.py63 body = Frame(self)
64 self.initial_focus = self.body(body)
65 body.pack(padx=5, pady=5)
96 def body(self, master): member in class:Dialog
97 '''create dialog body.
195 def body(self, master): member in class:_QueryDialog
293 def body(self, master): member in class:_QueryString
294 entry = _QueryDialog.body(self, master)
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/hlsl/
H A DhlslAttributes.h102 TFunctionDeclarator() : function(nullptr), body(nullptr) { }
106 TVector<HlslToken>* body; member in class:glslang::TFunctionDeclarator
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
H A DhlslAttributes.h102 TFunctionDeclarator() : function(nullptr), body(nullptr) { }
106 TVector<HlslToken>* body; member in class:glslang::TFunctionDeclarator
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dnntplib.py183 1: print commands and responses but not body text etc.
422 def body(self, id, file=None): member in class:NNTP
430 - list: the lines of the article's body or an empty list
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dnntplib.py183 1: print commands and responses but not body text etc.
422 def body(self, id, file=None): member in class:NNTP
430 - list: the lines of the article's body or an empty list
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dnntplib.py183 1: print commands and responses but not body text etc.
422 def body(self, id, file=None): member in class:NNTP
430 - list: the lines of the article's body or an empty list
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dnntplib.py183 1: print commands and responses but not body text etc.
422 def body(self, id, file=None): member in class:NNTP
430 - list: the lines of the article's body or an empty list
/prebuilts/gradle-plugin/com/android/tools/jaxb-inheritance-plugin/1/
H A Djaxb-inheritance-plugin-1.jar ... .JMethod newMethod com.sun.codemodel.JBlock body com.sun.codemodel.JInvocation call java. ...
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
H A Dclast.h88 struct clast_stmt * body; member in struct:clast_block
105 struct clast_stmt * body; member in struct:clast_for
/prebuilts/devtools/tools/lib/
H A Dhttpmime-4.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/entity/ ...
/prebuilts/tools/common/http-client/
H A Dhttpmime-4.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/entity/ ...
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/
H A Dhttpmime-4.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/entity/ ...
/prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpmime/4.1/
H A Dhttpmime-4.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/entity/ ...
/prebuilts/tools/common/m2/repository/com/squareup/retrofit2/retrofit/2.1.0/
H A Dretrofit-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF retrofit2/ retrofit2/http/ retrofit2/BuiltInConverters$BufferingResponseBodyConverter.class BuiltInConverters ...
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/mockwebserver/2.7.4/
H A Dmockwebserver-2.7.4.jar ... okhttp.Headers$Builder headers private okio.Buffer body private long throttleBytesPerPeriod private long throttlePeriodAmount private java.util ...
/prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.5/
H A Dgmaven-runtime-api-1.5.jar ... lang.Exception } org/codehaus/gmaven/runtime/util/ClassSource$Body.class ClassSource.java package org.codehaus. ...
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPpContext.h259 TokenStream body; member in struct:glslang::TPpContext::MacroSymbol
333 bool endOfReplacementList() override { return mac->body.atEnd(); }

Completed in 441 milliseconds

1234567891011>>