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

1 2 3

  /external/guava/guava/src/com/google/thirdparty/publicsuffix/
PublicSuffixPatterns.java 44 public static final ImmutableMap<String, PublicSuffixType> EXACT =
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
AuthMatch.java 33 public static final int EXACT = REALM | METHOD | PARAM;
ANQPMatcher.java 116 if (bestMatch == AuthMatch.EXACT) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
types.h 101 EXACT
settings.h 293 sort_splitting(EXACT),
294 merge_splitting(EXACT),
295 multiway_merge_splitting(EXACT),
sort.h 80 if(_Settings::get().sort_splitting == EXACT)
89 * @brief Choose multiway mergesort with exact splitting,
173 * @brief Choose multiway mergesort with exact splitting,
215 if(_Settings::get().sort_splitting == EXACT)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
types.h 101 EXACT
settings.h 293 sort_splitting(EXACT),
294 merge_splitting(EXACT),
295 multiway_merge_splitting(EXACT),
sort.h 80 if(_Settings::get().sort_splitting == EXACT)
89 * @brief Choose multiway mergesort with exact splitting,
173 * @brief Choose multiway mergesort with exact splitting,
215 if(_Settings::get().sort_splitting == EXACT)
  /toolchain/binutils/binutils-2.27/bfd/
configure.com 51 match_pos := SEARCH_QUIETLY('@wordsize@', FORWARD, EXACT, rang);
57 match_pos := SEARCH_QUIETLY('@bfd_default_target_size@', FORWARD, EXACT, rang);
63 match_pos := SEARCH_QUIETLY('@BFD_HOST_64BIT_LONG@', FORWARD, EXACT, rang);
69 match_pos := SEARCH_QUIETLY('@BFD_HOST_LONG_LONG@', FORWARD, EXACT, rang);
75 match_pos := SEARCH_QUIETLY('@BFD_HOST_64BIT_LONG_LONG@', FORWARD, EXACT, rang);
81 match_pos := SEARCH_QUIETLY('@BFD_HOST_64_BIT_DEFINED@', FORWARD, EXACT, rang);
87 match_pos := SEARCH_QUIETLY('@BFD_HOST_64_BIT@', FORWARD, EXACT, rang);
93 match_pos := SEARCH_QUIETLY('@BFD_HOST_U_64_BIT@', FORWARD, EXACT, rang);
99 match_pos := SEARCH_QUIETLY('@BFD_HOSTPTR_T@', FORWARD, EXACT, rang);
105 match_pos := SEARCH_QUIETLY('@bfd_file_ptr@', FORWARD, EXACT, rang)
    [all...]
  /frameworks/base/core/java/android/content/
UriMatcher.java 147 * matched. URI nodes may be exact match string, the token "*"
199 child.mWhich = EXACT;
240 case EXACT:
271 private static final int EXACT = 0;
  /external/protobuf/src/google/protobuf/util/
field_comparator.h 95 // point value comparison: exact, approximate using MathUtil::AlmostEqual
100 EXACT, // Floats and doubles are compared exactly.
108 // Creates new comparator with float comparison set to EXACT.
field_comparator.cc 51 : float_comparison_(EXACT),
172 } else if (float_comparison_ == EXACT) {
field_comparator_test.cc 230 // DefaultFieldComparator's default float comparison mode is EXACT.
231 ASSERT_EQ(DefaultFieldComparator::EXACT, comparator_.float_comparison());
260 // DefaultFieldComparator's default float comparison mode is EXACT with
262 ASSERT_EQ(DefaultFieldComparator::EXACT, comparator_.float_comparison());
280 comparator_.set_float_comparison(DefaultFieldComparator::EXACT);
message_differencer.h 363 EXACT, // Floats and doubles are compared exactly.
    [all...]
message_differencer.cc 226 comparison == EXACT ?
227 DefaultFieldComparator::EXACT : DefaultFieldComparator::APPROXIMATE);
    [all...]
message_differencer_unittest.cc 545 // Set float comparison to exact, margin and fraction value should not matter.
546 differencer.set_float_comparison(util::MessageDifferencer::EXACT);
596 // Set comparison to exact, margin and fraction value should not matter.
597 differencer.set_float_comparison(util::MessageDifferencer::EXACT);
656 // Set comparison to exact, margin and fraction value should not matter.
657 field_comparitor.set_float_comparison(util::DefaultFieldComparator::EXACT);
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/
field_comparator.h 95 // point value comparison: exact, approximate using MathUtil::AlmostEqual
100 EXACT, // Floats and doubles are compared exactly.
108 // Creates new comparator with float comparison set to EXACT.
message_differencer.h 363 EXACT, // Floats and doubles are compared exactly.
    [all...]
  /external/guava/guava/src/com/google/common/net/
InternetDomainName.java 173 if (PublicSuffixPatterns.EXACT.containsKey(ancestorName)) {
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
WrapContentBasicTest.java 45 private static int EXACT = View.MeasureSpec.makeMeasureSpec(10, View.MeasureSpec.EXACTLY);
  /toolchain/binutils/binutils-2.27/gas/
configure.com 194 match_pos := SEARCH_QUIETLY('m4_define([BFD_VERSION], [', FORWARD, EXACT, mfile);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
ANQPMatcherTest.java 208 * Verify that an exact match will be returned when the specified realm, EAP
232 assertEquals(AuthMatch.EXACT,
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /external/robolectric/v1/lib/main/
commons-codec-1.6.jar 

Completed in 732 milliseconds

1 2 3