/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/clang/test/SemaTemplate/ |
alias-nested-nontag.cpp | 6 expected-error {{C++ requires a type specifier}}
|
temp_arg_template.cpp | 38 expected-error{{C++ requires a type specifier for all declarations}}
|
/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, 291 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'"])
|
test_expectations.py | 41 # Test expectation and specifier constants. 86 MISSING_BUG_WARNING = 'Test lacks BUG specifier.' 149 parsed_specifiers = set([specifier.lower() for specifier in expectation_line.specifiers]) 498 for specifier in specifiers: 500 specifier = specifier.upper() 501 new_specifiers.append(TestExpectationParser._inverted_configuration_tokens.get(specifier, specifier)) [all...] |
/external/clang/test/CXX/temp/ |
p3.cpp | 14 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 188 data->specifier = EAP_GPSK_CIPHER_RESERVED; 191 int vendor, specifier; local 193 specifier = WPA_GET_BE16(csuite->specifier); 195 i, vendor, specifier); 197 data->specifier == EAP_GPSK_CIPHER_RESERVED && 198 eap_gpsk_supported_ciphersuite(vendor, specifier)) { 470 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);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xresource.h | 194 _Xconst char* /* specifier */, 208 _Xconst char* /* specifier */, 342 char *specifier; /* Resource specifier */ member in struct:__anon39604
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xresource.h | 194 _Xconst char* /* specifier */, 208 _Xconst char* /* specifier */, 342 char *specifier; /* Resource specifier */ member in struct:__anon41194
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xresource.h | 194 _Xconst char* /* specifier */, 208 _Xconst char* /* specifier */, 342 char *specifier; /* Resource specifier */ member in struct:__anon42709
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
utilities.js | 774 function addSpecifierToken(specifier, precision, substitutionIndex) 776 tokens.push({ type: "specifier", specifier: specifier, precision: precision, substitutionIndex: substitutionIndex }); 805 // This is a precision specifier. If no digit follows the ".", 894 if (token.type !== "specifier") { 901 // just output the format specifier literally and move on. 903 result = append(result, "%" + (token.precision > -1 ? token.precision : "") + token.specifier); 909 if (!(token.specifier in formatters)) { 911 warn("unsupported format character \u201C" + token.specifier + "\u201D. Treating as a string.") [all...] |
/external/chromium/testing/gmock/scripts/ |
gmock_doctor.py | 471 r'error: C\+\+ requires a type specifier for all declarations\n' 474 r'C\+\+ requires a type specifier for all declarations'
|
/external/libvpx/libvpx/build/make/ |
gen_msvs_sln.sh | 29 --target=isa-os-cc Target specifier
|
/external/clang/utils/ABITest/ |
ABITestGen.py | 510 for specifier in opts.bitFields.split(','): 511 if not specifier.strip(): 513 name,width = specifier.strip().split(':', 1)
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ast_to_hir.cpp | [all...] |
ast.h | 472 /** Construct a type specifier from a type name */ 481 /** Construct a type specifier from a structure definition */ 516 ast_type_specifier *specifier; member in class:ast_fully_specified_type
|
/external/mesa3d/src/glsl/ |
ast_to_hir.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSGrammar.y | 338 %type <selector> specifier 1298 specifier 1299 | specifier_list specifier { 1304 specifier: label [all...] |