HomeSort by relevance Sort by last modified time
    Searched refs:preflight (Results 1 - 8 of 8) sorted by null

  /developers/build/
build.gradle 21 // Add a preflight task that depends on the "refresh" task that gets
23 task preflight {
24 project.afterEvaluate({preflight.dependsOn(project.refresh)})
115 dependsOn(preflight)
  /external/icu/icu4c/source/i18n/
collationkeys.h 115 UBool preflight, UErrorCode &errorCode);
collationkeys.cpp 231 UBool preflight, UErrorCode &errorCode) {
341 // calculate (preflight) the whole sort key length.
342 if(!preflight && sink.Overflowed()) {
  /external/yapf/yapftests/
reformatter_facebook_test.py 203 self.assertEqual(result.reason_not_added, "current preflight is still running")
208 result.reason_not_added, "current preflight is still running"
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationKeys.java 342 boolean preflight) {
456 // calculate (preflight) the whole sort key length.
457 if (!preflight && sink.Overflowed()) {
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationKeys.java 332 boolean preflight) {
446 // calculate (preflight) the whole sort key length.
447 if (!preflight && sink.Overflowed()) {
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ucsdetst.c 52 static int32_t preflight(const UChar *src, int32_t length, UConverter *cnv) function
74 int32_t byteCount = preflight(src, length, cnv);
  /external/syzkaller/vendor/google.golang.org/api/storage/v1/
storage-gen.go 340 // Access-Control-Max-Age header used in preflight responses.
    [all...]

Completed in 4381 milliseconds