Searched refs:consistency (Results 1 – 25 of 284) sorted by relevance
12345678910>>...12
/external/clang/test/SemaObjCXX/ |
D | nullability-consistency.mm | 1 // 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/ |
D | csv.py | 341 consistency = 1.0 344 while len(delims) == 0 and consistency >= threshold: 347 if ((v[1]/total) >= consistency and 350 consistency -= 0.01
|
/external/python/cpython2/Lib/ |
D | csv.py | 344 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/ |
D | Special_Events.py | 359 class consistency(aetools.NProperty): class 379 'consistency' : consistency, 415 'Rch1' : consistency,
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.4.x/src/ |
D | gles31-multisample-test-issues.txt | 6 dEQP-GLES31.functional.shaders.multisample_interpolation.interpolate_at_centroid.consistency.*
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/src/ |
D | gles31-multisample-test-issues.txt | 6 dEQP-GLES31.functional.shaders.multisample_interpolation.interpolate_at_centroid.consistency.*
|
D | gles31-test-issues.txt | 14 dEQP-GLES31.functional.shaders.multisample_interpolation.interpolate_at_centroid.consistency.*
|
/external/libchrome/libchrome_tools/patch/ |
D | 0001-Use-qualified-base-make_optional-in-optional_unittes.patch | 14 replaces others for consistency. 39 + // consistency.
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/ |
D | 2001-02-06-TypeNotationDebateResp4.txt | 51 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/docs/HistoricalNotes/ |
D | 2001-02-06-TypeNotationDebateResp4.txt | 51 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/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2001-02-06-TypeNotationDebateResp4.txt | 51 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/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/f2fs/f2fs_write_checkpoint/ |
D | format | 13 …ed int) ((REC->dev) & ((1U << 20) - 1))), REC->is_umount ? "clean umount" : "consistency", REC->msg
|
/external/curl/docs/cmdline-opts/ |
D | post301.d | 10 consistency. However, a server may require a POST to remain a POST after such
|
D | post302.d | 10 consistency. However, a server may require a POST to remain a POST after such
|
/external/boringssl/src/ |
D | STYLE.md | 13 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
|
/external/ltp/testcases/kernel/io/ltp-aiodio/ |
D | README | 2 TESTS to check consistency between O_DIRECT reads/writes and buffered
|
/external/lmfit/ |
D | configure.ac | 31 # consistency check: is source code present?
|
/external/e2fsprogs/debian/ |
D | e2fsck-static.copyright | 2 file system consistency checker (e2fsck.static). The EXT2 utilities
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/master/src/ |
D | gles31-test-issues.txt | 14 dEQP-GLES31.functional.shaders.multisample_interpolation.interpolate_at_centroid.consistency.*
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.41.14 | 18 consistency with the kernel.
|
D | v1.03.txt | 25 certain superblock consistency checks fail. Previously it continued
|
/external/deqp/android/cts/master/src/ |
D | gles31-test-issues.txt | 15 dEQP-GLES31.functional.shaders.multisample_interpolation.interpolate_at_centroid.consistency.*
|
/external/llvm/test/CodeGen/ARM/ |
D | swift-atomics.ll | 17 ; However, if sequential consistency is needed *something* must ensure a release
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | swift-atomics.ll | 17 ; However, if sequential consistency is needed *something* must ensure a release
|
/external/markdown/docs/extensions/ |
D | Fenced_Code_Blocks.txt | 35 define the language as you would a css class - ``.language``. For consistency
|
12345678910>>...12