Home
last modified time | relevance | path

Searched refs:list_item (Results 1 – 10 of 10) sorted by relevance

/external/autotest/client/cros/mock_policies/
Dcreate_blob.py77 for list_item in field_value:
78 entries.append(list_item)
90 for list_item in field_value:
91 entries.append(list_item)
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/
DScriptListAdapter.java62 container = (LinearLayout) mInflater.inflate(R.layout.list_item, null); in getView()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DInterpreterPicker.java130 container = (LinearLayout) inflater.inflate(R.layout.list_item, null); in getView()
DInterpreterManager.java241 container = (LinearLayout) inflater.inflate(R.layout.list_item, null); in getView()
/external/libaom/libaom/
Ddocs.cmake147 foreach(list_item ${${list_name}})
148 set(output_string "${output_string} ${list_item} ")
/external/python/pybind11/include/pybind11/
Dpytypes.h36 struct list_item;
43 using list_accessor = accessor<accessor_policies::list_item>;
583 struct list_item { struct
/external/dokka/core/testdata/markdown/
Dspec.txt5996 list_item
5999 -> list_item
6076 opened as a child of the `block_quote`. A `list_item` is also
6078 the `list_item`. The text is then added to the new `paragraph`:
6086 -> list_item
6097 causes the `list_item` (and its child the `paragraph`) to be closed,
6098 and a new `list_item` opened up as child of the `list`. A `paragraph`
6099 is added as a child of the new `list_item`, to contain the text.
6108 list_item
6111 -> list_item
[all …]
/external/python/cpython2/Objects/
Dlistobject.c447 list_item(PyListObject *a, Py_ssize_t i) in list_item() function
2530 (ssizeargfunc)list_item, /* sq_item */
2554 return list_item(self, i); in list_subscript()
/external/python/cpython3/Objects/
Dlistobject.c426 list_item(PyListObject *a, Py_ssize_t i) in list_item() function
2789 (ssizeargfunc)list_item, /* sq_item */
2808 return list_item(self, i); in list_subscript()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c3022 jump_list *list_item = sljit_alloc_memory(compiler, sizeof(jump_list)); in add_jump() local
3023 if (list_item) in add_jump()
3025 list_item->next = *list; in add_jump()
3026 list_item->jump = jump; in add_jump()
3027 *list = list_item; in add_jump()
3034 stub_list *list_item = sljit_alloc_memory(compiler, sizeof(stub_list)); in add_stub() local
3036 if (list_item) in add_stub()
3038 list_item->start = start; in add_stub()
3039 list_item->quit = LABEL(); in add_stub()
3040 list_item->next = common->stubs; in add_stub()
[all …]