/external/elfutils/libebl/ |
D | eblopenbackend.c | 121 static const char *default_object_type_name (int ignore, char *buf, 123 static const char *default_reloc_type_name (int ignore, char *buf, size_t len); 124 static bool default_reloc_type_check (int ignore); 125 static bool default_reloc_valid_use (Elf *elf, int ignore); 126 static bool default_gotpc_reloc_check (Elf *elf, int ignore); 127 static const char *default_segment_type_name (int ignore, char *buf, 129 static const char *default_section_type_name (int ignore, char *buf, 131 static const char *default_section_name (int ignore, int ignore2, char *buf, 133 static const char *default_machine_flag_name (Elf64_Word *ignore); 135 static const char *default_symbol_type_name (int ignore, char *buf, [all …]
|
/external/wpa_supplicant/ |
D | eap_pax.c | 148 ret->ignore = TRUE; in eap_pax_process_std_1() 155 ret->ignore = TRUE; in eap_pax_process_std_1() 164 ret->ignore = TRUE; in eap_pax_process_std_1() 173 ret->ignore = TRUE; in eap_pax_process_std_1() 192 ret->ignore = TRUE; in eap_pax_process_std_1() 201 ret->ignore = TRUE; in eap_pax_process_std_1() 271 ret->ignore = TRUE; in eap_pax_process_std_3() 278 ret->ignore = TRUE; in eap_pax_process_std_3() 287 ret->ignore = TRUE; in eap_pax_process_std_3() 296 ret->ignore = TRUE; in eap_pax_process_std_3() [all …]
|
D | eap_leap.c | 87 ret->ignore = TRUE; in eap_leap_process_request() 95 ret->ignore = TRUE; in eap_leap_process_request() 108 ret->ignore = TRUE; in eap_leap_process_request() 159 ret->ignore = TRUE; in eap_leap_process_success() 177 ret->ignore = TRUE; in eap_leap_process_success() 213 ret->ignore = TRUE; in eap_leap_process_response() 221 ret->ignore = TRUE; in eap_leap_process_response() 234 ret->ignore = TRUE; in eap_leap_process_response() 285 ret->ignore = TRUE; in eap_leap_process() 294 ret->ignore = TRUE; in eap_leap_process() [all …]
|
D | eap_vendor_test.c | 83 ret->ignore = TRUE; in eap_vendor_test_process() 90 ret->ignore = TRUE; in eap_vendor_test_process() 97 ret->ignore = TRUE; in eap_vendor_test_process() 104 ret->ignore = TRUE; in eap_vendor_test_process() 114 ret->ignore = TRUE; in eap_vendor_test_process() 122 ret->ignore = FALSE; in eap_vendor_test_process()
|
D | eap_md5.c | 53 ret->ignore = TRUE; in eap_md5_process() 62 ret->ignore = TRUE; in eap_md5_process() 76 ret->ignore = TRUE; in eap_md5_process() 79 ret->ignore = FALSE; in eap_md5_process()
|
D | eap_otp.c | 50 ret->ignore = TRUE; in eap_otp_process() 68 ret->ignore = TRUE; in eap_otp_process() 72 ret->ignore = FALSE; in eap_otp_process()
|
D | eap_psk.c | 103 ret->ignore = TRUE; in eap_psk_process_1() 122 ret->ignore = TRUE; in eap_psk_process_1() 131 ret->ignore = TRUE; in eap_psk_process_1() 199 ret->ignore = TRUE; in eap_psk_process_3() 221 ret->ignore = TRUE; in eap_psk_process_3() 368 ret->ignore = TRUE; in eap_psk_process() 373 ret->ignore = FALSE; in eap_psk_process() 390 ret->ignore = TRUE; in eap_psk_process()
|
D | eap_mschapv2.c | 326 ret->ignore = TRUE; in eap_mschapv2_challenge() 335 ret->ignore = TRUE; in eap_mschapv2_challenge() 343 ret->ignore = TRUE; in eap_mschapv2_challenge() 358 ret->ignore = FALSE; in eap_mschapv2_challenge() 441 ret->ignore = TRUE; in eap_mschapv2_success() 585 ret->ignore = FALSE; in eap_mschapv2_change_password() 698 ret->ignore = FALSE; in eap_mschapv2_failure() 817 ret->ignore = TRUE; in eap_mschapv2_process() 835 ret->ignore = TRUE; in eap_mschapv2_process() 841 ret->ignore = TRUE; in eap_mschapv2_process() [all …]
|
D | eap_gtc.c | 65 ret->ignore = TRUE; in eap_gtc_process() 97 ret->ignore = TRUE; in eap_gtc_process() 101 ret->ignore = FALSE; in eap_gtc_process()
|
D | eap_sake.c | 166 ret->ignore = TRUE; in eap_sake_process_identity() 215 ret->ignore = TRUE; in eap_sake_process_challenge() 315 ret->ignore = TRUE; in eap_sake_process_confirm() 392 ret->ignore = TRUE; in eap_sake_process() 410 ret->ignore = TRUE; in eap_sake_process() 416 ret->ignore = FALSE; in eap_sake_process() 440 ret->ignore = TRUE; in eap_sake_process()
|
/external/tcpdump/tests/ |
D | mpls-ldp-hello.out | 3 Hello Message (0x0100), length: 28, Message ID: 0x00011970, Flags: [ignore if unknown] 4 Common Hello Parameters TLV (0x0400), length: 4, Flags: [ignore and don't forward if unknown] 6 IPv4 Transport Address TLV (0x0401), length: 4, Flags: [ignore and don't forward if unknown] 8 …Configuration Sequence Number TLV (0x0402), length: 4, Flags: [ignore and don't forward if unknown]
|
D | mpls-ldp-hello.new | 3 Hello Message (0x0100), length: 28, Message ID: 0x00011970, Flags: [ignore if unknown] 4 Common Hello Parameters TLV (0x0400), length: 4, Flags: [ignore and don't forward if unknown] 6 IPv4 Transport Address TLV (0x0401), length: 4, Flags: [ignore and don't forward if unknown] 8 …Configuration Sequence Number TLV (0x0402), length: 4, Flags: [ignore and don't forward if unknown]
|
/external/apache-http/src/org/apache/http/impl/ |
D | SocketHttpClientConnection.java | 159 } catch (SocketException ignore) { in setSocketTimeout() 171 } catch (SocketException ignore) { in getSocketTimeout() 196 } catch (IOException ignore) { in close() 200 } catch (IOException ignore) { in close() 202 } catch (UnsupportedOperationException ignore) { in close()
|
D | SocketHttpServerConnection.java | 157 } catch (SocketException ignore) { in setSocketTimeout() 169 } catch (SocketException ignore) { in getSocketTimeout() 193 } catch (IOException ignore) { in close() 197 } catch (IOException ignore) { in close()
|
/external/bison/tests/ |
D | local.at | 184 0, [ignore], [ignore])]) 190 # If the C++ compiler does not work, ignore the test. 193 AT_CHECK([$BISON_CXX_WORKS], 0, ignore, ignore) 195 0, [ignore], [ignore])])
|
/external/webkit/WebKit/win/ |
D | DefaultPolicyDelegate.cpp | 131 listener->ignore(); in decidePolicyForNavigationAction() 170 listener->ignore(); in decidePolicyForMIMEType() 174 listener->ignore(); in decidePolicyForMIMEType() 178 listener->ignore(); in decidePolicyForMIMEType()
|
/external/icu4c/tools/cpysearch/ |
D | cpyscan.pl | 13 my $ignore = "data/out/build|CVS|\\.svn|\\~|\\#|Debug|Release|\\.dll|\\.ilk|\\.idb|\\.pdb|\\.dsp|\\… 17 @files = grep(!/$ignore/, @files);
|
D | cpysearch.pl | 14 my $ignore = "CVS|\\.svn|\\~|\\#|Debug|Release|\\.dll|\\.ilk|\\.idb|\\.pdb|\\.dsp|\\.dsw|\\.opt|\\.… 21 @files = grep(!/$ignore/, @files);
|
/external/dosfstools/ |
D | Makefile | 84 rmdir --ignore-fail-on-non-empty $(DESTDIR)/$(SBINDIR) 89 rmdir --ignore-fail-on-non-empty $(DESTDIR)/$(DOCDIR) 101 rmdir --ignore-fail-on-non-empty $(DESTDIR)/$(MANDIR)/man8 102 rmdir --ignore-fail-on-non-empty $(DESTDIR)/$(MANDIR)
|
/external/emma/core/java14/com/vladium/util/ |
D | IJREVersion.java | 68 catch (Error ignore) {} 80 catch (NoSuchMethodError ignore) {}
|
/external/emma/core/java12/com/vladium/util/ |
D | Property.java | 235 if (in != null) try { in.close (); } catch (Throwable ignore) {} in getProperties() 269 if (in != null) try { in.close (); } catch (Throwable ignore) {} in getProperties() 301 if (in != null) try { in.close (); } catch (Throwable ignore) {} in getPropertiesFromFile() 462 catch (SecurityException ignore) in keys() 464 ignore.printStackTrace (System.out); in keys()
|
/external/webkit/WebCore/svg/ |
D | SVGTRefElement.cpp | 51 ExceptionCode ignore = 0; in updateReferencedText() local 52 setTextContent(textContent, ignore); in updateReferencedText()
|
/external/emma/core/java12/com/vladium/util/exception/ |
D | ExceptionCommon.java | 120 catch (Throwable ignore) in addExceptionResource() 408 catch (Throwable ignore) {} in lookup() 425 catch (Throwable ignore) {} in lookup() 495 catch (Throwable ignore)
|
/external/icu4c/test/intltest/ |
D | tmsgfmt.cpp | 454 FieldPosition ignore(FieldPosition::DONT_CARE); in testSimpleFormat() local 455 form->format(testArgs1, 2, string, ignore, err); in testSimpleFormat() 460 ignore.setField(FieldPosition::DONT_CARE); in testSimpleFormat() 462 form->format(testArgs2, 2, string, ignore, err); in testSimpleFormat() 468 ignore.setField(FieldPosition::DONT_CARE); in testSimpleFormat() 470 form->format(testArgs3, 2, string, ignore, err); in testSimpleFormat() 491 FieldPosition ignore(FieldPosition::DONT_CARE); in testMsgFormatChoice() local 494 form->format(testArgs1, 2, string, ignore, err); in testMsgFormatChoice() 499 ignore.setField(FieldPosition::DONT_CARE); in testMsgFormatChoice() 502 form->format(testArgs2, 2, string, ignore, err); in testMsgFormatChoice() [all …]
|
/external/emma/core/res/com/vladium/emma/data/ |
D | merge_usage.res | 34 "quiet operation (ignore all but warnings and severe errors)"; 39 "extra-quiet operation (ignore all but severe errors)";
|