/external/python/absl-py/absl/flags/ |
D | _defines.py | 62 name: Text, 64 help: Optional[Text], # pylint: disable=redefined-builtin 67 module_name: Optional[Text] = ..., 77 name: Text, 79 help: Optional[Text], # pylint: disable=redefined-builtin 82 module_name: Optional[Text] = ..., 136 module_name: Optional[Text] = ..., 146 module_name: Optional[Text] = ..., 273 flag_name: Union[Text, _flagvalues.FlagHolder], 372 name: Text, [all …]
|
D | _flag.py | 94 name: Text, 95 default: Union[Optional[_T], Text], argument 96 help_string: Optional[Text], 97 short_name: Optional[Text] = None, 180 def parse(self, argument: Union[Text, Optional[_T]]) -> None: 193 def _parse(self, argument: Union[Text, _T]) -> Optional[_T]: 234 def _set_default(self, value: Union[Optional[_T], Text]) -> None: argument 247 def _parse_from_default(self, value: Union[Text, _T]) -> Optional[_T]: 350 name: Text, 351 default: Union[Optional[bool], Text], argument [all …]
|
D | _argument_parser.py | 100 def parse(self, argument: Text) -> Optional[_T]: 158 def parse(self, argument: Text) -> _N: 177 def convert(self, argument: Text) -> _N: 270 def convert(self, argument: Union[int, Text]) -> int: argument 294 def parse(self, argument: Union[Text, int]) -> bool: 323 self, enum_values: Iterable[Text], case_sensitive: bool = True 345 def parse(self, argument: Text) -> Text: 423 def parse(self, argument: Union[_ET, Text]) -> _ET: argument 458 def __init__(self, list_sep: Text) -> None: 473 def __init__(self, list_sep: Text, **kwargs) -> None: [all …]
|
D | _flagvalues.py | 179 def register_flag_by_module(self, module_name: Text, flag: Flag) -> None: 202 def register_key_flag_for_module(self, module_name: Text, flag: Flag) -> None: 258 def get_flags_for_module(self, module: Union[Text, Any]) -> List[Flag]: 276 def get_key_flags_for_module(self, module: Union[Text, Any]) -> List[Flag]: 305 self, flagname: Text, default: Optional[_T] = None 333 self, flagname: Text, default: Optional[_T] = None 416 self, flag_values: 'Union[FlagValues, Iterable[Text]]' 427 def __setitem__(self, name: Text, flag: Flag) -> None: 479 def __getitem__(self, name: Text) -> Flag: 487 def __getattr__(self, name: Text) -> Any: [all …]
|
/external/tensorflow/tensorflow/python/tpu/ |
D | datasets.py | 29 def _TextLineDataset(filename: Text) -> dataset_ops.Dataset: 35 def _TFRecordDataset(filename: Text) -> dataset_ops.Dataset: 49 files: Union[Text, dataset_ops.Dataset], 50 filetype: Optional[Union[Text, Callable[[Text], 52 file_reader_job: Optional[Text] = None, 53 worker_job: Optional[Text] = None,
|
D | tpu.py | 103 def _tpu_system_device_name(job: Optional[Text]) -> Text: 114 job: Optional[Text] = None, 171 job: Optional[Text] = None, 199 def shutdown_system(job: Optional[Text] = None) -> ops.Operation: 297 def __init__(self, name: Text, num_replicas: int, pivot: ops.Operation): 329 name: Text, 330 handle_id: Text, 416 def EnterGradientColocation(self, op: ops.Operation, gradient_uid: Text): 470 def ExitGradientColocation(self, op: ops.Operation, gradient_uid: Text): 499 def _EnterOutsideCompilationScope(self, cluster: Optional[Text] = None): [all …]
|
D | tpu_embedding_v2.py | 614 def apply_gradients(self, gradients, name: Optional[Text] = None): 717 def dequeue(self, name: Optional[Text] = None): 942 mode_override: Text 1097 name: Optional[Text] = None, 1098 device: Optional[Text] = None): 1486 config: Text, 1487 hosts: List[Tuple[int, Text]], argument 1488 variables: Dict[Text, Dict[Text, tf_variables.Variable]], 1531 config: Text, 1532 hosts: List[Tuple[int, Text]], argument [all …]
|
/external/toolchain-utils/llvm_tools/ |
D | llvm_simple_bisect.py | 56 def search(self, error_string: Text) -> bool: 62 error_string: Text, 63 llvm_hash: Text, 85 def log_result(self, log_dir: Path, llvm_hash: Text, decision: Text): 159 def build(self, use_flags: Text) -> CommandResult: 179 def run_test(command: Text) -> CommandResult:
|
/external/clang/lib/Format/ |
D | Encoding.h | 35 inline Encoding detectEncoding(StringRef Text) { in detectEncoding() 43 inline unsigned getCodePointCountUTF8(StringRef Text) { in getCodePointCountUTF8() 53 inline unsigned getCodePointCount(StringRef Text, Encoding Encoding) { in getCodePointCount() 65 inline unsigned columnWidth(StringRef Text, Encoding Encoding) { in columnWidth() 81 inline unsigned columnWidthWithTabs(StringRef Text, unsigned StartColumn, in columnWidthWithTabs() 116 inline unsigned getEscapeSequenceLength(StringRef Text) { in getEscapeSequenceLength()
|
/external/rust/android-crates-io/crates/regex/src/ |
D | re_trait.rs | 106 type Text: ?Sized + fmt::Debug; typedef 122 fn next_after_empty(&self, text: &Self::Text, i: usize) -> usize; in next_after_empty() 127 text: &Self::Text, in shortest_match_at() 132 fn is_match_at(&self, text: &Self::Text, start: usize) -> bool; in is_match_at() 137 text: &Self::Text, in find_at() 146 text: &Self::Text, in captures_read_at() 182 pub fn text(&self) -> &'t R::Text { in text() 246 pub fn text(&self) -> &'t R::Text { in text()
|
/external/rust/android-crates-io/crates/plotters/src/element/ |
D | text.rs | 9 pub struct Text<'a, Coord, T: Borrow<str>> { struct 12 style: TextStyle<'a>, argument 15 impl<'a, Coord, T: Borrow<str>> Text<'a, Coord, T> { implementation 30 impl<'b, 'a, Coord: 'a, T: Borrow<str> + 'a> PointCollection<'a, Coord> for &'a Text<'b, Coord, T> { implementation 38 impl<'a, Coord: 'a, DB: DrawingBackend, T: Borrow<str>> Drawable<DB> for Text<'a, Coord, T> { implementation
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | Text.java | 18 final class Text implements IContent class 22 public Text (final String text, final boolean nbsp) in Text() method in Text
|
/external/skia/modules/skplaintexteditor/include/ |
D | editor.h | 41 struct Text { struct 42 const std::vector<TextLine>& fLines; argument 57 Text text() const { return Text{fLines}; } in text() argument
|
/external/python/cpython3/Doc/tutorial/ |
D | introduction.rst | 141 Text section in Using Python as a Calculator 382 .. _tut-lists:
|
/external/clang/lib/Sema/ |
D | CodeCompleteConsumer.cpp | 81 CodeCompletionString::Chunk::Chunk(ChunkKind Kind, const char *Text) in Chunk() 156 CodeCompletionString::Chunk::CreateText(const char *Text) { in CreateText() 342 void CodeCompletionBuilder::AddTypedTextChunk(const char *Text) { in AddTypedTextChunk() 346 void CodeCompletionBuilder::AddTextChunk(const char *Text) { in AddTextChunk() 358 void CodeCompletionBuilder::AddInformativeChunk(const char *Text) { in AddInformativeChunk() 372 const char *Text) { in AddChunk()
|
/external/yapf/third_party/yapf_third_party/_ylib2to3/pgen2/ |
D | parse.py | 88 def add_token(self, tok_type: int, tok_val: Text, raw: bool = False) -> None: 103 value: Text = None, 269 def _addtoken(self, ilabel: int, type: int, value: Text, 338 def shift(self, type: int, value: Text, newstate: int,
|
/external/rust/android-crates-io/crates/ciborium-ll/src/ |
D | seg.rs | 62 pub struct Text { struct 67 impl Parser for Text { implementation
|
/external/python/cpython3/Lib/importlib/resources/ |
D | abc.py | 20 def open_resource(self, resource: Text) -> BinaryIO: 32 def resource_path(self, resource: Text) -> Text: 45 def is_resource(self, path: Text) -> bool:
|
/external/elfutils/libelf/ |
D | exttypes.h | 55 #define TYPE_EXTRA(Text) Text argument 56 #define TYPE_XLATE(Text) argument
|
/external/tensorflow/tensorflow/lite/python/ |
D | metrics_portable.py | 35 model_hash: Optional[Text] = None, 36 model_path: Optional[Text] = None) -> None:
|
D | metrics_nonportable.py | 70 model_hash: Optional[Text] = None, 71 model_path: Optional[Text] = None) -> None:
|
/external/tensorflow/tensorflow/lite/python/metrics/ |
D | metrics_portable.py | 34 model_hash: Optional[Text] = None, 35 model_path: Optional[Text] = None) -> None:
|
D | metrics_nonportable.py | 69 model_hash: Optional[Text] = None, 70 model_path: Optional[Text] = None) -> None:
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | FormatUtil.h | 25 #define PUSH_MASKED_FLAG(Enum, Mask, TheOpt, Value, Text) \ argument 29 #define PUSH_FLAG(Enum, TheOpt, Value, Text) \ argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/Symbolize/ |
D | Markup.cpp | 145 static MarkupNode textNode(StringRef Text) { in textNode() 154 void MarkupParser::parseTextOutsideMarkup(StringRef Text) { in parseTextOutsideMarkup()
|