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

1 2 3

  /external/guava/guava/src/com/google/common/net/
HostSpecifier.java 28 * A syntactically valid host specifier, suitable for use in a URI.
38 * methods. No attempt is made to verify that a provided specifier corresponds
61 * Returns a {@code HostSpecifier} built from the provided {@code specifier},
62 * which is already known to be valid. If the {@code specifier} might be
65 * <p>The specifier must be in one of these formats:
73 * @throws IllegalArgumentException if the specifier is not valid.
75 public static HostSpecifier fromValid(String specifier) {
78 final HostAndPort parsedHost = HostAndPort.fromString(specifier);
82 // Try to interpret the specifier as an IP address. Note we build
113 * {@link #fromValid(String)} for a specifier that is not already known to b
    [all...]
  /external/libcxx/test/re/re.def/defns.regex.format.specifier/
Android.mk 17 test_makefile := external/libcxx/test/re/re.def/defns.regex.format.specifier/Android.mk
19 test_name := re/re.def/defns.regex.format.specifier/nothing_to_do
  /external/wpa_supplicant_8/src/eap_common/
eap_gpsk_common.h 41 u8 specifier[2]; member in struct:eap_gpsk_csuite
48 int eap_gpsk_supported_ciphersuite(int vendor, int specifier);
50 int specifier,
57 int specifier,
62 size_t eap_gpsk_mic_len(int vendor, int specifier);
64 int specifier, const u8 *data, size_t len, u8 *mic);
eap_gpsk_common.c 21 * @specifier: CSuite/Specifier
24 int eap_gpsk_supported_ciphersuite(int vendor, int specifier)
27 specifier == EAP_GPSK_CIPHER_AES)
31 specifier == EAP_GPSK_CIPHER_SHA256)
150 WPA_PUT_BE16(pos, csuite_specifier); /* CSuite/Specifier */
263 * @specifier: CSuite/Specifier
279 int specifier,
290 vendor, specifier);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_configuration.py 74 for category, specifier in test_configuration.items():
75 self.add_specifier(category, specifier)
79 def add_specifier(self, category, specifier):
80 self._specifier_to_category[specifier] = category
93 def specifier_priority(self, specifier):
94 return self.category_priority(self._specifier_to_category[specifier])
96 def category_for_specifier(self, specifier):
97 return self._specifier_to_category.get(specifier)
101 for specifier in specifiers:
102 category_slots[self.specifier_priority(specifier)].append(specifier
    [all...]
test_configuration_unittest.py 52 for category, specifier in config.items():
53 result_config_dict[category] = specifier
170 self.assertEqual(errors, ["Unrecognized specifier 'foo'"])
  /external/clang/test/CXX/temp/
p3.cpp 15 expected-error {{requires a type specifier}}
  /external/clang/test/CXX/temp/temp.res/temp.local/
p3.cpp 28 expected-error{{requires a type specifier}}
  /external/clang/test/Sema/
invalid-struct-init.c 5 _efree((p)); // expected-error{{type name requires a specifier or qualifier}} \
6 expected-warning {{type specifier missing, defaults to 'int'}}
  /external/wpa_supplicant_8/src/eap_peer/
eap_gpsk.c 32 int vendor; /* CSuite/Specifier */
33 int specifier; /* CSuite/Specifier */ member in struct:eap_gpsk_data
205 data->specifier = EAP_GPSK_CIPHER_RESERVED;
208 int vendor, specifier; local
210 specifier = WPA_GET_BE16(csuite->specifier);
212 i, vendor, specifier);
214 data->specifier == EAP_GPSK_CIPHER_RESERVED &&
215 eap_gpsk_supported_ciphersuite(vendor, specifier) &
494 int vendor, specifier; local
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_gpsk.c 33 int specifier; /* CSuite/Specifier */ member in struct:eap_gpsk_data
77 WPA_PUT_BE16(data->csuite_list[data->csuite_count].specifier,
85 WPA_PUT_BE16(data->csuite_list[data->csuite_count].specifier,
152 miclen = eap_gpsk_mic_len(data->vendor, data->specifier);
173 WPA_PUT_BE16(csuite->specifier, data->specifier);
180 data->specifier, start, pos - start, pos) < 0)
373 WPA_GET_BE16(csuite->specifier));
378 data->specifier = WPA_GET_BE16(csuite->specifier)
    [all...]
  /external/guava/guava-tests/test/com/google/common/net/
HostSpecifierTest.java 86 private static HostSpecifier spec(String specifier) {
87 return HostSpecifier.fromValid(specifier);
  /external/clang/test/SemaTemplate/
temp_arg_template.cpp 38 expected-error{{C++ requires a type specifier for all declarations}}
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiTimerRecordSources.java 405 * External source specifier types.
412 * [External Source Specifier] because it covers both external plug type and external specifier.
419 // External source has one byte field for [External Source Specifier].
448 int specifier = recordSource[TimerInfo.BASIC_INFO_SIZE]; local
449 if (specifier == EXTERNAL_SOURCE_SPECIFIER_EXTERNAL_PLUG) {
450 // One byte for specifier.
452 } else if (specifier == EXTERNAL_SOURCE_SPECIFIER_EXTERNAL_PHYSICAL_ADDRESS) {
453 // One byte for specifier.
456 // Invalid specifier
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xresource.h 194 _Xconst char* /* specifier */,
208 _Xconst char* /* specifier */,
342 char *specifier; /* Resource specifier */ member in struct:__anon45962
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xresource.h 194 _Xconst char* /* specifier */,
208 _Xconst char* /* specifier */,
342 char *specifier; /* Resource specifier */ member in struct:__anon47698
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DctController.java 434 String specifier = requestInfo.request.networkCapabilities.getNetworkSpecifier(); local
435 if (specifier == null || specifier.equals("")) {
579 String specifier = networkRequest.networkCapabilities.getNetworkSpecifier(); local
581 if (specifier == null || specifier.equals("")) {
584 subId = Integer.parseInt(specifier);
  /frameworks/base/core/java/android/net/
NetworkCapabilities.java 443 * Sets the optional bearer specific network specifier.
454 * specific network specifier where the bearer has a choice of
467 * Gets the optional bearer specific network specifier.
469 * @return The optional {@code String} specifying the bearer specific network specifier.
616 String specifier = (mNetworkSpecifier == null ? local
617 "" : " Specifier: <" + mNetworkSpecifier + ">");
619 return "[" + transports + capabilities + upBand + dnBand + specifier + "]";
  /external/chromium_org/chromeos/network/
network_state_handler.cc 792 std::string specifier = network->GetSpecifier(); local
793 DCHECK(!specifier.empty());
800 specifier_guid_map_.erase(specifier);
802 specifier_guid_map_[specifier] = network->guid();
807 SpecifierGuidMap::iterator iter = specifier_guid_map_.find(specifier);
812 specifier_guid_map_[specifier] = guid;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
utilities.js 928 function addSpecifierToken(specifier, precision, substitutionIndex)
930 tokens.push({ type: "specifier", specifier: specifier, precision: precision, substitutionIndex: substitutionIndex });
961 // This is a precision specifier. If no digit follows the ".",
1069 if (token.type !== "specifier") {
1076 // just output the format specifier literally and move on.
1078 result = append(result, "%" + (token.precision > -1 ? token.precision : "") + token.specifier);
1084 if (!(token.specifier in formatters)) {
1086 warn("unsupported format character \u201C" + token.specifier + "\u201D. Treating as a string.")
    [all...]
  /external/lldb/include/lldb/Target/
Target.h 1019 // Set the specifier. The stop hook will own the specifier, and is responsible for deleting it when we're done.
1021 SetSpecifier (SymbolContextSpecifier *specifier)
1023 m_specifier_sp.reset (specifier);
1032 // Set the Thread Specifier. The stop hook will own the thread specifier, and is responsible for deleting it when we're done.
1034 SetThreadSpecifier (ThreadSpec *specifier);
    [all...]
  /external/lldb/source/Core/
Debugger.cpp 1418 const char *specifier = NULL; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
gen_msvs_sln.sh 29 --target=isa-os-cc Target specifier
  /external/libvpx/libvpx/build/make/
gen_msvs_sln.sh 29 --target=isa-os-cc Target specifier
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_sln.sh 29 --target=isa-os-cc Target specifier

Completed in 871 milliseconds

1 2 3