/system/bt/doc/ |
power_management.md | 44 The tables that determine which power levels are acceptable for which profiles
|
/system/extras/simpleperf/ |
report_lib_interface.cpp | 86 // Set log severity, different levels are:
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
PsiModifierItem.kt | 329 // Also remove public flag which at the UAST levels it promotes these
|
/external/llvm/lib/Analysis/ |
DependenceAnalysis.cpp | 239 : Dependence(Source, Destination), Levels(CommonLevels), 250 assert(0 < Level && Level <= Levels && "Level out of range"); 257 assert(0 < Level && Level <= Levels && "Level out of range"); 266 assert(0 < Level && Level <= Levels && "Level out of range"); 274 assert(0 < Level && Level <= Levels && "Level out of range"); 282 assert(0 < Level && Level <= Levels && "Level out of range"); 289 assert(0 < Level && Level <= Levels && "Level out of range"); 585 unsigned Levels = getLevels(); 587 for (unsigned II = 1; II <= Levels; ++II) { 612 if (II < Levels) [all...] |
/external/ImageMagick/MagickCore/ |
quantize.c | 87 % so that Cmax= 2k-1, the tree would need k levels below the root node to 700 % precision, so that Cmax= 2k-1, the tree would need k levels below the [all...] |
/external/python/cpython3/Lib/test/ |
test_logging.py | 174 """Test builtin levels and their inheritance.""" 177 #Logging levels in a flat logger namespace. 224 # Logging levels in a nested namespace, all explicitly set. 247 #Logging levels in a nested namespace, inherited from parent loggers. 282 # Logging levels when some parent does not exist yet. 387 # First, we define our levels. There can be as many as you want - the only 391 # mapping dictionary to convert between your application levels and the 408 # Next, we define names for our levels. You don't need to do this - in which 441 """Test various filtering possibilities with custom logging levels.""" 458 # Levels >= 'Verbose' are good [all...] |
/external/deqp/external/openglcts/modules/gl/ |
gl4cDirectStateAccessTests.hpp | [all...] |
/cts/hostsidetests/sustainedperf/dhrystone/ |
Rationale | 305 indicate which compiler optimization levels have been used, and 306 reporting results with different levels of compiler optimization for
|
/cts/tests/app/src/android/app/cts/ |
AlertDialog_BuilderTest.java | 375 final CharSequence[] levels = mContext.getResources().getTextArray( local 377 assertEquals(levels[0], mListView.getItemAtPosition(0));
|
/cts/tests/tests/proto/src/android/util/proto/cts/ |
ProtoOutputStreamObjectTest.java | 187 * Test writing 3 levels deep of objects with nothing in them. 337 * Test writing 3 levels deep of objects. [all...] |
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
GL2Encoder.h | 497 static void s_glTexStorage2D(void* self, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height); 528 static void s_glTexStorage3D(void* self, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth); [all...] |
/device/google/contexthub/firmware/os/algos/calibration/over_temp/ |
over_temp_cal.h | 125 // Number of time-interval levels used to define the least-squares weighting 532 * The total number of weighting levels that define this functionality is set by
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/ |
index.html | 50 <P>Note the two indirection levels. Take a simple example:
199 same role at different abstraction levels. And perhaps at some point
|
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/ |
TechNotes.txt | 148 Events and task priority levels
156 Levels.
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
SimpleLog.java | 126 /** Enable all logging levels */ 129 /** Enable no logging levels */
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
TemplateList.java | 483 * if we should consider all import levels. This is used by apply-imports to 647 * if we should consider all import levels. This is used by apply-imports to
|
/external/autotest/tko/parsers/ |
version_1.py | 255 @param indent: The number of indentation levels for the string. 287 @param indent: The number of indentation levels.
|
/external/deqp/doc/ |
GLES3 Negative API Functions.txt | 294 o glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height); 295 o glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
esextcTextureCubeMapArrayStencilAttachments.cpp | 507 1, /* levels */ 527 1, /* levels */
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
Collation.java | 36 // Special sort key bytes for all levels. 131 /** Sort key levels. */
|
/external/icu/icu4c/source/common/unicode/ |
utypes.h | 414 U_SORT_KEY_TOO_SHORT_WARNING = -123, /**< Number of levels requested in getBound is higher than the number of levels in the sort key */
|
/external/icu/icu4c/source/layoutex/layout/ |
ParagraphLayout.h | 373 * @param levelRuns is a pointer to a <code>ValueRuns</code> object representing the directional levels. 374 * If this pointer in <code>NULL</code> the levels will be determined by running the Unicde
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
Collation.java | 34 // Special sort key bytes for all levels. 129 /** Sort key levels. */
|
/external/libunwind/src/x86_64/ |
Gtrace.c | 338 stack levels. The first frame, backtrace itself, is omitted. When 364 stack levels or the outermost frame, which ever is less. It may
|
/external/libvpx/libvpx/vp8/encoder/ |
denoising.c | 43 * This allowed us to use only several levels to approximate the curve without 46 * The levels used are:
|