/external/clang/test/Modules/ |
inferred-attributes.mm | 2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F %S/Inputs/inferred-attr -fsyntax-only -verify %s
|
modulemap-locations.m | 11 @import Inferred;
|
/frameworks/base/core/java/android/net/ |
NetworkPolicy.java | 56 public boolean inferred; field in class:NetworkPolicy 69 boolean metered, boolean inferred) { 78 this.inferred = inferred; 90 inferred = in.readInt() != 0; 103 dest.writeInt(inferred ? 1 : 0); 160 lastWarningSnooze, lastLimitSnooze, metered, inferred); 171 && inferred == other.inferred 189 builder.append(", inferred=").append(inferred) [all...] |
/external/clang/test/SemaObjCXX/ |
related-result-type-inference.mm | 54 // Not inferred 57 // Not inferred due to instance/class mismatches 63 // Not inferred due to return type mismatch
|
/external/clang/test/SemaObjC/ |
nullable-weak-property.m | 23 foo (self.property1); // no warning because nothing is inferred
|
arc-property-decl-attrs.m | 89 @property(nonatomic, weak) id delegate; // Do not warn, nullable is inferred. 90 @property(nonatomic, weak, readonly) id ROdelegate; // Do not warn, nullable is inferred. 103 @property(nonatomic, weak) id ddd; // Do not warn, nullable is inferred.
|
related-result-type-inference.m | 54 // Not inferred 57 // Not inferred due to instance/class mismatches 63 // Not inferred due to return type mismatch
|
/frameworks/base/media/java/android/media/ |
IMediaScannerService.aidl | 30 * If mimeType is null, then the mimeType will be inferred from the file extension. 41 * If mimeType is null, then the mimeType will be inferred from the file extension.
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
DynamicTypeInfo.h | 17 /// \brief Stores the currently inferred strictest bound on the runtime type 33 /// \brief Returns the currently inferred upper bound on the runtime type.
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
NetworkPolicyEditor.java | 160 policy.inferred = false; 173 policy.inferred = false; 186 policy.inferred = false; 208 policy.inferred = false; 213 policy.inferred = false; 222 policy.inferred = false;
|
/external/clang/test/SemaCUDA/ |
implicit-member-target-collision.cu | 20 // expected-note@-4 {{implicit default constructor inferred target collision: call to both __host__ and __device__ members}} 36 // expected-note@-6 {{implicit default constructor inferred target collision: call to both __host__ and __device__ members}} 52 // expected-note@-5 {{implicit default constructor inferred target collision: call to both __host__ and __device__ members}}
|
implicit-member-target-collision-cxx11.cu | 20 // expected-note@-4 {{implicit default constructor inferred target collision: call to both __host__ and __device__ members}} 37 // expected-note@-6 {{implicit default constructor inferred target collision: call to both __host__ and __device__ members}} 53 // expected-note@-5 {{implicit default constructor inferred target collision: call to both __host__ and __device__ members}} 78 // expected-note@-4 {{implicit copy constructor inferred target collision}}
|
/external/clang/test/OpenMP/ |
task_depend_messages.cpp | 42 #pragma omp task depend (in : argv[:] // expected-error {{section length is unspecified and cannot be inferred because subscripted value is not an array}} expected-error {{expected ')'}} expected-note {{to match this '('}} 47 #pragma omp task depend (in : argv[:]) // expected-error {{section length is unspecified and cannot be inferred because subscripted value is not an array}} 51 #pragma omp task depend(in:argv[0:][:]) // expected-error {{section length is unspecified and cannot be inferred because subscripted value is not an array}} 52 #pragma omp task depend(in:env[0:][:]) // expected-error {{section length is unspecified and cannot be inferred because subscripted value is an array of unknown bound}}
|
/external/llvm/utils/TableGen/ |
CodeGenSchedule.h | 39 /// We have two kinds of SchedReadWrites. Explicitly defined and inferred 41 /// may not be empty. TheDef is null for inferred sequences, and Sequence must 121 /// 4) An inferred class represents a variant of another class that may be 124 /// variants are expanded. Multiple SchedClasses may be inferred from an 142 // off to join another inferred class. 153 // are never mapped directly to inferred scheduling classes. 165 // ModelDef is NULL for inferred Models. This happens when a processor defines 241 // Any inferred SchedClass has an index greater than NumInstrSchedClassses.
|
/external/skia/include/gpu/ |
GrCoordTransform.h | 48 * Create a transformation that maps [0, 1] to a texture's boundaries. The precision is inferred 61 * Create a transformation from a matrix. The precision is inferred from the texture size and
|
/libcore/luni/src/main/java/org/xml/sax/ext/ |
Locator2.java | 53 * Otherwise the encoding will been inferred (normally to be UTF-8, or 54 * some UTF-16 variant), and that inferred name will be returned.
|
/external/llvm/test/MC/MachO/ |
darwin-version-min-load-command.s | 5 // Test version-min load command should be inferred from triple and should always be generated on Darwin
|
/external/wpa_supplicant_8/src/eap_common/ |
eap_pwd_common.h | 55 u8 identity[0]; /* length inferred from payload */
|
/developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/ |
SampleGenProperties.groovy | 28 * inferred by convention from a smaller number of initial properties. 30 * methods for the inferred properties. It also defines a small number 255 * Generate default values for properties that can be inferred from an existing
|
/external/llvm/unittests/Support/ |
Casting.cpp | 182 // This test case verifies correct behavior of inferred upcasts when the 186 // Note: This test will actually fail to compile without inferred 191 // No classof. We are testing that the upcast is inferred. 210 // This test verifies that the inferred upcast takes precedence over an
|
/external/webrtc/webrtc/common_audio/resampler/ |
push_sinc_resampler.h | 29 // ratio is inferred from them.
|
/external/clang/include/clang/Lex/ |
ModuleMap.h | 172 /// \brief A directory for which framework modules can be inferred. 179 /// \brief The attributes to use for inferred modules. 183 /// inferred modules. Otherwise, nullptr. 186 /// \brief The names of modules that cannot be inferred within this 195 /// A mapping from an inferred module to the module map that allowed the 311 /// if they have not yet been inferred / loaded. 397 /// module, or NULL if the module definition was inferred. 406 /// of inferred modules, returns the module map that allowed the inference
|
/system/core/include/cutils/ |
properties.h | 67 ** The numeric conversion is identical to strtoimax with the base inferred: 88 ** The numeric conversion is identical to strtoimax with the base inferred:
|
/external/clang/lib/Lex/ |
ModuleMap.cpp | 395 // If inferred submodules export everything they import, add a 411 // If inferred submodules export everything they import, add a 641 inferred = InferredDirectories.find(ParentDir); local 642 if (inferred == InferredDirectories.end()) { 649 inferred = InferredDirectories.find(ParentDir); 652 if (inferred == InferredDirectories.end()) 653 inferred = InferredDirectories.insert( 657 if (inferred->second.InferModules) { 661 canInfer = std::find(inferred->second.ExcludedModules.begin(), 662 inferred->second.ExcludedModules.end() [all...] |
/external/libusb/libusb/ |
sync.c | 47 * The direction of the transfer is inferred from the bmRequestType field of 216 * Perform a USB bulk transfer. The direction of the transfer is inferred from 264 * Perform a USB interrupt transfer. The direction of the transfer is inferred
|