/aosp_15_r20/external/llvm/test/MC/Mips/ |
H A D | set-nomacro.s | 3 # CHECK-NOT: warning: macro instruction expanded into multiple instructions 81 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 83 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 85 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 88 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 90 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 92 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 94 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 96 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 99 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions [all …]
|
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
H A D | round.inl | 76 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple) 79 return Source + (Multiple - std::fmod(Source, Multiple)); 81 return Source + std::fmod(-Source, Multiple); 89 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple) 92 return Tmp + (Multiple - (Tmp % Multiple)); 100 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple) 105 return Tmp + (Multiple - (Tmp % Multiple)); 108 return Source + (-Source % Multiple); 119 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple) 122 return Source - std::fmod(Source, Multiple); [all …]
|
H A D | round.hpp | 85 /// Return true if the 'Value' is a multiple of 'Multiple'. 89 GLM_FUNC_DECL bool isMultiple(genIUType Value, genIUType Multiple); 91 /// Return true if the 'Value' is a multiple of 'Multiple'. 95 GLM_FUNC_DECL vecType<bool, P> isMultiple(vecType<T, P> const & Value, T Multiple); 97 /// Return true if the 'Value' is a multiple of 'Multiple'. 101 …FUNC_DECL vecType<bool, P> isMultiple(vecType<T, P> const & Value, vecType<T, P> const & Multiple); 103 /// Higher multiple number of Source. 107 /// @param Multiple Must be a null or positive value 111 GLM_FUNC_DECL genType ceilMultiple(genType Source, genType Multiple); 113 /// Higher multiple number of Source. [all …]
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | round.inl | 76 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple) 79 return Source + (Multiple - std::fmod(Source, Multiple)); 81 return Source + std::fmod(-Source, Multiple); 89 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple) 92 return Tmp + (Multiple - (Tmp % Multiple)); 100 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple) 105 return Tmp + (Multiple - (Tmp % Multiple)); 108 return Source + (-Source % Multiple); 119 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple) 122 return Source - std::fmod(Source, Multiple); [all …]
|
D | round.hpp | 85 /// Return true if the 'Value' is a multiple of 'Multiple'. 89 GLM_FUNC_DECL bool isMultiple(genIUType Value, genIUType Multiple); 91 /// Return true if the 'Value' is a multiple of 'Multiple'. 95 GLM_FUNC_DECL vecType<bool, P> isMultiple(vecType<T, P> const & Value, T Multiple); 97 /// Return true if the 'Value' is a multiple of 'Multiple'. 101 …FUNC_DECL vecType<bool, P> isMultiple(vecType<T, P> const & Value, vecType<T, P> const & Multiple); 103 /// Higher multiple number of Source. 107 /// @param Multiple Must be a null or positive value 111 GLM_FUNC_DECL genType ceilMultiple(genType Source, genType Multiple); 113 /// Higher multiple number of Source. [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_cipher.camellia.data | 309 CAMELLIA Encrypt and decrypt 0 bytes in multiple parts [#1] 313 CAMELLIA Encrypt and decrypt 1 bytes in multiple parts 1 [#1] 317 CAMELLIA Encrypt and decrypt 1 bytes in multiple parts 2 [#1] 321 CAMELLIA Encrypt and decrypt 16 bytes in multiple parts 1 [#1] 325 CAMELLIA Encrypt and decrypt 16 bytes in multiple parts 2 [#1] 329 CAMELLIA Encrypt and decrypt 16 bytes in multiple parts 3 [#1] 333 CAMELLIA Encrypt and decrypt 16 bytes in multiple parts 4 [#1] 337 CAMELLIA Encrypt and decrypt 22 bytes in multiple parts 1 [#1] 341 CAMELLIA Encrypt and decrypt 22 bytes in multiple parts 1 [#2] 345 CAMELLIA Encrypt and decrypt 22 bytes in multiple parts 1 [#3] [all …]
|
H A D | test_suite_cipher.aes.data | 309 AES-128 CBC - Encrypt and decrypt 0 bytes in multiple parts with PKCS7 padding 313 AES-128 CBC - Encrypt and decrypt 1 bytes in multiple parts with PKCS7 padding 1 317 AES-128 CBC - Encrypt and decrypt 1 bytes in multiple parts with PKCS7 padding 2 321 AES-128 CBC - Encrypt and decrypt 16 bytes in multiple parts with PKCS7 padding 1 325 AES-128 CBC - Encrypt and decrypt 16 bytes in multiple parts with PKCS7 padding 2 329 AES-128 CBC - Encrypt and decrypt 16 bytes in multiple parts with PKCS7 padding 3 333 AES-128 CBC - Encrypt and decrypt 16 bytes in multiple parts with PKCS7 padding 4 337 AES-128 CBC - Encrypt and decrypt 22 bytes in multiple parts with PKCS7 padding 1 341 AES-128 CBC - Encrypt and decrypt 22 bytes in multiple parts with PKCS7 padding 2 345 AES-128 CBC - Encrypt and decrypt 23 bytes in multiple parts with PKCS7 padding 1 [all …]
|
H A D | test_suite_cipher.aria.data | 65 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 0 bytes in multiple parts 69 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 1 bytes in multiple parts 1 73 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 1 bytes in multiple parts 2 77 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 16 bytes in multiple parts 1 81 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 16 bytes in multiple parts 2 85 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 16 bytes in multiple parts 3 89 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 16 bytes in multiple parts 4 93 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 22 bytes in multiple parts 1 97 ARIA-128-CCM*-NO-TAG - Encrypt and decrypt 22 bytes in multiple parts 2 101 ARIA-128-CCM*-NO-TAG - Encrypt and decrypt 23 bytes in multiple parts 1 [all …]
|
H A D | test_suite_cipher.des.data | 313 DES Encrypt and decrypt 0 bytes in multiple parts 317 DES Encrypt and decrypt 1 bytes in multiple parts 1 321 DES Encrypt and decrypt 1 bytes in multiple parts 2 325 DES Encrypt and decrypt 16 bytes in multiple parts 1 329 DES Encrypt and decrypt 16 bytes in multiple parts 2 333 DES Encrypt and decrypt 16 bytes in multiple parts 3 337 DES Encrypt and decrypt 16 bytes in multiple parts 4 341 DES Encrypt and decrypt 22 bytes in multiple parts 1 [#1] 345 DES Encrypt and decrypt 22 bytes in multiple parts 1 [#2] 349 DES Encrypt and decrypt 22 bytes in multiple parts 1 [#3] [all …]
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_cipher.camellia.data | 309 CAMELLIA Encrypt and decrypt 0 bytes in multiple parts [#1] 313 CAMELLIA Encrypt and decrypt 1 bytes in multiple parts 1 [#1] 317 CAMELLIA Encrypt and decrypt 1 bytes in multiple parts 2 [#1] 321 CAMELLIA Encrypt and decrypt 16 bytes in multiple parts 1 [#1] 325 CAMELLIA Encrypt and decrypt 16 bytes in multiple parts 2 [#1] 329 CAMELLIA Encrypt and decrypt 16 bytes in multiple parts 3 [#1] 333 CAMELLIA Encrypt and decrypt 16 bytes in multiple parts 4 [#1] 337 CAMELLIA Encrypt and decrypt 22 bytes in multiple parts 1 [#1] 341 CAMELLIA Encrypt and decrypt 22 bytes in multiple parts 1 [#2] 345 CAMELLIA Encrypt and decrypt 22 bytes in multiple parts 1 [#3] [all …]
|
H A D | test_suite_cipher.aes.data | 309 AES-128 CBC - Encrypt and decrypt 0 bytes in multiple parts with PKCS7 padding 313 AES-128 CBC - Encrypt and decrypt 1 bytes in multiple parts with PKCS7 padding 1 317 AES-128 CBC - Encrypt and decrypt 1 bytes in multiple parts with PKCS7 padding 2 321 AES-128 CBC - Encrypt and decrypt 16 bytes in multiple parts with PKCS7 padding 1 325 AES-128 CBC - Encrypt and decrypt 16 bytes in multiple parts with PKCS7 padding 2 329 AES-128 CBC - Encrypt and decrypt 16 bytes in multiple parts with PKCS7 padding 3 333 AES-128 CBC - Encrypt and decrypt 16 bytes in multiple parts with PKCS7 padding 4 337 AES-128 CBC - Encrypt and decrypt 22 bytes in multiple parts with PKCS7 padding 1 341 AES-128 CBC - Encrypt and decrypt 22 bytes in multiple parts with PKCS7 padding 2 345 AES-128 CBC - Encrypt and decrypt 23 bytes in multiple parts with PKCS7 padding 1 [all …]
|
H A D | test_suite_cipher.aria.data | 65 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 0 bytes in multiple parts 69 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 1 bytes in multiple parts 1 73 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 1 bytes in multiple parts 2 77 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 16 bytes in multiple parts 1 81 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 16 bytes in multiple parts 2 85 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 16 bytes in multiple parts 3 89 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 16 bytes in multiple parts 4 93 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 22 bytes in multiple parts 1 97 ARIA-128-CCM*-NO-TAG - Encrypt and decrypt 22 bytes in multiple parts 2 101 ARIA-128-CCM*-NO-TAG - Encrypt and decrypt 23 bytes in multiple parts 1 [all …]
|
H A D | test_suite_cipher.des.data | 313 DES Encrypt and decrypt 0 bytes in multiple parts 317 DES Encrypt and decrypt 1 bytes in multiple parts 1 321 DES Encrypt and decrypt 1 bytes in multiple parts 2 325 DES Encrypt and decrypt 16 bytes in multiple parts 1 329 DES Encrypt and decrypt 16 bytes in multiple parts 2 333 DES Encrypt and decrypt 16 bytes in multiple parts 3 337 DES Encrypt and decrypt 16 bytes in multiple parts 4 341 DES Encrypt and decrypt 22 bytes in multiple parts 1 [#1] 345 DES Encrypt and decrypt 22 bytes in multiple parts 1 [#2] 349 DES Encrypt and decrypt 22 bytes in multiple parts 1 [#3] [all …]
|
/aosp_15_r20/external/llvm/test/tools/dsymutil/X86/ |
H A D | multiple-inputs.test | 1 RUN: rm -rf %T/multiple-inputs 2 RUN: mkdir -p %T/multiple-inputs 4 RUN: cat %p/../Inputs/basic.macho.x86_64 > %T/multiple-inputs/basic.macho.x86_64 5 RUN: cat %p/../Inputs/basic-archive.macho.x86_64 > %T/multiple-inputs/basic-archive.macho.x86_64 6 RUN: cat %p/../Inputs/basic-lto.macho.x86_64 > %T/multiple-inputs/basic-lto.macho.x86_64 7 RUN: cat %p/../Inputs/basic-lto-dw4.macho.x86_64 > %T/multiple-inputs/basic-lto-dw4.macho.x86_64 9 # Multiple inputs in flat mode 10 …%p/.. %T/multiple-inputs/basic.macho.x86_64 %T/multiple-inputs/basic-archive.macho.x86_64 %T/multi… 11 RUN: llvm-dwarfdump %T/multiple-inputs/basic.macho.x86_64.dwarf \ 13 RUN: llvm-dwarfdump %T/multiple-inputs/basic-archive.macho.x86_64.dwarf \ [all …]
|
/aosp_15_r20/external/google-cloud-java/java-securitycenter/proto-google-cloud-securitycenter-v1/src/main/java/com/google/cloud/securitycenter/v1/ |
H A D | Exfiltration.java | 82 * If there are multiple sources, then the data is considered "joined" between 83 * them. For instance, BigQuery can join multiple tables, and each 97 * If there are multiple sources, then the data is considered "joined" between 98 * them. For instance, BigQuery can join multiple tables, and each 113 * If there are multiple sources, then the data is considered "joined" between 114 * them. For instance, BigQuery can join multiple tables, and each 128 * If there are multiple sources, then the data is considered "joined" between 129 * them. For instance, BigQuery can join multiple tables, and each 143 * If there are multiple sources, then the data is considered "joined" between 144 * them. For instance, BigQuery can join multiple tables, and each [all …]
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | arc-repeated-weak.mm | 22 …use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this … 57 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times}} 66 …eakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple times in this fun… 71 …trongProp.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple times}} 76 …licitProp); // expected-warning{{weak implicit property 'implicitProp' is accessed multiple times}} 81 …use(Test.weakProp); // expected-warning{{weak implicit property 'weakProp' is accessed multiple ti… 92 …use(a->weakIvar); // expected-warning{{weak instance variable 'weakIvar' is accessed multiple time… 98 use(a); // expected-warning{{weak variable 'a' is accessed multiple times}} 103 use([a weakProp]); // expected-warning{{weak property 'weakProp' is accessed multiple times}} 114 use([a weakProp]); // expected-warning{{weak property 'weakProp' is accessed multiple times}} [all …]
|
/aosp_15_r20/external/tcpdump/tests/ |
H A D | sflow_multiple_counter_30_pdus.out | 12 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 24 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 36 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 48 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 60 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 72 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 84 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 98 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 110 align errors 0, fcs errors 2, single collision 0, multiple collision 0, test error 0 122 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 [all …]
|
/aosp_15_r20/frameworks/compile/slang/tests/P_reduce_general_input/ |
D | ScriptC_reduce_general_input.java.expect | 686 // Verify that the array length is a multiple of the vector size. 688 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!"); 723 // Verify that the array length is a multiple of the vector size. 725 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!"); 760 // Verify that the array length is a multiple of the vector size. 762 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!"); 797 // Verify that the array length is a multiple of the vector size. 799 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!"); 834 // Verify that the array length is a multiple of the vector size. 836 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!"); [all …]
|
/aosp_15_r20/external/llvm/test/DebugInfo/ |
H A D | debuglineinfo-macho.test | 3 RUN: llvm-dwarfdump %p/Inputs/test-multiple-macho.o | FileCheck %s 4 RUN: llvm-rtdyld -printline %p/Inputs/test-multiple-macho.o | FileCheck %s 5 RUN: llvm-rtdyld -printobjline %p/Inputs/test-multiple-macho.o | FileCheck %s 14 RUN: llvm-rtdyld -printobjline %p/Inputs/test-multiple-macho.o \ 16 RUN: llvm-rtdyld -printline %p/Inputs/test-multiple-macho.o \ 25 TEST_MULTIPLE-NEXT: Line info @ 0: multiple.c, line:5 26 TEST_MULTIPLE-NEXT: Line info @ 7: multiple.c, line:6 27 TEST_MULTIPLE-NEXT: Line info @ 16: multiple.c, line:9 28 TEST_MULTIPLE-NEXT: Line info @ 21: multiple.c, line:9 29 TEST_MULTIPLE-NEXT: Line info @ 26: multiple.c, line:7 [all …]
|
/aosp_15_r20/external/igt-gpu-tools/runner/ |
H A D | runner_tests.c | 75 int multiple; in job_list_filter_test() local 81 for (multiple = 0; multiple < 2; multiple++) { in job_list_filter_test() 82 igt_subtest_f("job-list-filters-%s-%s", name, multiple ? "multiple" : "normal") { in job_list_filter_test() 86 multiple ? "--multiple-mode" : "--sync", in job_list_filter_test() 106 igt_assert_eq(size, multiple ? expected_multiple : expected_normal); in job_list_filter_test() 397 "--multiple-mode", 666 int multiple; variable 677 for (multiple = 0; multiple < 2; multiple++) { 678 igt_subtest_f("job-list-testlist-%s", multiple ? "multiple" : "normal") { 681 multiple ? "--multiple-mode" : "--sync", [all …]
|
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ |
H A D | Monitoring.java | 1154 * There can be multiple producer destinations. A monitored resource type may 1155 * appear in multiple monitoring destinations if different aggregations are 1173 * There can be multiple producer destinations. A monitored resource type may 1174 * appear in multiple monitoring destinations if different aggregations are 1192 * There can be multiple producer destinations. A monitored resource type may 1193 * appear in multiple monitoring destinations if different aggregations are 1210 * There can be multiple producer destinations. A monitored resource type may 1211 * appear in multiple monitoring destinations if different aggregations are 1228 * There can be multiple producer destinations. A monitored resource type may 1229 * appear in multiple monitoring destinations if different aggregations are [all …]
|
H A D | SystemParameterRule.java | 137 * Define parameters. Multiple names may be defined for a parameter. 138 * For a given method call, only one of them should be used. If multiple 154 * Define parameters. Multiple names may be defined for a parameter. 155 * For a given method call, only one of them should be used. If multiple 172 * Define parameters. Multiple names may be defined for a parameter. 173 * For a given method call, only one of them should be used. If multiple 189 * Define parameters. Multiple names may be defined for a parameter. 190 * For a given method call, only one of them should be used. If multiple 206 * Define parameters. Multiple names may be defined for a parameter. 207 * For a given method call, only one of them should be used. If multiple [all …]
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | warn-unsequenced.c | 13 a = ++a; // expected-warning {{multiple unsequenced modifications to 'a'}} in test() 15 a = a++; // expected-warning {{multiple unsequenced modifications to 'a'}} in test() 17 ++a + ++a; // expected-warning {{multiple unsequenced modifications}} in test() 18 a++ + a++; // expected-warning {{multiple unsequenced modifications}} in test() 19 a = xs[++a]; // expected-warning {{multiple unsequenced modifications}} in test() 20 a = xs[a++]; // expected-warning {{multiple unsequenced modifications}} in test() 21 a = (++a, ++a); // expected-warning {{multiple unsequenced modifications}} in test() 22 a = (a++, ++a); // expected-warning {{multiple unsequenced modifications}} in test() 23 a = (a++, a++); // expected-warning {{multiple unsequenced modifications}} in test() 27 f(a = 0, a = 0); // expected-warning {{multiple unsequenced modifications}} in test() [all …]
|
/aosp_15_r20/frameworks/compile/slang/tests/P_reduce_general_inputs/ |
D | ScriptC_reduce_general_inputs.java.expect | 266 // Verify that the array length is a multiple of the vector size. 268 throw new RSIllegalArgumentException("Array \"in2\" is not a multiple of 2 in length!"); 334 // Verify that the array length is a multiple of the vector size. 336 throw new RSIllegalArgumentException("Array \"in2\" is not a multiple of 2 in length!"); 402 // Verify that the array length is a multiple of the vector size. 404 throw new RSIllegalArgumentException("Array \"in2\" is not a multiple of 4 in length!"); 470 // Verify that the array length is a multiple of the vector size. 472 throw new RSIllegalArgumentException("Array \"in2\" is not a multiple of 4 in length!"); 666 // Verify that the array length is a multiple of the vector size. 668 throw new RSIllegalArgumentException("Array \"in2\" is not a multiple of 2 in length!"); [all …]
|
/aosp_15_r20/external/pigweed/pw_cpu_exception_cortex_m/ |
H A D | crash.cc | 46 // only 1 bit (fault flag) set. So if it is != 0 there are multiple faults. in AnalyzeCpuStateAndCrash() 60 " CFSR=0x%08" PRIx32 " PSP=0x%08" PRIx32 " Nested=%d Multiple=%d", in AnalyzeCpuStateAndCrash() 74 " CFSR=0x%08" PRIx32 " MSP=0x%08" PRIx32 " Nested=%d Multiple=%d", in AnalyzeCpuStateAndCrash() 100 " CFSR=0x%08" PRIx32 " Nested=%d Multiple=%d", in AnalyzeCpuStateAndCrash() 116 " Nested=%d Multiple=%d", in AnalyzeCpuStateAndCrash() 134 " CFSR=0x%08" PRIx32 " Nested=%d Multiple=%d", in AnalyzeCpuStateAndCrash() 150 " CFSR=0x%08" PRIx32 " Nested=%d Multiple=%d", in AnalyzeCpuStateAndCrash() 166 " Nested=%d Multiple=%d", in AnalyzeCpuStateAndCrash() 184 " Nested=%d Multiple=%d", in AnalyzeCpuStateAndCrash() 207 " CFSR=0x%08" PRIx32 " Nested=%d Multiple=%d", in AnalyzeCpuStateAndCrash() [all …]
|