HomeSort by relevance Sort by last modified time
    Searched full:limits (Results 176 - 200 of 7158) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Settings/src/com/android/settings/datausage/
DataUsageEditController.java 25 * @return NetworkPolicyEditor to update the values of the data warning and usage limits.
30 * @return NetworkTemplate to get the currently set values of the data warning and usage limits.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
dirent.h 34 char d_name[256]; /* We must not include limits.h! */
44 char d_name[256]; /* We must not include limits.h! */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
dqblk_xfs.h 36 #define Q_XGETQUOTA XQM_CMD(3) /* get disk limits and usage */
37 #define Q_XSETQLIM XQM_CMD(4) /* set disk limits */
61 __s32 d_itimer; /* zero if within inode limits */
89 * automatically started and stopped. Superusers timer values set the limits
102 * below the soft limit). Superusers warning values set the warning limits
125 #define FS_QUOTA_UDQ_ENFD (1<<1) /* user quota limits enforcement */
127 #define FS_QUOTA_GDQ_ENFD (1<<3) /* group quota limits enforcement */
129 #define FS_QUOTA_PDQ_ENFD (1<<5) /* project quota limits enforcement */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
dirent.h 34 char d_name[256]; /* We must not include limits.h! */
44 char d_name[256]; /* We must not include limits.h! */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
limits.h 1 // TR1 limits.h -*- C++ -*-
25 /** @file tr1/limits.h
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
limits.h 1 // TR1 limits.h -*- C++ -*-
25 /** @file tr1/limits.h
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/language.support/support.limits/limits/
version.pass.cpp 10 // <limits>
12 #include <limits>
  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
climits 34 * Standard C++ Library wrapper around the C limits.h header file.
37 #include <limits.h>
  /external/vulkan-validation-layers/libs/vkjson/
vkjson_unittest.cc 54 device.properties.limits.maxImageDimension1D = 3;
55 device.properties.limits.maxSamplerLodBias = 3.5f;
56 device.properties.limits.bufferImageGranularity = 0x1ffffffffull;
57 device.properties.limits.maxViewportDimensions[0] = 1;
58 device.properties.limits.maxViewportDimensions[1] = 2;
  /frameworks/native/vulkan/vkjson/
vkjson_unittest.cc 54 device.properties.limits.maxImageDimension1D = 3;
55 device.properties.limits.maxSamplerLodBias = 3.5f;
56 device.properties.limits.bufferImageGranularity = 0x1ffffffffull;
57 device.properties.limits.maxViewportDimensions[0] = 1;
58 device.properties.limits.maxViewportDimensions[1] = 2;
  /external/deqp/modules/gles31/functional/
es31fAndroidExtensionPackES31ATests.cpp 178 // .limits
185 } limits[] = local
209 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "limits", "Implementation limits");
212 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(limits); ++ndx)
214 limits[ndx].name,
215 (std::string() + "Check " + limits[ndx].name + " is at least " + de::toString(limits[ndx].limit)).c_str(),
216 limits[ndx].target,
217 limits[ndx].limit))
    [all...]
  /external/mesa3d/src/compiler/glsl/
opt_minmax.cpp 260 /* Returns a range so that lower limit is the larger of the two lower limits,
261 * and higher limit is the smaller of the two higher limits.
318 minmax_range limits[2]; local
337 limits[i] = get_range(expr->operands[i]);
347 if (limits[i].low && limits[1 - i].high) {
348 cr = compare_components(limits[i].low, limits[1 - i].high);
356 if (!is_redundant && limits[i].low && baserange.high) {
357 cr = compare_components(limits[i].low, baserange.high)
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_nametree_unittest.cpp 30 CPDF_Array* pLimits = pNode->SetNewFor<CPDF_Array>("Limits");
38 CPDF_Array* pLimits = pNode->GetArrayFor("Limits");
147 // Add a name within the limits of a leaf node.
153 // Add a name that requires changing the limits of two bottom levels.
159 // Add a name that requires changing the limits of two top levels.
171 // Check that the node on the first level has the expected limits.
177 // Check that the nodes on the second level has the expected limits and names.
190 // Check that the nodes on the third level has the expected limits and names.
234 // parent node's limits get updated.
246 // node's limits get updated, and no other limits get updated
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Script.java 370 int[] limits = null; local
372 limits = new int[6];
374 limits[0] = sc.xstart;
375 limits[1] = sc.xend;
376 limits[2] = sc.ystart;
377 limits[3] = sc.yend;
378 limits[4] = sc.zstart;
379 limits[5] = sc.zend;
382 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); local
410 int[] limits = null local
422 mRS.nScriptReduce(getID(mRS), slot, in_ids, out_id, limits); local
    [all...]
  /external/deqp/framework/platform/win32/
tcuWin32VulkanPlatform.cpp 202 void VulkanPlatform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const
204 limits.totalSystemMemory = 256*1024*1024;
205 limits.totalDeviceLocalMemory = 128*1024*1024;
206 limits.deviceMemoryAllocationGranularity = 64*1024;
207 limits.devicePageSize = 4096;
208 limits.devicePageTableEntrySize = 8;
209 limits.devicePageTableHierarchyLevels = 3;
  /external/libusb/msvc/
stdint.h 124 /* 7.18.2 Limits of specified-width integer types */
126 /* 7.18.2.1 Limits of exact-width integer types */
142 /* 7.18.2.2 Limits of minimum-width integer types */
158 /* 7.18.2.3 Limits of fastest minimum-width integer types */
174 /* 7.18.2.4 Limits of integer types capable of holding
186 /* 7.18.2.5 Limits of greatest-width integer types */
191 /* 7.18.3 Limits of other integer types */
  /external/python/cpython2/Doc/library/
repr.rst 5 :synopsis: Alternate repr() implementation with size limits.
19 with limits on the size of the resulting strings. This is used in the Python
28 similar to the built-in :ref:`repr() <func-repr>`; size limits for different
37 the size limits used by :func:`.repr` and the Python debugger.
44 limits on most sizes.
53 size limits for the representations of different object types, and methods
70 Limits on the number of entries represented for the named object type. The
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 112 /* 7.18.2 Limits of specified-width integer types:
113 * These #defines specify the minimum and maximum limits
118 /* 7.18.2.1 Limits of exact-width integer types */
140 /* 7.18.2.2 Limits of minimum-width integer types */
156 /* 7.18.2.3 Limits of fastest minimum-width integer types */
172 /* 7.18.2.4 Limits of integer types capable of holding object pointers */
188 /* 7.18.2.5 Limits of greatest-width integer types */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
limits.h 21 * ISO C99 Standard: 7.10/5.2.4.2.1 Sizes of integer types <limits.h>
49 Define ANSI <limits.h> for standard 32-bit words. */
113 # endif /* limits.h */
118 /* Get the compiler's limits.h, which defines almost all the ISO constants.
125 # include_next <limits.h>
128 /* The <limits.h> files in some gcc versions don't define LLONG_MIN,
144 /* POSIX adds things to <limits.h>. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 71 /* 7.18.2 Limits of specified-width integer types */
75 /* 7.18.2.1 Limits of exact-width integer types */
91 /* 7.18.2.2 Limits of minimum-width integer types */
107 /* 7.18.2.3 Limits of fastest minimum-width integer types */
123 /* 7.18.2.4 Limits of integer types capable of holding
135 /* 7.18.2.5 Limits of greatest-width integer types */
140 /* 7.18.3 Limits of other integer types */
  /external/kernel-headers/original/uapi/linux/
dqblk_xfs.h 37 #define Q_XGETQUOTA XQM_CMD(3) /* get disk limits and usage */
38 #define Q_XSETQLIM XQM_CMD(4) /* set disk limits */
43 #define Q_XGETNEXTQUOTA XQM_CMD(9) /* get disk limits and usage >= ID */
64 __s32 d_itimer; /* zero if within inode limits */
92 * automatically started and stopped. Superusers timer values set the limits
105 * below the soft limit). Superusers warning values set the warning limits
128 #define FS_QUOTA_UDQ_ENFD (1<<1) /* user quota limits enforcement */
130 #define FS_QUOTA_GDQ_ENFD (1<<3) /* group quota limits enforcement */
132 #define FS_QUOTA_PDQ_ENFD (1<<5) /* project quota limits enforcement */
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
split_op.cc 85 std::vector<int64> limits(input_shape.dims());
88 // Initially set up the limits to be the full size of the input:
91 limits[i] = dim;
100 limits[split_dim] = (i + 1) * slice_size;
101 ctx->SetOutput(i, ctx->builder()->Slice(input, begin, limits, strides));
196 std::vector<int64> limits(dim_sizes.begin(), dim_sizes.end());
204 limits[split_dim] = begin[split_dim] + slice_size;
205 ctx->SetOutput(i, ctx->builder()->Slice(input, begin, limits, strides));
206 begin[split_dim] = limits[split_dim];
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
stdint.h 89 #include <limits.h>
173 // 7.18.2 Limits of specified-width integer types
177 // 7.18.2.1 Limits of exact-width integer types
191 // 7.18.2.2 Limits of minimum-width integer types
205 // 7.18.2.3 Limits of fastest minimum-width integer types
219 // 7.18.2.4 Limits of integer types capable of holding object pointers
230 // 7.18.2.5 Limits of greatest-width integer types
235 // 7.18.3 Limits of other integer types
270 // 7.18.4 Limits of other integer types
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_lag_tables.h 38 /* index limits and ranges */
64 /* index limits and ranges */
89 /* index limits and ranges */
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
pitch_lag_tables.h 38 /* index limits and ranges */
66 /* index limits and ranges */
94 /* index limits and ranges */

Completed in 1217 milliseconds

1 2 3 4 5 6 78 91011>>