Home
last modified time | relevance | path

Searched refs:except (Results 1 – 25 of 1996) sorted by relevance

12345678910>>...80

/external/v8/test/mjsunit/
Dinstanceof-2.js28 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/
Ddfork.c597 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 …]
Ddfork.h135 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/
Davahi-bookmarks.in24 except ImportError:
30 except ImportError:
59 except:
155 except getopt.GetoptError:
194 except KeyboardInterrupt:
205 except ImportError:
226 except KeyboardInterrupt:
/external/curl/include/curl/
Dcurlbuild.h.in61 #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"
Dcurlbuild.h.cmake61 #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/
DtutorA.rng117 <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>
D565219.rng5 <except>
8 </except>
Dtutor11_2.rng6 <except>
9 </except>
Dtutor11_4.rng5 <except>
7 </except>
/external/pdfium/xfa/src/fxbarcode/
DBC_BufferedImageLuminanceSource.cpp51 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/
Dwindows-itanium-exceptions.cpp5 void except() { in except() function
10 try { except(); } catch (...) { } in attempt()
/external/selinux/libsemanage/src/
Dexception.sh1 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/
Ddfa.rb303 except = NoViableAlternative.new( description, @decision_number, state, input )
304 error( except )
305 raise( except )
308 def error( except ) argument
/external/selinux/libselinux/src/
Dexception.sh1 function except() { function
19 for i in `awk '/<stdin>.*extern int/ { print $6 }' temp.aux`; do except $i ; done
/external/squashfs-tools/RELEASE-READMEs/
DREADME-3.327 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/
DAbstractCheckedFutureTest.java41 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/
DCandidateLoaderTest-sample.properties5 # 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/
DRBNFParseTest.java81 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/
DRBNFParseTest.java77 boolean except = tests == exceptrules; in TestParse()
90 if (!except) { in TestParse()
96 if (except && !caughtException) { in TestParse()
/external/llvm/test/MC/AsmParser/
Ddirective_seh.s26 .seh_handler __C_specific_handler, @except
35 # CHECK: .seh_handler __C_specific_handler, @except
/external/objenesis/tck/src/org/objenesis/tck/candidates/
Dserializable-candidates.properties5 # 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.
Dcandidates.properties5 # 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/
DCOFFAsmParser.cpp140 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/
Dfunctional.image_load_store.txt8 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

12345678910>>...80