HomeSort by relevance Sort by last modified time
    Searched refs:against (Results 1 - 25 of 242) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium/net/base/
x509_cert_types_mac.cc 157 bool match(const std::string& str, const std::string& against) {
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.organization_unit_names) &
    [all...]
x509_cert_types.h 60 // Compare this CertPrincipal with |against|, returning true if they're
64 bool Matches(const CertPrincipal& against) const;
  /external/elfutils/tests/
run-elflint-test.sh 32 section [ 8] '.rela.dyn': relocation 1: copy relocation against symbol of type FUNC
  /hardware/msm7k/libcamera/
Android.mk 4 # When zero we link against libqcamera; when 1, we dlopen libqcamera.
  /packages/apps/BasicSmsReceiver/
Android.mk 12 # Builds against the public SDK
  /packages/apps/Mms/apptests/
Android.mk 12 # Builds against the public SDK
  /external/mesa3d/docs/
MESA_pack_invert.spec 29 This extensions is written against the OpenGL 1.4 Specification.
MESA_agp_offset.spec 31 This extensions is written against the OpenGL 1.4 Specification.
MESA_window_pos.spec 27 The extension is written against the OpenGL 1.2 Specification
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
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
  /packages/apps/Mms/
Android.mk 17 # Builds against the public SDK
  /dalvik/vm/mterp/armv5te/
OP_DOUBLE_TO_INT.S 41 mov r2, r4 @ compare against self
OP_DOUBLE_TO_LONG.S 40 mov r2, r4 @ compare against self
  /dalvik/vm/mterp/armv6t2/
OP_DOUBLE_TO_INT.S 41 mov r2, r4 @ compare against self
OP_DOUBLE_TO_LONG.S 40 mov r2, r4 @ compare against self
  /bionic/libdl/
Android.mk 31 # against libc creating a circular dependency which is removed and we end up
  /build/core/
post_clean.mk 18 # Checks the current build configurations against the previous build,
  /dalvik/dexopt/
Android.mk 17 # so it must be linked against the full VM shared library.
  /external/mesa3d/docs/OLD/
MESA_trace.spec 28 The extension is written against the OpenGL 1.2 Specification
  /external/webkit/LayoutTests/fast/url/script-tests/
relative-win.js 5 // Resolving against Windows file base URLs.
  /frameworks/support/v7/
Android.mk 29 # Here is the final static library that apps can link against.
  /external/gtest/src/
Android.mk 19 # provide a common main to run the test (ie if you link against
  /external/webkit/LayoutTests/dom/html/level2/html/
anchor01.js 79 The value of attribute accessKey of the anchor element is read and checked against the expected value.
anchor02.js 79 The value of attribute charset of the anchor element is read and checked against the expected value.

Completed in 482 milliseconds

1 2 3 4 5 6 7 8 910