Home
last modified time | relevance | path

Searched full:as (Results 1 – 25 of 28573) sorted by relevance

12345678910>>...1143

/external/autotest/tko/migrations/
D031_rename_tko_tables.py1 # Lint as: python2, python3
11 CREATE VIEW tko_test_view AS
20 tko_tests.started_time AS test_started_time,
21 tko_tests.finished_time AS test_finished_time,
22 tko_jobs.tag AS job_tag,
23 tko_jobs.label AS job_label,
24 tko_jobs.username AS job_username,
25 tko_jobs.queued_time AS job_queued_time,
26 tko_jobs.started_time AS job_started_time,
27 tko_jobs.finished_time AS job_finished_time,
[all …]
D004_add_test_started.py20 ALTER VIEW test_view AS
29 tests.started_time AS test_started_time,
30 tests.finished_time AS test_finished_time,
31 jobs.tag AS job_tag,
32 jobs.label AS job_label,
33 jobs.username AS job_username,
34 jobs.queued_time AS job_queued_time,
35 jobs.started_time AS job_started_time,
36 jobs.finished_time AS job_finished_time,
37 machines.hostname AS machine_hostname,
[all …]
D003_add_test_timestamps.py20 ALTER VIEW test_view AS
29 tests.finished_time AS test_finished_time,
30 jobs.tag AS job_tag,
31 jobs.label AS job_label,
32 jobs.username AS job_username,
33 jobs.queued_time AS job_queued_time,
34 jobs.started_time AS job_started_time,
35 jobs.finished_time AS job_finished_time,
36 machines.hostname AS machine_hostname,
38 machines.owner AS machine_owner,
[all …]
D002_add_job_timestamps.py24 ALTER VIEW test_view AS
33 jobs.tag AS job_tag,
34 jobs.label AS job_label,
35 jobs.username AS job_username,
36 jobs.queued_time AS job_queued_time,
37 jobs.started_time AS job_started_time,
38 jobs.finished_time AS job_finished_time,
39 machines.hostname AS machine_hostname,
41 machines.owner AS machine_owner,
43 kernels.base AS kernel_base,
[all …]
D030_add_afe_job_id_to_jobs.py12 ALTER VIEW test_view_2 AS
15 tests.test AS test_name,
18 tests.status AS status_idx,
21 tests.started_time AS test_started_time,
22 tests.finished_time AS test_finished_time,
23 jobs.tag AS job_tag,
24 jobs.label AS job_name,
25 jobs.username AS job_owner,
26 jobs.queued_time AS job_queued_time,
27 jobs.started_time AS job_started_time,
[all …]
D015_support_graphing_interface.py28 CREATE VIEW test_view_outer_joins AS
31 tests.test AS test_name,
34 tests.status AS status_idx,
37 tests.started_time AS test_started_time,
38 tests.finished_time AS test_finished_time,
39 jobs.tag AS job_tag,
40 jobs.label AS job_name,
41 jobs.username AS job_owner,
42 jobs.queued_time AS job_queued_time,
43 jobs.started_time AS job_started_time,
[all …]
/external/rust/crates/libz-sys/src/zlib/old/
Dvisual-basic.txt9 reference ("as any"), not by value ("as long"). Also check that
32 Declare Function compress Lib "ZLIB.DLL" (ByVal compr As
33 String, comprLen As Any, ByVal buf As String, ByVal buflen
34 As Long) As Integer
36 As String, uncomprLen As Any, ByVal compr As String, ByVal
37 lcompr As Long) As Integer
38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As
39 String, ByVal mode As String) As Long
40 Declare Function gzread Lib "ZLIB.DLL" (ByVal file As
41 Long, ByVal uncompr As String, ByVal uncomprLen As Integer)
[all …]
/external/bc/tests/bc/errors/
D01.txt229 a=i-=se-=ase-=se-=ase-=i-=s-=se-=xse!=e-=as=ase-=se-=as-=ase-=se-=as-=se-=a(1)
232as=ase-=se-=as-=asj-=se-=as-=se-=axse!=e-=ase-=i-=se-=ase-=se-=se-=ase-=se-=as-=e-=as=ase-=se-=as-…
233 scscales=ase-=se-=as-=ase-=se-=as-=se-=a(1)
237 a=i-=se-=ase-=se-=ase-=i-=s-=se-=xse!=e-=as=ase-=se-=as-=ase-=se-=as-=se-=a(1)
241 a==se-=as+=ase-=se8=as-=se-=a(1)
245 …=se-=ase-=i-=se-=xse!=e-=ase-=i-=se-=ase-=se-=se-=ase-=se-=as-=e-=as=ase-=se-=as-=ase-=se-=as-=se-…
252 a=i-=se-=ase-=se-=ase-=i-=s-=se-=xse!=e-=as=as-=ase-=se-=se4=ase-=se-=as-=e-=as=ae-=a(1)
255 …=se-=ase-=i-=se-=xse!=e-=ase-=i-=se-=ase-=se-=se-=ase-=se-=as-=e-=as=ase-=se-=as-=ase-=se-=as-=se-…
259 a=i-=se-=ase-=se-=ase-=i-=s-=se-=xse!=e-=as=ase = 20
261 a=i-=se-=ase-=se-=ase-=s-=e-=as=ase-=se-=as-=ase-=se-=as-=se-=a(1)
[all …]
/external/rust/crates/glam/tests/
Dvec4.rs9 const V0: $vec4 = $vec4::splat(1 as $t);
10 const V1: $vec4 = $vec4::new(1 as $t, 2 as $t, 3 as $t, 4 as $t);
11 const V2: $vec4 = $vec4::from_array([1 as $t, 2 as $t, 3 as $t, 4 as $t]);
12 assert_eq!([1 as $t, 1 as $t, 1 as $t, 1 as $t], *V0.as_ref());
13 assert_eq!([1 as $t, 2 as $t, 3 as $t, 4 as $t], *V1.as_ref());
14 assert_eq!([1 as $t, 2 as $t, 3 as $t, 4 as $t], *V2.as_ref());
18 assert_eq!($vec4::ZERO, $new(0 as $t, 0 as $t, 0 as $t, 0 as $t));
19 assert_eq!($vec4::ONE, $new(1 as $t, 1 as $t, 1 as $t, 1 as $t));
20 assert_eq!($vec4::X, $new(1 as $t, 0 as $t, 0 as $t, 0 as $t));
21 assert_eq!($vec4::Y, $new(0 as $t, 1 as $t, 0 as $t, 0 as $t));
[all …]
Dvec3.rs9 const V0: $vec3 = $vec3::splat(1 as $t);
10 const V1: $vec3 = $vec3::new(1 as $t, 2 as $t, 3 as $t);
11 const V2: $vec3 = $vec3::from_array([1 as $t, 2 as $t, 3 as $t]);
12 assert_eq!([1 as $t, 1 as $t, 1 as $t], *V0.as_ref());
13 assert_eq!([1 as $t, 2 as $t, 3 as $t], *V1.as_ref());
14 assert_eq!([1 as $t, 2 as $t, 3 as $t], *V2.as_ref());
18 assert_eq!($vec3::ZERO, $new(0 as $t, 0 as $t, 0 as $t));
19 assert_eq!($vec3::ONE, $new(1 as $t, 1 as $t, 1 as $t));
20 assert_eq!($vec3::X, $new(1 as $t, 0 as $t, 0 as $t));
21 assert_eq!($vec3::Y, $new(0 as $t, 1 as $t, 0 as $t));
[all …]
/external/perfetto/src/trace_processor/metrics/sql/android/
Dandroid_hwui_metric.sql11 -- distributed under the License is distributed on an "AS IS" BASIS,
20 CREATE VIEW hwui_processes AS
22 process.name AS process_name,
23 process.upid AS process_upid,
24 CAST(SUM(sched.dur) / 1e6 AS INT64) AS rt_cpu_time_ms,
25 thread.utid AS render_thread_id
33 CREATE VIEW hwui_draw_frame AS
35 count(*) AS draw_frame_count,
36 max(dur) AS draw_frame_max,
37 min(dur) AS draw_frame_min,
[all …]
Dandroid_netperf.sql11 -- distributed under the License is distributed on an "AS IS" BASIS,
17 CREATE VIEW rx_packets AS
20 REPLACE(name, " Received KB", "") AS dev,
21 EXTRACT_ARG(arg_set_id, 'cpu') AS cpu,
22 EXTRACT_ARG(arg_set_id, 'len') AS len
30 CREATE VIEW gro_rx_packet_count AS
32 s.name AS dev,
33 COUNT(1) AS cnt
41 CREATE VIEW tx_packets AS
44 REPLACE(name, " Transmitted KB", "") AS dev,
[all …]
/external/capstone/bindings/vb6/
DmMisc.bas7 value As Currency
11 LowValue As Long
12 HighValue As Long
17 …re Function LoadLibrary Lib "kernel32" Alias "LoadLibraryA" (ByVal lpLibFileName As String) As Long
18 Public Declare Function FreeLibrary Lib "kernel32" (ByVal hLibModule As Long) As Long
19 …Memory Lib "kernel32" Alias "RtlMoveMemory" (Destination As Any, Source As Any, ByVal length As Lo…
20 …re Function GetProcAddress Lib "kernel32" (ByVal hModule As Long, ByVal lpProcName As String) As L…
21 …tion GetModuleHandle Lib "kernel32" Alias "GetModuleHandleA" (ByVal lpModuleName As String) As Long
22 …nction SetDllDirectory Lib "kernel32" Alias "SetDllDirectoryA" (ByVal lpPathName As String) As Long
24 Function makeCur(high As Long, low As Long) As Currency
[all …]
/external/perfetto/src/trace_processor/metrics/sql/chrome/
Devent_latency_scroll_jank_cause.sql11 -- distributed under the License is distributed on an "AS IS" BASIS,
20 -- WARNING: This metric should not be used as a source of truth. It is under
34 AS
37 next_breakdowns.event_type as next_event_type,
38 next_breakdowns.slice_id as next_breakdown_id,
39 next_breakdowns.dur as next_dur,
40 cur_breakdowns.dur - COALESCE(next_breakdowns.dur, 0) as delta_dur_ns
41 FROM event_latency_scroll_breakdowns_jank as cur_breakdowns LEFT JOIN event_latency_scroll_breakdow…
53 AS
56 prev_breakdowns.event_type as prev_event_type,
[all …]
Devent_latency_to_breakdowns.sql11 -- distributed under the License is distributed on an "AS IS" BASIS,
21 AS
24 EXTRACT_ARG(arg_set_id, "event_latency.event_type") AS event_type
32 AS
34 slice.id AS slice_id,
35 slice.name AS name,
36 slice.dur AS dur,
37 slice.track_id AS track_id,
38 slice.ts AS ts,
39 event_latency.slice_id AS event_latency_id,
[all …]
/external/perfetto/src/trace_processor/metrics/sql/android/startup/
Dhsc.sql11 -- distributed under the License is distributed on an "AS IS" BASIS,
21 CREATE VIEW functions AS
23 slices.ts AS ts,
24 slices.dur AS dur,
25 process.name AS process_name,
26 thread.name AS thread_name,
27 slices.name AS function_name
35 CREATE VIEW animators AS
37 slices.ts AS ts,
38 slices.dur AS dur,
[all …]
/external/crosvm/x86_64/src/
Dmpspec.rs77 unsafe { &(*(0 as *const mpf_intel)).signature as *const _ as usize }, in bindgen_test_layout_mpf_intel()
87 unsafe { &(*(0 as *const mpf_intel)).physptr as *const _ as usize }, in bindgen_test_layout_mpf_intel()
97 unsafe { &(*(0 as *const mpf_intel)).length as *const _ as usize }, in bindgen_test_layout_mpf_intel()
107 unsafe { &(*(0 as *const mpf_intel)).specification as *const _ as usize }, in bindgen_test_layout_mpf_intel()
117 unsafe { &(*(0 as *const mpf_intel)).checksum as *const _ as usize }, in bindgen_test_layout_mpf_intel()
127 unsafe { &(*(0 as *const mpf_intel)).feature1 as *const _ as usize }, in bindgen_test_layout_mpf_intel()
137 unsafe { &(*(0 as *const mpf_intel)).feature2 as *const _ as usize }, in bindgen_test_layout_mpf_intel()
147 unsafe { &(*(0 as *const mpf_intel)).feature3 as *const _ as usize }, in bindgen_test_layout_mpf_intel()
157 unsafe { &(*(0 as *const mpf_intel)).feature4 as *const _ as usize }, in bindgen_test_layout_mpf_intel()
167 unsafe { &(*(0 as *const mpf_intel)).feature5 as *const _ as usize }, in bindgen_test_layout_mpf_intel()
[all …]
/external/clang/test/Driver/
Dmips-as.c4 // RUN: -no-integrated-as -c %s 2>&1 \
5 // RUN: | FileCheck -check-prefix=MIPS32R2-EB-AS %s
7 // RUN: -no-integrated-as -c -EB %s 2>&1 \
8 // RUN: | FileCheck -check-prefix=MIPS32R2-EB-AS %s
9 // MIPS32R2-EB-AS: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-mno-shared" "-call_nonpic" "-E…
10 // MIPS32R2-EB-AS-NOT: "{{[ A-Za-z\\\/]*}}as{{(.exe)?}}{{.*}}"-KPIC"
13 // RUN: -no-integrated-as -fPIC -c %s 2>&1 \
15 // MIPS32R2-EB-PIC: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-call_nonpic" "-EB"
19 // RUN: -no-integrated-as -c %s 2>&1 \
20 // RUN: | FileCheck -check-prefix=MIPS32R2-DEF-EL-AS %s
[all …]
/external/dng_sdk/source/
Ddng_memory.h93 /// Return pointer to allocated memory as a void *..
94 /// \retval void * valid for as many bytes as were allocated.
101 /// Return pointer to allocated memory as a const void *.
102 /// \retval const void * valid for as many bytes as were allocated.
109 /// Return pointer to allocated memory as a char *.
110 /// \retval char * valid for as many bytes as were allocated.
117 /// Return pointer to allocated memory as a const char *.
118 /// \retval const char * valid for as many bytes as were allocated.
125 /// Return pointer to allocated memory as a uint8 *.
126 /// \retval uint8 * valid for as many bytes as were allocated.
[all …]
Ddng_ref_counted_block.h100 …nothing, otherwise copy the data into a new block and return an object with that block as the data.
104 /// Return pointer to allocated memory as a void *..
105 /// \retval void * valid for as many bytes as were allocated.
117 /// Return pointer to allocated memory as a const void *.
118 /// \retval const void * valid for as many bytes as were allocated.
125 /// Return pointer to allocated memory as a char *.
126 /// \retval char * valid for as many bytes as were allocated.
133 /// Return pointer to allocated memory as a const char *.
134 /// \retval const char * valid for as many bytes as were allocated.
141 /// Return pointer to allocated memory as a uint8 *.
[all …]
/external/rust/crates/ash/src/vk/
Dnative.rs52 debug_assert!((bit_offset + (bit_width as usize)) / 8 <= self.storage.as_ref().len()); in get()
54 for i in 0..(bit_width as usize) { in get()
57 bit_width as usize - 1 - i in get()
70 debug_assert!((bit_offset + (bit_width as usize)) / 8 <= self.storage.as_ref().len()); in set()
71 for i in 0..(bit_width as usize) { in set()
75 bit_width as usize - 1 - i in set()
252 unsafe { ::std::mem::transmute(self._bitfield_1.get(0usize, 1u8) as u32) } in aspect_ratio_info_present_flag()
258 self._bitfield_1.set(0usize, 1u8, val as u64) in set_aspect_ratio_info_present_flag()
263 unsafe { ::std::mem::transmute(self._bitfield_1.get(1usize, 1u8) as u32) } in overscan_info_present_flag()
269 self._bitfield_1.set(1usize, 1u8, val as u64) in set_overscan_info_present_flag()
[all …]
/external/perfetto/src/trace_processor/metrics/sql/webview/
Dwebview_power_usage.sql11 -- distributed under the License is distributed on an "AS IS" BASIS,
30 -- renderer contribution will be calculated as the sum of all renderer processes' usage.
31 CREATE TABLE top_level_slice AS
42 -- as a whole separately.
44 CREATE TABLE webview_browser_slices AS
49 process.upid AS upid,
50 extract_arg(process.arg_set_id, 'chrome.host_app_package_name') AS app_name
73 CREATE TABLE webview_browser_slices_power_summary AS
76 SUM(dur * COALESCE(power_ma, 0) / 1e9) AS power_mas
83 CREATE TABLE webview_renderer_threads AS
[all …]
/external/perfetto/src/trace_processor/stdlib/android/
Dbinder.sql11 -- distributed under the License is distributed on an "AS IS" BASIS,
25 CREATE VIEW android_binder_metrics_by_process AS
27 process.name AS process_name,
28 process.pid AS pid,
29 slice.name AS slice_name,
30 COUNT(*) AS event_count
60 CREATE VIEW android_sync_binder_metrics_by_txn AS
66 broken_binder_txn AS (
86 binder_txn AS MATERIALIZED (
88 slice.id AS binder_txn_id,
[all …]
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/
DContainers_and_folders.py46 """local volume - Is the media a local volume (as opposed to a file server)? """
53 # element 'alia' as ['indx', 'name']
54 # element 'appf' as ['indx', 'name', 'ID ']
55 # element 'cfol' as ['indx', 'name', 'ID ']
56 # element 'clpf' as ['indx', 'name']
57 # element 'cobj' as ['indx', 'name']
58 # element 'ctnr' as ['indx', 'name']
59 # element 'docf' as ['indx', 'name']
60 # element 'file' as ['indx', 'name']
61 # element 'inlf' as ['indx', 'name']
[all …]
/external/perfetto/src/trace_processor/metrics/sql/android/jank/
Dcujs_boundaries.sql11 -- distributed under the License is distributed on an "AS IS" BASIS,
21 CREATE TABLE android_jank_cuj_vsync_boundary AS
26 IFNULL(cuj.begin_vsync, MIN(vsync)) AS vsync_min,
27 IFNULL(cuj.end_vsync, MAX(vsync)) AS vsync_max
35 CREATE TABLE android_jank_cuj_sf_vsync_boundary AS
38 MIN(vsync) AS vsync_min,
39 MAX(vsync) AS vsync_max
46 -- We use MAX(expected time, previous frame ended) as the expected start time.
55 CREATE TABLE android_jank_cuj_main_thread_frame_boundary AS
56 -- intermediate table that discards unfinished slices and parses vsync as int.
[all …]

12345678910>>...1143