Searched refs:against (Results 1 - 25 of 92) sorted by relevance

1234

/external/llvm/test/MC/PowerPC/
H A Dppc64-relocs-01.s25 # R_PPC64_TOC16_DS against the .toc and the 'sin' external function
33 # 1. A R_PPC64_ADDR64 against the .text segment plus addend (the function
35 # 2. And a R_PPC64_TOC against no symbol (the linker will replace for the
H A Dppc64-tls-relocs-01.s17 # against the thread-local symbol 't'.
/external/chromium_org/net/cert/
H A Dx509_cert_types_mac.cc167 bool match(const std::string& str, const std::string& against) { argument
170 return against == str;
280 bool CertPrincipal::Matches(const CertPrincipal& against) const {
281 return match(common_name, against.common_name) &&
282 match(locality_name, against.locality_name) &&
283 match(state_or_province_name, against.state_or_province_name) &&
284 match(country_name, against.country_name) &&
285 match(street_addresses, against.street_addresses) &&
286 match(organization_names, against.organization_names) &&
287 match(organization_unit_names, against
[all...]
H A Dx509_cert_types.h46 // Compare this CertPrincipal with |against|, returning true if they're
50 bool Matches(const CertPrincipal& against) const;
/external/chromium/net/base/
H A Dx509_cert_types_mac.cc157 bool match(const std::string& str, const std::string& against) { argument
160 return against == str;
300 bool CertPrincipal::Matches(const CertPrincipal& against) const {
301 return match(common_name, against.common_name) &&
302 match(locality_name, against.locality_name) &&
303 match(state_or_province_name, against.state_or_province_name) &&
304 match(country_name, against.country_name) &&
305 match(street_addresses, against.street_addresses) &&
306 match(organization_names, against.organization_names) &&
307 match(organization_unit_names, against
[all...]
H A Dx509_cert_types.h60 // Compare this CertPrincipal with |against|, returning true if they're
64 bool Matches(const CertPrincipal& against) const;
/external/elfutils/tests/
H A Drun-elflint-test.sh32 section [ 8] '.rela.dyn': relocation 1: copy relocation against symbol of type FUNC
/external/jpeg/
H A DAndroid.mk17 # building against master
23 # unbundled branch, built against NDK.
85 # unbundled branch, built against NDK.
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_pack_invert.spec29 This extensions is written against the OpenGL 1.4 Specification.
H A DMESA_agp_offset.spec31 This extensions is written against the OpenGL 1.4 Specification.
H A DMESA_window_pos.spec27 The extension is written against the OpenGL 1.2 Specification
H A 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
H A DMESA_drm_image.spec27 Requires EGL 1.4 or later. This extension is written against the
139 but it goes against the EGLImage design. EGLImages are opaque
H A DMESA_ycbcr_texture.spec29 This extension is written against the OpenGL 1.4 Specification.
/external/mesa3d/docs/
H A DMESA_pack_invert.spec29 This extensions is written against the OpenGL 1.4 Specification.
H A DMESA_agp_offset.spec31 This extensions is written against the OpenGL 1.4 Specification.
H A DMESA_window_pos.spec27 The extension is written against the OpenGL 1.2 Specification
H A 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
H A DMESA_drm_image.spec27 Requires EGL 1.4 or later. This extension is written against the
139 but it goes against the EGLImage design. EGLImages are opaque
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dlsl2.php12 * Data derived and validated against the following:
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_trace.spec28 The extension is written against the OpenGL 1.2 Specification
/external/mesa3d/docs/OLD/
H A DMESA_trace.spec28 The extension is written against the OpenGL 1.2 Specification
/external/chromium_org/tools/valgrind/
H A Dwaterfall.sh172 match Test the local suppression files against the downloaded logs
/external/gtest/src/
H A DAndroid.mk19 # provide a common main to run the test (ie if you link against
/external/icu4c/
H A Dicudefs.mk137 # DEFAULT_LIBS are the default libraries to link against
139 # LIB_M is for linking against the math library
141 # LIB_THREAD is for linking against the threading library
154 # What kind of libraries are we building and linking against?

Completed in 1765 milliseconds

1234