Searched refs:against (Results 1 – 25 of 518) sorted by relevance
12345678910>>...21
/external/llvm/test/MC/AArch64/ |
D | elf-globaladdress.ll | 43 ; R_AARCH64_ADR_PREL_PG_HI21 against var8 47 ; R_AARCH64_LDST8_ABS_LO12_NC against var8 53 ; R_AARCH64_ADR_PREL_PG_HI21 against var16 57 ; R_AARCH64_LDST16_ABS_LO12_NC against var16 63 ; R_AARCH64_ADR_PREL_PG_HI21 against var32 67 ; R_AARCH64_LDST32_ABS_LO12_NC against var32 73 ; R_AARCH64_ADR_PREL_PG_HI21 against var64 77 ; R_AARCH64_LDST64_ABS_LO12_NC against var64 83 ; R_AARCH64_LDST64_ABS_LO12_NC against var64 88 ; Pure address-calculation against var64 [all …]
|
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/componentScripts/ |
D | build.properties | 14 # baseLocation - where things you are building against are installed 15 # bootclasspath - The base jars to compile against (typicaly rt.jar) 66 # Base location for anything the build needs to compile against. For example, 68 # installed Eclipse against which the GEF code will be compiled. 76 #the os value of the Eclipse binary against which you are compiling 81 #the ws value of the Eclipse binary against which you are compiling 86 #the arch value of the Eclipse binary against which you are compiling 108 # The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE
|
/external/llvm/docs/CommandGuide/ |
D | llvm-config.rst | 18 against LLVM. 25 To link against the JIT: 97 Print the flags needed to link against LLVM libraries. 103 Print all the libraries needed to link against the specified LLVM 111 without **-l** or pathnames. Useful for linking against a not-yet-installed
|
/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/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/llvm/test/MC/PowerPC/ |
D | ppc64-relocs-01.ll | 26 ;; R_PPC64_TOC16_DS against the .toc and the 'sin' external function 39 ;; 1. A R_PPC64_ADDR64 against the .text segment plus addend (the function 41 ;; 2. And a R_PPC64_TOC against no symbol (the linker will replace for the
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/ |
D | build.properties | 14 # baseLocation - where things you are building against are installed 15 # bootclasspath - The base jars to compile against (typicaly rt.jar) 148 # against which you are building. 149 # Base location for anything the build needs to compile against. For example, 151 # installed Eclipse against which the application or plug-in code will be compiled and the RCP delt… 156 #Folder containing repositories whose content is needed to compile against 158 …ositories from ${repoBaseLocation} will be made available as a form suitable to be compiled against 212 # The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE 215 # specific JRE locations to compile against. These values are used to compile bundles specifying a
|
/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
|
/external/bison/m4/ |
D | iconv.m4 | 69 dnl This tests against bugs in AIX 5.1, AIX 6.1..7.1, HP-UX 11.11, 82 /* Test against AIX 5.1 bug: Failures are not distinguishable from successful 102 /* Test against Solaris 10 bug: Failures are not distinguishable from 122 /* Test against AIX 6.1..7.1 bug: Buffer overrun. */ 142 /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */ 162 /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
|
/external/eigen/doc/ |
D | A10_Eigen2SupportModes.dox | 32 \li Step 1: build your project against Eigen 3 with \ref Stage10 "Eigen 2 support stage 10". This m… 33 \li Step 2: build your project against Eigen 3 with \ref Stage20 "Eigen 2 support stage 20". This m… 34 \li Step 3: build your project against Eigen 3 with \ref Stage30 "Eigen 2 support stage 30". This m… 35 \li Step 4: build your project against Eigen 3 with \ref Stage40 "Eigen 2 support stage 40". This m… 36 \li Step 5: build your project against Eigen 3 without any Eigen 2 support mode. 88 …migration as quickly as possible. While we do run the Eigen 2 test suite against Eigen 3's stage 1…
|
/external/bouncycastle/patches/ |
D | README | 3 patch against Bouncy Castle's bcprov: 38 patch against Bouncy Castle's bcpkix:
|
/external/skia/gm/tests/outputs/compared-against-identical-pixels/output-expected/ |
D | command_line | 1 …sts/inputs/identical-pixels --writeJsonSummary gm/tests/outputs/compared-against-identical-pixels/…
|
/external/skia/gm/tests/outputs/compared-against-identical-bytes/output-expected/ |
D | command_line | 1 …ests/inputs/identical-bytes --writeJsonSummary gm/tests/outputs/compared-against-identical-bytes/o…
|
/external/skia/gm/tests/outputs/compared-against-empty-dir/output-expected/ |
D | command_line | 1 …r gm/tests/inputs/empty-dir --writeJsonSummary gm/tests/outputs/compared-against-empty-dir/output-…
|
/external/skia/gm/tests/outputs/compared-against-different-pixels/output-expected/ |
D | command_line | 1 …sts/inputs/different-pixels --writeJsonSummary gm/tests/outputs/compared-against-different-pixels/…
|
/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/elfutils/tests/ |
D | run-elflint-test.sh | 32 section [ 8] '.rela.dyn': relocation 1: copy relocation against symbol of type FUNC
|
/external/dnsmasq/contrib/dns-loc/ |
D | README | 3 Here is a patch against dnsmasq 2.39 which provides support for LOC
|
/external/llvm/test/Transforms/GVN/ |
D | pre-compare.ll | 19 ; It is just as cheap to recompute the icmp against %x as it is to compare a 20 ; GPR against 0. On x86-64, the br i1 %cmp3 becomes:
|
/external/clang/unittests/ |
D | CMakeLists.txt | 6 # Will compile the list of files together and link against the clang
|
/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
|
12345678910>>...21