HomeSort by relevance Sort by last modified time
    Searched full:special (Results 701 - 725 of 40689) sorted by null

<<21222324252627282930>>

  /external/autotest/server/lib/
status_history.py 10 * A history of tests and special tasks that have run on
16 the DUT's special task history. At the end of any job or
18 * After any successful special task, the DUT is considered
21 * After any other special task or after any regular test job, the
25 * status task - Any special task that determines the DUT's
88 or special task. The data captured are the start and end times
94 describing jobs and special tasks. This is an abstract
108 @property is_special Boolean indicating if the event is a special task.
229 """Return if the event is for a special task."""
234 """`_JobEvent` adapter for special tasks
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/distributions/
special_math_test.py 15 """Tests for Special Math Ops."""
45 special = try_import("scipy.special") variable
82 if not special:
87 # special input values to make sure we hit all the pieces.
90 expected_x = special.ndtri(p)
97 if not special:
106 expected_x_ = special.ndtri(p_)
147 if not special:
164 expected = special.log_ndtr(grid
    [all...]
  /art/runtime/arch/
context-inl.h 17 // This file is special-purpose for cases where you want a stack context. Most users should use
  /art/runtime/gc/
allocator_type.h 31 kAllocatorTypeNonMoving, // Special allocator for non moving objects, doesn't have entrypoints.
  /art/runtime/interpreter/mterp/x86_64/
bindiv.S 3 * 32-bit binary div/rem operation. Handles special case of op1=-1.
bindiv2addr.S 3 * 32-bit binary div/rem operation. Handles special case of op1=-1.
  /art/test/003-omnibus-opcodes/src/
IntMath.java 276 * Make sure special-cased literal division matches
281 int special = 0; local
287 special = (start+i) / 3;
291 special = (start+i) / 4;
295 special = (start+i) / 5;
299 special = (start+i) / 6;
303 special = (start+i) / 7;
307 special = (start+i) / 8;
311 special = (start+i) / 9;
315 special = (start+i) / 10
    [all...]
  /bionic/libc/arch-arm/bionic/
_exit_with_stack_teardown.S 20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  /bionic/libc/arch-arm/cortex-a15/bionic/
stpcpy.S 20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
strcpy.S 20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  /bionic/libc/arch-arm/cortex-a9/bionic/
stpcpy.S 20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
strcpy.S 20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  /bionic/libc/arch-arm/generic/bionic/
__memcpy_chk.S 20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  /bionic/libc/arch-arm64/bionic/
__set_tls.c 20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
_exit_with_stack_teardown.S 20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  /bionic/libc/arch-arm64/denver64/bionic/
memcpy.S 20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  /bionic/libc/arch-arm64/generic/bionic/
__memcpy_chk.S 20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
memcpy.S 20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
stpcpy.S 20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
strcpy.S 20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
wmemmove.S 20 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  /bionic/libc/arch-common/bionic/
__dso_handle.h 20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
__dso_handle_so.h 20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
asm_multiarch.h 20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
atexit.h 20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,

Completed in 741 milliseconds

<<21222324252627282930>>