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

1 2

  /external/mesa3d/src/glsl/
ast_type.cpp 50 ast_type_specifier::ast_type_specifier(int specifier)
51 : type_specifier(ast_types(specifier)), type_name(NULL), structure(NULL),
111 type_name = names[specifier];
ast.h 438 ast_type_specifier(int specifier);
440 /** Construct a type specifier from a type name */
448 /** Construct a type specifier from a structure definition */
482 ast_type_specifier *specifier; member in class:ast_fully_specified_type
  /external/clang/test/CXX/expr/expr.prim/
p4-0x.cpp 6 expected-error {{C++ requires a type specifier for all declarations}}
  /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/
eap_gpsk_common.h 47 u8 specifier[2]; member in struct:eap_gpsk_csuite
54 int eap_gpsk_supported_ciphersuite(int vendor, int specifier);
56 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.c 38 int vendor; /* CSuite/Specifier */
39 int specifier; /* CSuite/Specifier */ member in struct:eap_gpsk_data
195 data->specifier = EAP_GPSK_CIPHER_RESERVED;
198 int vendor, specifier; local
200 specifier = WPA_GET_BE16(csuite->specifier);
202 i, vendor, specifier);
204 data->specifier == EAP_GPSK_CIPHER_RESERVED &&
205 eap_gpsk_supported_ciphersuite(vendor, specifier)) {
475 int vendor, specifier; local
    [all...]
eap_gpsk_common.c 30 * @specifier: CSuite/Specifier
33 int eap_gpsk_supported_ciphersuite(int vendor, int specifier)
36 specifier == EAP_GPSK_CIPHER_AES)
40 specifier == EAP_GPSK_CIPHER_SHA256)
158 WPA_PUT_BE16(pos, csuite_specifier); /* CSuite/Specifier */
271 * @specifier: CSuite/Specifier
287 int specifier,
299 vendor, specifier);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_gpsk_common.h 47 u8 specifier[2]; member in struct:eap_gpsk_csuite
54 int eap_gpsk_supported_ciphersuite(int vendor, int specifier);
56 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 30 * @specifier: CSuite/Specifier
33 int eap_gpsk_supported_ciphersuite(int vendor, int specifier)
36 specifier == EAP_GPSK_CIPHER_AES)
40 specifier == EAP_GPSK_CIPHER_SHA256)
159 WPA_PUT_BE16(pos, csuite_specifier); /* CSuite/Specifier */
272 * @specifier: CSuite/Specifier
288 int specifier,
300 vendor, specifier);
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_gpsk_common.h 47 u8 specifier[2]; member in struct:eap_gpsk_csuite
54 int eap_gpsk_supported_ciphersuite(int vendor, int specifier);
56 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 27 * @specifier: CSuite/Specifier
30 int eap_gpsk_supported_ciphersuite(int vendor, int specifier)
33 specifier == EAP_GPSK_CIPHER_AES)
37 specifier == EAP_GPSK_CIPHER_SHA256)
156 WPA_PUT_BE16(pos, csuite_specifier); /* CSuite/Specifier */
269 * @specifier: CSuite/Specifier
285 int specifier,
297 vendor, specifier);
    [all...]
  /external/clang/test/Sema/
invalid-struct-init.c 5 _efree((p)); // expected-error{{type name requires a specifier or qualifier}} \
7 expected-warning {{type specifier missing, defaults to 'int'}} \
8 expected-warning {{type specifier missing, defaults to 'int'}}
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_gpsk.c 37 int vendor; /* CSuite/Specifier */
38 int specifier; /* CSuite/Specifier */ member in struct:eap_gpsk_data
193 data->specifier = EAP_GPSK_CIPHER_RESERVED;
196 int vendor, specifier; local
198 specifier = WPA_GET_BE16(csuite->specifier);
200 i, vendor, specifier);
202 data->specifier == EAP_GPSK_CIPHER_RESERVED &&
203 eap_gpsk_supported_ciphersuite(vendor, specifier)) {
460 int vendor, specifier; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_gpsk.c 38 int vendor; /* CSuite/Specifier */
39 int specifier; /* CSuite/Specifier */ member in struct:eap_gpsk_data
194 data->specifier = EAP_GPSK_CIPHER_RESERVED;
197 int vendor, specifier; local
199 specifier = WPA_GET_BE16(csuite->specifier);
201 i, vendor, specifier);
203 data->specifier == EAP_GPSK_CIPHER_RESERVED &&
204 eap_gpsk_supported_ciphersuite(vendor, specifier)) {
461 int vendor, specifier; local
    [all...]
  /external/clang/test/CXX/temp/temp.res/temp.local/
p3.cpp 28 expected-error{{requires a type specifier}}
  /external/clang/test/CXX/temp/
p3.cpp 16 expected-error {{requires a type specifier}}
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_gpsk.c 40 int specifier; /* CSuite/Specifier */ member in struct:eap_gpsk_data
89 WPA_PUT_BE16(data->csuite_list[data->csuite_count].specifier,
97 WPA_PUT_BE16(data->csuite_list[data->csuite_count].specifier,
165 miclen = eap_gpsk_mic_len(data->vendor, data->specifier);
186 WPA_PUT_BE16(csuite->specifier, data->specifier);
193 data->specifier, start, pos - start, pos) < 0)
386 WPA_GET_BE16(csuite->specifier));
391 data->specifier = WPA_GET_BE16(csuite->specifier)
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_gpsk.c 41 int specifier; /* CSuite/Specifier */ member in struct:eap_gpsk_data
90 WPA_PUT_BE16(data->csuite_list[data->csuite_count].specifier,
98 WPA_PUT_BE16(data->csuite_list[data->csuite_count].specifier,
166 miclen = eap_gpsk_mic_len(data->vendor, data->specifier);
187 WPA_PUT_BE16(csuite->specifier, data->specifier);
194 data->specifier, start, pos - start, pos) < 0)
387 WPA_GET_BE16(csuite->specifier));
392 data->specifier = WPA_GET_BE16(csuite->specifier)
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
p2-0x.cpp 14 using B = inline void(int n); // expected-error {{type name does not allow function specifier}}
15 using C = virtual void(int n); // expected-error {{type name does not allow function specifier}}
16 using D = explicit void(int n); // expected-error {{type name does not allow function specifier}}
128 using T = T; // expected-error {{type name requires a specifier}} \
129 expected-error {{C++ requires a type specifier}} \
  /prebuilt/linux-x86/toolchain/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:__anon20332
  /external/webkit/Source/WebCore/inspector/front-end/
utilities.js 826 function addSpecifierToken(specifier, precision, substitutionIndex)
828 tokens.push({ type: "specifier", specifier: specifier, precision: precision, substitutionIndex: substitutionIndex });
857 // This is a precision specifier. If no digit follows the ".",
942 if (token.type !== "specifier") {
949 // just output the format specifier literally and move on.
951 result = append(result, "%" + (token.precision > -1 ? token.precision : "") + token.specifier);
957 if (!(token.specifier in formatters)) {
959 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/build/make/
gen_msvs_sln.sh 29 --target=isa-os-cc Target specifier
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 437 argument specifier. Option names may consist of any characters but
448 The C<E<gt>> specifier is not really an argument specifier. It
657 $_[3] is the argument type specifier.
716 The C<!> argument specifier of Getopt::Long is not supported, but you
723 The C<@> argument specifier of Getopt::Long is not supported. If you

Completed in 383 milliseconds

1 2