/external/autotest/tko/migrations/ |
D | 031_rename_tko_tables.py | 6 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 …]
|
D | 004_add_test_started.py | 20 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 …]
|
D | 003_add_test_timestamps.py | 20 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 …]
|
D | 002_add_job_timestamps.py | 24 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 …]
|
D | 030_add_afe_job_id_to_jobs.py | 12 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 …]
|
D | 015_support_graphing_interface.py | 28 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/ |
D | visual-basic.txt | 9 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/ |
D | 01.txt | 229 a=i-=se-=ase-=se-=ase-=i-=s-=se-=xse!=e-=as=ase-=se-=as-=ase-=se-=as-=se-=a(1) 232 …as=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/android/ |
D | android_sysui_cuj.sql | 11 -- 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 47 CREATE VIEW android_sysui_cuj_thread AS [all …]
|
D | android_hwui_metric.sql | 11 -- 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 …]
|
D | hsc_startups.sql | 11 -- 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/capstone/bindings/vb6/ |
D | mMisc.bas | 7 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/bc/tests/fuzzing/bc_inputs3/ |
D | 01.txt | 229 a=i-=se-=as0-=se-=as0-=i-=s-=se-=xse!=e-=as=ase-=se-=as-=ase-=se-=as-=se-=a(1) 232 …as=ase-=se-=as-=a00-=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-=a0=as-=ase-=se-=se0=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/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 10 // distributed under the License is distributed on an "AS IS" BASIS, 124 x0 = Min(x0, As<Float4>(Int4(0x43010000))); // 129.00000e+0f in exponential2() 125 x0 = Max(x0, As<Float4>(Int4(0xC2FDFFFF))); // -126.99999e+0f in exponential2() 128 …Float4 ii = As<Float4>((i + Int4(127)) << 23); // Add single-precision bias, and shift into expo… in exponential2() 133 Float4 ff = As<Float4>(Int4(0x3AF61905)); // 1.8775767e-3f in exponential2() 134 ff = ff * f + As<Float4>(Int4(0x3C134806)); // 8.9893397e-3f in exponential2() 135 ff = ff * f + As<Float4>(Int4(0x3D64AA23)); // 5.5826318e-2f in exponential2() 136 ff = ff * f + As<Float4>(Int4(0x3E75EAD4)); // 2.4015361e-1f in exponential2() 137 ff = ff * f + As<Float4>(Int4(0x3F31727B)); // 6.9315308e-1f in exponential2() 152 x1 = As<Float4>(As<Int4>(x0) & Int4(0x7F800000)); in logarithm2() [all …]
|
/external/autotest/frontend/migrations/ |
D | 103_add_5_columns_to_tko_jobs.py | 12 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 …]
|
D | 087_add_fields_to_tko_test_view_2.py | 2 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/llvm-project/polly/lib/External/isl/include/isl/ |
D | cpp-checked-conversion.h | 50 return checked::manage(obj.copy()).as<checked::ast_expr_id>(); in check() 54 return manage(obj.copy()).as<ast_expr_id>(); in uncheck() 58 return checked::manage(obj.copy()).as<checked::ast_expr_int>(); in check() 62 return manage(obj.copy()).as<ast_expr_int>(); in uncheck() 66 return checked::manage(obj.copy()).as<checked::ast_expr_op>(); in check() 70 return manage(obj.copy()).as<ast_expr_op>(); in uncheck() 74 return checked::manage(obj.copy()).as<checked::ast_expr_op>().as<checked::ast_expr_op_access>(); in check() 78 return manage(obj.copy()).as<ast_expr_op>().as<ast_expr_op_access>(); in uncheck() 82 return checked::manage(obj.copy()).as<checked::ast_expr_op>().as<checked::ast_expr_op_add>(); in check() 86 return manage(obj.copy()).as<ast_expr_op>().as<ast_expr_op_add>(); in uncheck() [all …]
|
/external/crosvm/x86_64/src/ |
D | mpspec.rs | 71 unsafe { &(*(0 as *const mpf_intel)).signature as *const _ as usize }, in bindgen_test_layout_mpf_intel() 81 unsafe { &(*(0 as *const mpf_intel)).physptr as *const _ as usize }, in bindgen_test_layout_mpf_intel() 91 unsafe { &(*(0 as *const mpf_intel)).length as *const _ as usize }, in bindgen_test_layout_mpf_intel() 101 unsafe { &(*(0 as *const mpf_intel)).specification as *const _ as usize }, in bindgen_test_layout_mpf_intel() 111 unsafe { &(*(0 as *const mpf_intel)).checksum as *const _ as usize }, in bindgen_test_layout_mpf_intel() 121 unsafe { &(*(0 as *const mpf_intel)).feature1 as *const _ as usize }, in bindgen_test_layout_mpf_intel() 131 unsafe { &(*(0 as *const mpf_intel)).feature2 as *const _ as usize }, in bindgen_test_layout_mpf_intel() 141 unsafe { &(*(0 as *const mpf_intel)).feature3 as *const _ as usize }, in bindgen_test_layout_mpf_intel() 151 unsafe { &(*(0 as *const mpf_intel)).feature4 as *const _ as usize }, in bindgen_test_layout_mpf_intel() 161 unsafe { &(*(0 as *const mpf_intel)).feature5 as *const _ as usize }, in bindgen_test_layout_mpf_intel() [all …]
|
/external/llvm-project/clang/test/Driver/ |
D | mips-as.c | 4 // 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/clang/test/Driver/ |
D | mips-as.c | 4 // 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/ |
D | dng_memory.h | 93 /// 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 …]
|
/external/perfetto/src/trace_processor/metrics/webview/ |
D | webview_power_usage.sql | 11 -- 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 VIEW top_level_slice AS 42 -- as a whole separately. 44 CREATE VIEW 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 VIEW webview_browser_slices_power_summary AS 76 SUM(dur * COALESCE(power_ma, 0) / 1e9) AS power_mas 83 CREATE VIEW webview_renderer_threads AS [all …]
|
/external/rust/crates/ryu/src/ |
D | d2s_small_table.rs | 18 // is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 102 let base = i / DOUBLE_POW5_TABLE.len() as u32; in compute_pow5() 103 let base2 = base * DOUBLE_POW5_TABLE.len() as u32; in compute_pow5() 105 debug_assert!(base < DOUBLE_POW5_SPLIT2.len() as u32); in compute_pow5() 106 let mul = *DOUBLE_POW5_SPLIT2.get_unchecked(base as usize); in compute_pow5() 110 debug_assert!(offset < DOUBLE_POW5_TABLE.len() as u32); in compute_pow5() 111 let m = *DOUBLE_POW5_TABLE.get_unchecked(offset as usize); in compute_pow5() 112 let b0 = m as u128 * mul.0 as u128; in compute_pow5() 113 let b2 = m as u128 * mul.1 as u128; in compute_pow5() 114 let delta = pow5bits(i as i32) - pow5bits(base2 as i32); in compute_pow5() [all …]
|
/external/rust/crates/flate2/src/ffi/ |
D | c.rs | 63 // also need to allocate space for a `usize` as a header so we can store in zalloc() 84 let ptr = alloc::alloc(layout) as *mut usize; in zalloc() 86 return ptr as *mut c_void; in zalloc() 89 ptr.add(1) as *mut c_void in zalloc() 98 let ptr = (address as *mut usize).offset(-1); in zfree() 101 alloc::dealloc(ptr as *mut u8, layout) in zfree() 172 window_bits as c_int in make() 174 -(window_bits as c_int) in make() 196 raw.next_in = input.as_ptr() as *mut u8; in decompress() 197 raw.avail_in = cmp::min(input.len(), c_uint::max_value() as usize) as c_uint; in decompress() [all …]
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/ |
D | Containers_and_folders.py | 46 """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 …]
|