Searched refs:mid (Results 1 - 25 of 222) sorted by relevance

123456789

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dbisect.py17 mid = (lo+hi)//2
18 if x < a[mid]: hi = mid
19 else: lo = mid+1
40 mid = (lo+hi)//2
41 if x < a[mid]: hi = mid
42 else: lo = mid+1
61 mid = (lo+hi)//2
62 if a[mid] <
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dbisect.py17 mid = (lo+hi)//2
18 if x < a[mid]: hi = mid
19 else: lo = mid+1
40 mid = (lo+hi)//2
41 if x < a[mid]: hi = mid
42 else: lo = mid+1
61 mid = (lo+hi)//2
62 if a[mid] <
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dbisect.py17 mid = (lo+hi)//2
18 if x < a[mid]: hi = mid
19 else: lo = mid+1
40 mid = (lo+hi)//2
41 if x < a[mid]: hi = mid
42 else: lo = mid+1
61 mid = (lo+hi)//2
62 if a[mid] <
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dbisect.py17 mid = (lo+hi)//2
18 if x < a[mid]: hi = mid
19 else: lo = mid+1
40 mid = (lo+hi)//2
41 if x < a[mid]: hi = mid
42 else: lo = mid+1
61 mid = (lo+hi)//2
62 if a[mid] <
[all...]
/prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/sanitizer/
H A Dcommon_interface_defs.h69 // [beg, end); the memory [beg, mid) is used to store the current elements
70 // and the memory [mid, end) is reserved for future elements;
71 // beg <= mid <= end. For example, in "std::vector<> v"
74 // mid = beg + v.size() * sizeof(v[0]);
77 // container so that the tool can report errors when memory from [mid, end)
79 // Supply the old and the new values of mid (old_mid/new_mid).
80 // In the initial state mid == end and so should be the final
101 // - [beg, mid) is addressable,
102 // - [mid, end) is unaddressable.
104 // such complexity by touching only parts of the container around beg/mid/en
[all...]
/prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8.256229/include/sanitizer/
H A Dcommon_interface_defs.h69 // [beg, end); the memory [beg, mid) is used to store the current elements
70 // and the memory [mid, end) is reserved for future elements;
71 // beg <= mid <= end. For example, in "std::vector<> v"
74 // mid = beg + v.size() * sizeof(v[0]);
77 // container so that the tool can report errors when memory from [mid, end)
79 // Supply the old and the new values of mid (old_mid/new_mid).
80 // In the initial state mid == end and so should be the final
101 // - [beg, mid) is addressable,
102 // - [mid, end) is unaddressable.
104 // such complexity by touching only parts of the container around beg/mid/en
[all...]
/prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/sanitizer/
H A Dcommon_interface_defs.h72 // [beg, end); the memory [beg, mid) is used to store the current elements
73 // and the memory [mid, end) is reserved for future elements;
74 // beg <= mid <= end. For example, in "std::vector<> v"
77 // mid = beg + v.size() * sizeof(v[0]);
80 // container so that the tool can report errors when memory from [mid, end)
82 // Supply the old and the new values of mid (old_mid/new_mid).
83 // In the initial state mid == end and so should be the final
104 // - [beg, mid) is addressable,
105 // - [mid, end) is unaddressable.
107 // such complexity by touching only parts of the container around beg/mid/en
[all...]
/prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8.271374/include/sanitizer/
H A Dcommon_interface_defs.h72 // [beg, end); the memory [beg, mid) is used to store the current elements
73 // and the memory [mid, end) is reserved for future elements;
74 // beg <= mid <= end. For example, in "std::vector<> v"
77 // mid = beg + v.size() * sizeof(v[0]);
80 // container so that the tool can report errors when memory from [mid, end)
82 // Supply the old and the new values of mid (old_mid/new_mid).
83 // In the initial state mid == end and so should be the final
104 // - [beg, mid) is addressable,
105 // - [mid, end) is unaddressable.
107 // such complexity by touching only parts of the container around beg/mid/en
[all...]
/prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/sanitizer/
H A Dcommon_interface_defs.h69 // [beg, end); the memory [beg, mid) is used to store the current elements
70 // and the memory [mid, end) is reserved for future elements;
71 // beg <= mid <= end. For example, in "std::vector<> v"
74 // mid = beg + v.size() * sizeof(v[0]);
77 // container so that the tool can report errors when memory from [mid, end)
79 // Supply the old and the new values of mid (old_mid/new_mid).
80 // In the initial state mid == end and so should be the final
101 // - [beg, mid) is addressable,
102 // - [mid, end) is unaddressable.
104 // such complexity by touching only parts of the container around beg/mid/en
[all...]
/prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8.256229/include/sanitizer/
H A Dcommon_interface_defs.h69 // [beg, end); the memory [beg, mid) is used to store the current elements
70 // and the memory [mid, end) is reserved for future elements;
71 // beg <= mid <= end. For example, in "std::vector<> v"
74 // mid = beg + v.size() * sizeof(v[0]);
77 // container so that the tool can report errors when memory from [mid, end)
79 // Supply the old and the new values of mid (old_mid/new_mid).
80 // In the initial state mid == end and so should be the final
101 // - [beg, mid) is addressable,
102 // - [mid, end) is unaddressable.
104 // such complexity by touching only parts of the container around beg/mid/en
[all...]
/prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/sanitizer/
H A Dcommon_interface_defs.h72 // [beg, end); the memory [beg, mid) is used to store the current elements
73 // and the memory [mid, end) is reserved for future elements;
74 // beg <= mid <= end. For example, in "std::vector<> v"
77 // mid = beg + v.size() * sizeof(v[0]);
80 // container so that the tool can report errors when memory from [mid, end)
82 // Supply the old and the new values of mid (old_mid/new_mid).
83 // In the initial state mid == end and so should be the final
104 // - [beg, mid) is addressable,
105 // - [mid, end) is unaddressable.
107 // such complexity by touching only parts of the container around beg/mid/en
[all...]
/prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8.271374/include/sanitizer/
H A Dcommon_interface_defs.h72 // [beg, end); the memory [beg, mid) is used to store the current elements
73 // and the memory [mid, end) is reserved for future elements;
74 // beg <= mid <= end. For example, in "std::vector<> v"
77 // mid = beg + v.size() * sizeof(v[0]);
80 // container so that the tool can report errors when memory from [mid, end)
82 // Supply the old and the new values of mid (old_mid/new_mid).
83 // In the initial state mid == end and so should be the final
104 // - [beg, mid) is addressable,
105 // - [mid, end) is unaddressable.
107 // such complexity by touching only parts of the container around beg/mid/en
[all...]
/prebuilts/ndk/current/sources/android/ndk_helper/
H A DJNIHelper.cpp118 jmethodID mid; local
192 jmethodID mid; local
217 jmethodID mid; local
231 mid = env->GetMethodID( jni_helper_java_class_, "loadTexture", "(Ljava/lang/String;)Z" );
232 jboolean ret = env->CallBooleanMethod( jni_helper_java_ref_, mid, name );
301 jmethodID mid; local
306 mid = env->GetMethodID( jni_helper_java_class_, "getNativeAudioBufferSize", "()I" );
307 int32_t i = env->CallIntMethod( jni_helper_java_ref_, mid );
323 jmethodID mid; local
328 mid
366 jmethodID mid = env->GetMethodID( cls_Env, "getExternalFilesDir", local
[all...]
/prebuilts/ndk/r11/sources/android/ndk_helper/
H A DJNIHelper.cpp118 jmethodID mid; local
192 jmethodID mid; local
217 jmethodID mid; local
231 mid = env->GetMethodID( jni_helper_java_class_, "loadTexture", "(Ljava/lang/String;)Z" );
232 jboolean ret = env->CallBooleanMethod( jni_helper_java_ref_, mid, name );
301 jmethodID mid; local
306 mid = env->GetMethodID( jni_helper_java_class_, "getNativeAudioBufferSize", "()I" );
307 int32_t i = env->CallIntMethod( jni_helper_java_ref_, mid );
323 jmethodID mid; local
328 mid
366 jmethodID mid = env->GetMethodID( cls_Env, "getExternalFilesDir", local
[all...]
/prebuilts/ndk/r13/sources/android/ndk_helper/
H A DJNIHelper.cpp118 jmethodID mid; local
192 jmethodID mid; local
217 jmethodID mid; local
231 mid = env->GetMethodID( jni_helper_java_class_, "loadTexture", "(Ljava/lang/String;)Z" );
232 jboolean ret = env->CallBooleanMethod( jni_helper_java_ref_, mid, name );
301 jmethodID mid; local
306 mid = env->GetMethodID( jni_helper_java_class_, "getNativeAudioBufferSize", "()I" );
307 int32_t i = env->CallIntMethod( jni_helper_java_ref_, mid );
323 jmethodID mid; local
328 mid
366 jmethodID mid = env->GetMethodID( cls_Env, "getExternalFilesDir", local
[all...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/support/
H A Dasan_testing.h17 ( const void *beg, const void *mid, const void *end );
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/support/
H A Dasan_testing.h17 ( const void *beg, const void *mid, const void *end );
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
H A Dasan_testing.h17 ( const void *beg, const void *mid, const void *end );
/prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/sanitizer/
H A Dcommon_interface_defs.h72 // [beg, end); the memory [beg, mid) is used to store the current elements
73 // and the memory [mid, end) is reserved for future elements;
74 // beg <= mid <= end. For example, in "std::vector<> v"
77 // mid = beg + v.size() * sizeof(v[0]);
80 // container so that the tool can report errors when memory from [mid, end)
82 // Supply the old and the new values of mid (old_mid/new_mid).
83 // In the initial state mid == end and so should be the final
104 // - [beg, mid) is addressable,
105 // - [mid, end) is unaddressable.
107 // such complexity by touching only parts of the container around beg/mid/en
[all...]
/prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8.275480/include/sanitizer/
H A Dcommon_interface_defs.h72 // [beg, end); the memory [beg, mid) is used to store the current elements
73 // and the memory [mid, end) is reserved for future elements;
74 // beg <= mid <= end. For example, in "std::vector<> v"
77 // mid = beg + v.size() * sizeof(v[0]);
80 // container so that the tool can report errors when memory from [mid, end)
82 // Supply the old and the new values of mid (old_mid/new_mid).
83 // In the initial state mid == end and so should be the final
104 // - [beg, mid) is addressable,
105 // - [mid, end) is unaddressable.
107 // such complexity by touching only parts of the container around beg/mid/en
[all...]
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
H A Dcommon_interface_defs.h72 // [beg, end); the memory [beg, mid) is used to store the current elements
73 // and the memory [mid, end) is reserved for future elements;
74 // beg <= mid <= end. For example, in "std::vector<> v"
77 // mid = beg + v.size() * sizeof(v[0]);
80 // container so that the tool can report errors when memory from [mid, end)
82 // Supply the old and the new values of mid (old_mid/new_mid).
83 // In the initial state mid == end and so should be the final
104 // - [beg, mid) is addressable,
105 // - [mid, end) is unaddressable.
107 // such complexity by touching only parts of the container around beg/mid/en
[all...]
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8.275480/include/sanitizer/
H A Dcommon_interface_defs.h72 // [beg, end); the memory [beg, mid) is used to store the current elements
73 // and the memory [mid, end) is reserved for future elements;
74 // beg <= mid <= end. For example, in "std::vector<> v"
77 // mid = beg + v.size() * sizeof(v[0]);
80 // container so that the tool can report errors when memory from [mid, end)
82 // Supply the old and the new values of mid (old_mid/new_mid).
83 // In the initial state mid == end and so should be the final
104 // - [beg, mid) is addressable,
105 // - [mid, end) is unaddressable.
107 // such complexity by touching only parts of the container around beg/mid/en
[all...]
/prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/sanitizer/
H A Dcommon_interface_defs.h72 // [beg, end); the memory [beg, mid) is used to store the current elements
73 // and the memory [mid, end) is reserved for future elements;
74 // beg <= mid <= end. For example, in "std::vector<> v"
77 // mid = beg + v.size() * sizeof(v[0]);
80 // container so that the tool can report errors when memory from [mid, end)
82 // Supply the old and the new values of mid (old_mid/new_mid).
83 // In the initial state mid == end and so should be the final
104 // - [beg, mid) is addressable,
105 // - [mid, end) is unaddressable.
107 // such complexity by touching only parts of the container around beg/mid/en
[all...]
/prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8.275480/include/sanitizer/
H A Dcommon_interface_defs.h72 // [beg, end); the memory [beg, mid) is used to store the current elements
73 // and the memory [mid, end) is reserved for future elements;
74 // beg <= mid <= end. For example, in "std::vector<> v"
77 // mid = beg + v.size() * sizeof(v[0]);
80 // container so that the tool can report errors when memory from [mid, end)
82 // Supply the old and the new values of mid (old_mid/new_mid).
83 // In the initial state mid == end and so should be the final
104 // - [beg, mid) is addressable,
105 // - [mid, end) is unaddressable.
107 // such complexity by touching only parts of the container around beg/mid/en
[all...]
/prebuilts/clang/host/darwin-x86/clang-stable/lib64/clang/3.8/include/sanitizer/
H A Dcommon_interface_defs.h72 // [beg, end); the memory [beg, mid) is used to store the current elements
73 // and the memory [mid, end) is reserved for future elements;
74 // beg <= mid <= end. For example, in "std::vector<> v"
77 // mid = beg + v.size() * sizeof(v[0]);
80 // container so that the tool can report errors when memory from [mid, end)
82 // Supply the old and the new values of mid (old_mid/new_mid).
83 // In the initial state mid == end and so should be the final
104 // - [beg, mid) is addressable,
105 // - [mid, end) is unaddressable.
107 // such complexity by touching only parts of the container around beg/mid/en
[all...]

Completed in 1063 milliseconds

123456789