HomeSort by relevance Sort by last modified time
    Searched full:increase (Results 26 - 50 of 4176) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/autotest/client/site_tests/power_BatteryCharge/
control 18 - In 4 hours, the battery charge should increase by at least 94% of maximum
  /external/autotest/client/site_tests/touch_StylusTaps/
control 21 If all goes well, the click count will increase.
  /external/autotest/client/site_tests/touch_TouchscreenTaps/
control 21 click count will increase.
  /external/clang/test/Parser/
parser_overflow.c     [all...]
  /external/icu/icu4c/source/test/intltest/
currcoll.h 28 // If this is too small for the test data, just increase it.
lcukocol.h 21 // If this is too small for the test data, just increase it.
  /external/selinux/python/sepolicy/sepolicy/help/
lockdown_permissive.txt 10 Note if you disable the permissive domains module, you may see an increase in the denials in your log files.
lockdown_unconfined.txt 9 Note if you disable the unconfined module, you may see an increase in the denials, and if you have processes running as initrc_t, you may need to write policy for them.
  /external/syslinux/core/thread/
kill_thread.c 27 /* Remove us from the queue and increase the count */
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_LinSpace.pbtxt 30 If `num > 1`, the values in the sequence increase by `stop - start / num - 1`,
  /external/tensorflow/tensorflow/tools/ci_build/install/
.bazelrc 14 # Configure tests - increase timeout, print errors and timeout warnings
  /external/valgrind/none/tests/amd64-solaris/
coredump_single_thread_sse.stderr.exp 9 possible), you can try to increase the size of the
  /external/valgrind/none/tests/linux/
stack-overflow.stderr.exp 10 possible), you can try to increase the size of the
  /external/valgrind/none/tests/solaris/
coredump_many_threads.stderr.exp 9 possible), you can try to increase the size of the
stack-overflow.stderr.exp 10 possible), you can try to increase the size of the
  /external/valgrind/none/tests/x86-solaris/
coredump_single_thread_sse.stderr.exp 9 possible), you can try to increase the size of the
  /frameworks/native/libs/ui/include/ui/
BufferQueueDefs.h 23 // Attempts at runtime to increase the number of buffers past this
  /external/autotest/client/site_tests/power_WakeupRTC/
power_WakeupRTC.py 61 'RTC alarm should increase RTC wakeup_count: %s'
65 'RTC alarm should increase system wakeup_count: %s'
  /external/linux-kselftest/tools/testing/selftests/memfd/
run_tests.sh 26 # If not enough free huge pages for test, attempt to increase
50 # nr_hugepgs non-zero only if we attempted to increase
  /frameworks/compile/mclinker/include/mcld/LD/
DiagLayouts.inc 38 "Use --stub-group-size option to increase the group size.",
40 "Use --stub-group-size option to increase the group size.")
  /external/autotest/server/site_tests/firmware_Cr50DeviceState/
firmware_Cr50DeviceState.py 91 INCREASE = '+'
119 """Get the expected irq increase for the given irq and state
142 def check_increase(self, irq_key, name, increase, expected_range):
148 increase: the irq count
152 '' if increase is in the given range. If the increase isn't in the
156 if min_count > increase or max_count < increase:
157 err_msg = '%s %s: %s not in range %s' % (name, irq_key, increase,
175 events.append(self.INCREASE)
    [all...]
  /external/avb/examples/things/
avb_atx_slot_verify.c 31 /* Chosen to be generous but still require a huge number of increase operations
104 // increase threshold, and the value must not decrease.
106 avb_error("Rollback index value cannot increase beyond the threshold.\n");
166 /* Increase rollback index values to match the verified slot. */
178 /* Also increase rollback index values for Android Things key version
  /art/runtime/mirror/
class_ext.cc 54 bool ClassExt::ExtendObsoleteArrays(Thread* self, uint32_t increase) {
64 new_len = increase;
67 new_len = increase + old_methods->GetLength();
  /external/blktrace/btt/
misc.c 87 static int increase_limit(int resource, rlim_t increase)
93 rlim.rlim_cur += increase;
95 rlim.rlim_max = rlim.rlim_cur + increase;
  /external/protobuf/csharp/src/Google.Protobuf/
InvalidProtocolBufferException.cs 106 "Use CodedInputStream.SetRecursionLimit() to increase the depth limit.");
113 "Use JsonParser.Settings to increase the depth limit.");
120 "Use CodedInputStream.SetSizeLimit() to increase the size limit.");

Completed in 1554 milliseconds

12 3 4 5 6 7 8 91011>>