Home
last modified time | relevance | path

Searched refs:nothing (Results 1 – 25 of 1948) sorted by relevance

12345678910>>...78

/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DJimfsFileSystemCloseTest.java290 Path nothing = fs.getPath("/nothing"); in testFilesMethodsThrow() local
307 Files.createDirectory(nothing); in testFilesMethodsThrow()
313 Files.createFile(nothing); in testFilesMethodsThrow()
319 Files.write(nothing, ImmutableList.of("hello world"), UTF_8); in testFilesMethodsThrow()
349 Files.copy(file, nothing); in testFilesMethodsThrow()
355 Files.move(file, nothing); in testFilesMethodsThrow()
361 Files.copy(dir, nothing); in testFilesMethodsThrow()
367 Files.move(dir, nothing); in testFilesMethodsThrow()
373 Files.createSymbolicLink(nothing, file); in testFilesMethodsThrow()
379 Files.createLink(nothing, file); in testFilesMethodsThrow()
/external/clang/test/SemaTemplate/
Dinstantiate-local-class.cpp236 enum x2 { nothing }; in f2() enumerator
242 enum class x3 { nothing }; in f3() enumerator
298 enum local { nothing }; enumerator
306 enum class local { nothing }; enumerator
334 enum local { nothing }; enumerator
343 enum class local { nothing }; enumerator
370 enum { nothing } x; in m() enumerator
/external/llvm-project/lldb/test/API/functionalities/tsan/thread_numbers/
Dmain.c8 void *nothing(void *p) { in nothing() function
30 pthread_create(&t, NULL, nothing, NULL); in main()
39 pthread_create(&t, NULL, nothing, NULL); in main()
/external/llvm-project/clang/test/SemaTemplate/
Dinstantiate-local-class.cpp236 enum x2 { nothing }; in f2() enumerator
243 enum class x3 { nothing }; in f3() enumerator
300 enum local { nothing }; enumerator
308 enum class local { nothing }; enumerator
336 enum local { nothing }; enumerator
345 enum class local { nothing }; enumerator
372 enum { nothing } x; in m() enumerator
/external/pigweed/pw_preprocessor/
Ddocs.rst33 #define _ARG_PRINT_0(a) LOG_INFO("nothing!")
43 ARG_PRINT(); // Outputs: nothing!
51 Otherwise, expands to nothing. If the final argument is empty, it is omitted.
58 ``PW_COMMA_ARGS()`` expands to nothing. ``PW_COMMA_ARGS(1, 2, )`` expands to
126 nothing in C
128 block in C++; expands to nothing in C
/external/llvm-project/llvm/test/Analysis/IRSimilarityIdentifier/
Dnothing.ll4 ; nothing when there is nothing to analyze.
/external/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.addressof/
Daddressof.pass.cpp22 struct nothing { struct
46 nothing n; in main() argument
/external/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.addressof/
Daddressof.pass.cpp23 struct nothing { struct
47 nothing n; in main() argument
/external/deqp/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp1382 postCommon.enableBlend = tcu::nothing<bool>(); in genRandomTest()
1506 …ate(tcu::nothing<bool>(), tcu::nothing<Either<BlendEq, SeparateBlendEq> >(), tcu::nothing<Either<B… in createDiffTest()
1513 tcu::nothing<BVec4>()); in createDiffTest()
1524 tcu::nothing<Either<BlendEq, SeparateBlendEq> >(), in createDiffTest()
1526 tcu::nothing<BVec4>()); in createDiffTest()
1543 …ate(tcu::nothing<bool>(), tcu::nothing<Either<BlendEq, SeparateBlendEq> >(), tcu::nothing<Either<B… in createAdvancedEqDiffTest()
1550 tcu::nothing<BVec4>()); in createAdvancedEqDiffTest()
1560 tcu::nothing<Either<BlendEq, SeparateBlendEq> >(), in createAdvancedEqDiffTest()
1562 tcu::nothing<BVec4>()); in createAdvancedEqDiffTest()
1591 …const BlendState eqStateA = BlendState(tcu::nothing<bool>(), Maybe<Either<BlendEq, SeparateBlend… in addDrawBufferCommonTests()
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.hpp84 tcu::Maybe<deUint32> minVersion_ = tcu::nothing<deUint32>(), in RequiredExtension()
85 tcu::Maybe<deUint32> maxVersion_ = tcu::nothing<deUint32>()) in RequiredExtension()
101 tcu::Maybe<deUint32> minSpecVersion_ = tcu::nothing<deUint32>(), in RequiredLayer()
102 tcu::Maybe<deUint32> maxSpecVersion_ = tcu::nothing<deUint32>(), in RequiredLayer()
103 tcu::Maybe<deUint32> minImplVersion_ = tcu::nothing<deUint32>(), in RequiredLayer()
104 tcu::Maybe<deUint32> maxImplVersion_ = tcu::nothing<deUint32>()) in RequiredLayer()
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dipra-regmask.ll22 ; CHECK-DAG: nothing Clobbered Registers: {{$}}
23 define void @nothing() #0 {
42 i8* bitcast (void ()* @nothing to i8*),
/external/clang/test/Sema/
Dblock-literal.c6 void nothing();
16 nothing(); in somefunction()
/external/llvm-project/clang/test/Sema/
Dblock-literal.c6 void nothing();
16 nothing(); in somefunction()
/external/llvm/test/MC/Sparc/
Dsparc-directives.s4 ! '.proc' is documented to do nothing in the binutils assembler.
5 ! so it should do nothing for clang either, i.e. not be an error.
/external/llvm-project/llvm/test/MC/Sparc/
Dsparc-directives.s4 ! '.proc' is documented to do nothing in the binutils assembler.
5 ! so it should do nothing for clang either, i.e. not be an error.
/external/compiler-rt/test/tsan/Darwin/
Dgcd-groups-stress.mm7 // Do nothing.
22 // Do nothing.
/external/curl/tests/data/
Dtest129733 CONNECT to peer that returns nothing
60 # 52 - got nothing
/external/e2fsprogs/po/
Dinsert-header.sin5 # occurrences, do nothing. The distinction between the first and the following
20 # The hold space was nonempty. Following occurrences. Do nothing.
/external/libexif/po/
Dinsert-header.sin5 # occurrences, do nothing. The distinction between the first and the following
20 # The hold space was nonempty. Following occurrences. Do nothing.
/external/rust/crates/criterion/
DCargo.toml.orig72 # This feature _currently_ does nothing except disable a warning message, but in 0.4.0 it will be
76 # This feature _currently_ does nothing except disable a warning message, but in 0.4.0 it will be
80 # This feature _currently_ does nothing, but in 0.4.0 it will be
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dselect-to-branch.mir12 ; converted to branch, here !14 = 99/100, !14 = 99%, so it will do nothing.
61 ; There is no weight_branch information, so it will do nothing.
74 ; This function has used the optsize flag, so it will do nothing.
86 ; The function_entry_count of this function is 0, so it will do nothing.
/external/icu/icu4c/source/tools/icuinfo/
Dicuplugins_windows_sample.txt41 ## A high level test plugin that does nothing.
49 ## A "high-level" plugin that does nothing.
53 ## A "low-level" plugin that does nothing.
/external/wpa_supplicant_8/hostapd/
DREADME-MULTI-AP36 From the point of view of hostapd, there is nothing special about these
98 1. Backhaul BSS beacons do not advertise WPS support (other than that, nothing
100 2. STA sends Authentication frame (nothing Multi-AP specific).
101 3. AP sends Authentication frame (nothing Multi-AP specific).
143 1. Fronthaul BSS Beacon frames advertise WPS support (nothing Multi-AP
145 2. Enrollee sends Authentication frame (nothing Multi-AP specific).
146 3. AP sends Authentication frame (nothing Multi-AP specific).
/external/llvm-project/clang/test/PCH/
Dchain-selectors.m16 [a nothing]; // expected-warning {{method '-nothing' not found}}
/external/clang/test/PCH/
Dchain-selectors.m16 [a nothing]; // expected-warning {{method '-nothing' not found}}

12345678910>>...78