HomeSort by relevance Sort by last modified time
    Searched full:_list (Results 1 - 25 of 59) sorted by null

1 2 3

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
List.py 1 from _List import *
  /external/llvm/test/Transforms/GlobalOpt/
2006-11-01-ShrinkGlobalPhiCrash.ll 3 %struct._list = type { i32*, %struct._list* }
4 %struct._play = type { i32, i32*, %struct._list*, %struct._play* }
  /external/chromium_org/tools/deep_memory_profiler/subcommands/
map.py 75 self._list = []
78 return str(self._list)
81 return 'ListAttribute' + str(self._list)
84 return len(self._list)
87 for x in self._list:
91 return self._list[index]
94 if index >= len(self._list):
95 self._list.extend([None] * (index + 1 - len(self._list)))
96 self._list[index] = valu
    [all...]
  /external/clang/test/SemaObjC/
property-method-lookup-impl.m 6 id _list;
  /external/clang/test/Rewriter/
modern-write-bf-abi.mm 32 id *_list;
49 newArray->_list = 0;
50 return *newArray->_list;
  /system/core/toolbox/
dynarray.h 53 * _list :: pointer to strlist_t object
61 #define STRLIST_FOREACH(_list,_string,_stmnt) \
62 DYNARRAY_FOREACH_TYPE(_list,char *,_string,_stmnt)
  /external/eigen/cmake/
FindLAPACK.cmake 31 # given by _list. If the combination is found, this macro checks (using the
40 macro(check_lapack_libraries DEFINITIONS LIBRARIES _prefix _name _flags _list _blas _path)
41 #message("DEBUG: check_lapack_libraries(${_list} in ${_path} with ${_blas})")
43 # Check for the existence of the libraries given by _list
49 foreach(_library ${_list})
79 endforeach(_library ${_list})
FindBLAS.cmake 32 # given by _list. If the combination is found, this macro checks (using the
41 macro(check_fortran_libraries DEFINITIONS LIBRARIES _prefix _name _flags _list _path)
42 #message("DEBUG: check_fortran_libraries(${_list} in ${_path})")
44 # Check for the existence of the libraries given by _list
50 foreach(_library ${_list})
80 endforeach(_library ${_list})
  /cts/build/
test_executable.mk 32 $(cts_executable_xml): PRIVATE_TEST_LIST := $(LOCAL_PATH)/$(LOCAL_MODULE)_list.txt
test_gtest_package.mk 30 cts_test_list := $(LOCAL_PATH)/$(LOCAL_MODULE)_list.txt
  /external/stlport/stlport/
list 36 # include <stl/_list.h>
  /ndk/sources/cxx-stl/stlport/stlport/
list 36 # include <stl/_list.h>
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
list 36 # include <stl/_list.h>
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
list 36 # include <stl/_list.h>
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
list 36 # include <stl/_list.h>
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
list 36 # include <stl/_list.h>
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
list 36 # include <stl/_list.h>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_index.py 182 self._list = list(iterable)
185 return repr(self._list)
188 return self._list == other
191 return len(self._list)
194 return self.__class__(self._list*n)
198 return self._list[index]
204 return self._list.__getslice__(i, j)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_index.py 182 self._list = list(iterable)
185 return repr(self._list)
188 return self._list == other
191 return len(self._list)
194 return self.__class__(self._list*n)
198 return self._list[index]
204 return self._list.__getslice__(i, j)
  /external/openssh/
addrmatch.c 366 * Match "addr" against list pattern list "_list", which may contain a
369 * If addr is NULL, then no matching is performed, but _list is parsed
378 addr_match_list(const char *addr, const char *_list)
389 if ((o = list = strdup(_list)) == NULL)
429 * Match "addr" against list CIDR list "_list". Lexical wildcards and
431 * of "_list".
438 addr_match_cidr_list(const char *addr, const char *_list)
449 if ((o = list = strdup(_list)) == NULL)
  /external/stlport/etc/
msvcincl.dat 239 _list.c
240 _list.h
241 _list.h
  /external/opencv/cv/src/
_cvlist.h 67 struct _list* m_list;
71 struct _list struct
82 typedef struct _list _CVLIST;
  /external/stlport/stlport/stl/
_hashtable.c 50 static const size_t _list[] = __PRIME_LIST_BODY; local
52 __size = sizeof(_list) / sizeof(_list[0]);
56 return _list;
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp 261 #define AFTER(_list) ((_list).offset + (_list).itemSize * (_list).count)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 50 static const size_t _list[] = __PRIME_LIST_BODY; local
52 __size = sizeof(_list) / sizeof(_list[0]);
56 return _list;

Completed in 872 milliseconds

1 2 3