Home
last modified time | relevance | path

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

12345678910>>...737

/external/autotest/tko/migrations/
D031_rename_tko_tables.py6 CREATE VIEW tko_test_view AS
15 tko_tests.started_time AS test_started_time,
16 tko_tests.finished_time AS test_finished_time,
17 tko_jobs.tag AS job_tag,
18 tko_jobs.label AS job_label,
19 tko_jobs.username AS job_username,
20 tko_jobs.queued_time AS job_queued_time,
21 tko_jobs.started_time AS job_started_time,
22 tko_jobs.finished_time AS job_finished_time,
23 tko_machines.hostname AS machine_hostname,
[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/perfetto/src/trace_processor/metrics/sql/android/
Dandroid_sysui_cuj_surfaceflinger.sql3 CREATE TABLE android_sysui_cuj_sf_process AS
9 CREATE VIEW android_sysui_cuj_sf_actual_frame_timeline_slice AS
12 actual.ts + actual.dur AS ts_end,
13 CAST(actual.name AS integer) AS vsync
17 CREATE TABLE android_sysui_cuj_surfaceflinger_main_thread AS
18 SELECT android_sysui_cuj_sf_process.name AS process_name, thread.utid
23 CREATE TABLE android_sysui_cuj_sf_main_thread_track AS
29 CREATE VIEW android_sysui_cuj_surfaceflinger_gpu_completion_thread AS
30 SELECT android_sysui_cuj_sf_process.name AS process_name, thread.utid
35 CREATE VIEW android_sysui_cuj_surfaceflinger_renderengine_thread AS
[all …]
Dandroid_sysui_cuj.sql11 -- distributed under the License is distributed on an "AS IS" BASIS,
19 CREATE TABLE android_sysui_cuj_last_cuj AS
21 process.name AS name,
22 process.upid AS upid,
23 process_metadata.metadata AS process_metadata,
24 SUBSTR(slice.name, 3, LENGTH(slice.name) - 3) AS cuj_name,
25 ts AS ts_start,
26 ts + dur AS ts_end,
27 dur AS dur
48 CREATE TABLE android_sysui_cuj_do_frame_slices_in_cuj AS
[all …]
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/crosvm/x86_64/src/
Dmpspec.rs73 unsafe { &(*(0 as *const mpf_intel)).signature as *const _ as usize }, in bindgen_test_layout_mpf_intel()
83 unsafe { &(*(0 as *const mpf_intel)).physptr as *const _ as usize }, in bindgen_test_layout_mpf_intel()
93 unsafe { &(*(0 as *const mpf_intel)).length as *const _ as usize }, in bindgen_test_layout_mpf_intel()
103 unsafe { &(*(0 as *const mpf_intel)).specification as *const _ as usize }, in bindgen_test_layout_mpf_intel()
113 unsafe { &(*(0 as *const mpf_intel)).checksum as *const _ as usize }, in bindgen_test_layout_mpf_intel()
123 unsafe { &(*(0 as *const mpf_intel)).feature1 as *const _ as usize }, in bindgen_test_layout_mpf_intel()
133 unsafe { &(*(0 as *const mpf_intel)).feature2 as *const _ as usize }, in bindgen_test_layout_mpf_intel()
143 unsafe { &(*(0 as *const mpf_intel)).feature3 as *const _ as usize }, in bindgen_test_layout_mpf_intel()
153 unsafe { &(*(0 as *const mpf_intel)).feature4 as *const _ as usize }, in bindgen_test_layout_mpf_intel()
163 unsafe { &(*(0 as *const mpf_intel)).feature5 as *const _ as usize }, in bindgen_test_layout_mpf_intel()
[all …]
/external/autotest/frontend/migrations/
D103_add_5_columns_to_tko_jobs.py12 ALTER VIEW tko_test_view_2 AS
15 tko_tests.test AS test_name,
18 tko_tests.status AS status_idx,
23 tko_tests.started_time AS test_started_time,
24 tko_tests.finished_time AS test_finished_time,
25 tko_jobs.tag AS job_tag,
26 tko_jobs.label AS job_name,
27 tko_jobs.username AS job_owner,
28 tko_jobs.queued_time AS job_queued_time,
29 tko_jobs.started_time AS job_started_time,
[all …]
D087_add_fields_to_tko_test_view_2.py2 ALTER VIEW tko_test_view_2 AS
5 tko_tests.test AS test_name,
8 tko_tests.status AS status_idx,
13 tko_tests.started_time AS test_started_time,
14 tko_tests.finished_time AS test_finished_time,
15 tko_jobs.tag AS job_tag,
16 tko_jobs.label AS job_name,
17 tko_jobs.username AS job_owner,
18 tko_jobs.queued_time AS job_queued_time,
19 tko_jobs.started_time AS job_started_time,
[all …]
/external/perfetto/src/trace_processor/metrics/sql/android/startup/
Dhsc.sql11 -- distributed under the License is distributed on an "AS IS" BASIS,
19 CREATE VIEW functions AS
21 slices.ts as ts,
22 slices.dur as dur,
23 process.name as process_name,
24 thread.name as thread_name,
25 slices.name as function_name
33 CREATE VIEW animators AS
35 slices.ts AS ts,
36 slices.dur AS dur,
[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/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/llvm/test/MC/Disassembler/PowerPC/
Dppc64-encoding-ext.txt3 # FIXME: decode as beqlr 0
7 # FIXME: decode as beqlr 1
11 # FIXME: decode as beqlr 2
15 # FIXME: decode as beqlr 3
19 # FIXME: decode as beqlr 4
23 # FIXME: decode as beqlr 5
27 # FIXME: decode as beqlr 6
31 # FIXME: decode as beqlr 7
299 # FIXME: decode as bltlr 2
303 # FIXME: decode as bltlr 0
[all …]
/external/skia/platform_tools/android/apps/skottie/
Dskottie_metric.sql3 CREATE VIEW dequeue_buffer AS
5 count(*) as dequeue_buffer_count,
6 max(dur) as dequeue_buffer_max,
7 min(dur) as dequeue_buffer_min,
8 avg(dur) as dequeue_buffer_avg,
9 sum(dur) as dequeue_buffer_sum,
10 thread_track.utid as render_thread_id
17 CREATE VIEW test_start_ts AS
19 ts as test_start,
20 ts + 7000000000 as test_end,
[all …]

12345678910>>...737