Searched refs:helper (Results 1 - 25 of 209) sorted by relevance

123456789

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++abi/test/
H A Dtest_guard.pass.cpp25 void helper() { function in namespace:test1
34 helper();
36 helper();
50 void helper() { function in namespace:test2
58 helper();
60 helper();
94 void helper() { function in namespace:test4
99 std::thread t1(helper), t2(helper);
124 void helper() { function in namespace:test5
[all...]
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
H A Dtest_guard.pass.cpp25 void helper() { function in namespace:test1
34 helper();
36 helper();
50 void helper() { function in namespace:test2
58 helper();
60 helper();
94 void helper() { function in namespace:test4
99 std::thread t1(helper), t2(helper);
124 void helper() { function in namespace:test5
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
H A Dxt_CT.h13 char helper[16]; member in struct:xt_ct_target_info
/prebuilts/ndk/current/sources/android/ndk_helper/
H A DJNIHelper.cpp37 static JNIHelper helper; local
38 return &helper;
73 JNIHelper& helper = *GetInstance(); local
74 pthread_mutex_lock( &helper.mutex_ );
76 helper.activity_ = activity;
79 helper.activity_->vm->AttachCurrentThread( &env, NULL );
82 jclass android_content_Context = env->GetObjectClass( helper.activity_->clazz );
86 jstring packageName = (jstring) env->CallObjectMethod( helper.activity_->clazz,
89 helper.app_name_ = std::string( appname );
91 jclass cls = helper
[all...]
/prebuilts/ndk/r16/sources/android/ndk_helper/
H A DJNIHelper.cpp37 static JNIHelper helper; local
38 return &helper;
73 JNIHelper& helper = *GetInstance(); local
74 pthread_mutex_lock( &helper.mutex_ );
76 helper.activity_ = activity;
79 helper.activity_->vm->AttachCurrentThread( &env, NULL );
82 jclass android_content_Context = env->GetObjectClass( helper.activity_->clazz );
86 jstring packageName = (jstring) env->CallObjectMethod( helper.activity_->clazz,
89 helper.app_name_ = std::string( appname );
91 jclass cls = helper
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dprofilee.py18 # (We can't use a helper function increment the timer since it would be
30 helper() # 300
31 helper() # 300
55 def helper(): function
H A Dtest_strptime.py225 def helper(self, directive, position): member in class:StrptimeTests
237 self.helper(directive, 0)
250 self.helper(directive, 1)
254 self.helper('d', 2)
258 self.helper('H', 3)
267 self.helper('M', 4)
271 self.helper('S', 5)
283 self.helper(directive,6)
287 self.helper('j', 7)
334 self.helper('
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dprofilee.py18 # (We can't use a helper function increment the timer since it would be
30 helper() # 300
31 helper() # 300
55 def helper(): function
H A Dtest_strptime.py225 def helper(self, directive, position): member in class:StrptimeTests
237 self.helper(directive, 0)
250 self.helper(directive, 1)
254 self.helper('d', 2)
258 self.helper('H', 3)
267 self.helper('M', 4)
271 self.helper('S', 5)
283 self.helper(directive,6)
287 self.helper('j', 7)
334 self.helper('
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dprofilee.py18 # (We can't use a helper function increment the timer since it would be
30 helper() # 300
31 helper() # 300
55 def helper(): function
H A Dtest_strptime.py225 def helper(self, directive, position): member in class:StrptimeTests
237 self.helper(directive, 0)
250 self.helper(directive, 1)
254 self.helper('d', 2)
258 self.helper('H', 3)
267 self.helper('M', 4)
271 self.helper('S', 5)
283 self.helper(directive,6)
287 self.helper('j', 7)
334 self.helper('
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dprofilee.py18 # (We can't use a helper function increment the timer since it would be
30 helper() # 300
31 helper() # 300
55 def helper(): function
H A Dtest_strptime.py225 def helper(self, directive, position): member in class:StrptimeTests
237 self.helper(directive, 0)
250 self.helper(directive, 1)
254 self.helper('d', 2)
258 self.helper('H', 3)
267 self.helper('M', 4)
271 self.helper('S', 5)
283 self.helper(directive,6)
287 self.helper('j', 7)
334 self.helper('
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dcontextlib.py83 def helper(*args, **kwds): function in function:contextmanager
85 return helper
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dcontextlib.py83 def helper(*args, **kwds): function in function:contextmanager
85 return helper
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dcontextlib.py83 def helper(*args, **kwds): function in function:contextmanager
85 return helper
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dcontextlib.py83 def helper(*args, **kwds): function in function:contextmanager
85 return helper
/prebuilts/misc/common/swig/include/2.0.11/cffi/
H A Dcffi.swg166 (cl:labels ((helper (lst last rest cl:&aux (c (cl:car lst)))
171 (helper (cl:cdr lst) 'upper
176 (helper (cl:cdr lst) 'lower (cl:cons (cl:char-upcase c) rest)))
178 (helper (cl:cdr lst) 'digit
183 (helper (cl:cdr lst) '_ (cl:cons #\- rest)))
194 (cl:nreverse (helper (cl:concatenate 'cl:list name) cl:nil cl:nil))
/prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
H A Djsoup-1.6.3.jar ... .MF org/ org/jsoup/ org/jsoup/examples/ org/jsoup/helper/ org/jsoup/nodes/ org/jsoup/parser/ org/jsoup/safety/ org ...
/prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.7.3/
H A Djsoup-1.7.3.jar ... .MF org/ org/jsoup/ org/jsoup/examples/ org/jsoup/helper/ org/jsoup/nodes/ org/jsoup/parser/ org/jsoup/safety/ org ...
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DHashing.h502 /// \brief Construct a recursive hash combining helper.
603 // Recursively hash each argument using a helper class.
604 ::llvm::hashing::detail::hash_combine_recursive_helper helper; local
605 return helper.combine(0, helper.buffer, helper.buffer + 64, args...);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
H A DHashing.h502 /// \brief Construct a recursive hash combining helper.
603 // Recursively hash each argument using a helper class.
604 ::llvm::hashing::detail::hash_combine_recursive_helper helper; local
605 return helper.combine(0, helper.buffer, helper.buffer + 64, args...);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
H A DHashing.h502 /// \brief Construct a recursive hash combining helper.
603 // Recursively hash each argument using a helper class.
604 ::llvm::hashing::detail::hash_combine_recursive_helper helper; local
605 return helper.combine(0, helper.buffer, helper.buffer + 64, args...);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
H A DHashing.h502 /// \brief Construct a recursive hash combining helper.
603 // Recursively hash each argument using a helper class.
604 ::llvm::hashing::detail::hash_combine_recursive_helper helper; local
605 return helper.combine(0, helper.buffer, helper.buffer + 64, args...);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
H A DHashing.h502 /// \brief Construct a recursive hash combining helper.
603 // Recursively hash each argument using a helper class.
604 ::llvm::hashing::detail::hash_combine_recursive_helper helper; local
605 return helper.combine(0, helper.buffer, helper.buffer + 64, args...);

Completed in 466 milliseconds

123456789