Home
last modified time | relevance | path

Searched defs:x (Results 1 – 20 of 20) sorted by relevance

/tools/security/remote_provisioning/hwtrust/src/cbor/
Dpublickey.rs50 let x = self.pkey().raw_public_key().context("Get ed25519 raw public key")?; in to_cose_key() localVariable
59 let mut x = BigNum::new().context("Failed to create x coord")?; in to_cose_key() localVariable
69 let x = adjust_coord(x.to_vec(), coord_len); in to_cose_key() localVariable
100 let x = get_label_value_as_bytes(cose_key, Label::Int(iana::OkpKeyParameter::X.to_i64()))?; in pkey_from_okp_key() localVariable
108 let x = get_label_value_as_bytes(cose_key, Label::Int(iana::Ec2KeyParameter::X.to_i64()))?; in pkey_from_ec2_key() localVariable
125 let x = BigNum::from_slice(x).context("Failed to create x coord")?; in pkey_from_ec_coords() localVariable
300 let x = in from_p256_pkey_with_leading_zeros() localVariable
318 let x = in from_p384_pkey_with_leading_zeros() localVariable
/tools/netsim/ui/dist/js/
Ddevice-observer.js1 …urn this.device.name}set name(e){this.device.name=e}get position(){const e={x:0,y:0,z:0};return"po… property
/tools/netsim/src/util/
Dstring_utils.cc55 std::string ToHexString(uint8_t x, uint8_t y) { in ToHexString()
64 std::string ToHexString(uint8_t x) { in ToHexString()
/tools/dexter/slicer/export/slicer/
Dcommon.h69 #define SLICER_EXTRA(x) argument
71 #define SLICER_EXTRA(x) x argument
/tools/netsim/src/hci/
Dhci_debug.cc427 std::string HciCommandToString(uint8_t x, uint8_t y) { in HciCommandToString()
/tools/asuite/atest/
Dtest_runner_handler.py85 key = lambda x: x.test_runner argument
Dcli_translator_unittest.py123 find_method_return_module_info = lambda x, y: uc.MODULE_INFOS argument
128 find_method_return_nothing = lambda x, y: None argument
192 find_method_return_module_info2 = lambda x, y: uc.MODULE_INFOS2 argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/
DPowerBTBaseTest.py43 sign = lambda x: copysign(1, x) argument
/tools/netsim/rust/model/src/
Dposition.rs22 x: Centimeter, field
/tools/security/gdb/gdb_json_printer/test_examples/
Dobjects2.cpp73 Foo *x = new Foo1(); in main() local
/tools/security/sanitizer-status/
Dsanitizer-status.cpp125 volatile char* x = reinterpret_cast<volatile char *>(malloc(1)); in test_crash_gwp_asan() local
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Drenderer.cpp189 float x; in update() local
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/tracks/
DSliceTrack.kt43 var x: Int in paintComponent() variable
/tools/netsim/src/proto/
Dmodel.proto25 float x = 1; field
/tools/netsim/ui/ts/
Dmodel.ts29 x: number; property
/tools/asuite/atest/test_runners/
Datest_tf_test_runner.py693 key = lambda x: x.test_name argument
753 key = lambda x: x.class_name argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/audio_analysis_lib/
Daudio_quality_measurement.py147 def hilbert(x): argument
/tools/netsim/rust/netsim-cli/src/
Dargs.rs249 pub x: f32, field
/tools/netsim/rust/frontend-proto/src/
Dmodel.rs33 pub x: f32, field
/tools/repohooks/tools/
Dcpplint.py897 def unicode_escape_decode(x): argument