Home
last modified time | relevance | path

Searched full:where (Results 1 – 25 of 21324) sorted by relevance

12345678910>>...853

/external/libopus/dnn/torch/weight-exchange/wexchange/torch/
Dtorch.py48 def dump_torch_adaptive_conv1d_weights(where, adaconv, name='adaconv', scale=1/128, quantize=False): argument
56 if isinstance(where, CWriter):
78 where.header.write(f"""
93 …print_dense_layer(where, name + "_kernel", w_kernel, b_kernel, scale=scale, format='torch', sparse…
94 …print_dense_layer(where, name + "_gain", w_gain, b_gain, format='torch', sparse=False, diagonal=Fa…
98 np.save(where, 'weight_kernel.npy', w_kernel)
99 np.save(where, 'bias_kernel.npy', b_kernel)
100 np.save(where, 'weight_gain.npy', w_gain)
101 np.save(where, 'bias_gain.npy', b_gain)
104 def dump_torch_adaptive_comb1d_weights(where, adaconv, name='adaconv', scale=1/128, quantize=False): argument
[all …]
/external/pciutils/
Dls-ecaps.c17 cap_tph(struct device *d, int where) in cap_tph() argument
24 if (!config_fetch(d, where + PCI_TPH_CAPABILITIES, 4)) in cap_tph()
27 tph_cap = get_conf_long(d, where + PCI_TPH_CAPABILITIES); in cap_tph()
59 cap_ltr(struct device *d, int where) in cap_ltr() argument
67 if (!config_fetch(d, where + PCI_LTR_MAX_SNOOP, 4)) in cap_ltr()
70 snoop = get_conf_word(d, where + PCI_LTR_MAX_SNOOP); in cap_ltr()
75 nosnoop = get_conf_word(d, where + PCI_LTR_MAX_NOSNOOP); in cap_ltr()
82 cap_sec(struct device *d, int where) in cap_sec() argument
90 if (!config_fetch(d, where + PCI_SEC_LNKCTL3, 12)) in cap_sec()
93 ctrl3 = get_conf_word(d, where + PCI_SEC_LNKCTL3); in cap_sec()
[all …]
/external/perfetto/src/trace_processor/metrics/sql/android/
Dandroid_boot.sql48 INNER JOIN thread_state ON thread.utid=thread_state.utid WHERE android_process_metadata.process_nam…
52 WHERE name GLOB "*android.intent.action.USER_UNLOCKED*";
73 WHERE ts > first_user_unlocked()
84 WHERE
96 WHERE ts > first_user_unlocked()
125 FROM slice where name="LauncherColdStartup"),
137 WHERE proc_start_ts > first_user_unlocked()
142 WHERE proc_start_ts > first_user_unlocked()
147 WHERE proc_start_ts > first_user_unlocked()
169 WHERE gc_type = "full"
[all …]
Dandroid_hwcomposer.sql82 (SELECT AVG(value) FROM total_layers WHERE display_id = d.display_id),
84 (SELECT AVG(value) FROM dpu_layers WHERE display_id = d.display_id),
86 (SELECT AVG(value) FROM gpu_layers WHERE display_id = d.display_id),
88 (SELECT AVG(value) FROM dpu_cached_layers WHERE display_id = d.display_id),
90 (SELECT AVG(value) FROM sf_cached_layers WHERE display_id = d.display_id),
92 (SELECT AVG(value) FROM rcd_layers WHERE display_id = d.display_id),
95 WHERE display_id = d.display_id AND validation_type = 'skipped_validation'),
98 WHERE display_id = d.display_id AND validation_type = 'unskipped_validation'),
101 WHERE display_id = d.display_id AND validation_type = 'separated_validation'),
104 WHERE display_id = d.display_id AND validation_type = 'unknown'),
[all …]
Dandroid_startup.sql73 WHERE l.startup_id = $startup_id AND slice.name GLOB 'Start proc: *';
89 WHERE
101 WHERE s.startup_id = $startup_id AND s.slice_name GLOB $slice_name
126 WHERE lp.startup_id =launches.startup_id
133 WHERE p.startup_id =launches.startup_id
143 WHERE
164 WHERE p.startup_id =launches.startup_id
169 WHERE s.startup_id = launches.startup_id
174 WHERE s.startup_id = launches.startup_id
219 WHERE l.ts BETWEEN launches.ts AND launches.ts + launches.dur
[all …]
/external/rust/android-crates-io/crates/moveit/src/new/
Dimpls.rs27 ($($ty:ty $(where [$($targs:tt)*])?),* $(,)?) => {$(
52 ($($ty:ty $(where [$($targs:tt)*])?),* $(,)?) => {$(
74 unsafe impl<$($($targs)*)?> CopyNew for $ty where Self: Clone {
87 &mut T where [T: ?Sized],
99 core::sync::atomic::AtomicPtr<T> where [T],
107 &T where [T: ?Sized],
108 *const T where [T: ?Sized],
109 *mut T where [T: ?Sized],
113 core::cell::UnsafeCell<T> where [T],
114 core::cell::Cell<T> where [T],
[all …]
/external/rust/android-crates-io/crates/serde_test/src/
Dconfigure.rs28 /// where
41 /// where
75 where in readable()
82 where in compact()
89 impl<T> Configure for T where T: ?Sized {}
92 where
97 where in serialize()
105 where
110 where in serialize()
118 where
[all …]
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
Dvalues.pass.cpp46 void where(const T &) {} in where() function
73 where(E::word_size); in test1()
74 where(E::state_size); in test1()
75 where(E::shift_size); in test1()
76 where(E::mask_bits); in test1()
77 where(E::xor_mask); in test1()
78 where(E::tempering_u); in test1()
79 where(E::tempering_d); in test1()
80 where(E::tempering_s); in test1()
81 where(E::tempering_b); in test1()
[all …]
/external/cronet/stable/third_party/icu/source/test/cintltst/
Dulocaletst.c11 #define WHERE __FILE__ ":" XLINE(__LINE__) " " macro
42 if (assertSuccess(WHERE "ulocale_openForLocaleID()", &status)) { in TestBasicGetters()
43 … assertEquals(WHERE "ulocale_getLanguage()", rawData[i][LANGUAGE], ulocale_getLanguage(l)); in TestBasicGetters()
44 assertEquals(WHERE "ulocale_getScript()", rawData[i][SCRIPT], ulocale_getScript(l)); in TestBasicGetters()
45 assertEquals(WHERE "ulocale_getRegion()", rawData[i][REGION], ulocale_getRegion(l)); in TestBasicGetters()
46 assertEquals(WHERE "ulocale_getVariant()", rawData[i][VAR], ulocale_getVariant(l)); in TestBasicGetters()
47 assertEquals(WHERE "ulocale_getLocaleID()", rawData[i][NAME], ulocale_getLocaleID(l)); in TestBasicGetters()
48 … assertEquals(WHERE "ulocale_getBaseName()", rawData[i][BASENAME], ulocale_getBaseName(l)); in TestBasicGetters()
57 if (assertSuccess(WHERE "ulocale_openForLocaleID()", &status)) { in VerifyMatch()
59 if (assertSuccess(WHERE "ulocale_openForLanguageTag()", &status)) { in VerifyMatch()
[all …]
/external/cronet/tot/third_party/icu/source/test/cintltst/
Dulocaletst.c11 #define WHERE __FILE__ ":" XLINE(__LINE__) " " macro
42 if (assertSuccess(WHERE "ulocale_openForLocaleID()", &status)) { in TestBasicGetters()
43 … assertEquals(WHERE "ulocale_getLanguage()", rawData[i][LANGUAGE], ulocale_getLanguage(l)); in TestBasicGetters()
44 assertEquals(WHERE "ulocale_getScript()", rawData[i][SCRIPT], ulocale_getScript(l)); in TestBasicGetters()
45 assertEquals(WHERE "ulocale_getRegion()", rawData[i][REGION], ulocale_getRegion(l)); in TestBasicGetters()
46 assertEquals(WHERE "ulocale_getVariant()", rawData[i][VAR], ulocale_getVariant(l)); in TestBasicGetters()
47 assertEquals(WHERE "ulocale_getLocaleID()", rawData[i][NAME], ulocale_getLocaleID(l)); in TestBasicGetters()
48 … assertEquals(WHERE "ulocale_getBaseName()", rawData[i][BASENAME], ulocale_getBaseName(l)); in TestBasicGetters()
57 if (assertSuccess(WHERE "ulocale_openForLocaleID()", &status)) { in VerifyMatch()
59 if (assertSuccess(WHERE "ulocale_openForLanguageTag()", &status)) { in VerifyMatch()
[all …]
/external/icu/icu4c/source/test/cintltst/
Dulocaletst.c11 #define WHERE __FILE__ ":" XLINE(__LINE__) " " macro
42 if (assertSuccess(WHERE "ulocale_openForLocaleID()", &status)) { in TestBasicGetters()
43 … assertEquals(WHERE "ulocale_getLanguage()", rawData[i][LANGUAGE], ulocale_getLanguage(l)); in TestBasicGetters()
44 assertEquals(WHERE "ulocale_getScript()", rawData[i][SCRIPT], ulocale_getScript(l)); in TestBasicGetters()
45 assertEquals(WHERE "ulocale_getRegion()", rawData[i][REGION], ulocale_getRegion(l)); in TestBasicGetters()
46 assertEquals(WHERE "ulocale_getVariant()", rawData[i][VAR], ulocale_getVariant(l)); in TestBasicGetters()
47 assertEquals(WHERE "ulocale_getLocaleID()", rawData[i][NAME], ulocale_getLocaleID(l)); in TestBasicGetters()
48 … assertEquals(WHERE "ulocale_getBaseName()", rawData[i][BASENAME], ulocale_getBaseName(l)); in TestBasicGetters()
57 if (assertSuccess(WHERE "ulocale_openForLocaleID()", &status)) { in VerifyMatch()
59 if (assertSuccess(WHERE "ulocale_openForLanguageTag()", &status)) { in VerifyMatch()
[all …]
/external/rust/android-crates-io/crates/serde_yaml/src/
Dwith.rs88 where in serialize()
99 where in deserialize()
113 where
117 where in serialize()
127 where
228 where in serialize_newtype_struct()
241 where in serialize_newtype_variant()
254 where in serialize_some()
316 where in collect_str()
333 where
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/numerics/rand/rand.eng/rand.eng.mers/
Dvalues.pass.cpp45 void where(const T &) {} in where() function
72 where(E::word_size); in test1()
73 where(E::state_size); in test1()
74 where(E::shift_size); in test1()
75 where(E::mask_bits); in test1()
76 where(E::xor_mask); in test1()
77 where(E::tempering_u); in test1()
78 where(E::tempering_d); in test1()
79 where(E::tempering_s); in test1()
80 where(E::tempering_b); in test1()
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/numerics/rand/rand.eng/rand.eng.mers/
Dvalues.pass.cpp45 void where(const T &) {} in where() function
72 where(E::word_size); in test1()
73 where(E::state_size); in test1()
74 where(E::shift_size); in test1()
75 where(E::mask_bits); in test1()
76 where(E::xor_mask); in test1()
77 where(E::tempering_u); in test1()
78 where(E::tempering_d); in test1()
79 where(E::tempering_s); in test1()
80 where(E::tempering_b); in test1()
[all …]
/external/rust/android-crates-io/crates/serde_yaml/src/value/
Dde.rs16 where in deserialize()
29 where in deserialize()
36 where in deserialize()
43 where in deserialize()
50 where in deserialize()
57 where in deserialize()
64 where in deserialize()
71 where in deserialize()
78 where in deserialize()
85 where in deserialize()
[all …]
/external/rust/android-crates-io/crates/rayon/src/iter/
Dfrom_par_iter.rs15 where in collect_extended()
26 where
30 where in from_par_iter()
39 where
43 where in from_par_iter()
52 where
56 where in from_par_iter()
65 where
69 where in from_par_iter()
78 where
[all …]
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/locale/
DLocaleValidityChecker.java32 public static class Where { class in LocaleValidityChecker
69 public boolean isValid(ULocale locale, Where where) { in isValid() argument
70 where.set(null, null); in isValid()
77 … // // the only case where this is valid is if there is only an 'x' extension string in isValid()
80 // return where.set(Datatype.x, "Null language only with x-..."); in isValid()
84 if (!isValid(Datatype.language, language, where)) { in isValid()
87 where.set(null, null); // for x, well-formed == valid in isValid()
92 if (!isValid(Datatype.script, script, where)) return false; in isValid()
93 if (!isValid(Datatype.region, region, where)) return false; in isValid()
96 if (!isValid(Datatype.variant, variant, where)) return false; in isValid()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DLocaleValidityChecker.java37 public static class Where { class in LocaleValidityChecker
74 public boolean isValid(ULocale locale, Where where) { in isValid() argument
75 where.set(null, null); in isValid()
82 … // // the only case where this is valid is if there is only an 'x' extension string in isValid()
85 // return where.set(Datatype.x, "Null language only with x-..."); in isValid()
89 if (!isValid(Datatype.language, language, where)) { in isValid()
92 where.set(null, null); // for x, well-formed == valid in isValid()
97 if (!isValid(Datatype.script, script, where)) return false; in isValid()
98 if (!isValid(Datatype.region, region, where)) return false; in isValid()
101 if (!isValid(Datatype.variant, variant, where)) return false; in isValid()
[all …]
/external/perfetto/src/trace_processor/metrics/sql/
Dtrace_metadata.sql22 'trace_uuid', (SELECT str_value FROM metadata WHERE name = 'trace_uuid'),
24 SELECT str_value FROM metadata WHERE name = 'android_build_fingerprint'
27 SELECT str_value FROM metadata WHERE name = 'android_device_manufacturer'
31 WHERE name = 'statsd_triggering_subscription_id'
35 WHERE name = 'unique_session_name'
39 WHERE name = 'trace_size_bytes'
44 WHERE track.name = 'Trace Triggers'
48 WHERE name = 'trace_trigger'
52 WHERE name = 'trace_config_pbtxt'
59 WHERE name='tracing_started_ns'
[all …]
/external/pcre/src/
Dpcre2_config.c65 /* If where is NULL, the length of memory required is returned.
69 where where to put the information
73 PCRE2_ERROR_BADOPTION if "where" not recognized
78 pcre2_config(uint32_t what, void *where) in pcre2_config() argument
80 if (where == NULL) /* Requests a length */ in pcre2_config()
118 *((uint32_t *)where) = PCRE2_BSR_ANYCRLF; in pcre2_config()
120 *((uint32_t *)where) = PCRE2_BSR_UNICODE; in pcre2_config()
125 *((uint32_t *)where) = 0 in pcre2_config()
139 *((uint32_t *)where) = MATCH_LIMIT_DEPTH; in pcre2_config()
143 *((uint32_t *)where) = HEAP_LIMIT; in pcre2_config()
[all …]
/external/perfetto/src/trace_processor/metrics/sql/android/startup/
Dhsc.sql44 WHERE slices.name GLOB "animator*";
56 WHERE functions.function_name GLOB "Choreographer#doFrame*" AND functions.ts > launches.ts;
68 WHERE functions.function_name GLOB "DrawFrame*" AND functions.ts > launches.ts;
85 WHERE android_frame_times.number = 2 AND android_frame_times.name GLOB "*roid.calcul*" AND android_…
96 WHERE android_render_frame_times.number = 5 AND android_render_frame_times.name GLOB "*id.calendar*…
106 WHERE android_frame_times.number = 2 AND android_frame_times.name GLOB "*GoogleCamera*" AND android…
116 WHERE android_frame_times.number = 4 AND android_frame_times.name GLOB "*chrome*" AND android_frame…
126 WHERE android_frame_times.ts > (SELECT ts + dur FROM animators WHERE animator_name = "animator:tran…
137 WHERE android_frame_times.number = 3 AND android_frame_times.name GLOB "*id.contacts" AND android_f…
148 WHERE android_frame_times.ts > (SELECT ts + dur FROM animators WHERE process_name GLOB "*id.dialer"…
[all …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/serde-1.0.215/src/private/
Dde.rs24 where in missing_field()
31 where in missing_field()
37 where in missing_field()
44 where in missing_field()
63 where in borrow_cow_str()
77 where in borrow_cow_str()
84 where in borrow_cow_str()
91 where in borrow_cow_str()
98 where in borrow_cow_str()
108 where in borrow_cow_str()
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/serde-1.0.215/src/private/
Dde.rs24 where in missing_field()
31 where in missing_field()
37 where in missing_field()
44 where in missing_field()
63 where in borrow_cow_str()
77 where in borrow_cow_str()
84 where in borrow_cow_str()
91 where in borrow_cow_str()
98 where in borrow_cow_str()
108 where in borrow_cow_str()
[all …]
/external/rust/android-crates-io/crates/serde/src/private/
Dde.rs24 where in missing_field()
31 where in missing_field()
37 where in missing_field()
44 where in missing_field()
63 where in borrow_cow_str()
77 where in borrow_cow_str()
84 where in borrow_cow_str()
91 where in borrow_cow_str()
98 where in borrow_cow_str()
108 where in borrow_cow_str()
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/either-1.13.0/src/
Diterator.rs30 where
35 where in extend()
44 where
59 where in fold()
66 where in for_each()
85 where in collect()
92 where in partition()
100 where in all()
107 where in any()
114 where in find()
[all …]

12345678910>>...853