/frameworks/base/obex/javax/obex/ |
D | ClientOperation.java | 631 boolean more = true; in startProcessing() 637 while ((more) && (mReplyHeader.responseCode == in startProcessing() 639 more = sendRequest(ObexHelper.OBEX_OPCODE_GET); in startProcessing() 654 more = sendRequest(ObexHelper.OBEX_OPCODE_GET_FINAL); in startProcessing() 656 if (more) { in startProcessing() 667 while ((more) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) { in startProcessing() 668 more = sendRequest(ObexHelper.OBEX_OPCODE_PUT); in startProcessing() 766 boolean more = true; in streamClosed() 771 more = false; in streamClosed() 778 while ((more) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) { in streamClosed() [all …]
|
/frameworks/av/services/mediaanalytics/ |
D | MediaAnalyticsService.cpp | 454 bool more = false; in expirations_l() local 467 more = true; in expirations_l() 496 more = true; in expirations_l() 509 return more; in expirations_l() 516 bool more; in processExpirations() local 521 more = expirations_l(NULL); in processExpirations() 522 if (!more) { in processExpirations() 526 } while (more); in processExpirations() 541 bool more = expirations_l(item); in saveItem() local 544 if (more) { in saveItem()
|
/frameworks/compile/mclinker/lib/Support/ |
D | LEB128.cpp | 69 bool more = true; in encode() local 77 more = false; in encode() 83 } while (more); in encode()
|
/frameworks/av/media/libstagefright/ |
D | ESDS.cpp | 82 bool more; in skipDescriptorHeader() local 92 more = (x & 0x80) != 0; in skipDescriptorHeader() 94 while (more); in skipDescriptorHeader()
|
/frameworks/compile/slang/tests/F_reduce_general_parse/ |
D | stderr.txt.expect | 11 reduce_general_parse.rscript:17:63: error: more than one 'accumulator' for '#pragma rs reduce' 12 reduce_general_parse.rscript:18:63: error: more than one 'accumulator' for '#pragma rs reduce'
|
/frameworks/base/core/tests/mockingcoretests/ |
D | README | 23 For more information about ExtendedMockito see documentation of 26 See ../coretests/README for more information on FrameworksCoreTests.
|
/frameworks/native/services/surfaceflinger/EventLog/ |
D | EventLogTags.logtags | 7 # Tag names are one or more ASCII letters and numbers or underscores, i.e. 9 # impacts log readability, the latter makes regex searches more annoying).
|
/frameworks/av/media/utils/ |
D | EventLogTags.logtags | 7 # Tag names are one or more ASCII letters and numbers or underscores, i.e. 9 # impacts log readability, the latter makes regex searches more annoying).
|
/frameworks/wilhelm/ |
D | OWNERS | 1 # TODO: add more owners
|
/frameworks/base/core/java/android/view/animation/ |
D | AnimationSet.java | 374 boolean more = false; in getTransformation() 384 more = a.getTransformation(currentTime, temp, getScaleFactor()) || more; in getTransformation() 401 return more; in getTransformation()
|
/frameworks/compile/slang/tests/F_too_many_inputs/ |
D | stderr.txt.expect | 1 …8' for compute kernel bad(). Kernels targeting SDK levels 23+ may not use more than 8 input parame…
|
/frameworks/opt/vcard/ |
D | OWNERS | 1 # Default code reviewers picked from top 3 or more developers.
|
/frameworks/compile/libbcc/bcinfo/Wrap/ |
D | LLVMBuild.txt | 12 ; For more information on the LLVMBuild system, please see:
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | LLVMBuild.txt | 12 ; For more information on the LLVMBuild system, please see:
|
/frameworks/opt/net/wifi/tests/wifitests/ |
D | runtests.sh | 17 For more options, see https://goo.gl/JxYjIw
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_GLES_layers.txt | 43 more information.
|
/frameworks/base/tests/TouchLatency/app/ |
D | proguard-rules.pro | 7 # For more details, see
|
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/ |
D | proguard-rules.pro | 7 # For more details, see
|
D | gradle.properties | 7 # For more details on how to configure your build environment visit
|
/frameworks/base/startop/apps/ColorChanging/app/ |
D | proguard-rules.pro | 5 # For more details, see
|
/frameworks/minikin/doc/ |
D | hyb_file_format.md | 63 ranges and is limited to 256. The second is more general, but lookups will be slower. 112 present in more detail). 135 for more information about that issue.
|
/frameworks/native/docs/ |
D | Doxyfile | 218 # sources only. Doxygen will then generate output that is more tailored for C. 225 # sources only. Doxygen will then generate output that is more tailored for 232 # sources only. Doxygen will then generate output that is more tailored for 257 # comments according to the Markdown format, which allows for more readable 277 # diagrams that involve STL classes more complete and accurate. 350 # performance by keeping more symbols in memory. Note that the value works on 564 # the documentation. If the initializer consists of more lines than specified 609 # The CITE_BIB_FILES tag can be used to specify one or more bib files 613 # http://en.wikipedia.org/wiki/BibTeX for more info. For LaTeX the style 691 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp [all …]
|
/frameworks/base/tests/TouchLatency/ |
D | gradle.properties | 7 # For more details on how to configure your build environment visit
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/ |
D | proguard-project.txt | 10 # For more details, see
|
/frameworks/rs/script_api/include/ |
D | rs_object_info.rsh | 74 * rsAllocationGetDimFaces: Presence of more than one face 76 * If the Allocation is a cubemap, this function returns 1 if there's more than one face 81 * Returns: Returns 1 if more than one face is present, 0 otherwise. 89 * Query an Allocation for the presence of more than one Level Of Detail. This is useful 94 * Returns: Returns 1 if more than one LOD is present, 0 otherwise. 227 * more complex numerical type (e.g. RS_TYPE_UNSIGNED_5_6_5 and RS_TYPE_MATRIX_4X4).
|