HomeSort by relevance Sort by last modified time
    Searched defs:max (Results 826 - 850 of 2969) sorted by null

<<31323334353637383940>>

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ImageSavingTask.java 49 int max; field in class:ImageSavingTask.UpdateProgress
110 public void onProgress(int max, int current) {
112 updateProgress.max = max;
144 mProcessingService.updateProgress(progress.max, progress.current);
  /packages/apps/Launcher3/src/com/android/launcher3/testing/
MemoryTracker.java 54 public long max = 1; field in class:MemoryTracker.ProcessMemInfo
139 if (info.currentPss > info.max) info.max = info.currentPss;
140 if (info.currentUss > info.max) info.max = info.currentUss;
  /packages/apps/Launcher3/src/com/android/launcher3/util/
IconNormalizer.java 85 int max = Math.max(width, height); local
86 width = mMaxSize * width / max;
87 height = mMaxSize * height / max;
139 rightX = Math.max(rightX, lastX);
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp 454 // Update the max inlier count
668 int max = m_cost_histogram[i]; local
672 if ( m_cost_histogram[i] < (int)(0.1*max) )
  /packages/apps/Settings/src/com/android/settings/
PreviewSeekBarPreferenceFragment.java 114 final int max = Math.max(1, mEntries.length - 1); local
118 seekBar.setMax(max);
SeekBarPreference.java 115 public void setMax(int max) {
116 if (max != mMax) {
117 mMax = max;
199 myState.max = mMax;
215 mMax = myState.max;
227 int max; field in class:SeekBarPreference.SavedState
234 max = source.readInt();
243 dest.writeInt(max);
  /packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintEnrollFindSensor.java 160 int max = getResources().getInteger( local
162 if (enrolled >= max) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
base.h 147 /** @brief Equivalent to std::max. */
150 max(const _Tp& __a, const _Tp& __b) function in namespace:__gnu_parallel
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 105 max() const
110 __return_value = _M_g.max();
114 __return_value = std::numeric_limits<result_type>::max() - 1;
137 / result_type(_M_g.max() - _M_g.min());
141 / result_type(_M_g.max() - _M_g.min() + result_type(1));
144 / (_M_g.max() - _M_g.min()))
145 * std::numeric_limits<result_type>::max());
177 max() const
182 __return_value = _M_g->max();
186 __return_value = std::numeric_limits<result_type>::max() - 1
311 max() const function in class:variate_generator
426 max() const function in class:linear_congruential
600 max() const function in class:mersenne_twister
799 max() const function in class:subtract_with_carry
971 max() const function in class:subtract_with_carry_01
1180 max() const function in class:discard_block
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
base.h 147 /** @brief Equivalent to std::max. */
150 max(const _Tp& __a, const _Tp& __b) function in namespace:__gnu_parallel
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 105 max() const
110 __return_value = _M_g.max();
114 __return_value = std::numeric_limits<result_type>::max() - 1;
137 / result_type(_M_g.max() - _M_g.min());
141 / result_type(_M_g.max() - _M_g.min() + result_type(1));
144 / (_M_g.max() - _M_g.min()))
145 * std::numeric_limits<result_type>::max());
177 max() const
182 __return_value = _M_g->max();
186 __return_value = std::numeric_limits<result_type>::max() - 1
311 max() const function in class:variate_generator
426 max() const function in class:linear_congruential
600 max() const function in class:mersenne_twister
799 max() const function in class:subtract_with_carry
971 max() const function in class:subtract_with_carry_01
1180 max() const function in class:discard_block
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
base.h 147 /** @brief Equivalent to std::max. */
150 max(const _Tp& __a, const _Tp& __b) function in namespace:__gnu_parallel
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
random.h 105 max() const
110 __return_value = _M_g.max();
114 __return_value = std::numeric_limits<result_type>::max() - 1;
137 / result_type(_M_g.max() - _M_g.min());
141 / result_type(_M_g.max() - _M_g.min() + result_type(1));
144 / (_M_g.max() - _M_g.min()))
145 * std::numeric_limits<result_type>::max());
177 max() const
182 __return_value = _M_g->max();
186 __return_value = std::numeric_limits<result_type>::max() - 1
311 max() const function in class:variate_generator
426 max() const function in class:linear_congruential
600 max() const function in class:mersenne_twister
799 max() const function in class:subtract_with_carry
971 max() const function in class:subtract_with_carry_01
1180 max() const function in class:discard_block
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testautomation_sdltest.c 91 Sint64 min, max; local
100 max = (1 << 7) - 1;
102 SDLTest_AssertCheck(result >= min && result <= max, "Verify result value, expected: [%lld,%lld], got: %lld", min, max, result);
111 max = (1 << 15) - 1;
113 SDLTest_AssertCheck(result >= min && result <= max, "Verify result value, expected: [%lld,%lld], got: %lld", min, max, result);
122 max = ((Sint64)1 << 31) - 1;
124 SDLTest_AssertCheck(result >= min && result <= max, "Verify result value, expected: [%lld,%lld], got: %lld", min, max, result)
1043 Sint32 min, max; local
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
base.h 147 /** @brief Equivalent to std::max. */
150 max(const _Tp& __a, const _Tp& __b) function in namespace:__gnu_parallel
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
random.h 105 max() const
110 __return_value = _M_g.max();
114 __return_value = std::numeric_limits<result_type>::max() - 1;
137 / result_type(_M_g.max() - _M_g.min());
141 / result_type(_M_g.max() - _M_g.min() + result_type(1));
144 / (_M_g.max() - _M_g.min()))
145 * std::numeric_limits<result_type>::max());
177 max() const
182 __return_value = _M_g->max();
186 __return_value = std::numeric_limits<result_type>::max() - 1
311 max() const function in class:variate_generator
426 max() const function in class:linear_congruential
600 max() const function in class:mersenne_twister
799 max() const function in class:subtract_with_carry
971 max() const function in class:subtract_with_carry_01
1180 max() const function in class:discard_block
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 127 // min and max
131 //In not ANSI mode Borland import min/max in global namespace which conflict
132 //with STLport min/max when user does a 'using namespace std' in its code
133 //(see test/unit/alg_test.cpp). To avoid this clash we simply import Borland min/max
136 using _STLP_VENDOR_STD::max;
141 inline const _Tp& (max)(const _Tp& __a, const _Tp& __b) { return __a < __b ? __b : __a; }
147 inline unsigned long (max) (unsigned long __a, unsigned long __b) { return __a < __b ? __b : __a; } function
157 inline const _Tp& (max)(const _Tp& __a, const _Tp& __b, _Compare __comp) { function
167 inline const _Tp (max)(const _Tp __a, const _Tp __b, _Compare __comp) { function
_valarray.h 342 value_type (max) () const { function in class:valarray
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
stringpiece.h 187 #ifdef max
188 #undef max macro
191 std::numeric_limits<stringpiece_ssize_type>::max())) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
NewItemSelectionDialog.java 222 int max = -1; local
229 max = Math.max(max, count);
232 if (max > 0) {
233 // Find first key with this max and return it
235 if (entry.getValue().intValue() == max) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceXmlTextAction.java 180 int max = document.getLength(); local
181 if (offset >= max) {
182 offset = max - 1;
208 for (; end < max; end++) {
286 int max = document.getLength(); local
287 if (offset >= max) {
288 offset = max - 1;
312 for (; end < max; end++) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
OpenWizardAction.java 151 Math.max(SIZING_WIZARD_WIDTH, defaultSize.x),
152 Math.max(SIZING_WIZARD_HEIGHT, defaultSize.y));
  /system/bt/bta/hf_client/
bta_hf_client_at.h 34 INT16 max; /* maximum value for int arg */ member in struct:__anon71787
  /system/bt/stack/gap/
gap_ble.c 623 UINT16 min, max, latency, tout; local
652 STREAM_TO_UINT16 (max, pp);
656 BTM_BleSetPrefConnParams (p_clcb->bda, min, max, latency, tout);
697 GAP_TRACE_ERROR("gap_ble_accept_cl_operation max connection reached");
  /system/bt/stack/mcap/
mca_dsm.c 178 int i, max; local
186 max = p_cs->max_mdl;
187 for (i=0; i<max; i++, p_dcb_tmp++)
218 int i, max; local
228 max = p_cs->max_mdl;
229 for (i=0; i<max; i++, p_dcb++)
240 max = 0;
243 left = max - count;

Completed in 985 milliseconds

<<31323334353637383940>>