Searched defs:from_list (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_statistics_prefs.cc138 const base::ListValue& from_list,
141 for (size_t i = 0; i < from_list.GetSize(); ++i) {
143 GetListPrefInt64Value(from_list, i))));
137 TransferList( const base::ListValue& from_list, base::ListValue* to_list) argument
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DImportExport.c14 static PyObject *__Pyx_Import(PyObject *name, PyObject *from_list, int level); /*proto*/
20 static PyObject *__Pyx_Import(PyObject *name, PyObject *from_list, int level) { argument
32 if (from_list)
33 list = from_list;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Djitter_buffer.cc232 const FrameList& from_list, int* index) {
234 for (FrameList::const_iterator it = from_list.begin();
235 it != from_list.end(); ++it, ++*index) {
231 CopyFrames(FrameList* to_list, const FrameList& from_list, int* index) argument
/external/chromium_org/third_party/bintrees/bintrees/
H A Dqavltree.c552 static PyObject *__Pyx_Import(PyObject *name, PyObject *from_list, long level); /*proto*/
2543 static PyObject *__Pyx_Import(PyObject *name, PyObject *from_list, long level) { argument
2553 if (from_list)
2554 list = from_list;
H A Dqbintree.c552 static PyObject *__Pyx_Import(PyObject *name, PyObject *from_list, long level); /*proto*/
2538 static PyObject *__Pyx_Import(PyObject *name, PyObject *from_list, long level) { argument
2548 if (from_list)
2549 list = from_list;
H A Dqrbtree.c552 static PyObject *__Pyx_Import(PyObject *name, PyObject *from_list, long level); /*proto*/
2540 static PyObject *__Pyx_Import(PyObject *name, PyObject *from_list, long level) { argument
2550 if (from_list)
2551 list = from_list;

Completed in 236 milliseconds