/external/llvm-project/lldb/source/DataFormatters/ |
D | FormattersHelpers.cpp | 119 size_t lldb_private::formatters::ExtractIndexFromString(const char *item_name) { in ExtractIndexFromString() argument 120 if (!item_name || !*item_name) in ExtractIndexFromString() 122 if (*item_name != '[') in ExtractIndexFromString() 124 item_name++; in ExtractIndexFromString() 126 unsigned long int idx = ::strtoul(item_name, &endptr, 0); in ExtractIndexFromString() 127 if (idx == 0 && endptr == item_name) in ExtractIndexFromString()
|
D | VectorType.cpp | 245 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local 246 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
|
/external/python/six/ |
D | test_six.py | 117 def test_move_items(item_name): argument 120 item = getattr(six.moves, item_name) 122 __import__("six.moves." + item_name) 124 if item_name == "zip_longest" and sys.version_info < (2, 6): 127 if item_name == "winreg" and not sys.platform.startswith("win"): 129 if item_name.startswith("tkinter"): 132 if item_name == "tkinter_ttk" and sys.version_info[:2] <= (2, 6): 134 if item_name.startswith("dbm_gnu") and not have_gdbm: 138 assert item_name in dir(six.moves) 143 def test_move_items_urllib_parse(item_name): argument [all …]
|
/external/autotest/server/cros/ |
D | interactive_client.py | 125 def append_list_item(self, list_name, item_name, html): argument 135 return self._proxy.append_list_item(list_name, item_name, html) 138 def replace_list_item(self, item_name, html): argument 147 return self._proxy.replace_list_item(item_name, html)
|
/external/autotest/client/common_lib/cros/ |
D | interactive_xmlrpc_server.py | 168 def append_list_item(self, list_name, item_name, html): argument 180 item_html = '"<div id=\\"%s\\"></div>"' % cgi.escape(item_name) 188 return self.replace_list_item(item_name, html) 191 def replace_list_item(self, item_name, html): argument 206 cgi.escape(item_name),
|
/external/llvm-project/lldb/source/Plugins/Language/ObjC/ |
D | NSSet.cpp | 420 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local 421 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName() 561 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local 562 const uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName() 699 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local 700 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
|
D | NSDictionary.cpp | 566 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local 567 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName() 703 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local 704 const uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName() 924 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local 925 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName() 1091 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local 1092 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
|
D | NSIndexPath.cpp | 128 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local 129 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
|
D | NSArray.cpp | 526 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local 527 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName() 614 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local 615 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
|
/external/tensorflow/tensorflow/tools/docs/ |
D | generate2.py | 55 tf.__all__ = [item_name for item_name, value in tf_inspect.getmembers(tf)]
|
/external/llvm-project/lldb/include/lldb/DataFormatters/ |
D | VectorIterator.h | 24 ConstString item_name);
|
D | FormattersHelpers.h | 55 size_t ExtractIndexFromString(const char *item_name);
|
/external/dynamic_depth/internal/xmpmeta/xml/ |
D | serializer.h | 45 const string& prefix, const string& item_name) const = 0;
|
D | serializer_impl.h | 122 const string& prefix, const string& item_name) const override;
|
D | serializer_impl.cc | 78 const string& prefix, const string& item_name) const { in CreateItemSerializer() 97 ToXmlChar(item_name.data())); in CreateItemSerializer()
|
/external/python/cpython3/Lib/test/libregrtest/ |
D | refleak.py | 130 for deltas, item_name, checker in [ 139 test_name, deltas, item_name, sum(deltas))
|
/external/rust/crates/bindgen/src/ |
D | callbacks.rs | 75 fn item_name(&self, _original_item_name: &str) -> Option<String> { in item_name() method
|
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
D | LibCxxVector.cpp | 277 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local 278 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
|
D | LibStdcpp.cpp | 182 ConstString item_name) in VectorIteratorSyntheticFrontEnd() argument 184 m_item_name(item_name), m_item_sp() { in VectorIteratorSyntheticFrontEnd()
|
/external/vulkan-validation-layers/scripts/ |
D | helper_file_generator.py | 209 item_name = elem.get('name') 210 … if self.debug_report_object_types.count(item_name) == 0: # TODO: Strangely there are duplicates 211 self.debug_report_object_types.append(item_name) 216 item_name = elem.get('name') 217 self.core_object_types.append(item_name)
|
/external/fonttools/Tests/varLib/instancer/ |
D | instancer_test.py | 277 table_tag, item_name = MVAR_ENTRIES[mvar_tag] 278 assert getattr(varfont[table_tag], item_name) == expected_value 317 table_tag, item_name = MVAR_ENTRIES[mvar_tag] 318 assert getattr(varfont[table_tag], item_name) == expected_value
|
/external/python/cpython2/Lib/test/ |
D | regrtest.py | 1497 for deltas, item_name, checker in [ 1502 msg = '%s leaked %s %s, sum=%s' % (test, deltas, item_name, sum(deltas))
|
/external/rust/crates/bindgen/src/ir/ |
D | item.rs | 911 .and_then(|callbacks| callbacks.item_name(&name)) in real_canonical_name()
|
/external/jcommander/doc/ |
D | index.adoc | 16 <input type="hidden" name="item_name" value="Cedric Beust">
|