/external/android-clat/ |
logging.c | 28 * fmt - printf format specifier 42 * fmt - printf format specifier
|
/external/chromium/chrome/browser/ui/cocoa/applescript/ |
element_applescript.h | 16 // Used by object specifier to find a scriptable object's place in a 28 // An object specifier is used to identify objects within a
|
scripting.sdef | 73 <direct-parameter description="the object to save, usually a document or window" type="specifier"/> 84 <result type="specifier"/> 93 <direct-parameter description="the document(s) or window(s) to close." type="specifier"/> 100 <direct-parameter description="the object whose elements are to be counted" type="specifier"/> 108 <direct-parameter description="the object to delete" type="specifier"/> 112 <direct-parameter description="the object(s) to duplicate" type="specifier"/> 113 <parameter name="to" code="insh" description="The location for the new object(s)." type="location specifier" optional="yes"> 119 <result description="the duplicated object(s)" type="specifier"/> 131 <parameter name="at" code="insh" description="The location at which to insert the object." type="location specifier" optional="yes"> 140 <result description="to the new object" type="specifier"/> [all...] |
element_applescript.mm | 13 // calling objectSpecifier asks an object to return an object specifier
|
/external/chromium_org/chrome/browser/ui/cocoa/applescript/ |
element_applescript.h | 16 // Used by object specifier to find a scriptable object's place in a 28 // An object specifier is used to identify objects within a
|
scripting.sdef | 73 <direct-parameter description="the object to save, usually a document or window" type="specifier"/> 84 <result type="specifier"/> 93 <direct-parameter description="the document(s) or window(s) to close." type="specifier"/> 100 <direct-parameter description="the object whose elements are to be counted" type="specifier"/> 108 <direct-parameter description="the object to delete" type="specifier"/> 112 <direct-parameter description="the object(s) to duplicate" type="specifier"/> 113 <parameter name="to" code="insh" description="The location for the new object(s)." type="location specifier" optional="yes"> 119 <result description="the duplicated object(s)" type="specifier"/> 131 <parameter name="at" code="insh" description="The location at which to insert the object." type="location specifier" optional="yes"> 140 <result description="to the new object" type="specifier"/> [all...] |
element_applescript.mm | 13 // calling objectSpecifier asks an object to return an object specifier
|
/external/clang/test/Sema/ |
format-strings-c90.c | 11 /* TODO: Warn that the 'a' conversion specifier is a C99 feature. */ 27 expected-warning{{'S' conversion specifier is not supported by ISO C}} */
|
invalid-decl.c | 9 typedef xtype (*x)(void* handle); // expected-error {{function cannot return function type}} expected-warning {{type specifier missing, defaults to 'int'}} expected-warning {{type specifier missing, defaults to 'int'}}
|
attr-section.c | 9 "sadf"))); // expected-error {{mach-o section specifier requires a segment and section separated by a comma}}
|
/external/clang/lib/Parse/ |
ParseDeclCXX.cpp | 52 /// 'namespace' identifier '=' qualified-namespace-specifier ';' 246 // Parse (optional) nested-name-specifier. 377 /// 'using' 'namespace' ::[opt] nested-name-specifier[opt] 380 /// 'using' 'namespace' ::[opt] nested-name-specifier[opt] 399 // Parse (optional) nested-name-specifier. 440 /// 'using' 'typename'[opt] ::[opt] nested-name-specifier 445 /// 'using' identifier attribute-specifier-seq[opt] = type-id ; 465 // FIXME: This is wrong; we should parse this as a typename-specifier. 471 // Parse nested-name-specifier. 477 // Check nested-name specifier [all...] |
/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/clang/test/Parser/ |
cxx-decl.cpp | 3 const char const *x10; // expected-warning {{duplicate 'const' declaration specifier}} 22 y:a a2; // expected-error {{unexpected ':' in nested name specifier}} 59 Type = (y:b) 4; // expected-error {{unexpected ':' in nested name specifier}} 61 (y:b) // expected-error {{unexpected ':' in nested name specifier}} 113 typedef Class1<Class2> Type1; // expected-error {{cannot combine with previous 'class' declaration specifier}} 184 template<typename T = struct X { int i; }> struct S {}; // expected-error {{'PR15017::X' can not be defined in a type specifier}} 199 test6a { ;// expected-error {{C++ requires a type specifier for all declarations}} \
|
cxx0x-decl.cpp | 29 int *const const p = 0; // expected-error {{duplicate 'const' declaration specifier}} 30 const const int *q = 0; // expected-error {{duplicate 'const' declaration specifier}} 33 void f() const const; // expected-error {{duplicate 'const' declaration specifier}}
|
cxx-class.cpp | 47 // check that we don't consume the token after the access specifier 54 // consume the token after the access specifier if it's a semicolon 98 struct A::B; // expected-error {{forward declaration of struct cannot have a nested name specifier}} 99 union N::C; // expected-error {{forward declaration of union cannot have a nested name specifier}}
|
declarators.c | 9 int f4(*XX)(void); /* expected-error {{cannot return}} expected-warning {{type specifier missing, defaults to 'int'}} */ 63 static f; // expected-warning {{type specifier missing, defaults to 'int'}} 64 static g = 4; // expected-warning {{type specifier missing, defaults to 'int'}} 65 static h // expected-warning {{type specifier missing, defaults to 'int'}}
|
objc-forcollection-neg-2.m | 27 static i;// expected-warning {{type specifier missing, defaults to 'int'}}
|
/external/chromium_org/third_party/WebKit/ManualTests/inspector/ |
console-log-formatting.html | 30 for (var specifier in specifiers) 31 test("'Format " + description + " as " + specifiers[specifier] + ": %" + specifier + "', " + value + "");
|
/libcore/luni/src/main/java/java/util/ |
FormattableFlags.java | 38 * The flag corresponds to '-' ('\u002d') in the format specifier. 47 * This flag corresponds to {@code '^' ('\u005e')} in the format specifier. 55 * This flag corresponds to {@code '#' ('\u0023')} in the format specifier.
|
/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/clang/test/SemaCXX/ |
instantiate-blocks.cpp | 11 block_arg = arg; // expected-error {{variable is not assignable (missing __block type specifier)}}
|
pr13394-crash-on-invalid.cpp | 15 // FIXME: Typo correction should remove the 'gatekeeper_v1::' name specifier
|
/external/clang/test/SemaTemplate/ |
qualified-id.cpp | 54 class Outer2<V>::Inner; // expected-error{{nested name specifier 'Outer2<V>::' for declaration does not refer into a class, class template or class template partial specialization}}
|
/external/chromium_org/third_party/icu/source/io/ |
uprintf.h | 84 * format specifier. 88 * @return The number of characters contained in this specifier.
|
/external/clang/test/CXX/class/class.static/class.static.data/ |
p3.cpp | 16 static const double f = 0.0; // expected-error {{requires 'constexpr' specifier}} expected-note {{add 'constexpr'}} 17 static char *const g = 0; // expected-error {{requires 'constexpr' specifier}}
|