/external/vboot_reference/firmware/lib/ |
D | vboot_audio.c | 78 goto nope; in VbGetDevMusicNotes() 86 goto nope; in VbGetDevMusicNotes() 89 goto nope; in VbGetDevMusicNotes() 93 goto nope; in VbGetDevMusicNotes() 104 goto nope; in VbGetDevMusicNotes() 117 goto nope; in VbGetDevMusicNotes() 128 goto nope; in VbGetDevMusicNotes() 155 goto nope; in VbGetDevMusicNotes() 163 goto nope; in VbGetDevMusicNotes() 169 goto nope; in VbGetDevMusicNotes() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Util/PredicateInfo/ |
D | testandor.ll | 69 ; CHECK: nope: 80 br i1 %z, label %both, label %nope 87 nope: 112 ; CHECK: nope: 121 br i1 %z, label %both, label %nope 127 nope: 157 ; CHECK: nope: 165 br i1 %z, label %both, label %nope 172 nope: 193 ; CHECK: nope: [all …]
|
D | condprop.ll | 113 ; CHECK: nope: 120 br i1 %z, label %both_zero, label %nope 127 nope:
|
/external/capstone/bindings/vb6/ |
D | mMisc.bas | 178 On Error GoTo nope 207 nope: label 254 If Len(hexValue) = 0 Then GoTo nope 255 If Len(hexValue) > 2 Then GoTo nope 'expecting hex char code like FF or 90 258 If Err.Number <> 0 Then GoTo nope 'invalid hex code 261 If Err.Number <> 0 Then GoTo nope 'shouldnt happen.. > 255 cant be with len() <=2 ? 266 nope: label
|
/external/clang/test/SemaCXX/ |
D | align_value.cpp | 19 struct nope { struct 25 nope<long double, 4> y2;
|
/external/linux-kselftest/tools/testing/selftests/firmware/ |
D | fw_filesystem.sh | 185 config_set_name nope-test-firmware.bin 196 config_set_name nope-test-firmware.bin 207 config_set_name nope-test-firmware.bin
|
/external/swiftshader/third_party/LLVM/test/Transforms/GVN/ |
D | condprop.ll | 84 br i1 %z, label %both_zero, label %nope 95 nope:
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | regengine.inc | 55 #define nope snope 67 #define nope lnope 120 static int nope = 0; 331 assert(nope); 347 assert(nope); 457 assert(nope); 470 assert(nope); 669 assert(nope); 674 assert(nope); 953 assert(nope); [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | regengine.inc | 55 #define nope snope 67 #define nope lnope 120 static int nope = 0; 331 assert(nope); 347 assert(nope); 457 assert(nope); 470 assert(nope); 669 assert(nope); 674 assert(nope); 953 assert(nope); [all …]
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regengine.inc | 55 #define nope snope 67 #define nope lnope 120 static int nope = 0; 331 assert(nope); 347 assert(nope); 457 assert(nope); 470 assert(nope); 669 assert(nope); 674 assert(nope); 953 assert(nope); [all …]
|
/external/llvm/lib/Support/ |
D | regengine.inc | 55 #define nope snope 67 #define nope lnope 120 static int nope = 0; 331 assert(nope); 347 assert(nope); 457 assert(nope); 470 assert(nope); 669 assert(nope); 674 assert(nope); 953 assert(nope); [all …]
|
/external/toybox/tests/ |
D | grep.test | 164 ln -s nope sub/link
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/ |
D | condprop.ll | 20 ; CHECK: nope: 27 br i1 %z, label %both_zero, label %nope 34 nope:
|
/external/python/cpython3/Lib/test/ |
D | test_module.py | 146 bga.nope 148 bad_getattr2.nope
|
/external/curl/tests/data/ |
D | test61 | 23 Set-Cookie: test4=no; domain=nope.foo.com; path=/moo; secure
|
/external/llvm/test/Transforms/GVN/ |
D | condprop.ll | 65 br i1 %z, label %both_zero, label %nope 76 nope:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/ |
D | condprop.ll | 65 br i1 %z, label %both_zero, label %nope 76 nope:
|
/external/pdfium/fpdfsdk/ |
D | fpdftext_embeddertest.cpp | 195 std::unique_ptr<unsigned short, pdfium::FreeDeleter> nope = in TEST_F() local 205 FPDF_SCHHANDLE search = FPDFText_FindStart(textpage, nope.get(), 0, 0); in TEST_F()
|
/external/libffi/src/powerpc/ |
D | darwin_closure.S | 397 beq Lfinish ; nope.
|
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
D | darwin_closure.S | 397 beq Lfinish ; nope.
|
/external/python/cpython3/Doc/library/ |
D | configparser.rst | 683 >>> custom['section1'] = {'funky': 'nope'} 687 ValueError: Not a boolean: nope 688 >>> custom.BOOLEAN_STATES = {'sure': True, 'nope': False}
|
/external/v8/src/builtins/ |
D | builtins-regexp-gen.cc | 956 Label yup(this), nope(this), out(this); in IsFastRegExp() local 959 BranchIfFastRegExp(context, object, &yup, &nope); in IsFastRegExp() 965 BIND(&nope); in IsFastRegExp()
|
/external/python/cpython2/Doc/tutorial/ |
D | controlflow.rst | 341 if ok in ('n', 'no', 'nop', 'nope'):
|
/external/python/cpython3/Doc/tutorial/ |
D | controlflow.rst | 372 if ok in ('n', 'no', 'nop', 'nope'):
|
/external/mksh/src/ |
D | check.t | 8263 (1) echo nope 1 \#"$*" ;; 8280 nope 1 #3 test 2 -eq 3 8281 nope 1 #4 test 2 -ne 2 8284 nope 1 #7 test \! 2 -eq 2
|