Home
last modified time | relevance | path

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

12345678910>>...12

/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.rs:17:63: error: more than one 'accumulator' for '#pragma rs reduce'
12 reduce_general_parse.rs: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/wilhelm/
DOWNERS1 # TODO: add more owners
/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/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/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/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/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/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/
Dtest.sh113 cp -f more_protos/target/compatibility-more-protos-${TEST_VERSION}.jar more_protos.jar
139 …ava-$VERSION_NUMBER.jar:../protos.jar:../more_protos/target/compatibility-more-protos-${TEST_VERSI…
/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/opt/gamesdk/samples/cube/
Dgradle.properties7 # For more details on how to configure your build environment visit
/frameworks/opt/gamesdk/samples/unitypackaging/app/
Dproguard-rules.pro5 # For more details, see
/frameworks/opt/gamesdk/third_party/cube/
Dgradle.properties7 # For more details on how to configure your build environment visit
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/
Dgradle.properties5 # For more details on how to configure your build environment visit
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/
Dproguard-rules.pro5 # For more details, see
/frameworks/opt/gamesdk/samples/bouncyball/
Dgradle.properties7 # For more details on how to configure your build environment visit
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
Dproguard-rules.pro7 # For more details, see
/frameworks/opt/gamesdk/samples/bouncyball/app/
Dproguard-rules.pro5 # For more details, see

12345678910>>...12