HomeSort by relevance Sort by last modified time
    Searched full:applied (Results 26 - 50 of 3298) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/courgette/
run_mem_test 40 local applied="${out_base}.applied"
43 "${original}" "${patch}" "${applied}" &
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
p1.cpp 12 int (*f6)() [[carries_dependency]]; // expected-error {{'carries_dependency' attribute cannot be applied to types}}
30 // a dependency, because an attribute applied to the lambda appertains to
32 auto l2 = []() [[carries_dependency]] {}; // expected-error {{'carries_dependency' attribute cannot be applied to types}}
  /external/nist-sip/java/gov/nist/javax/sip/message/
MessageFactoryExt.java 17 * This header is applied to all Messages created from this Factory object except those
29 * This header is applied to all Messages created from this Factory object except those
42 * will be applied to all content that is encoded. The default is UTF-8.
  /external/chromium/build/linux/
chrome_linux.croc 8 # List of rules, applied in order
  /external/chromium/build/mac/
chrome_mac.croc 5 # List of rules, applied in order
  /external/chromium_org/build/linux/
chrome_linux.croc 8 # List of rules, applied in order
  /external/chromium_org/build/mac/
chrome_mac.croc 5 # List of rules, applied in order
  /external/chromium_org/chrome/browser/sync_file_system/
fake_remote_change_processor.cc 41 // Override |local_metadata| by applied changes.
153 const std::vector<FileChange>& applied = itr->second; local
156 if (applied.empty() || expected.empty()) {
157 EXPECT_TRUE(!applied.empty());
162 EXPECT_EQ(expected.size(), applied.size());
164 for (size_t i = 0; i < applied.size() && i < expected.size(); ++i) {
165 EXPECT_EQ(expected[i], applied[i])
168 << " applied:" << applied[i].DebugString();
  /external/chromium_org/chrome/tools/build/win/
win-syzyasan-filter.txt 5 # This file describes filtering rules that will be applied when applying
  /external/chromium_org/remoting/host/mac/
me2me_preference_pane_disable.h 9 // PIN and applied a new configuration.
  /external/chromium_org/v8/test/webkit/fast/js/
modify-non-references.js 30 shouldThrow("g()++", "'ReferenceError: Postfix ++ operator applied to value that is not a reference.'");
31 shouldThrow("g()--", "'ReferenceError: Postfix -- operator applied to value that is not a reference.'");
32 shouldThrow("++g()", "'ReferenceError: Prefix ++ operator applied to value that is not a reference.'");
33 shouldThrow("--g()", "'ReferenceError: Prefix -- operator applied to value that is not a reference.'");
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/
p6.cpp 9 explicit void f0(); // expected-error {{'explicit' can only be applied to a constructor or conversion function}}
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p11.cpp 18 // As an extension, this rule is applied to explicit specializations as well.
  /external/clang/test/Parser/
cxx11-base-spec-attributes.cpp 9 struct G : [[noreturn]] A {}; // expected-error {{'noreturn' attribute cannot be applied to a base specifier}}
  /external/clang/test/SemaCXX/
cxx11-gnu-attrs.cpp 8 // expected-error@-1 {{'unused' attribute cannot be applied to types}}
10 // expected-warning@-1 {{attribute 'unused' ignored, because it cannot be applied to a type}}
40 void nonnull [[gnu::nonnull]] (); // expected-warning {{applied to function with no pointer arguments}}
46 int noreturn_fn_2() [[gnu::noreturn]]; // expected-warning {{cannot be applied to a type}}
  /external/clang/test/SemaObjC/
method-warn-unused-attribute.m 5 - (void) garf __attribute__((warn_unused_result)); // expected-warning {{attribute 'warn_unused_result' cannot be applied to Objective-C method without return value}}
  /external/jsr305/ri/src/main/java/javax/annotation/
OverridingMethodsMustInvokeSuper.java 10 * When this annotation is applied to a method, it indicates that if this method
ParametersAreNullableByDefault.java 11 * This annotation can be applied to a package, class or method to indicate that
17 * <li> there is a default parameter annotation applied to a more tightly nested
  /external/jsr305/ri/src/main/java/javax/annotation/meta/
Exclusive.java 8 * This annotation can be applied to the value() element of an annotation that
  /external/llvm/utils/lint/
generic_lint.py 3 # Checks files to make sure they conform to LLVM standards which can be applied
  /external/jmonkeyengine/engine/src/core/checkers/quals/
Dependent.java 29 * The class of the refined qualifier to be applied.
35 * qualifier to be applied.
  /frameworks/base/media/java/android/media/videoeditor/
TransitionCrossfade.java 40 * @param afterMediaItem The transition is applied to the end of this
42 * @param beforeMediaItem The transition is applied to the beginning of
TransitionFadeBlack.java 40 * @param afterMediaItem The transition is applied to the end of this
42 * @param beforeMediaItem The transition is applied to the beginning of
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
add_const.hpp 26 // This bogus warning will appear when add_const is applied to a
30 # pragma warning(disable:4181) // warning C4181: qualifier applied to reference type ignored
add_cv.hpp 27 // This bogus warning will appear when add_volatile is applied to a
31 # pragma warning(disable:4181) // warning C4181: qualifier applied to reference type ignored

Completed in 1943 milliseconds

12 3 4 5 6 7 8 91011>>