Home
last modified time | relevance | path

Searched refs:more (Results 1 – 25 of 266) sorted by relevance

1234567891011

/frameworks/base/obex/javax/obex/
DClientOperation.java631 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/
DMediaAnalyticsService.cpp454 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/
DLEB128.cpp69 bool more = true; in encode() local
77 more = false; in encode()
83 } while (more); in encode()
/frameworks/av/media/libstagefright/
DESDS.cpp82 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/
Dstderr.txt.expect11 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/
DREADME23 For more information about ExtendedMockito see documentation of
26 See ../coretests/README for more information on FrameworksCoreTests.
/frameworks/native/services/surfaceflinger/EventLog/
DEventLogTags.logtags7 # 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/
DEventLogTags.logtags7 # 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/
DOWNERS1 # TODO: add more owners
/frameworks/base/core/java/android/view/animation/
DAnimationSet.java374 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/
Dstderr.txt.expect1 …8' for compute kernel bad(). Kernels targeting SDK levels 23+ may not use more than 8 input parame…
/frameworks/opt/vcard/
DOWNERS1 # Default code reviewers picked from top 3 or more developers.
/frameworks/compile/libbcc/bcinfo/Wrap/
DLLVMBuild.txt12 ; For more information on the LLVMBuild system, please see:
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DLLVMBuild.txt12 ; For more information on the LLVMBuild system, please see:
/frameworks/opt/net/wifi/tests/wifitests/
Druntests.sh17 For more options, see https://goo.gl/JxYjIw
/frameworks/native/opengl/specs/
DEGL_ANDROID_GLES_layers.txt43 more information.
/frameworks/base/tests/TouchLatency/app/
Dproguard-rules.pro7 # For more details, see
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
Dproguard-rules.pro7 # For more details, see
Dgradle.properties7 # For more details on how to configure your build environment visit
/frameworks/base/startop/apps/ColorChanging/app/
Dproguard-rules.pro5 # For more details, see
/frameworks/minikin/doc/
Dhyb_file_format.md63 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/
DDoxyfile218 # 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/
Dgradle.properties7 # For more details on how to configure your build environment visit
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/
Dproguard-project.txt10 # For more details, see
/frameworks/rs/script_api/include/
Drs_object_info.rsh74 * 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).

1234567891011