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

<<21222324252627282930>>

  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
ScopedPrinter.h 75 void indent(int Levels = 1) { IndentLevel += Levels; }
77 void unindent(int Levels = 1) {
78 IndentLevel = std::max(0, IndentLevel - Levels);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
ScopedPrinter.h 75 void indent(int Levels = 1) { IndentLevel += Levels; }
77 void unindent(int Levels = 1) {
78 IndentLevel = std::max(0, IndentLevel - Levels);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
ScopedPrinter.h 75 void indent(int Levels = 1) { IndentLevel += Levels; }
77 void unindent(int Levels = 1) {
78 IndentLevel = std::max(0, IndentLevel - Levels);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ScopedPrinter.h 75 void indent(int Levels = 1) { IndentLevel += Levels; }
77 void unindent(int Levels = 1) {
78 IndentLevel = std::max(0, IndentLevel - Levels);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
ScopedPrinter.h 75 void indent(int Levels = 1) { IndentLevel += Levels; }
77 void unindent(int Levels = 1) {
78 IndentLevel = std::max(0, IndentLevel - Levels);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
ScopedPrinter.h 75 void indent(int Levels = 1) { IndentLevel += Levels; }
77 void unindent(int Levels = 1) {
78 IndentLevel = std::max(0, IndentLevel - Levels);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
ScopedPrinter.h 75 void indent(int Levels = 1) { IndentLevel += Levels; }
77 void unindent(int Levels = 1) {
78 IndentLevel = std::max(0, IndentLevel - Levels);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
ScopedPrinter.h 75 void indent(int Levels = 1) { IndentLevel += Levels; }
77 void unindent(int Levels = 1) {
78 IndentLevel = std::max(0, IndentLevel - Levels);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
ScopedPrinter.h 75 void indent(int Levels = 1) { IndentLevel += Levels; }
77 void unindent(int Levels = 1) {
78 IndentLevel = std::max(0, IndentLevel - Levels);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
ScopedPrinter.h 75 void indent(int Levels = 1) { IndentLevel += Levels; }
77 void unindent(int Levels = 1) {
78 IndentLevel = std::max(0, IndentLevel - Levels);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
dlm.h 22 /* Lock levels and flags are here */
  /prebuilts/go/darwin-x86/src/runtime/debug/
stack_test.go 24 Don't worry much about the base levels, but check the ones in our own package.
  /prebuilts/go/linux-x86/src/runtime/debug/
stack_test.go 24 Don't worry much about the base levels, but check the ones in our own package.
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
logging.properties 17 # show messages at the INFO and above levels.
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
logging.properties 17 # show messages at the INFO and above levels.
  /prebuilts/jdk/jdk9/darwin-x86/conf/
logging.properties 17 # show messages at the INFO and above levels.
  /prebuilts/jdk/jdk9/linux-x86/conf/
logging.properties 17 # show messages at the INFO and above levels.
  /system/bt/service/common/bluetooth/
advertise_settings.h 46 // Levels that can be set for advertising transmission power.
  /system/chre/platform/include/chre/platform/
log.h 32 * the log levels Error, Warning, Informational, and Debug, respectively.
  /system/core/libsystem/include/system/
thread_defs.h 38 * Use the levels below when appropriate. Intermediate values are
  /system/core/lmkd/
README.md 11 at acceptable levels.
  /tools/metalava/src/test/java/com/android/tools/metalava/
OptionsTest.kt 180 Injecting API Levels:
181 --apply-api-levels <api-versions.xml> Reads an XML file containing API level descriptions
184 Extracting API Levels:
185 --generate-api-levels <xmlfile> Reads android.jar SDK files and generates an XML
  /external/mesa3d/src/intel/isl/
isl.c 419 if (info->levels == 1) {
436 assert(info->levels == 1);
449 assert(info->levels == 1);
614 assert(info->levels == 1);
628 assert(info->levels == 1);
703 if (info->levels == 1) {
734 for (uint32_t l = 0; l < info->levels; ++l) {
784 for (uint32_t l = 0; l < info->levels; ++l) {
824 for (uint32_t l = 0; l < info->levels; ++l) {
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/docs/
platform-migration-guide.rst 115 platform defined, and can vary between levels in a single platform. The PSCI
121 #. All OFF state values at all levels must be higher than all
122 RETENTION state values at all levels
203 as retention at different affinity levels, the new handlers make this support
205 retention at various power domain levels subject to the conditions mentioned
262 new frameworks. Also, it assumes that the affinity levels of the platform
263 correspond directly to the power domain levels.
296 levels used by the platform.
301 should apply to. ARMv8-A has support for four affinity levels. It is likely
302 that hardware will implement fewer affinity levels. This macro allows th
    [all...]
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderInvariance.cpp 577 /* Configure inner/outer tessellation levels as requested for the iteration */
1406 const _tessellation_levels& levels = *levels_iterator; local
1700 _tessellation_levels_set levels; local
2074 const _tessellation_levels& levels = levels_set[levels_set.size() - 1]; local
2379 const _tessellation_levels& levels = *set_iterator; local
2756 const _tessellation_levels& levels = *levels_set_iterator; local
    [all...]

Completed in 953 milliseconds

<<21222324252627282930>>