HomeSort by relevance Sort by last modified time
    Searched full:that (Results 2201 - 2225 of 189771) sorted by null

<<81828384858687888990>>

  /external/llvm/test/Transforms/Inline/
crash-lifetime-marker.ll 3 ; InlineFunction would assert inside the loop that leaves lifetime markers if
4 ; there was an zero-sized AllocaInst. Check that it doesn't assert and doesn't
5 ; leave lifetime markers in that case.
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/
5-1-buildonly.c 5 * This program is distributed in the hope that it will be useful,
10 * Test that the shmatt_t type is an unsigned integer that must be able to
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
assertions.xml 7 detaches a thread. It shall indicate to the implementation that storage
8 for 'thread' can be reclaimed when that thread terminates.
21 -[ESRCH] No thread could be found corresponding to that thread ID
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
2-1.c 8 * Test that pthread_exit()
10 * Any cancelation cleanup handlers that have been pushed and not yet popped
11 * shall be popped and executed in the reverse order that they were pushed.
17 * 4. Main will test that when pthread_join allows main to continue with the process that
30 /* Cleanup function that the thread executes when it is canceled. So if
31 * cleanup_flag is 1, it means that the thread was canceled. */
39 /* Cleanup function that the thread executes when it is canceled. So if
40 * cleanup_flag is 1, it means that the thread was canceled. */
48 /* Cleanup function that the thread executes when it is canceled. So i
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
11-1.c 5 * This program is distributed in the hope that it will be useful,
10 * Test that the shm_unlink() function sets errno = ENOENT if the named shared
25 /* Ensure that the name SHM_NAME is removed */
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/
assertions.xml 3 This test case will cover all the conversion specifiers that are supported
7 It covers the conversions specifiers that can be modified by the E or O
8 indicate that an alternative format or specification should be used rather
  /external/markdown/MarkdownTest/Tests_2007/
Links, reference style.text 45 But not [that] [].
47 Nor [that][].
49 Nor [that].
  /external/pcre/dist2/doc/
pcre2_get_mark.3 16 After a call of \fBpcre2_match()\fP that was passed the match block that is
18 name that was encountered. The name is zero-terminated, and is within the
pcre2_serialize_get_number_of_codes.3 16 The \fIbytes\fP argument must point to a serialized byte stream that was
26 PCRE2_ERROR_BADMAGIC may mean that the data is corrupt, or that it was compiled
  /external/perf_data_converter/src/quipper/
huge_page_deducer.h 11 // This may not correctly handle perf data that has been processed to remove
12 // MMAPs that contain no sample events, since one or more of the mappings
14 // result would be that the huge pages mapping would remain as "//anon" and the
  /external/ppp/pppd/plugins/radius/etc/
realms 14 # the DEFAULT realm matches users that do not supply a realm
19 # Any realms that do not match in the realms file automatically fall
21 # radiusclient.conf file. Note that this is different than the
  /external/python/cpython2/Include/
longintrepr.h 18 PyLong_BASE*PyLong_BASE-1. x_sub assumes that 'digit' is an unsigned type,
19 and that overflow is handled by taking the result modulo 2**N for some N >
23 - long_pow() requires that PyLong_SHIFT be divisible by 5
25 - PyLong_{As,From}ByteArray require that PyLong_SHIFT be at least 8
27 - long_hash() requires that PyLong_SHIFT is *strictly* less than the number
31 - the long <-> size_t/Py_ssize_t conversion functions expect that
34 - the marshal code currently expects that PyLong_SHIFT is a multiple of 15
50 #define _PyLong_DECIMAL_SHIFT 9 /* max(e such that 10**e fits in a digit) */
58 #define _PyLong_DECIMAL_SHIFT 4 /* max(e such that 10**e fits in a digit) */
72 #error "longobject.c requires that PyLong_SHIFT be divisible by 5
    [all...]
  /external/python/cpython2/Lib/test/
sample_doctest.py 1 """This is a sample module that doesn't really test anything all that
6 It's important that the numbers remain constant as another test is
  /external/python/cpython3/Include/
longintrepr.h 19 PyLong_BASE*PyLong_BASE-1. x_sub assumes that 'digit' is an unsigned type,
20 and that overflow is handled by taking the result modulo 2**N for some N >
24 - long_pow() requires that PyLong_SHIFT be divisible by 5
26 - PyLong_{As,From}ByteArray require that PyLong_SHIFT be at least 8
28 - long_hash() requires that PyLong_SHIFT is *strictly* less than the number
32 - the Python int <-> size_t/Py_ssize_t conversion functions expect that
35 - the marshal code currently expects that PyLong_SHIFT is a multiple of 15
50 #define _PyLong_DECIMAL_SHIFT 9 /* max(e such that 10**e fits in a digit) */
58 #define _PyLong_DECIMAL_SHIFT 4 /* max(e such that 10**e fits in a digit) */
67 #error "longobject.c requires that PyLong_SHIFT be divisible by 5
    [all...]
  /external/python/cpython3/Lib/test/
sample_doctest.py 1 """This is a sample module that doesn't really test anything all that
6 It's important that the numbers remain constant as another test is
  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
SdkConfig.java 68 public boolean equals(Object that) {
69 return that == this || (that instanceof SdkConfig && ((SdkConfig) that).apiLevel == (apiLevel));
111 public boolean equals(Object that) {
112 return that == this || (that instanceof SdkVersion && isEqualTo((SdkVersion) that));
116 public boolean isEqualTo(SdkVersion that) {
117 return that == this |
    [all...]
  /external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
SandboxConfig.java 11 * Configuration settings that can be used on a per-class or per-test basis.
19 * A list of shadow classes to enable, in addition to those that are already present.
26 * A list of instrumented packages, in addition to those that are already instrumented.
  /external/selinux/python/sepolicy/sepolicy/help/
lockdown_permissive.txt 6 When the distribution policy writers write a new confined domain, they initially ship the policy for that domain in permissive mode. Permissive mode means that a process running in the domain will not be confined by SELinux. The kernel will log the AVC messages, access denials, that would have happened had the process been run in enforcing mode.
  /external/skia/include/effects/
SkCornerPathEffect.h 4 * Use of this source code is governed by a BSD-style license that can be
15 SkCornerPathEffect is a subclass of SkPathEffect that can turn sharp corners
21 that should be "rounded".
SkTableMaskFilter.h 4 * Use of this source code is governed by a BSD-style license that can be
21 /** Utility that sets the gamma table
25 /** Utility that creates a clipping table: clamps values below min to 0
  /external/skia/include/private/
GrSwizzle.h 4 * Use of this source code is governed by a BSD-style license that can be
16 assignment operator. That could be relaxed. */
47 GrSwizzle(const GrSwizzle& that) { *this = that; }
49 GrSwizzle& operator=(const GrSwizzle& that) {
50 memcpy(this, &that, sizeof(GrSwizzle));
64 bool operator==(const GrSwizzle& that) const { return this->asUInt() == that.asUInt(); }
66 bool operator!=(const GrSwizzle& that) const { return !(*this == that); }
    [all...]
  /external/skia/src/core/
SkBBoxHierarchy.h 4 * Use of this source code is governed by a BSD-style license that can be
16 * Interface for a spatial data structure that stores axis-aligned bounding
30 * Populate results with the indices of bounding boxes interesecting that query.
  /external/skia/src/gpu/
GrResourceProviderPriv.h 4 * Use of this source code is governed by a BSD-style license that can be
13 /** Class that adds methods to GrResourceProvider that are only intended for use internal to Skia.
GrSurfaceContextPriv.h 4 * Use of this source code is governed by a BSD-style license that can be
13 /** Class that adds methods to GrSurfaceContext that are only intended for use internal to
  /external/skia/tools/gpu/
FenceSync.h 4 * Use of this source code is governed by a BSD-style license that can be
19 * This class provides an interface to interact with fence syncs. A fence sync is an object that the
21 * commands that were issued before the fence have completed.

Completed in 1695 milliseconds

<<81828384858687888990>>