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

1 2 3 4 5 6 7 8 9

  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
COFF_i386.s 13 call _function // IMAGE_REL_I386_REL32
14 # rtdyld-check: decode_operand(rel1, 0) = (_function-_main-4-1)
20 .def _function
24 _function: label
60 .long _function@imgrel // IMAGE_REL_I386_DIR32NB
61 # rtdyld-check: *{4}rel5 = _function - section_addr(COFF_i386.s.tmp.obj, .text)
  /external/python/cpython2/Lib/plat-mac/
MiniAEFrame.py 140 _function = self.ae_handlers[(_class, _type)]
142 _function = self.ae_handlers[(_class, '****')]
144 _function = self.ae_handlers[('****', '****')]
159 rv = _function(_object, **_parameters)
162 rv = _function(**_parameters)
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
MiniAEFrame.py 140 _function = self.ae_handlers[(_class, _type)]
142 _function = self.ae_handlers[(_class, '****')]
144 _function = self.ae_handlers[('****', '****')]
159 rv = _function(_object, **_parameters)
162 rv = _function(**_parameters)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
MiniAEFrame.py 140 _function = self.ae_handlers[(_class, _type)]
142 _function = self.ae_handlers[(_class, '****')]
144 _function = self.ae_handlers[('****', '****')]
159 rv = _function(_object, **_parameters)
162 rv = _function(**_parameters)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_algos.h 82 template<typename _InputIterator, typename _Function>
83 _Function
84 __for_each(_InputIterator __first, _InputIterator __last, _Function __f)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_algos.h 82 template<typename _InputIterator, typename _Function>
83 _Function
84 __for_each(_InputIterator __first, _InputIterator __last, _Function __f)
  /external/v8/src/
codegen.cc 54 static UnaryMathFunctionWithIsolate fast_##name##_function = nullptr; \
56 void init_fast_##name##_function(Isolate* isolate) { \
57 if (FLAG_fast_math) fast_##name##_function = generator(isolate); \
58 if (!fast_##name##_function) fast_##name##_function = std_##name; \
61 if (!fast_##name##_function) init_fast_##name##_function(isolate); \
64 return (*fast_##name##_function)(x, isolate); \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
algorithmfwd.h 209 template<typename _IIter, typename _Function>
210 _Function
211 for_each(_IIter, _IIter, _Function);
213 template<typename _IIter, typename _Function>
214 _Function
215 for_each(_IIter, _IIter, _Function, __gnu_parallel::sequential_tag);
217 template<typename _Iterator, typename _Function>
218 _Function
219 for_each(_Iterator, _Iterator, _Function, __gnu_parallel::_Parallelism);
221 template<typename _IIter, typename _Function, typename _IterTag
    [all...]
algo.h 66 template<typename _IIter, typename _Function>
67 inline _Function
68 for_each(_IIter __begin, _IIter __end, _Function __f,
74 template<typename _IIter, typename _Function, typename _IteratorTag>
75 inline _Function
76 __for_each_switch(_IIter __begin, _IIter __end, _Function __f,
81 template<typename _RAIter, typename _Function>
82 _Function
84 _Function __f, random_access_iterator_tag,
107 template<typename _Iterator, typename _Function>
    [all...]
find_selectors.h 26 * @brief _Function objects representing different tasks to be plugged
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
algorithmfwd.h 209 template<typename _IIter, typename _Function>
210 _Function
211 for_each(_IIter, _IIter, _Function);
213 template<typename _IIter, typename _Function>
214 _Function
215 for_each(_IIter, _IIter, _Function, __gnu_parallel::sequential_tag);
217 template<typename _Iterator, typename _Function>
218 _Function
219 for_each(_Iterator, _Iterator, _Function, __gnu_parallel::_Parallelism);
221 template<typename _IIter, typename _Function, typename _IterTag
    [all...]
algo.h 66 template<typename _IIter, typename _Function>
67 inline _Function
68 for_each(_IIter __begin, _IIter __end, _Function __f,
74 template<typename _IIter, typename _Function, typename _IteratorTag>
75 inline _Function
76 __for_each_switch(_IIter __begin, _IIter __end, _Function __f,
81 template<typename _RAIter, typename _Function>
82 _Function
84 _Function __f, random_access_iterator_tag,
107 template<typename _Iterator, typename _Function>
    [all...]
find_selectors.h 26 * @brief _Function objects representing different tasks to be plugged
  /external/wpa_supplicant_8/wpa_supplicant/
win_if_list.c 27 #define _NDISUIO_CTL_CODE(_Function, _Method, _Access) \
28 CTL_CODE(FSCTL_NDISUIO_BASE, _Function, _Method, _Access)
  /external/sl4a/Docs/
generate_api_reference_md.py 51 self._function = ''
85 self._function = m.group(1)
90 return self._function
  /external/python/cpython2/Doc/c-api/
function.rst 3 .. _function-objects:
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 207 void(* _function) (sigval_t); member in struct:sigevent::__anon332::__anon333
212 #define sigev_notify_function _sigev_un._sigev_thread._function
  /external/chromium-trace/catapult/devil/docs/
markdown.md 117 ### md\_function
  /external/python/cpython3/Doc/c-api/
function.rst 3 .. _function-objects:
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 290 void (*_function)(sigval_t); member in struct:sigevent::__anon22536::__anon22537
296 #define sigev_notify_function _sigev_un._sigev_thread._function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
siginfo.h 277 void (*_function)(sigval_t); member in struct:sigevent::__anon62090::__anon62091
283 #define sigev_notify_function _sigev_un._sigev_thread._function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h 289 void (*_function) (sigval_t); /* Function to start. */ member in struct:sigevent::__anon62312::__anon62313
296 # define sigev_notify_function _sigev_un._sigev_thread._function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h 289 void (*_function) (sigval_t); /* Function to start. */ member in struct:sigevent::__anon63179::__anon63180
296 # define sigev_notify_function _sigev_un._sigev_thread._function
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
PathNumbering.h 216 : _root(NULL), _exit(NULL), _function(F) {}
284 Function& _function; member in class:llvm::BallLarusDag
  /system/extras/simpleperf/scripts/
profile_pb2.py 463 _FUNCTION = _descriptor.Descriptor(
525 _PROFILE.fields_by_name['function'].message_type = _FUNCTION
536 DESCRIPTOR.message_types_by_name['Function'] = _FUNCTION
588 DESCRIPTOR = _FUNCTION,

Completed in 1049 milliseconds

1 2 3 4 5 6 7 8 9