Home
last modified time | relevance | path

Searched +full:post +full:- +full:fs (Results 1 – 25 of 1060) sorted by relevance

12345678910>>...43

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_cgi.py43 elif method == "POST":
44 fp = BytesIO(buf.encode('latin-1')) # FieldStorage expects bytes
45 env['REQUEST_METHOD'] = 'POST'
46 env['CONTENT_TYPE'] = 'application/x-www-form-urlencoded'
75 ("x=1&y=2.0&z=2-3.%2b0", {'x': ['1'], 'y': ['2.0'], 'z': ['2-3.+0']}),
76 …ustomer&order_id=0bb2e248638833d48cb7fed300000f1b&expire=964546263&lobale=en-US&kid=130003.300038&…
81 'lobale': ['en-US'],
107 encoding = 'latin-1'
123 'CONTENT-LENGTH': '558'}
130 POSTDATA = '''--JfISa01
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/build/microdroid/microdroid_init_rc/android_arm64_armv8-2a_cortex-a55/
Dinit.rc13 # Cgroups are mounted right before early-init using list from /etc/cgroups.json
14 on early-init
20 # set RLIMIT_NICE to allow priorities from 19 to -20
34 # This is needed by prng-seeder (at least).
35 # (In Android this happens inside apexd-bootstrap.)
40 mkdir /mnt/extra-apk 0755 root root
72 on late-init
73 trigger early-fs
76 # '--early' can be specified to skip entries with 'latemount'.
77 # /system and /vendor must be mounted by the end of the fs stage,
[all …]
/aosp_15_r20/packages/modules/Virtualization/build/microdroid/
Dinit.rc13 # Cgroups are mounted right before early-init using list from /etc/cgroups.json
14 on early-init
20 # set RLIMIT_NICE to allow priorities from 19 to -20
34 # This is needed by prng-seeder (at least).
35 # (In Android this happens inside apexd-bootstrap.)
40 mkdir /mnt/extra-apk 0755 root root
72 on late-init
73 trigger early-fs
76 # '--early' can be specified to skip entries with 'latemount'.
77 # /system and /vendor must be mounted by the end of the fs stage,
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/build/microdroid/microdroid/android_common/root/system/etc/init/hw/
Dinit.rc13 # Cgroups are mounted right before early-init using list from /etc/cgroups.json
14 on early-init
20 # set RLIMIT_NICE to allow priorities from 19 to -20
34 # This is needed by prng-seeder (at least).
35 # (In Android this happens inside apexd-bootstrap.)
40 mkdir /mnt/extra-apk 0755 root root
72 on late-init
73 trigger early-fs
76 # '--early' can be specified to skip entries with 'latemount'.
77 # /system and /vendor must be mounted by the end of the fs stage,
[all …]
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_cgi.py32 return -1
47 elif method == "POST":
49 env['REQUEST_METHOD'] = 'POST'
50 env['CONTENT_TYPE'] = 'application/x-www-form-urlencoded'
82 ("x=1&y=2.0&z=2-3.%2b0", {'x': ['1'], 'y': ['2.0'], 'z': ['2-3.+0']}),
83 ("x=1;y=2.0&z=2-3.%2b0", {'x': ['1'], 'y': ['2.0'], 'z': ['2-3.+0']}),
84 ("x=1;y=2.0;z=2-3.%2b0", {'x': ['1'], 'y': ['2.0'], 'z': ['2-3.+0']}),
85 …ustomer&order_id=0bb2e248638833d48cb7fed300000f1b&expire=964546263&lobale=en-US&kid=130003.300038&…
90 'lobale': ['en-US'],
135 d = do_test(orig, "POST")
[all …]
/aosp_15_r20/device/google/cuttlefish/shared/minidroid/
Dinit.rc13 # TODO(b/267320398): this file does not exist in -user builds, but init can
19 # Cgroups are mounted right before early-init using list from /etc/cgroups.json
20 on early-init
21 # set RLIMIT_NICE to allow priorities from 19 to -20
28 mkdir /mnt/extra-apk 0755 root root
43 # create an empty ld.config.txt before running any non-static executables
54 start apexd-vm
57 restorecon /mnt/extra-apk
64 perform_apex_config --bootstrap
71 setprop ro.debuggable ${ro.boot.microdroid.debuggable:-0}
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/
H A Dgcs_file_system_test.cc7 http://www.apache.org/licenses/LICENSE-2.0
58 *zone = "us-east1-b"; in GetZone()
68 "Range: 0-5\n" in TEST()
74 "Range: 6-11\n" in TEST()
77 GcsFileSystem fs( in TEST() local
90 fs.NewRandomAccessFile("gs://bucket/random_access.txt", nullptr, &file)); in TEST()
93 TF_EXPECT_OK(file->Name(&filename)); in TEST()
100 TF_EXPECT_OK(file->Read(0, sizeof(scratch), &result, scratch)); in TEST()
105 file->Read(sizeof(scratch), sizeof(scratch), &result, scratch))); in TEST()
114 "Range: 0-9\n" in TEST()
[all …]
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_varyings.c4 * SPDX-License-Identifier: MIT
12 * compaction, and inter-shader code motion. This is used during the shader
19 * The pass operates on scalar varyings using 32-bit and 16-bit types. Vector
22 * Indirectly-indexed varying slots (not vertices) are not optimized or
23 * compacted, but unused slots of indirectly-indexed varyings are still filled
24 * with directly-indexed varyings during compaction. Indirectly-indexed
27 * Indirectly-indexed vertices don't disallow optimizations, but compromises
50 * non-flat varyings based on whichever has unused slots in their vec4s. This
56 * and non-flat varyings, and since flat varyings can contain integers and
80 * * PRIMITIVE_ID is treated as VARn in (GS, FS).
[all …]
/aosp_15_r20/system/extras/boottime_tools/bootanalyze/
H A Dconfig.yaml4 …system_server: SystemServerTiming(Async)?\s*:\s*(?P<name>\S+) took to complete:\s(?P<time>[0-9]+)ms
5 package_manager: PackageSettingsTiming\s*:\s*(?P<name>\S+) took to complete:\s(?P<time>[0-9]+)ms
6 system_ui: SystemUIBootTiming?\s*:\s*(?P<name>\S+) took to complete:\s(?P<time>[0-9]+)ms
7 fs_shutdown: (?P<name>boot_fs_shutdown),(?P<time>[0-9]+),([0-9]+)
8 ueventd_secs: ueventd:\s(?P<name>\S.+)\stook\s(?P<time>[.0-9]+)\sseconds
9 init_command_ms: init:\sCommand\s(?P<name>\S.+)\sreturned.*took\s(?P<time>[.0-9]+)ms
10 …: init:\sService\s.*exec\s\S+\s\((?P<name>\S.+)\).*pid.*\swaiting\stook\s(?P<time>[.0-9]+)\sseconds
11 zygote64_timing: (?P<name>Zygote64Timing\:\s\S+)\stook\sto\scomplete\:\s(?P<time>[0-9]+)ms
12 zygote32_timing: (?P<name>Zygote32Timing\:\s\S+)\stook\sto\scomplete\:\s(?P<time>[0-9]+)ms
13 …P<component>\S+)\sLong\smonitor\scontention\swith\sowner\s(?P<name>\S.+).*\sfor\s(?P<time>[.0-9]+)s
[all …]
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1 //===- SampleProfile.cpp - Incorporate sample profiles into the IR --------===//
8 //===----------------------------------------------------------------------===//
11 // reads a profile file generated by a sampling profiler (e.g. Linux Perf -
17 // - prof: Represents branch weights. This annotation is added to branches
23 //===----------------------------------------------------------------------===//
59 #define DEBUG_TYPE "sample-profile"
64 "sample-profile-file", cl::init(""), cl::value_desc("filename"),
65 cl::desc("Profile file loaded by -sample-profile"), cl::Hidden);
67 "sample-profile-max-propagate-iterations", cl::init(100),
71 "sample-profile-check-record-coverage", cl::init(0), cl::value_desc("N"),
[all …]
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/
H A Dtime_zone.h7 // https://www.apache.org/licenses/LICENSE-2.0
51 // cctz::time_zone is an opaque, small, value-type class representing a
52 // geo-political region within which particular rules are used for mapping
61 // cctz::time_zone pst = cctz::fixed_time_zone(std::chrono::hours(-8));
67 // - http://www.iana.org/time-zones
68 // - https://en.wikipedia.org/wiki/Zoneinfo
90 // the calling code. Modern time-related code should only access this data
93 bool is_dst; // is offset non-standard?
94 const char* abbr; // time-zone abbreviation (e.g., "PST")
112 // of the given civil-time argument, and the pre, trans, and post
[all …]
/aosp_15_r20/external/abseil-cpp/absl/time/internal/cctz/include/cctz/
H A Dtime_zone.h7 // https://www.apache.org/licenses/LICENSE-2.0
51 // cctz::time_zone is an opaque, small, value-type class representing a
52 // geo-political region within which particular rules are used for mapping
61 // cctz::time_zone pst = cctz::fixed_time_zone(std::chrono::hours(-8));
67 // - http://www.iana.org/time-zones
68 // - https://en.wikipedia.org/wiki/Zoneinfo
90 // the calling code. Modern time-related code should only access this data
93 bool is_dst; // is offset non-standard?
94 const char* abbr; // time-zone abbreviation (e.g., "PST")
112 // of the given civil-time argument, and the pre, trans, and post
[all …]
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/time/internal/cctz/include/cctz/
H A Dtime_zone.h7 // https://www.apache.org/licenses/LICENSE-2.0
50 // cctz::time_zone is an opaque, small, value-type class representing a
51 // geo-political region within which particular rules are used for mapping
60 // cctz::time_zone pst = cctz::fixed_time_zone(std::chrono::hours(-8));
66 // - http://www.iana.org/time-zones
67 // - https://en.wikipedia.org/wiki/Zoneinfo
89 // the calling code. Modern time-related code should only access this data
92 bool is_dst; // is offset non-standard?
93 const char* abbr; // time-zone abbreviation (e.g., "PST")
111 // of the given civil-time argument, and the pre, trans, and post
[all …]
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/
H A Dtime_zone.h7 // https://www.apache.org/licenses/LICENSE-2.0
51 // cctz::time_zone is an opaque, small, value-type class representing a
52 // geo-political region within which particular rules are used for mapping
61 // cctz::time_zone pst = cctz::fixed_time_zone(std::chrono::hours(-8));
67 // - http://www.iana.org/time-zones
68 // - https://en.wikipedia.org/wiki/Zoneinfo
90 // the calling code. Modern time-related code should only access this data
93 bool is_dst; // is offset non-standard?
94 const char* abbr; // time-zone abbreviation (e.g., "PST")
112 // of the given civil-time argument, and the pre, trans, and post
[all …]
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/
H A Dtime_zone.h7 // https://www.apache.org/licenses/LICENSE-2.0
50 // cctz::time_zone is an opaque, small, value-type class representing a
51 // geo-political region within which particular rules are used for mapping
60 // cctz::time_zone pst = cctz::fixed_time_zone(std::chrono::hours(-8));
66 // - http://www.iana.org/time-zones
67 // - https://en.wikipedia.org/wiki/Zoneinfo
89 // the calling code. Modern time-related code should only access this data
92 bool is_dst; // is offset non-standard?
93 const char* abbr; // time-zone abbreviation (e.g., "PST")
111 // of the given civil-time argument, and the pre, trans, and post
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/
Dtime_zone.h7 // https://www.apache.org/licenses/LICENSE-2.0
50 // cctz::time_zone is an opaque, small, value-type class representing a
51 // geo-political region within which particular rules are used for mapping
60 // cctz::time_zone pst = cctz::fixed_time_zone(std::chrono::hours(-8));
66 // - http://www.iana.org/time-zones
67 // - https://en.wikipedia.org/wiki/Zoneinfo
89 // the calling code. Modern time-related code should only access this data
92 bool is_dst; // is offset non-standard?
93 const char* abbr; // time-zone abbreviation (e.g., "PST")
111 // of the given civil-time argument, and the pre, trans, and post
[all …]
/aosp_15_r20/device/google/cuttlefish/shared/config/
Dinit.vendor.rc1 on early-init
11 exec u:r:modprobe:s0 -- /system/bin/modprobe -a -d /system/lib/modules zram.ko
13 on early-init && property:ro.boot.vendor.apex.com.android.hardware.keymint=\
27 mkdir /dev/cpuctl/top-app
32 chown system system /dev/cpuctl/top-app
37 chown system system /dev/cpuctl/top-app/tasks
42 chmod 0664 /dev/cpuctl/top-app/tasks
45 on fs
49 mount_all --early
54 on post-fs-data && property:ro.vendor.disable_rename_eth0=
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1 //===- SampleProfile.cpp - Incorporate sample profiles into the IR --------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // reads a profile file generated by a sampling profiler (e.g. Linux Perf -
16 // - prof: Represents branch weights. This annotation is added to branches
22 //===----------------------------------------------------------------------===//
97 #define DEBUG_TYPE "sample-profile"
98 #define CSINLINE_DEBUG DEBUG_TYPE "-inline"
108 "sample-profile-file", cl::init(""), cl::value_desc("filename"),
109 cl::desc("Profile file loaded by -sample-profile"), cl::Hidden);
[all …]
/aosp_15_r20/out/target/product/shiba/obj/ETC/init.rc_intermediates/
Dinit.rc14 # Cgroups are mounted right before early-init using list from /etc/cgroups.json
15 on early-init
44 # set RLIMIT_NICE to allow priorities from 19 to -20
57 # Greatly extend dm-verity's Merkle tree cache timeout. The default timeout
61 # Disable dm-verity hash prefetching, since it doesn't help performance
80 # Run apexd-bootstrap so that APEXes that provide critical libraries
83 exec_start apexd-bootstrap
84 perform_apex_config --bootstrap
92 mkdir /dev/sys/fs 0755 system system
108 # Mix device-specific information into the entropy pool
[all …]
/aosp_15_r20/out/target/product/shiba/system/etc/init/hw/
Dinit.rc14 # Cgroups are mounted right before early-init using list from /etc/cgroups.json
15 on early-init
44 # set RLIMIT_NICE to allow priorities from 19 to -20
57 # Greatly extend dm-verity's Merkle tree cache timeout. The default timeout
61 # Disable dm-verity hash prefetching, since it doesn't help performance
80 # Run apexd-bootstrap so that APEXes that provide critical libraries
83 exec_start apexd-bootstrap
84 perform_apex_config --bootstrap
92 mkdir /dev/sys/fs 0755 system system
108 # Mix device-specific information into the entropy pool
[all …]
/aosp_15_r20/system/core/rootdir/
H A Dinit.rc14 # Cgroups are mounted right before early-init using list from /etc/cgroups.json
15 on early-init
44 # set RLIMIT_NICE to allow priorities from 19 to -20
57 # Greatly extend dm-verity's Merkle tree cache timeout. The default timeout
61 # Disable dm-verity hash prefetching, since it doesn't help performance
80 # Run apexd-bootstrap so that APEXes that provide critical libraries
83 exec_start apexd-bootstrap
84 perform_apex_config --bootstrap
92 mkdir /dev/sys/fs 0755 system system
108 # Mix device-specific information into the entropy pool
[all …]
/aosp_15_r20/out/soong/.intermediates/system/core/rootdir/init.rc/android_arm64_armv8-2a_cortex-a55/
Dinit.rc14 # Cgroups are mounted right before early-init using list from /etc/cgroups.json
15 on early-init
44 # set RLIMIT_NICE to allow priorities from 19 to -20
57 # Greatly extend dm-verity's Merkle tree cache timeout. The default timeout
61 # Disable dm-verity hash prefetching, since it doesn't help performance
80 # Run apexd-bootstrap so that APEXes that provide critical libraries
83 exec_start apexd-bootstrap
84 perform_apex_config --bootstrap
92 mkdir /dev/sys/fs 0755 system system
108 # Mix device-specific information into the entropy pool
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/
DSampleProfileLoaderBaseImpl.h1 ////===- SampleProfileLoadBaseImpl.h - Profile loader base impl --*- C++-*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
55 #define DEBUG_TYPE "sample-profile-impl"
76 return &F->getEntryBlock();
94 for (const auto *Operand : FuncInfo->operands()) {
96 auto GUID = mdconst::dyn_extract<ConstantInt>(MD->getOperand(0))
97 ->getZExtValue();
98 auto Hash = mdconst::dyn_extract<ConstantInt>(MD->getOperand(1))
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/
DSampleProfileLoaderBaseImpl.h1 ////===- SampleProfileLoadBaseImpl.h - Profile loader base impl --*- C++-*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
55 #define DEBUG_TYPE "sample-profile-impl"
76 return &F->getEntryBlock();
94 for (const auto *Operand : FuncInfo->operands()) {
96 auto GUID = mdconst::dyn_extract<ConstantInt>(MD->getOperand(0))
97 ->getZExtValue();
98 auto Hash = mdconst::dyn_extract<ConstantInt>(MD->getOperand(1))
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/
DSampleProfileLoaderBaseImpl.h1 ////===- SampleProfileLoadBaseImpl.h - Profile loader base impl --*- C++-*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
55 #define DEBUG_TYPE "sample-profile-impl"
76 return &F->getEntryBlock();
94 for (const auto *Operand : FuncInfo->operands()) {
96 auto GUID = mdconst::dyn_extract<ConstantInt>(MD->getOperand(0))
97 ->getZExtValue();
98 auto Hash = mdconst::dyn_extract<ConstantInt>(MD->getOperand(1))
[all …]

12345678910>>...43