/frameworks/base/core/java/android/net/ |
NetworkPolicy.java | 46 public boolean inferred; field in class:NetworkPolicy 59 boolean metered, boolean inferred) { 68 this.inferred = inferred; 80 inferred = in.readInt() != 0; 93 dest.writeInt(inferred ? 1 : 0); 150 lastWarningSnooze, lastLimitSnooze, metered, inferred); 161 && inferred == other.inferred 179 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/Modules/ |
modulemap-locations.m | 11 @import Inferred;
|
/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.
|
/packages/apps/Settings/src/com/android/settings/net/ |
NetworkPolicyEditor.java | 158 policy.inferred = false; 171 policy.inferred = false; 184 policy.inferred = false; 206 policy.inferred = false; 211 policy.inferred = false; 220 policy.inferred = false;
|
/external/chromium_org/chrome/browser/safe_browsing/ |
chunk.proto | 35 // of hashes can be inferred from the length of the hashes string and the
|
/external/chromium_org/content/browser/geolocation/ |
location_arbitrator.h | 25 // infobar prompt) or inferred from a persisted site permission.
|
/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/wpa_supplicant_8/src/eap_common/ |
eap_pwd_common.h | 55 u8 identity[0]; /* length inferred from payload */
|
/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. 152 // are never mapped directly to inferred scheduling classes. 164 // ModelDef is NULL for inferred Models. This happens when a processor defines 240 // Any inferred SchedClass has an index greater than NumInstrSchedClassses.
|
/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/chromium_org/content/public/browser/ |
location_provider.h | 51 // infobar prompt) or inferred from a persisted site permission.
|
/external/chromium_org/sync/protocol/ |
typed_url_specifics.proto | 25 // this information (it's inferred by the history code from the transition
|
/external/chromium_org/third_party/skia/src/gpu/effects/ |
GrSingleTextureEffect.h | 40 // We don't have to check the accesses' swizzles because they are inferred from the texture.
|
/external/chromium_org/third_party/webrtc/common_audio/resampler/ |
push_sinc_resampler.h | 27 // ratio is inferred from them.
|
/external/skia/src/gpu/effects/ |
GrSingleTextureEffect.h | 40 // We don't have to check the accesses' swizzles because they are inferred from the texture.
|
/external/clang/lib/Lex/ |
ModuleMap.cpp | 387 // If inferred submodules export everything they import, add a 402 // If inferred submodules export everything they import, add a 567 inferred = InferredDirectories.find(ParentDir); local 568 if (inferred == InferredDirectories.end()) 571 if (!inferred->second.InferModules) 576 bool canInfer = std::find(inferred->second.ExcludedModules.begin(), 577 inferred->second.ExcludedModules.end(), 578 Name) == inferred->second.ExcludedModules.end(); 580 if (canInfer && inferred->second.InferSystemModules) 635 inferred = InferredDirectories.find(ParentDir) local [all...] |
/external/clang/test/SemaObjC/ |
related-result-type-inference.m | 54 // Not inferred 57 // Not inferred due to instance/class mismatches 63 // Not inferred due to return type mismatch
|
/external/clang/include/clang/Basic/ |
Module.h | 65 /// inferred modules, \c ModuleMap will contain the module map that allowed 67 /// inferred module map file. 153 /// \brief Whether this is an inferred submodule (module * { ... }). 159 /// Submodules can only be inferred for modules with an umbrella header. 162 /// \brief Whether, when inferring submodules, the inferred submodules 195 /// \brief The location of the inferred submodule.
|
/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/chromium_org/components/autofill/core/browser/ |
autofill_profile.h | 132 // Creates inferred labels for |profiles|, according to the rules above and 166 // Builds inferred label from the first |num_fields_to_include| non-empty 174 // Creates inferred labels for |profiles| at indices corresponding to
|
/external/chromium_org/components/omnibox/ |
url_prefix.h | 16 // that may be inferred from certain URL-like input strings.
|
/external/chromium_org/third_party/WebKit/Source/platform/animation/ |
KeyframeValueList.h | 47 // Values will all be of the same type, which can be inferred from the property.
|
/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:
|