Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DPacketReflector.java72 private static void swapAddresses(byte[] buf, int version) { in swapAddresses() argument
74 switch(version) { in swapAddresses()
91 private void processTcpPacket(byte[] buf, int version, int len, int hdrLen) { in processTcpPacket() argument
97 swapAddresses(buf, version); in processTcpPacket()
105 private void processUdpPacket(byte[] buf, int version, int len, int hdrLen) { in processUdpPacket() argument
111 swapAddresses(buf, version); in processUdpPacket()
121 private void processIcmpPacket(byte[] buf, int version, int len, int hdrLen) { in processIcmpPacket() argument
127 if (!(version == 4 && type == ICMP_ECHO) && in processIcmpPacket()
128 !(version == 6 && type == ICMPV6_ECHO_REQUEST)) { in processIcmpPacket()
137 swapAddresses(buf, version); in processIcmpPacket()
[all …]
/cts/hostsidetests/appsecurity/test-apps/SplitApp/
DAndroid.mk33 LOCAL_AAPT_FLAGS := --version-code 100 --version-name OneHundred --replace-version
57 LOCAL_AAPT_FLAGS := --version-code 100 --version-name OneHundredRevisionTwelve --replace-version
80 LOCAL_AAPT_FLAGS := --version-code 101 --version-name OneHundredOne --replace-version
103 LOCAL_AAPT_FLAGS := --version-code 100 --version-name OneHundred --replace-version
DNativeTemplate.mk26 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
/cts/hostsidetests/appsecurity/test-apps/SplitApp/feature/
DAndroid.mk27 LOCAL_AAPT_FLAGS := --version-code 100 --version-name OneHundred --replace-version
/cts/suite/audio_quality/lib/src/task/
DTaskBatch.cpp56 android::String8 version; in run() local
58 if (!findStringAttribute(STR_NAME, name) || !findStringAttribute(STR_VERSION, version)) { in run()
62 version.string()); in run()
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/mips/
DAndroid.mk26 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/x86_64/
DAndroid.mk26 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/x86/
DAndroid.mk26 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/mips64/
DAndroid.mk26 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/armeabi/
DAndroid.mk26 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/arm64-v8a/
DAndroid.mk26 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/armeabi-v7a/
DAndroid.mk26 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
DScriptC_set_target_api_12.java45 public void invoke_check(int version) { in invoke_check() argument
47 check_fp.addI32(version); in invoke_check()
DScriptC_set_target_api_16.java45 public void invoke_check(int version) { in invoke_check() argument
47 check_fp.addI32(version); in invoke_check()
DScriptC_set_target_api_17.java45 public void invoke_check(int version) { in invoke_check() argument
47 check_fp.addI32(version); in invoke_check()
DScriptC_set_target_api_18.java45 public void invoke_check(int version) { in invoke_check() argument
47 check_fp.addI32(version); in invoke_check()
DScriptC_set_target_api_14.java45 public void invoke_check(int version) { in invoke_check() argument
47 check_fp.addI32(version); in invoke_check()
DScriptC_set_target_api_too_high.java45 public void invoke_check(int version) { in invoke_check() argument
47 check_fp.addI32(version); in invoke_check()
DScriptC_set_target_api_19.java45 public void invoke_check(int version) { in invoke_check() argument
47 check_fp.addI32(version); in invoke_check()
DScriptC_set_target_api_11.java45 public void invoke_check(int version) { in invoke_check() argument
47 check_fp.addI32(version); in invoke_check()
DScriptC_set_target_api_13.java45 public void invoke_check(int version) { in invoke_check() argument
47 check_fp.addI32(version); in invoke_check()
DScriptC_set_target_api_15.java45 public void invoke_check(int version) { in invoke_check() argument
47 check_fp.addI32(version); in invoke_check()
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
DDumpsysHostTest.java63 int version = -1; in testProcstatsOutput() local
84 version = Integer.parseInt(parts[1]); in testProcstatsOutput()
90 checkPkgProc(parts, version); in testProcstatsOutput()
93 checkPkgPss(parts, version); in testProcstatsOutput()
99 checkPkgSvc(parts, version); in testProcstatsOutput()
102 checkPkgKills(parts, version); in testProcstatsOutput()
137 private void checkPkgProc(String[] parts, int version) { in checkPkgProc() argument
140 if (version < 4) { in checkPkgProc()
184 private void checkPkgPss(String[] parts, int version) { in checkPkgPss() argument
187 if (version < 4) { in checkPkgPss()
[all …]
/cts/tools/signature-tools/src/signature/
DMain.java69 version(); in main()
104 private static void version() { in version() method in Main
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dincrement.rs17 #pragma version(1)

12345678910>>...15