Home
last modified time | relevance | path

Searched refs:nope (Results 1 – 25 of 31) sorted by relevance

12

/external/vboot_reference/firmware/lib/
Dvboot_audio.c78 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/
Dtestandor.ll69 ; 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 …]
Dcondprop.ll113 ; CHECK: nope:
120 br i1 %z, label %both_zero, label %nope
127 nope:
/external/capstone/bindings/vb6/
DmMisc.bas178 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/
Dalign_value.cpp19 struct nope { struct
25 nope<long double, 4> y2;
/external/linux-kselftest/tools/testing/selftests/firmware/
Dfw_filesystem.sh203 config_set_name nope-test-firmware.bin
214 config_set_name nope-test-firmware.bin
226 config_set_name nope-test-firmware.bin
237 config_set_name nope-test-firmware.bin
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Dregengine.inc55 #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/
Dregengine.inc55 #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/
Dregengine.inc55 #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/test/Transforms/NewGVN/
Dcondprop.ll20 ; CHECK: nope:
27 br i1 %z, label %both_zero, label %nope
34 nope:
/external/toybox/tests/
Dgrep.test166 ln -s nope sub/link
/external/python/cpython3/Lib/test/
Dtest_module.py146 bga.nope
148 bad_getattr2.nope
/external/curl/tests/data/
Dtest6123 Set-Cookie: test4=no; domain=nope.foo.com; path=/moo; secure
/external/llvm/test/Transforms/GVN/
Dcondprop.ll65 br i1 %z, label %both_zero, label %nope
76 nope:
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/
Dcondprop.ll65 br i1 %z, label %both_zero, label %nope
76 nope:
/external/libffi/src/powerpc/
Ddarwin_closure.S397 beq Lfinish ; nope.
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Ddarwin_closure.S397 beq Lfinish ; nope.
/external/pdfium/fpdfsdk/
Dfpdf_text_embeddertest.cpp273 ScopedFPDFWideString nope = GetFPDFWideString(L"nope"); in TEST_F() local
280 ScopedFPDFTextFind search(FPDFText_FindStart(textpage, nope.get(), 0, 0)); in TEST_F()
/external/python/pybind11/docs/
Dfaq.rst69 i += 1 # nope..
/external/python/cpython3/Doc/library/
Dconfigparser.rst686 >>> custom['section1'] = {'funky': 'nope'}
690 ValueError: Not a boolean: nope
691 >>> custom.BOOLEAN_STATES = {'sure': True, 'nope': False}
/external/python/cpython2/Doc/tutorial/
Dcontrolflow.rst341 if ok in ('n', 'no', 'nop', 'nope'):
/external/python/cpython3/Doc/tutorial/
Dcontrolflow.rst380 if ok in ('n', 'no', 'nop', 'nope'):
/external/mksh/src/
Dcheck.t8263 (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
/external/python/cpython3/Doc/howto/
Dclinic.rst951 nope: bool = False
/external/icu/icu4c/source/test/testdata/
Dregextst.txt1623 …{2,3}(:[a-zA-Z0-9]*)?/?([a-zA-Z0-9\-\._\?\,\'/\\\+\&%\$#\=~])*$" "ftp://blah_underscore/[nope]"

12