HomeSort by relevance Sort by last modified time
    Searched full:levels (Results 126 - 150 of 3869) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/autotest/client/site_tests/platform_MemCheck/
control 20 Verifies that memory levels look sane.
  /external/autotest/server/site_tests/enterprise_CFM_DualSpeaker/
control 19 It verifies the volume levels and mixer/microphone mute states are in sync
  /external/autotest/server/site_tests/network_WiFi_AttenuatedPerf/
control.ht40_ch001 15 attenuation levels.
control.ht40_ch006 15 attenuation levels.
control.ht40_ch011 15 attenuation levels.
control.ht40_ch044 15 attenuation levels.
control.ht40_ch153 15 attenuation levels.
  /external/eigen/demos/opengl/
icosphere.h 19 IcoSphere(unsigned int levels=1);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestFailureRecovery.java 113 byte[] levels = new byte[] {6,5,4};
115 bidi.setPara("abc", (byte)5, levels);
116 errln("setPara did not fail when called with bad levels");
118 logln("OK: Got exception for setPara(..., levels) as expected: "
  /external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javaparser_methodcalls_expected_output/
com_github_javaparser_ast_expr_ArrayCreationExpr.txt 1 Line 50) setLevels(levels) ==> com.github.javaparser.ast.expr.ArrayCreationExpr.setLevels(java.util.List<com.github.javaparser.ast.ArrayCreationLevel>)
4 Line 57) setLevels(levels) ==> com.github.javaparser.ast.expr.ArrayCreationExpr.setLevels(java.util.List<com.github.javaparser.ast.ArrayCreationLevel>)
15 Line 106) ensureNotNull(levels) ==> com.github.javaparser.utils.Utils.ensureNotNull(java.util.List<T>)
16 Line 112) setAsParentNodeOf(levels) ==> com.github.javaparser.ast.Node.setAsParentNodeOf(java.util.List<? extends com.github.javaparser.ast.Node>)
  /external/libchrome/base/process/
process_info.h 33 // system does not support integrity levels (pre-Vista) or in the case of an
  /external/selinux/mcstrans/share/examples/nato/
setrans.conf 8 Base=Sensitivity Levels
  /frameworks/base/packages/CaptivePortalLogin/res/values/
styles.xml 9 Theme customizations available in newer API levels can go in
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug485.go 8 // at different levels and the correct choice was not the first
  /prebuilts/go/linux-x86/test/fixedbugs/
bug485.go 8 // at different levels and the correct choice was not the first
  /tools/metalava/src/main/java/com/android/tools/metalava/
DocLevel.kt 19 /** Javadoc filtering levels */
  /bionic/libc/bionic/
termios.cpp 37 // Actually declared in <unistd.h>, present on all API levels.
43 // Actually declared in <unistd.h>, present on all API levels.
  /external/fio/
log.c 101 static const char *levels[] = { "Unknown", "Debug", "Info", "Error", local
107 return levels[level];
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
Utils.java 49 * - Units repeat in levels of 10,000, there are symbols for each level too (except 1's).
54 * - The 1000's 0 is also omitted in alternating levels, such that it is omitted in the rightmost
82 buf[--x] = zh.levels[l];
135 // remove levels for empty blocks
195 final char[] levels; field in class:Utils.ChineseDigits
199 ChineseDigits(String digits, String units, String levels, char liang, boolean ko) {
202 this.levels = levels.toCharArray();
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
Utils.java 45 * - Units repeat in levels of 10,000, there are symbols for each level too (except 1's).
50 * - The 1000's 0 is also omitted in alternating levels, such that it is omitted in the rightmost
78 buf[--x] = zh.levels[l];
131 // remove levels for empty blocks
191 final char[] levels; field in class:Utils.ChineseDigits
195 ChineseDigits(String digits, String units, String levels, char liang, boolean ko) {
198 this.levels = levels.toCharArray();
  /external/jemalloc/include/jemalloc/internal/
rtree.h 59 * levels[0] : [<unused> | 0x0001******** | 0x0002******** | ...]
61 * levels[1] : [<unused> | 0x00000001**** | 0x00000002**** | ... ]
63 * levels[2] : [val(0x000000000000) | val(0x000000000001) | ...]
91 rtree_level_t levels[RTREE_HEIGHT_MAX]; member in struct:rtree_s
152 rtree->levels[level].cumbits)) & ((ZU(1) <<
153 rtree->levels[level].bits) - 1));
224 subtree = rtree->levels[level].subtree;
226 subtree = atomic_read_p(&rtree->levels[level].subtree_pun);
  /external/libxkbcommon/xkbcommon/test/data/types/
numpad 38 // the cursor keys, only three levels are used from the key mappings.
61 // reverse map from levels to modifiers
  /external/mesa3d/src/gallium/state_trackers/nine/
cubetexture9.h 33 struct pipe_box dirty_rect[6]; /* covers all mip levels */
44 UINT EdgeLength, UINT Levels,
texture9.h 33 struct pipe_box dirty_rect; /* covers all mip levels */
44 UINT Width, UINT Height, UINT Levels,
  /external/swiftshader/src/D3D8/
Direct3DBaseTexture8.hpp 32 Direct3DBaseTexture8(Direct3DDevice8 *device, D3DRESOURCETYPE type, unsigned long levels, unsigned long usage);
62 unsigned long levels; // Recalculated when 0 member in class:D3D8::Direct3DBaseTexture8

Completed in 603 milliseconds

1 2 3 4 56 7 8 91011>>