Home
last modified time | relevance | path

Searched +full:post +full:- +full:fs +full:- +full:data (Results 1 – 25 of 1070) 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'],
106 def gen_result(data, environ): argument
107 encoding = 'latin-1'
108 fake_stdin = BytesIO(data.encode(encoding))
[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'],
112 def gen_result(data, environ): argument
[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/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/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/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/device/google/felix/conf/
Dinit.felix.rc8 on post-fs-data
15 on fs
16 chown system system /sys/class/backlight/panel1-backlight/als_table
17 chown system system /sys/class/backlight/panel1-backlight/brightness
18 chown system system /sys/class/backlight/panel1-backlight/dimming_on
19 chown system system /sys/class/backlight/panel1-backlight/hbm_mode
20 chown system system /sys/class/backlight/panel1-backlight/local_hbm_mode
21 chown system system /sys/class/backlight/panel1-backlight/allow_wakeup_by_state_change
22 chown system system /sys/devices/platform/exynos-drm/secondary-panel/gamma
23 chown system system /sys/devices/platform/exynos-drm/secondary-panel/min_vrefresh
[all …]
/aosp_15_r20/device/linaro/hikey/
Dinit.common.rc11 # Initialize cpusets to boot-time values
12 write /dev/cpuset/foreground/cpus 0-7
13 write /dev/cpuset/background/cpus 0-7
14 write /dev/cpuset/system-background/cpus 0-7
15 write /dev/cpuset/top-app/cpus 0-7
19 on early-fs
22 on fs
25 on post-fs
32 # since /storage is mounted on post-fs in init.rc
51 # enable Google-specific location features,
[all …]
/aosp_15_r20/device/google/tangorpro/conf/
Dinit.tangorpro.rc4 on init && property:ro.build.flavor=tangorpro-userdebug
14 # When ro.build.flavor=factory_tangorpro-userdebug, add vendor/bin/factory to default path
15 on init && property:ro.build.flavor=factory_tangorpro-userdebug
18 on early-boot
30 on boot && property:ro.build.flavor=factory_tangorpro-userdebug
32 mkdir /data/ftmlog 0775 system system
35 mkdir /data/AudioTest 0775 system system
59 write /sys/devices/platform/exynos-drm/primary-panel/force_power_on 1
63 write /sys/devices/platform/exynos-drm/primary-panel/force_power_on 1
67 write /sys/devices/platform/exynos-drm/primary-panel/force_power_on 0
[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/external/mesa3d/src/intel/perf/
H A Doa-hsw.xml8 hw_config_guid="a490e9d2-55b3-4db0-8dab-53011032c5f3"
102 <counter name="FS Threads Dispatched"
445 <counter name="FS EU Active"
459 <counter name="FS AVG Active per Thread"
473 <counter name="FS AVG Stall per Thread"
486 <counter name="FS EU Stall"
633 <counter name="Early Hi-Depth Test Fails"
641 mdapi_group="3D Pipe/Rasterizer/Hi-Depth Test"
659 <counter name="Samples Killed in FS"
675 description="The total number of pixels dropped on post-FS alpha test."
[all …]
/aosp_15_r20/device/generic/goldfish/
Dinit.ranchu.rc1 on early-fs
4 on fs
5 mount_all /vendor/etc/fstab.ranchu --early
7 on late-fs
9 mount_all /vendor/etc/fstab.ranchu --late
11 on early-init
17 setprop ro.hardware.egl ${ro.boot.hardwareegl:-emulation}
20 setprop dalvik.vm.heapsize ${ro.boot.dalvik.vm.heapsize:-192m}
24 setprop debug.hwui.renderer ${ro.boot.debug.hwui.renderer:-skiagl}
30 setprop debug.renderengine.backend ${ro.boot.debug.renderengine.backend:-skiaglthreaded}
[all …]
/aosp_15_r20/device/google/zumapro/conf/
Dinit.zumapro.board.rc4 import [email protected]-service.widevine.rc
8 on early-init
18 # Disable util-awareness for mids and bigs
21 # Boot time fs tuning
22 write /sys/block/sda/queue/scheduler mq-deadline
90 start vendor.keymaster-4-0
93 write /proc/sys/vm/page-cluster 0
106 symlink /data/app /factory
108 # Apply network parameters for high data performance.
120 write /sys/class/net/rmnet0/queues/rx-0/rps_cpus fe
[all …]
Dinit.exynos.nanohub.rc1 on post-fs
5 start vendor.flash-nanohub-fw
7 on post-fs-data
8 mkdir /data/vendor/sensor
9 chown root system /data/vendor/sensor
10 chmod 0770 /data/vendor/sensor
12 service vendor.flash-nanohub-fw /vendor/bin/nanoapp_cmd download
18 on post-fs-data
19 mkdir /data/system/nanohub_lock/
20 restorecon /data/system/nanohub_lock
/aosp_15_r20/device/google/gs201/conf/
Dinit.exynos.nanohub.rc1 on post-fs
5 start vendor.flash-nanohub-fw
7 on post-fs-data
8 mkdir /data/vendor/sensor
9 chown root system /data/vendor/sensor
10 chmod 0770 /data/vendor/sensor
12 service vendor.flash-nanohub-fw /vendor/bin/nanoapp_cmd download
18 on post-fs-data
19 mkdir /data/system/nanohub_lock/
20 restorecon /data/system/nanohub_lock
/aosp_15_r20/device/google/gs101/conf/
Dinit.exynos.nanohub.rc1 on post-fs
5 start vendor.flash-nanohub-fw
7 on post-fs-data
8 mkdir /data/vendor/sensor
9 chown root system /data/vendor/sensor
10 chmod 0770 /data/vendor/sensor
12 service vendor.flash-nanohub-fw /vendor/bin/nanoapp_cmd download
18 on post-fs-data
19 mkdir /data/system/nanohub_lock/
20 restorecon /data/system/nanohub_lock
/aosp_15_r20/device/google/zuma/conf/
Dinit.exynos.nanohub.rc1 on post-fs
5 start vendor.flash-nanohub-fw
7 on post-fs-data
8 mkdir /data/vendor/sensor
9 chown root system /data/vendor/sensor
10 chmod 0770 /data/vendor/sensor
12 service vendor.flash-nanohub-fw /vendor/bin/nanoapp_cmd download
18 on post-fs-data
19 mkdir /data/system/nanohub_lock/
20 restorecon /data/system/nanohub_lock
/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 …]

12345678910>>...43