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

  /external/selinux/libsepol/tests/
Makefile 46 rm -f policies/test-downgrade/policy.hi policies/test-downgrade/policy.lo
50 $(MKDIR) -p policies/test-downgrade
51 ../../checkpolicy/checkpolicy -M policies/test-cond/refpolicy-base.conf -o policies/test-downgrade/policy.hi
libsepol-tests.c 25 #include "test-downgrade.h"
67 DECLARE_SUITE(downgrade);
  /external/curl/docs/cmdline-opts/
http0.9.d 11 simply transparently downgrade - if allowed.
  /art/runtime/
oat_file_assistant.h 131 // dex location. If "downgrade" is set to false, it verifies if the current
141 // If the purpose of the dexopt is to downgrade the compiler filter,
142 // set downgrade to true.
148 bool downgrade = false,
292 // downgrade should be true if the purpose of dexopt is to downgrade the
296 bool downgrade,
335 // downgrade should be true if the purpose of dexopt is to downgrade the
337 bool CompilerFilterIsOkay(CompilerFilter::Filter target, bool profile_changed, bool downgrade);
    [all...]
oat_file_assistant.cc 188 bool downgrade,
194 downgrade,
817 bool downgrade,
821 bool filter_okay = CompilerFilterIsOkay(target, profile_changed, downgrade);
    [all...]
  /art/dexoptanalyzer/
dexoptanalyzer_test.cc 81 bool downgrade = false,
88 compiler_filter, assume_profile_changed, downgrade);
130 TEST_F(DexoptAnalyzerTest, Downgrade) {
131 std::string dex_location = GetScratchDir() + "/Downgrade.jar";
  /build/make/tools/releasetools/
ota_from_target_files 25 --downgrade
28 "ota-downgrade=yes" will be set in the package metadata file. A data wipe
49 to an older one (based on timestamp comparison), by setting the downgrade
50 flag in the package metadata. This differs from --downgrade flag, as we
52 NOT an actual downgrade case, but two builds happen to be cut in a reverse
55 C -> B. Specifying --downgrade may not help since that would enforce a
59 now we consolidate the two cases (i.e. an actual downgrade, or a downgrade
60 based on timestamp) with the same "ota-downgrade=yes" flag, with the
210 OPTIONS.downgrade = Fals
    [all...]
ota_from_target_files.py 25 --downgrade
28 "ota-downgrade=yes" will be set in the package metadata file. A data wipe
49 to an older one (based on timestamp comparison), by setting the downgrade
50 flag in the package metadata. This differs from --downgrade flag, as we
52 NOT an actual downgrade case, but two builds happen to be cut in a reverse
55 C -> B. Specifying --downgrade may not help since that would enforce a
59 now we consolidate the two cases (i.e. an actual downgrade, or a downgrade
60 based on timestamp) with the same "ota-downgrade=yes" flag, with the
210 OPTIONS.downgrade = Fals
    [all...]
test_ota_from_target_files.py 417 common.OPTIONS.downgrade = False
566 common.OPTIONS.downgrade = True
571 'ota-downgrade' : 'yes',
    [all...]
  /art/runtime/native/
dalvik_system_DexFile.cc 530 bool downgrade) {
580 downgrade,
668 jboolean downgrade) {
695 downgrade == JNI_TRUE);
    [all...]
  /development/tools/repo_diff/service/repodiff/
Makefile 92 python tools/upgrade_db.py downgrade $(SQL_SCRIPT_DIR)
  /external/autotest/server/site_tests/firmware_ChipFwUpdate/
firmware_ChipFwUpdate.py 20 This test should be invoked twice: the 1st time to "downgrade" the
  /external/boringssl/src/ssl/test/runner/
handshake_client.go 644 // Check for downgrade signals in the server random, per RFC 8446, section 4.1.3.
650 return errors.New("tls: downgrade from TLS 1.3 detected")
656 return errors.New("tls: downgrade from TLS 1.2 detected")
664 return errors.New("tls: server did not send a JDK 11 downgrade signal")
666 return errors.New("tls: server sent an unexpected JDK 11 downgrade signal")
    [all...]
common.go     [all...]
runner.go     [all...]

Completed in 5966 milliseconds