Searched
full:10000 (Results
776 -
800 of
4818) sorted by null
<<31323334353637383940>>
/system/sepolicy/prebuilts/api/28.0/private/ |
untrusted_app_25.te | 11 ### seapp_contexts for any app with UID between APP_AID (10000)
|
/system/sepolicy/private/ |
untrusted_app_25.te | 11 ### seapp_contexts for any app with UID between APP_AID (10000)
|
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
VersionCodes.java | 19 public static final int CUR_DEVELOPMENT = 10000;
|
/toolchain/binutils/binutils-2.27/config/ |
warnings.m4 | 112 [#if __GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__ \ 113 < [$]1 * 10000 + [$]2 * 100 + [$]3 216 [#if __GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__ \ 217 < [$]1 * 10000 + [$]2 * 100 + [$]3
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/ |
tls-large-desc-be.d | 10 +10000: 58000101 ldr x1, 10020 \<test\+0x20\>
|
tls-large-desc.d | 10 +10000: 58000101 ldr x1, 10020 \<test\+0x20\>
|
tls-relax-all.d | 5 +10000: a9bf7bfd stp x29, x30, \[sp,#-16\]!
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/ |
pr12921.d | 13 +\[ 3\] .bss +NOBITS +[0-9a-f]+ +[0-9a-f]+020 +0+10000 +00 +WA +0 +0 +4096
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/ |
overlay-size.d | 18 .. \.mtext +0+020 +0+10000 +0+30000 .*
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-v850/ |
split-lo16.d | 6 10000: 40 0e 34 12 movhi 4660, r0, r1
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/ |
pr12921.d | 13 +\[ 3\] .bss +NOBITS +[0-9a-f]+ +[0-9a-f]+028 +0+10000 +00 +WA +0 +0 +4096
|
/tools/tradefederation/core/prod-tests/res/config/monkey/ |
app-metrics.xml | 25 <option name="target-count" value="10000" />
|
application.xml | 25 <option name="target-count" value="10000" />
|
/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/ |
DataIdleTestHelper.java | 30 private final static int PING_WAITING_TIME = 30 * 10000; // 30 seconds
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
GCSFileDownloader.java | 27 private static final long TIMEOUT = 10000; // 10s
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/HiKey960UsbDxe/ |
HiKey960UsbDxe.c | 197 MicroSecondDelay (10000);
238 MicroSecondDelay (10000);
251 MicroSecondDelay (10000);
|
/external/compiler-rt/lib/asan/ |
asan_posix.cc | 59 // lis r0,-10000 60 // stdux r1,r1,r0 # store sp to [sp-10000] and update sp by -10000
|
/external/curl/lib/ |
progress.c | 73 else if(bytes < CURL_OFF_T_C(10000) * ONE_KILOBYTE) 84 else if(bytes < CURL_OFF_T_C(10000) * ONE_MEGABYTE) 85 /* 'XXXXM' is good until we're at 10000MB or above */ 89 /* 10000 MB - 100 GB, we show it as XX.XG */ 94 else if(bytes < CURL_OFF_T_C(10000) * ONE_GIGABYTE) 95 /* up to 10000GB, display without decimal: XXXXG */ 98 else if(bytes < CURL_OFF_T_C(10000) * ONE_TERABYTE) 99 /* up to 10000TB, display without decimal: XXXXT */ 103 /* up to 10000PB, display without decimal: XXXXP */ 511 if(data->progress.size_ul > CURL_OFF_T_C(10000)) [all...] |
/external/deqp/framework/delibs/decpp/ |
deAppendList.cpp | 79 const deUint32 syncPerElems = 10000; 201 runAppendListTest(2, 10000, 500); 206 runAppendListTest(4, 10000, 500);
|
/external/deqp/framework/delibs/depool/ |
dePoolHash.c | 83 for (i = 10000; i < 12000; i++) 89 if (deInBounds32(i, 1000, 5000) || deInBounds32(i, 10000, 12000)) 104 DE_TEST_ASSERT(deInBounds32(key, 1000, 5000) || deInBounds32(key, 10000, 12000));
|
dePoolHashSet.c | 93 for (i = 10000; i < 12000; i++) 99 if (deInBounds32(i, 1000, 5000) || deInBounds32(i, 10000, 12000)) 114 DE_TEST_ASSERT(deInBounds32(key, 1000, 5000) || deInBounds32(key, 10000, 12000));
|
/external/golang-protobuf/ptypes/ |
timestamp.go | 49 // This is time.Date(10000, 1, 1, 0, 0, 0, 0, time.UTC).Unix(). 55 // [0001-01-01, 10000-01-01) and has a Nanos field 71 return fmt.Errorf("timestamp: %v after 10000-01-01", ts)
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
validation_context_unittest.cc | 189 internal::ValidationContext context(ToPtr(10000), 0, 0); 191 EXPECT_FALSE(context.ClaimMemory(ToPtr(10000), 1)); 192 EXPECT_FALSE(context.ClaimMemory(ToPtr(10000), 0));
|
/external/ltp/testcases/kernel/input/ |
input_helper.c | 82 usleep(10000); 161 usleep(10000); 207 usleep(10000);
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue56/ |
PerlTest.java | 54 assertTrue(oid > 10000); 82 assertTrue(oid > 10000); 99 assertTrue(oid > 10000);
|
Completed in 837 milliseconds
<<31323334353637383940>>