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

<<81828384858687888990>>

  /external/aac/libAACenc/src/
metadata_main.cpp 319 /* encode downmix levels to Downmixing_levels_MPEG4 */
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java     [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp 76 // Parse multiple levels of template headers within this template
83 // We parse multiple levels non-recursively so that we can build a
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundleReader.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundleReader.java     [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/visitor/
CloneVisitor.java 363 NodeList<ArrayCreationLevel> levels = cloneList(n.getLevels(), arg); local
365 ArrayCreationExpr r = new ArrayCreationExpr(n.getTokenRange().orElse(null), elementType, levels, initializer);
    [all...]
  /external/kernel-headers/original/uapi/linux/usb/
ch9.h 877 __u8 bmTFITXPowerInfo; /* TFI power levels */
878 __u8 bmFFITXPowerInfo; /* FFI power levels */
    [all...]
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
PhoneNumberMatcherTest.java 470 new NumberTest("650//253-1234", RegionCode.US), // 2 slashes are illegal at higher levels
510 * Strings with number-like things that should be found at all levels.
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 130 unsigned Levels = D->getLevels();
132 for (unsigned II = 1; II <= Levels; ++II) {
    [all...]
  /external/markdown/MarkdownTest/Tests_2004/
Markdown Documentation - Syntax.html 222 corresponding to header levels 1-6. For example:</p>
271 adding additional levels of <code>&gt;</code>:</p>
Markdown Documentation - Syntax.text-out 236 line, corresponding to header levels 1-6. For example:</p>
286 adding additional levels of <code>&gt;</code>:</p>
Markdown Documentation - Syntax.text-res 236 line, corresponding to header levels 1-6. For example:</p>
286 adding additional levels of <code>&gt;</code>:</p>
  /external/markdown/MarkdownTest/Tests_2007/
Markdown Documentation - Syntax.html 222 corresponding to header levels 1-6. For example:</p>
271 adding additional levels of <code>&gt;</code>:</p>
  /external/markdown/tests/extensions-x-def_list/
markdown-syntax.html 179 corresponding to header levels 1-6. For example:</p>
220 adding additional levels of <code>&gt;</code>:</p>
  /external/markdown/tests/extensions-x-toc/
syntax-toc.html 162 corresponding to header levels 1-6. For example:</p>
202 adding additional levels of <code>&gt;</code>:</p>
  /external/markdown/tests/markdown-test/
markdown-syntax.html 179 corresponding to header levels 1-6. For example:</p>
220 adding additional levels of <code>&gt;</code>:</p>
  /external/mesa3d/include/GL/
glext.h     [all...]
  /external/mesa3d/src/compiler/glsl/
link_uniforms.cpp 160 * during parsing. For matrices contained in multiple levels of
163 * levels.
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c     [all...]
  /external/mesa3d/src/intel/vulkan/
anv_blorp.c 159 .levels = 1,
554 .levels = 1,
    [all...]
  /external/opencv/cvaux/include/
cvaux.h     [all...]
  /external/python/cpython2/Doc/library/
logging.config.rst 287 handlers can be controlled just by setting levels (and, in the case of
594 filtering of messages beyond simple integer levels, using :func:`fileConfig`.
logging.handlers.rst 534 You may need to override this if you are using custom levels, or
595 your own levels, you will either need to override this method or place a
  /external/python/cpython3/Doc/library/
logging.config.rst 330 handlers can be controlled just by setting levels (and, in the case of
637 filtering of messages beyond simple integer levels, using :func:`fileConfig`.
    [all...]
  /external/python/cpython3/Lib/test/
test_sys.py 748 levels = {'alpha': 0xA, 'beta': 0xB, 'candidate': 0xC, 'final': 0xF}
759 version.micro << 8 | levels[version.releaselevel] << 4 |
    [all...]

Completed in 1241 milliseconds

<<81828384858687888990>>