Searched refs:body (Results 1 – 14 of 14) sorted by relevance
/system/tools/aidl/ |
D | aidl_typenames.cpp | 276 void AidlTypenames::IterateTypes(const std::function<void(const AidlDefinedType&)>& body) const { in IterateTypes() 278 body(*kv.second); in IterateTypes() 281 body(*kv.second); in IterateTypes()
|
D | aidl_typenames.h | 81 void IterateTypes(const std::function<void(const AidlDefinedType&)>& body) const;
|
/system/tools/mkbootimg/ |
D | pylintrc | 257 # Allow the body of an if to be on the same line as the test if there is no 312 # Maximum number of locals for function / method body 315 # Maximum number of return / yield for function / method body 318 # Maximum number of branch for function / method body 321 # Maximum number of statements in function / method body
|
/system/update_engine/ |
D | pylintrc | 215 # Allow the body of an if to be on the same line as the test if there is no 360 # Maximum number of nested blocks for function / method body 373 # Maximum number of locals for function / method body 376 # Maximum number of return / yield for function / method body 379 # Maximum number of branch for function / method body 382 # Maximum number of statements in function / method body
|
/system/bt/embdrv/sbc/decoder/srce/ |
D | readsamplesjoint.inc | 24 * This is the body of the generic version of OI_SBC_ReadSamplesJoint().
|
/system/vold/ |
D | KeyStorage.cpp | 287 std::string body; in encryptWithKeymasterKey() local 288 if (!opHandle.updateCompletely(message, &body)) return false; in encryptWithKeymasterKey() 293 *ciphertext = nonce + body + mac; in encryptWithKeymasterKey()
|
/system/media/camera/docs/ |
D | html.mako | 23 body { background-color: #f7f7f7; font-family: Roboto, sans-serif;} 158 <body> 418 </body>
|
/system/bt/gd/packet/parser/ |
D | language_y.yy | 62 %token BODY "body" 623 DEBUG() << "Size for body defined\n"; 624 $$ = new SizeField("body", $6, LOC);
|
/system/core/adb/ |
D | protocol.txt | 62 declares the maximum message body size that the remote system
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 470 # documentation blocks found inside the body of a function. If set to NO these 897 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
|
D | Doxyfile.bak | 470 # documentation blocks found inside the body of a function. If set to NO these 897 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
|
D | Doxyfile | 535 # documentation blocks found inside the body of a function. If set to NO, these 987 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 488 # documentation blocks found inside the body of a function. If set to NO, these 938 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
|
/system/chre/pal/doc/ |
D | Doxyfile | 488 # documentation blocks found inside the body of a function. If set to NO, these 938 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
|