Home
last modified time | relevance | path

Searched refs:Customize (Results 1 – 25 of 30) sorted by relevance

12

/external/rust/crates/protobuf-codegen/src/
Dcustomize.rs8 pub struct Customize { struct
50 impl Customize { argument
52 pub fn update_with(&mut self, that: &Customize) { in update_with() argument
86 pub fn set_defaults_from(&mut self, other: &Customize) { in set_defaults_from() argument
93 pub fn parse_from_parameter(parameter: &str) -> CustomizeParseParameterResult<Customize> { in parse_from_parameter() argument
99 let mut r = Customize::default(); in parse_from_parameter()
139 pub fn customize_from_rustproto_for_message(source: &MessageOptions) -> Customize { in customize_from_rustproto_for_message() argument
150 Customize { in customize_from_rustproto_for_message()
165 pub fn customize_from_rustproto_for_field(source: &FieldOptions) -> Customize { in customize_from_rustproto_for_field() argument
177 Customize { in customize_from_rustproto_for_field()
[all …]
Drust_types_values.rs12 use Customize;
53 pub(crate) fn to_code(&self, customize: &Customize) -> String { in to_code()
177 pub fn default_value(&self, customize: &Customize) -> String { in default_value()
211 pub fn default_value_typed(self, customize: &Customize) -> RustValueTyped { in default_value_typed()
219 pub fn clear(&self, v: &str, customize: &Customize) -> String { in clear()
242 pub fn wrap_value(&self, value: &str, customize: &Customize) -> String { in wrap_value()
260 pub fn into_target(&self, target: &RustType, v: &str, customize: &Customize) -> String { in into_target()
269 customize: &Customize, in try_into_target() argument
417 pub fn into_type(&self, target: RustType, customize: &Customize) -> RustValueTyped { in into_type()
425 pub fn boxed(self, customize: &Customize) -> RustValueTyped { in boxed()
[all …]
Doneof.rs18 use Customize;
86 customize: Customize,
95 customize: Customize, in parse() argument
132 customize: Customize,
139 customize: &Customize, in parse() argument
Dinside.rs1 use Customize;
5 pub(crate) fn protobuf_crate_path(customize: &Customize) -> &str { in protobuf_crate_path()
Dfile_and_mod.rs2 use Customize;
8 pub customize: Customize,
Dlib.rs56 pub use customize::Customize;
98 customize: &Customize, in write_file_descriptor_data() argument
175 customize: &Customize, in gen_file() argument
261 customize: &Customize, in gen() argument
298 customize: &Customize, in gen_and_write() argument
316 let customize = Customize::parse_from_parameter(r.parameter).expect("parse options"); in protoc_gen_rust_main()
Dserde.rs2 use Customize;
5 pub fn write_serde_attr(w: &mut CodeWriter, customize: &Customize, attr: &str) { in write_serde_attr() argument
Dextensions.rs8 use Customize;
14 customize: Customize,
91 customize: &Customize, in write_extensions() argument
Denums.rs6 use super::customize::Customize;
59 customize: Customize,
66 customize: &Customize, in new() argument
Dcode_writer.rs6 use Customize;
107 pub fn lazy_static(&mut self, name: &str, ty: &str, customize: &Customize) { in lazy_static() argument
117 pub fn lazy_static_decl_get<F>(&mut self, name: &str, ty: &str, customize: &Customize, init: F) in lazy_static_decl_get() argument
132 customize: &Customize, in lazy_static_decl_get_simple() argument
Dmessage.rs3 use super::customize::Customize;
32 pub fn default_instance(&self, customize: &Customize) -> String { in default_instance()
48 customize: Customize,
55 customize: &Customize, in new() argument
/external/openssh/contrib/hpux/
DREADME15 o Customize sshd if needed (SSHD_ARGS)
29 o Customize egd if needed (EGD_ARGS and EGD_LOG)
/external/capstone/docs/
DREADME23 * Customize instruction mnemonics at run-time.
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dmodel_maker.md31 # Customize the TensorFlow model.
/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs12 use super::customize::Customize;
291 fn lib_protobuf_type(&self, customize: &Customize) -> String { in lib_protobuf_type()
307 customize: &Customize, in field_elem() argument
442 pub(crate) customize: Customize,
449 customize: &Customize, in parse() argument
/external/tensorflow/tensorflow/lite/g3doc/models/image_classification/
Doverview.md168 <a href="#customize_model">Customize model</a>.
181 <h3>Customize model</h3>
/external/blktrace/
DREADME89 -f Output format. Customize the output format. The format field
/external/icu/icu4c/
Dicu4c.css52 * Customize the headers to have less space around them than usual
/external/tensorflow/tensorflow/lite/g3doc/tutorials/
Dmodel_maker_text_classification.ipynb260 "Step 3. Customize the TensorFlow model."
463 "## Customize the TensorFlow Model\n",
Dmodel_maker_image_classification.ipynb227 "Step 2. Customize the TensorFlow model."
437 "### Step 2: Customize the TensorFlow Model\n",
Dmodel_maker_question_answer.ipynb320 "## Customize the TensorFlow Model\n",
/external/python/cpython2/Mac/BuildScript/resources/
DReadMe.rtf112 \i Customize
/external/python/cpython3/Doc/c-api/
Dmemory.rst357 Customize Memory Allocators
502 Customize pymalloc Arena Allocator
/external/fmtlib/doc/bootstrap/
Dforms.less130 // Customize the `:focus` state to imitate native WebKit styles.
/external/python/cpython3/Doc/using/
Dwindows.rst81 Selecting "Customize installation" will allow you to select the features to
85 To perform an all-users installation, you should select "Customize

12