Searched refs:against (Results 1 – 25 of 453) sorted by relevance
12345678910>>...19
/external/chromium/net/base/ |
D | x509_cert_types_mac.cc | 157 bool match(const std::string& str, const std::string& against) { in match() argument 160 return against == str; in match() 300 bool CertPrincipal::Matches(const CertPrincipal& against) const { in Matches() 301 return match(common_name, against.common_name) && in Matches() 302 match(locality_name, against.locality_name) && in Matches() 303 match(state_or_province_name, against.state_or_province_name) && in Matches() 304 match(country_name, against.country_name) && in Matches() 305 match(street_addresses, against.street_addresses) && in Matches() 306 match(organization_names, against.organization_names) && in Matches() 307 match(organization_unit_names, against.organization_unit_names) && in Matches() [all …]
|
/external/webkit/Source/cmake/ |
D | FindICU.cmake | 8 # ICU_LIBRARIES - Libraries to link against for the common ICU 9 # ICU_I18N_LIBRARIES - Libraries to link against for ICU internationaliation 23 DOC "Libraries to link against for the common parts of ICU") 45 DOC "Libraries to link against for ICU internationalization")
|
/external/llvm/docs/CommandGuide/ |
D | llvm-config.pod | 15 against LLVM. 19 To link against the JIT: 67 Print the flags needed to link against LLVM libraries. 71 Print all the libraries needed to link against the specified LLVM 77 without B<-l> or pathnames. Useful for linking against a not-yet-installed
|
/external/srec/doc/logs/uapi/ |
D | run_ERT.log | 8 Recognizing against the first grammar (dynamic add-word) 13 Recognizing against the pre-populated grammar
|
/external/iptables/extensions/ |
D | libxt_conntrack.man | 18 Match against original/reply source/destination address 27 Match against original/reply source/destination port (TCP/UDP/etc.) or GRE key. 28 Matching against port ranges is only supported in kernel versions above 2.6.38. 35 Match remaining lifetime in seconds against given value or range of values
|
D | libxt_rateest.man | 47 against a static value, while in "relative mode", two rate estimators are 48 compared against another. 69 Compare the estimator(s) by bytes or packets per second, and compare against
|
D | libxt_length.man | 2 of a packet against a specific value
|
D | libxt_dscp.man | 5 Match against a numeric (decimal or hex) value [0-63].
|
/external/valgrind/main/memcheck/tests/ |
D | supp_unknown.supp | 1 # This contains a match against a "???" entry
|
/external/tremolo/ |
D | README | 2 0.07. It has been patched against publicly known vulnerabilities
|
/external/dnsmasq/contrib/dns-loc/ |
D | README | 3 Here is a patch against dnsmasq 2.39 which provides support for LOC
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_background.sgml | 36 protect against packet forgery. All these choices have proven to 37 be insufficient: key space is too small against current attacks, 41 authentication does not protect against bit flipping packet
|
/external/bluetooth/glib/ |
D | README.in | 55 * GLib now includes GIO, which adds optional dependencies against libattr 109 To keep binary compatibility with applications compiled against 112 compiled against GLib 2.6 will actually use new names for the 115 When compiling against GLib 2.6, applications intended to be 122 applications compiled against older versions of GLib.
|
/external/dropbear/libtomcrypt/notes/ |
D | tech0006.txt | 80 … the X9.63 shared secret and hashing it. The hash is then simply XOR'ed against the message [whic… 86 skey OCTET STRING -- The encrypted text (which the hash was XOR'ed against)
|
D | tech0002.txt | 46 Note that this "quick" fix has no effect against an intrusive attacker. For example, power consump… 50 against the user.
|
/external/icu4c/ |
D | icudefs.mk.in | 138 # DEFAULT_LIBS are the default libraries to link against 140 # LIB_M is for linking against the math library 142 # LIB_THREAD is for linking against the threading library 155 # What kind of libraries are we building and linking against?
|
/external/mesa3d/docs/ |
D | MESA_pack_invert.spec | 29 This extensions is written against the OpenGL 1.4 Specification.
|
D | MESA_drm_image.spec | 27 Reguires EGL 1.4 or later. This extension is written against the 135 but it goes against the EGLImage design. EGLImages are opaque
|
D | MESA_shader_debug.spec | 35 The extension is written against the OpenGL 1.5 specification. 37 The extension is written against the OpenGL Shading Language 1.10
|
D | MESA_window_pos.spec | 27 The extension is written against the OpenGL 1.2 Specification
|
D | MESA_agp_offset.spec | 31 This extensions is written against the OpenGL 1.4 Specification.
|
/external/llvm/test/Transforms/GVN/ |
D | 2008-12-15-CacheVisited.ll | 2 ; Cached results must be added to and verified against the visited sets.
|
/external/e2fsprogs/tests/ |
D | README | 4 The test_script program will automatically run e2fsck against the 30 filesystems against the original e2fsck, you will have to inspect the
|
/external/clang/test/SemaObjC/ |
D | exprs.m | 20 …if (@encode(int) == "foo") { } // expected-warning {{result of comparison against @encode is unsp…
|
/external/protobuf/vsprojects/ |
D | readme.txt | 24 compiling a debug build of your application, you may need to link against a 25 debug build of libprotobuf.lib. Similarly, release builds should link against 80 against the zlib library directly from your own app.
|
12345678910>>...19