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

1 2

  /external/clang/test/Index/
annotate-comments-availability-attrs.cpp 14 __attribute__((availability(ios,unavailable, message="not for iOS")));
16 // CHECK: FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments-availability-attrs.cpp" line="[[@LINE-3]]" column="6"><Name>attr_availability_1</Name><USR>c:@F@attr_availability_1#</USR><Declaration>void attr_availability_1()</Declaration><Abstract><Para> Aaa.</Para></Abstract><Availability distribution="iOS"><DeprecationSummary>not for iOS</DeprecationSummary><Unavailable/></Availability><Availability distribution="OS X"><IntroducedInVersion>8.0</IntroducedInVersion><DeprecatedInVersion>9.0</DeprecatedInVersion><RemovedAfterVersion>10.0</RemovedAfterVersion><DeprecationSummary>use availability_test in &lt;foo.h&gt;</DeprecationSummary></Availability></Function>]
35 void attr_unavailable_1() __attribute__((unavailable));
37 // CHECK: FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments-availability-attrs.cpp" line="[[@LINE-2]]" column="6"><Name>attr_unavailable_1</Name><USR>c:@F@attr_unavailable_1#</USR><Declaration>void attr_unavailable_1()</Declaration><Abstract><Para> Aaa.</Para></Abstract><Unavailable/></Function>]
40 void attr_unavailable_2() __attribute__((unavailable("message 2 <foo.h>")));
42 // CHECK: FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments-availability-attrs.cpp" line="[[@LINE-2]]" column="6"><Name>attr_unavailable_2</Name><USR>c:@F@attr_unavailable_2#</USR><Declaration>void attr_unavailable_2()</Declaration><Abstract><Para> Aaa.</Para></Abstract><Unavailable>message 2 &lt;foo.h&gt;</Unavailable></Function>]
annotate-tokens.c 36 __attribute__((unavailable)) Int __attribute__((unavailable)) test() __attribute__((unavailable));
159 // CHECK: Keyword: "__attribute__" [36:1 - 36:14] FunctionDecl=test:36:63 (unavailable) (always unavailable: "")
160 // CHECK: Punctuation: "(" [36:14 - 36:15] FunctionDecl=test:36:63 (unavailable) (always unavailable: "")
161 // CHECK: Punctuation: "(" [36:15 - 36:16] FunctionDecl=test:36:63 (unavailable) (always unavailable: "")
162 // CHECK: Identifier: "unavailable" [36:16 - 36:27] UnexposedAttr
    [all...]
complete-exprs.c 4 int f(int) __attribute__((unavailable));
31 // CHECK-CC1: FunctionDecl:{ResultType int}{TypedText f}{LeftParen (}{Placeholder int}{RightParen )} (12) (unavailable)
  /external/clang/test/Parser/
access-spec-attrs.cpp 4 public __attribute__((unavailable)): // expected-error {{access specifier can only have annotation attributes}}
attr-availability.c 15 void f4() __attribute__((availability(macosx,introduced=10.5), availability(ios,unavailable)));
17 void f5() __attribute__((availability(macosx,introduced=10.5), availability(ios,unavailable, unavailable))); // expected-error{{redundant 'unavailable' availability change; only the last specified change will be used}}
19 void f6() __attribute__((availability(macosx,unavailable,introduced=10.5))); // expected-warning{{'unavailable' availability overrides all other availability information}}
cxx11-stmt-attributes.cpp 35 [[unavailable]] continue; // expected-warning {{unknown attribute 'unavailable' ignored}}
cxx11-user-defined-literals.cpp 26 int cake() __attribute__((availability(macosx, unavailable, message = "is a lie"_x))); // expected-error {{user-defined suffix cannot be used here}}
  /external/clang/test/PCH/Inputs/
chain-macro-override1.h 1 void f() __attribute__((unavailable));
  /external/valgrind/main/memcheck/tests/
file_locking.stderr.exp 4 fcntl: Resource temporarily unavailable
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResult.java 62 public static RenameResult unavailable() { method in class:RenameResult
91 * Marks this result as unavailable
93 * @param unavailable whether this result was unavailable
97 public RenameResult setUnavailable(boolean unavailable) {
98 mUnavailable = unavailable;
136 * Returns whether this result represents an unavailable renaming operation
RenameResourceWizard.java 95 return RenameResult.unavailable();
106 return RenameResult.unavailable();
  /development/samples/TtsEngine/src/com/example/android/ttsengine/
CheckVoiceData.java 53 ArrayList<String> unavailable = new ArrayList<String>(); local
63 unavailable.add(lang);
72 } else if (!unavailable.isEmpty()) {
81 // We now return the list of available and unavailable voices
87 TextToSpeech.Engine.EXTRA_UNAVAILABLE_VOICES, unavailable);
  /external/clang/test/Sema/
attr-unavailable-message.c 4 int foo(int) __attribute__((__unavailable__("USE IFOO INSTEAD"))); // expected-note {{function has been explicitly marked unavailable here}}
5 double dfoo(double) __attribute__((__unavailable__("NO LONGER"))); // expected-note 2 {{function has been explicitly marked unavailable here}}
7 void bar() __attribute__((__unavailable__)); // expected-note {{explicitly marked unavailable}}
10 int ir = foo(1); // expected-error {{'foo' is unavailable: USE IFOO INSTEAD}}
11 double dr = dfoo(1.0); // expected-error {{'dfoo' is unavailable: NO LONGER}}
13 void (*fp)() = &bar; // expected-error {{'bar' is unavailable}}
15 double (*fp4)(double) = dfoo; // expected-error {{'dfoo' is unavailable: NO LONGER}}
23 // No complains inside an unavailable function.
37 enum fee { // expected-note {{declaration has been explicitly marked unavailable here}}
38 r = 1, // expected-note {{declaration has been explicitly marked unavailable here}
    [all...]
attr-availability-macosx.c 7 void f4(int) __attribute__((availability(macosx,introduced=10.1,deprecated=10.3,obsoleted=10.5), availability(ios,introduced=2.0,deprecated=3.0))); // expected-note{{explicitly marked unavailable}}
8 void f5(int) __attribute__((availability(ios,introduced=3.2), availability(macosx,unavailable))); // expected-note{{function has been explicitly marked unavailable here}}
15 f4(0); // expected-error{{f4' is unavailable: obsoleted in OS X 10.5}}
16 f5(0); // expected-error{{'f5' is unavailable: not available on OS X}}
attr-availability.c 14 ATSFontGetPostScriptName(int flags) __attribute__((availability(macosx,introduced=8.0,obsoleted=9.0, message="use ATSFontGetFullPostScriptName"))); // expected-note {{function has been explicitly marked unavailable here}}
18 ATSFontGetPostScriptName(100); // expected-error {{'ATSFontGetPostScriptName' is unavailable: obsoleted in OS X 9.0 - use ATSFontGetFullPostScriptName}}
22 __attribute__((availability(macos, unavailable))) // expected-warning {{attribute 'availability' is ignored}}
  /external/clang/test/SemaCXX/
attr-unavailable.cpp 6 // expected-note{{function has been explicitly marked unavailable here}}
8 void bar(...) __attribute__((__unavailable__)); // expected-note 2{{explicitly marked unavailable}}
13 foo(sp); // expected-error{{call to unavailable function 'foo'}}
15 void (*fp)(...) = &bar; // expected-error{{'bar' is unavailable}}
16 void (*fp2)(...) = bar; // expected-error{{'bar' is unavailable}}
19 void (*fp4)(...) = foo; // expected-error{{'foo' is unavailable}}
24 #define FOO __attribute__((unavailable("not available - replaced")))
26 void foo() FOO; // expected-note {{candidate function has been explicitly made unavailable}}
28 foo(); // expected-error {{call to unavailable function 'foo': not available - replaced}}
34 // No complains inside an unavailable function
    [all...]
  /external/svox/pico/src/com/svox/pico/
CheckVoiceData.java 65 ArrayList<String> unavailable = new ArrayList<String>(); local
89 unavailable.add(supportedLanguages[i]);
108 returnData.putStringArrayListExtra(TextToSpeech.Engine.EXTRA_UNAVAILABLE_VOICES, unavailable);
EngineSettings.java 52 ArrayList<String> unavailable = data.getStringArrayListExtra(TextToSpeech.Engine.EXTRA_UNAVAILABLE_VOICES); local
67 for (int i = 0; i < unavailable.size(); i++){
68 final String unavailableLang = unavailable.get(i);
  /external/valgrind/main/helgrind/tests/
tc14_laog_dinphils.stderr.exp 15 (stack unavailable)
  /external/clang/include/clang/Sema/
AttributeList.h 101 /// \brief The location of the 'unavailable' keyword in an
184 SourceLocation unavailable,
192 UnavailableLoc(unavailable), MessageExpr(messageExpr),
511 SourceLocation unavailable,
519 unavailable, MessageExpr, syntax));
664 SourceLocation unavailable,
669 introduced, deprecated, obsoleted, unavailable,
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
AgentRoster.java 191 * is unavailable (offline) or if no presence information is available.<p>
195 * @return the agent's current presence, or <tt>null</tt> if the agent is unavailable
202 Presence presence = new Presence(Presence.Type.unavailable);
225 presence = new Presence(Presence.Type.unavailable);
329 // If an "unavailable" packet, remove any entries in the presence map.
330 else if (presence.getType() == Presence.Type.unavailable) {
  /packages/apps/Settings/src/com/android/settings/tts/
TtsEngineSettingsFragment.java 172 final ArrayList<String> unavailable = mVoiceDataDetails.getStringArrayListExtra( local
182 if (unavailable != null && unavailable.size() > 0) {
  /external/clang/test/ARCMT/
Common.h 2 #define NS_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))
  /external/smack/src/org/jivesoftware/smack/
Roster.java 131 // Changes the presence available contacts to unavailable
136 // Changes the presence available contacts to unavailable
582 * user's presence updates), unavailable presence will be returned.<p>
594 * in to the server, presence values for users in the roster may be unavailable
604 * @return the user's current presence, or unavailable presence if the user is offline
611 Presence presence = new Presence(Presence.Type.unavailable);
647 presence = new Presence(Presence.Type.unavailable);
658 * Returns the presence info for a particular user's resource, or unavailable presence
663 * @return the user's current presence, or unavailable presence if the user is offline
671 Presence presence = new Presence(Presence.Type.unavailable);
    [all...]
  /external/smack/src/org/jivesoftware/smack/packet/
Presence.java 31 * <li>{@link Presence.Type#unavailable unavailable} -- the user is unavailable to receive messages.
93 * false if the user is unavailable (offline), or if this is a presence packet
110 * is any other value, including when the presence type is unavailable (offline).
287 * {@link Mode#dnd dnd}, etc. The presence type is only {@link #unavailable unavailable} when
298 * The user is unavailable to receive messages.
300 unavailable, enum constant in enum:Presence.Type

Completed in 834 milliseconds

1 2