HomeSort by relevance Sort by last modified time
    Searched full:accepted (Results 1 - 25 of 1050) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Parser/
cxx-ext-delete-default.cpp 4 A(const A&) = delete; // expected-warning {{accepted as a C++0x extension}}
5 A& operator=(const A&) = delete; // expected-warning {{accepted as a C++0x extension}}
6 A() = default; // expected-warning {{accepted as a C++0x extension}}
10 void f() = delete; // expected-warning {{accepted as a C++0x extension}}
11 A::~A() = default; //expected-warning {{accepted as a C++0x extension}}
  /external/qemu/tcg/
LICENSE 3 accepted.
  /external/proguard/src/proguard/classfile/attribute/visitor/
AttributeNameFilter.java 62 if (accepted(clazz, unknownAttribute))
71 if (accepted(clazz, sourceFileAttribute))
80 if (accepted(clazz, sourceDirAttribute))
89 if (accepted(clazz, innerClassesAttribute))
98 if (accepted(clazz, enclosingMethodAttribute))
107 if (accepted(clazz, deprecatedAttribute))
116 if (accepted(clazz, deprecatedAttribute))
125 if (accepted(clazz, deprecatedAttribute))
134 if (accepted(clazz, syntheticAttribute))
143 if (accepted(clazz, syntheticAttribute)
341 private boolean accepted(Clazz clazz, Attribute attribute) method in class:AttributeNameFilter
    [all...]
  /external/clang/test/SemaCXX/
c99-variable-length-array.cpp 17 int array1[N]; // expected-warning{{variable length arrays are a C99 feature, accepted as an extension}}
18 POD array2[N]; // expected-warning{{variable length arrays are a C99 feature, accepted as an extension}}
26 int array1[N]; // expected-warning{{variable length arrays are a C99 feature, accepted as an extension}}
39 int array2[T::value]; // expected-warning{{variable length arrays are a C99 feature, accepted as an extension}}
50 int array[N]; // expected-warning{{variable length arrays are a C99 feature, accepted as an extension}}
57 // expected-warning{{variable length arrays are a C99 feature, accepted as an extension}}
71 int array[N]; // expected-warning{{variable length arrays are a C99 feature, accepted as an extension}}
80 // expected-warning{{variable length arrays are a C99 feature, accepted as an extension}}
90 struct edge_info edgeInfo[x]; // expected-warning{{variable length arrays are a C99 feature, accepted as an extension}}
98 int array[value * i]; // expected-warning 2{{variable length arrays are a C99 feature, accepted as an extension}
    [all...]
c99.cpp 7 Point p1 = { .x = 17, // expected-warning{{designated initializers are a C99 feature, accepted in C++ as an extension}}
8 y: 25 }; // expected-warning{{designated initializers are a C99 feature, accepted in C++ as an extension}} \
PR9572.cpp 6 const int kBlah = 3; // expected-warning {{accepted as a C++0x extension}}
  /external/iptables/extensions/
libxt_AUDIT.man 2 It can be used to record accepted, dropped, and rejected packets. See
  /external/llvm/test/LLVMC/
NoActions.td 1 // Check that tools without associated actions are accepted.
  /external/proguard/src/proguard/classfile/attribute/annotation/visitor/
AnnotationTypeFilter.java 62 if (accepted(annotation.getType(clazz)))
71 if (accepted(annotation.getType(clazz)))
80 if (accepted(annotation.getType(clazz)))
89 if (accepted(annotation.getType(clazz)))
98 private boolean accepted(String name) method in class:AnnotationTypeFilter
  /external/proguard/src/proguard/classfile/visitor/
MemberClassAccessFilter.java 58 if (accepted(programClass, programField.getAccessFlags()))
67 if (accepted(programClass, programMethod.getAccessFlags()))
76 if (accepted(libraryClass, libraryField.getAccessFlags()))
85 if (accepted(libraryClass, libraryMethod.getAccessFlags()))
94 private boolean accepted(Clazz clazz, int memberAccessFlags) method in class:MemberClassAccessFilter
MemberDescriptorFilter.java 73 if (accepted(programField.getDescriptor(programClass)))
82 if (accepted(programMethod.getDescriptor(programClass)))
91 if (accepted(libraryField.getDescriptor(libraryClass)))
100 if (accepted(libraryMethod.getDescriptor(libraryClass)))
109 private boolean accepted(String name) method in class:MemberDescriptorFilter
MemberNameFilter.java 73 if (accepted(programField.getName(programClass)))
82 if (accepted(programMethod.getName(programClass)))
91 if (accepted(libraryField.getName(libraryClass)))
100 if (accepted(libraryMethod.getName(libraryClass)))
109 private boolean accepted(String name) method in class:MemberNameFilter
ClassAccessFilter.java 65 if (accepted(programClass.getAccessFlags()))
74 if (accepted(libraryClass.getAccessFlags()))
83 private boolean accepted(int accessFlags) method in class:ClassAccessFilter
MemberAccessFilter.java 79 if (accepted(programField.getAccessFlags()))
88 if (accepted(programMethod.getAccessFlags()))
97 if (accepted(libraryField.getAccessFlags()))
106 if (accepted(libraryMethod.getAccessFlags()))
115 private boolean accepted(int accessFlags) method in class:MemberAccessFilter
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
CertificateRequest.java 59 * @param accepted - array of certificate authority certificates
62 X509Certificate[] accepted) {
64 if (accepted == null) {
71 certificate_authorities = new X500Principal[accepted.length];
72 encoded_principals = new byte[accepted.length][];
73 for (int i = 0; i < accepted.length; i++) {
74 certificate_authorities[i] = accepted[i].getIssuerX500Principal();
  /libcore/luni/src/main/java/java/net/
CookiePolicy.java 22 * cookies should be accepted and which should not be.
59 * should be accepted.
65 * @return true if this cookie should be accepted; false otherwise
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
Consumers.java 30 boolean accepted = false;
32 accepted = consumer.consume(value);
34 if (!accepted && value != null) value.close();
  /external/chromium/chrome/browser/download/
download_request_infobar_delegate_unittest.cc 32 bool accepted() const { return accepted_; } function in class:MockTabDownloadState
75 EXPECT_TRUE(state.accepted());
81 EXPECT_FALSE(state.accepted());
87 EXPECT_FALSE(state.accepted());
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.elab/
templateid.cpp 5 // Tests that this form is accepted by the compiler but does not follow
  /external/oprofile/m4/
precompiledheader.m4 8 dnl we consider than if -Winvalid-pch is accepted pch will works ...
  /external/webkit/Source/WebCore/manual-tests/
directory-drop-on-view.html 16 The drag should not be accepted, and the drag cursor should be the standard disallowed drag cursor.
  /external/llvm/test/MC/ELF/
type.s 3 // Test that both % and @ are accepted.
12 // Test that gnu_unique_object is accepted.
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
ArchiveInfo.java 35 * The accepted and rejected flags are used by {@link SdkUpdaterChooserDialog} to follow
36 * user choices. The installer should never install something that is not accepted.
117 * Sets whether this archive was accepted (either manually by the user or
120 public void setAccepted(boolean accepted) {
121 mAccepted = accepted;
125 * Returns whether this archive was accepted (either manually by the user or
134 * An archive can neither accepted nor rejected.
142 * An archive can neither accepted nor rejected.
  /external/mesa3d/docs/
MESA_drm_image.spec 56 Accepted in the <attrib_list> parameter of eglCreateDRMImageMESA:
61 Accepted as values for the EGL_IMAGE_FORMAT_MESA attribute:
65 Bits accepted in EGL_DRM_BUFFER_USE_MESA:
70 Accepted in the <target> parameter of eglCreateImageKHR:
91 then red, then green, then blue. The bit values accepted by
  /external/oauth/core/src/main/java/net/oauth/
OAuthAccessor.java 85 Object accepted = consumer.getProperty(OAuthConsumer.ACCEPT_ENCODING); local
86 if (accepted != null) {
87 message.getHeaders().add(new OAuth.Parameter(HttpMessage.ACCEPT_ENCODING, accepted.toString()));

Completed in 665 milliseconds

1 2 3 4 5 6 7 8 91011>>