/external/v8/test/mjsunit/ |
D | instanceof-2.js | 28 var except = "exception"; variable 36 except, except, true, true, except, except, true, true, 37 except, except, false, true, except, except, false, true, 38 except, except, true, false, except, except, true, false, 39 except, except, false, false, except, except, false, false, 40 false, false, except, except, false, false, except, except, 41 true, false, except, except, true, false, except, except, 42 false, true, except, except, false, true, except, except, 43 true, true, except, except, true, true, except, except, 44 except, except, except, except, except, except, except, except, [all …]
|
/external/libdaemon/libdaemon/ |
D | dfork.c | 597 int daemon_unblock_sigs(int except, ...) { in daemon_unblock_sigs() argument 603 va_start(ap, except); in daemon_unblock_sigs() 605 if (except >= 1) in daemon_unblock_sigs() 614 va_start(ap, except); in daemon_unblock_sigs() 617 if (except >= 1) { in daemon_unblock_sigs() 619 p[i++] = except; in daemon_unblock_sigs() 637 int daemon_unblock_sigsv(const int except[]) { in daemon_unblock_sigsv() argument 644 for (i = 0; except[i] > 0; i++) in daemon_unblock_sigsv() 645 if (sigaddset(&ss, except[i]) < 0) in daemon_unblock_sigsv() 651 int daemon_reset_sigs(int except, ...) { in daemon_reset_sigs() argument [all …]
|
D | dfork.h | 135 int daemon_unblock_sigs(int except, ...); 141 int daemon_unblock_sigsv(const int except[]); 153 int daemon_reset_sigs(int except, ...); 159 int daemon_reset_sigsv(const int except[]);
|
/external/avahi/avahi-python/ |
D | avahi-bookmarks.in | 24 except ImportError: 30 except ImportError: 59 except: 155 except getopt.GetoptError: 194 except KeyboardInterrupt: 205 except ImportError: 226 except KeyboardInterrupt:
|
/external/curl/include/curl/ |
D | curlbuild.h.in | 61 #error "CURL_SIZEOF_LONG shall not be defined except in curlbuild.h" 66 #error "CURL_TYPEOF_CURL_SOCKLEN_T shall not be defined except in curlbuild.h" 71 #error "CURL_SIZEOF_CURL_SOCKLEN_T shall not be defined except in curlbuild.h" 76 #error "CURL_TYPEOF_CURL_OFF_T shall not be defined except in curlbuild.h" 81 #error "CURL_FORMAT_CURL_OFF_T shall not be defined except in curlbuild.h" 86 #error "CURL_FORMAT_CURL_OFF_TU shall not be defined except in curlbuild.h" 91 #error "CURL_FORMAT_OFF_T shall not be defined except in curlbuild.h" 96 #error "CURL_SIZEOF_CURL_OFF_T shall not be defined except in curlbuild.h" 101 #error "CURL_SUFFIX_CURL_OFF_T shall not be defined except in curlbuild.h" 106 #error "CURL_SUFFIX_CURL_OFF_TU shall not be defined except in curlbuild.h"
|
D | curlbuild.h.cmake | 61 #error "CURL_SIZEOF_LONG shall not be defined except in curlbuild.h" 66 #error "CURL_TYPEOF_CURL_SOCKLEN_T shall not be defined except in curlbuild.h" 71 #error "CURL_SIZEOF_CURL_SOCKLEN_T shall not be defined except in curlbuild.h" 76 #error "CURL_TYPEOF_CURL_OFF_T shall not be defined except in curlbuild.h" 81 #error "CURL_FORMAT_CURL_OFF_T shall not be defined except in curlbuild.h" 86 #error "CURL_FORMAT_CURL_OFF_TU shall not be defined except in curlbuild.h" 91 #error "CURL_FORMAT_OFF_T shall not be defined except in curlbuild.h" 96 #error "CURL_SIZEOF_CURL_OFF_T shall not be defined except in curlbuild.h" 101 #error "CURL_SUFFIX_CURL_OFF_T shall not be defined except in curlbuild.h" 106 #error "CURL_SUFFIX_CURL_OFF_TU shall not be defined except in curlbuild.h"
|
/external/libxml2/test/relaxng/ |
D | tutorA.rng | 117 <element name="except"> 236 <ref name="except-name-class"/> 240 <ref name="except-name-class"/> 249 <define name="except-name-class"> 253 <element name="except"> 288 <except> 291 </except> 301 <except> 303 </except>
|
D | 565219.rng | 5 <except> 8 </except>
|
D | tutor11_2.rng | 6 <except> 9 </except>
|
D | tutor11_4.rng | 5 <except> 7 </except>
|
/external/pdfium/xfa/src/fxbarcode/ |
D | BC_BufferedImageLuminanceSource.cpp | 51 goto except; in CreateDIBSource() 56 goto except; in CreateDIBSource() 59 goto except; in CreateDIBSource() 65 goto except; in CreateDIBSource() 74 except: in CreateDIBSource()
|
/external/clang/test/CodeGenCXX/ |
D | windows-itanium-exceptions.cpp | 5 void except() { in except() function 10 try { except(); } catch (...) { } in attempt()
|
/external/selinux/libsemanage/src/ |
D | exception.sh | 1 function except() { function 13 for i in `awk '/extern int/ { print $6 }' temp.aux`; do except $i ; done
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | dfa.rb | 303 except = NoViableAlternative.new( description, @decision_number, state, input ) 304 error( except ) 305 raise( except ) 308 def error( except ) argument
|
/external/selinux/libselinux/src/ |
D | exception.sh | 1 function except() { function 19 for i in `awk '/<stdin>.*extern int/ { print $6 }' temp.aux`; do except $i ; done
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-3.3 | 27 Similar to existing exclude files except with wildcards. Exclude 46 except those with "data" in the name. 73 except those with "data" in the name. 78 card pattern matching, except patterns are considered to be regular 117 Enabled by default. Similar to existing extract files except with 136 except those with "data" in the name. 141 card pattern matching, except patterns are considered to be regular
|
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/ |
D | AbstractCheckedFutureTest.java | 41 Exception except, CountDownLatch waitOn); in createCheckedFuture() argument 60 Exception except, CountDownLatch waitOn) { in createListenableFuture() argument 61 return createCheckedFuture(value, except, waitOn); in createListenableFuture()
|
/external/objenesis/tck/test/org/objenesis/tck/ |
D | CandidateLoaderTest-sample.properties | 5 # you may not use this file except in compliance with the License. 17 # you may not use this file except in compliance with the License. 29 # you may not use this file except in compliance with the License. 41 # you may not use this file except in compliance with the License.
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | RBNFParseTest.java | 81 boolean except = tests == exceptrules; in TestParse() 94 if (!except) { in TestParse() 100 if (except && !caughtException) { in TestParse()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | RBNFParseTest.java | 77 boolean except = tests == exceptrules; in TestParse() 90 if (!except) { in TestParse() 96 if (except && !caughtException) { in TestParse()
|
/external/llvm/test/MC/AsmParser/ |
D | directive_seh.s | 26 .seh_handler __C_specific_handler, @except 35 # CHECK: .seh_handler __C_specific_handler, @except
|
/external/objenesis/tck/src/org/objenesis/tck/candidates/ |
D | serializable-candidates.properties | 5 # you may not use this file except in compliance with the License. 17 # you may not use this file except in compliance with the License. 29 # you may not use this file except in compliance with the License. 41 # you may not use this file except in compliance with the License.
|
D | candidates.properties | 5 # you may not use this file except in compliance with the License. 17 # you may not use this file except in compliance with the License. 29 # you may not use this file except in compliance with the License. 41 # you may not use this file except in compliance with the License.
|
/external/llvm/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 140 bool ParseAtUnwindOrAtExcept(bool &unwind, bool &except); 576 bool unwind = false, except = false; in ParseSEHDirectiveHandler() local 577 if (ParseAtUnwindOrAtExcept(unwind, except)) in ParseSEHDirectiveHandler() 581 if (ParseAtUnwindOrAtExcept(unwind, except)) in ParseSEHDirectiveHandler() 590 getStreamer().EmitWinEHHandler(handler, unwind, except); in ParseSEHDirectiveHandler() 733 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) { in ParseAtUnwindOrAtExcept() argument 744 except = true; in ParseAtUnwindOrAtExcept()
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.image_load_store.txt | 8 you may not use this file except in compliance with the License. 32 - Also identical variants except with "volatile" 40 + Shaders other than compute (except for basic early_fragment_tests cases) 77 shader is dispatched with the dimensions equal to the image size, except that 97 The "volatile" cases are otherwise identical to the "coherent" cases, except 102 above-described imageLoad()&imageStore() case, except the images are qualified
|