Home
last modified time | relevance | path

Searched refs:consistency (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/external/llvm-project/clang/test/SemaObjCXX/
Dnullability-consistency.mm1 // RUN: %clang_cc1 -fsyntax-only -fblocks -I %S/Inputs -isystem %S/Inputs/nullability-consistency-s…
2 // RUN: %clang_cc1 -fsyntax-only -fblocks -I %S/Inputs -isystem %S/Inputs/nullability-consistency-s…
4 #include "nullability-consistency-1.h"
5 #include "nullability-consistency-3.h"
6 #include "nullability-consistency-4.h"
7 #include "nullability-consistency-5.h"
8 #include "nullability-consistency-5.h"
9 #include "nullability-consistency-6.h"
10 #include "nullability-consistency-7.h"
11 #include "nullability-consistency-8.h"
[all …]
/external/clang/test/SemaObjCXX/
Dnullability-consistency.mm1 // RUN: %clang_cc1 -fsyntax-only -fblocks -I %S/Inputs -isystem %S/Inputs/nullability-consistency-s…
2 // RUN: %clang_cc1 -fsyntax-only -fblocks -I %S/Inputs -isystem %S/Inputs/nullability-consistency-s…
4 #include "nullability-consistency-1.h"
5 #include "nullability-consistency-3.h"
6 #include "nullability-consistency-4.h"
7 #include "nullability-consistency-5.h"
8 #include "nullability-consistency-5.h"
9 #include "nullability-consistency-6.h"
10 #include "nullability-consistency-7.h"
11 #include "nullability-consistency-8.h"
[all …]
/external/python/cpython3/Lib/
Dcsv.py340 consistency = 1.0
343 while len(delims) == 0 and consistency >= threshold:
346 if ((v[1]/total) >= consistency and
349 consistency -= 0.01
/external/python/cpython2/Lib/
Dcsv.py344 consistency = 1.0
347 while len(delims) == 0 and consistency >= threshold:
350 if ((v[1]/total) >= consistency and
353 consistency -= 0.01
/external/python/cpython2/Mac/Demo/applescript/Disk_Copy/
DSpecial_Events.py359 class consistency(aetools.NProperty): class
379 'consistency' : consistency,
415 'Rch1' : consistency,
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/master/src/
Dgles31-multisample-test-issues.txt6 dEQP-GLES31.functional.shaders.multisample_interpolation.interpolate_at_centroid.consistency.*
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.6.x/src/
Dgles31-multisample-test-issues.txt6 dEQP-GLES31.functional.shaders.multisample_interpolation.interpolate_at_centroid.consistency.*
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.4.x/src/
Dgles31-multisample-test-issues.txt6 dEQP-GLES31.functional.shaders.multisample_interpolation.interpolate_at_centroid.consistency.*
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/src/
Dgles31-multisample-test-issues.txt6 dEQP-GLES31.functional.shaders.multisample_interpolation.interpolate_at_centroid.consistency.*
/external/conscrypt/common/src/test/java/org/conscrypt/metrics/
DProtocolTest.java12 public void consistency() { in consistency() method in ProtocolTest
DCipherSuiteTest.java13 public void consistency() { in consistency() method in CipherSuiteTest
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/metrics/
DProtocolTest.java16 public void consistency() { in consistency() method in ProtocolTest
DCipherSuiteTest.java17 public void consistency() { in consistency() method in CipherSuiteTest
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/f2fs/f2fs_write_checkpoint/
Dformat13 …ed int) ((REC->dev) & ((1U << 20) - 1))), REC->is_umount ? "clean umount" : "consistency", REC->msg
/external/libchrome/libchrome_tools/patch/
D0001-Use-qualified-base-make_optional-in-optional_unittes.patch14 replaces others for consistency.
39 + // consistency.
/external/curl/docs/cmdline-opts/
Dpost302.d11 consistency. However, a server may require a POST to remain a POST after such
Dpost301.d11 consistency. However, a server may require a POST to remain a POST after such
/external/libepoxy/registry/
DREADME.md10 4. check the result for consistency and commit it
/external/llvm/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebateResp4.txt51 arguing for consistency with C, you should be asking for 'type int []',
67 This is not about function pointers. This is about consistency in the
68 type system, and consistency with the rest of the language. The point
/external/llvm-project/llvm/docs/
DBugLifeCycle.rst10 Introduction - Achieving consistency in how we deal with bug reports
13 We aim to achieve a basic level of consistency in how reported bugs evolve from
15 consistency helps reporters, developers and others to gain a better
/external/llvm-project/llvm/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebateResp4.txt51 arguing for consistency with C, you should be asking for 'type int []',
67 This is not about function pointers. This is about consistency in the
68 type system, and consistency with the rest of the language. The point
/external/ltp/testcases/kernel/io/ltp-aiodio/
DREADME2 TESTS to check consistency between O_DIRECT reads/writes and buffered
/external/llvm-project/llvm/test/Transforms/InstSimplify/
Dshr-scalar-vector-consistency.ll4 ; This tests checks optimization consistency for scalar and vector code.
/external/lmfit/
Dconfigure.ac31 # consistency check: is source code present?
/external/boringssl/src/
DSTYLE.md13 concerned, balance consistency within a module with the benefits of a
15 integer and return value conventions take precedence over consistency.
34 Comments should be `// C99-style` for consistency with C++.
117 following naming conventions for consistency with existing OpenSSL and C

12345678910>>...15