Home
last modified time | relevance | path

Searched refs:against (Results 1 – 25 of 453) sorted by relevance

12345678910>>...19

/external/chromium/net/base/
Dx509_cert_types_mac.cc157 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/
DFindICU.cmake8 # 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/
Dllvm-config.pod15 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/
Drun_ERT.log8 Recognizing against the first grammar (dynamic add-word)
13 Recognizing against the pre-populated grammar
/external/iptables/extensions/
Dlibxt_conntrack.man18 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
Dlibxt_rateest.man47 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
Dlibxt_length.man2 of a packet against a specific value
Dlibxt_dscp.man5 Match against a numeric (decimal or hex) value [0-63].
/external/valgrind/main/memcheck/tests/
Dsupp_unknown.supp1 # This contains a match against a "???" entry
/external/tremolo/
DREADME2 0.07. It has been patched against publicly known vulnerabilities
/external/dnsmasq/contrib/dns-loc/
DREADME3 Here is a patch against dnsmasq 2.39 which provides support for LOC
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_background.sgml36 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/
DREADME.in55 * 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/
Dtech0006.txt80 … 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)
Dtech0002.txt46 Note that this "quick" fix has no effect against an intrusive attacker. For example, power consump…
50 against the user.
/external/icu4c/
Dicudefs.mk.in138 # 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/
DMESA_pack_invert.spec29 This extensions is written against the OpenGL 1.4 Specification.
DMESA_drm_image.spec27 Reguires EGL 1.4 or later. This extension is written against the
135 but it goes against the EGLImage design. EGLImages are opaque
DMESA_shader_debug.spec35 The extension is written against the OpenGL 1.5 specification.
37 The extension is written against the OpenGL Shading Language 1.10
DMESA_window_pos.spec27 The extension is written against the OpenGL 1.2 Specification
DMESA_agp_offset.spec31 This extensions is written against the OpenGL 1.4 Specification.
/external/llvm/test/Transforms/GVN/
D2008-12-15-CacheVisited.ll2 ; Cached results must be added to and verified against the visited sets.
/external/e2fsprogs/tests/
DREADME4 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/
Dexprs.m20 …if (@encode(int) == "foo") { } // expected-warning {{result of comparison against @encode is unsp…
/external/protobuf/vsprojects/
Dreadme.txt24 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