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

1 2 3 4 5 6 7 8 91011>>

  /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
  /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 170 policy.inferred = false;
182 policy.inferred = false;
194 policy.inferred = false;
216 policy.inferred = false;
221 policy.inferred = false;
230 policy.inferred = false;
318 SNOOZE_NEVER, SNOOZE_NEVER, restrictive.metered, restrictive.inferred));
327 policyAll.metered, policyAll.inferred));
330 policyAll.metered, policyAll.inferred));
  /external/chromium_org/chrome/browser/autocomplete/
url_prefix.h 16 // that may be inferred from certain URL-like input strings.
  /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 178 // This test case verifies correct behavior of inferred upcasts when the
182 // Note: This test will actually fail to compile without inferred
187 // No classof. We are testing that the upcast is inferred.
206 // 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/port/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 45 // We don't have to check the accesses' swizzles because they are inferred from the texture.
  /external/jmonkeyengine/engine/src/core/checkers/quals/
SubtypeOf.java 51 * inferred from the meta-annotations on the explicit qualifiers.
  /external/skia/src/gpu/effects/
GrSingleTextureEffect.h 45 // We don't have to check the accesses' swizzles because they are inferred from the texture.
  /external/chromium/chrome/browser/sync/syncable/
model_type.h 7 // An object's type is inferred from the type of data it holds.
90 // is inferred from the presence of particular datatype extensions in the
95 // are some ModelTypes (like TOP_LEVEL_FOLDER) that can't be inferred this way;
  /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/lib/Lex/
ModuleMap.cpp 240 // If inferred submodules export everything they import, add a
254 // If inferred submodules export everything they import, add a
405 inferred = InferredDirectories.find(ParentDir); local
406 if (inferred == InferredDirectories.end())
409 if (!inferred->second.InferModules)
414 bool canInfer = std::find(inferred->second.ExcludedModules.begin(),
415 inferred->second.ExcludedModules.end(),
416 Name) == inferred->second.ExcludedModules.end();
418 if (canInfer && inferred->second.InferSystemModules)
472 inferred = InferredDirectories.find(ParentDir) local
    [all...]
  /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
253 * Generate default values for properties that can be inferred from an existing
  /external/chromium/chrome/browser/autofill/
autofill_profile.h 90 // Creates inferred labels for |profiles|, according to the rules above and
136 // Builds inferred label from the first |num_fields_to_include| non-empty
143 // Creates inferred labels for |profiles| at indices corresponding to
  /external/chromium_org/components/autofill/core/browser/
autofill_profile.h 138 // Creates inferred labels for |profiles|, according to the rules above and
176 // Builds inferred label from the first |num_fields_to_include| non-empty
183 // Creates inferred labels for |profiles| at indices corresponding to
  /external/clang/docs/
Modules.rst 421 *inferred-submodule-declaration*
425 A *submodule-declaration* that is an *inferred-submodule-declaration* describes a set of submodules that correspond to any headers that are part of the module but are not explicitly described by a *header-declaration*.
429 *inferred-submodule-declaration*:
430 ``explicit``:sub:`opt` ``framework``:sub:`opt` ``module`` '*' *attributes*:sub:`opt` '{' *inferred-submodule-member** '}'
432 *inferred-submodule-member*:
435 A module containing an *inferred-submodule-declaration* shall have either an umbrella header or an umbrella directory. The headers to which the *inferred-submodule-declaration* applies are exactly those headers included by the umbrella header (transitively) or included in the module because they reside within the umbrella directory (or its subdirectories).
437 For each header included by the umbrella header or in the umbrella directory that is not named by a *header-declaration*, a module declaration is implicitly generated from the *inferred-submodule-declaration*. The module will:
440 * Have the ``explicit`` specifier, if the *inferred-submodule-declaration* has the ``explicit`` specifier
442 *inferred-submodule-declaration* has the ``framework`` specifie
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticLexKinds.td 556 "only submodules and framework modules may be inferred with wildcard syntax">;
558 "inferred submodules require a module with an umbrella">;
560 "inferred submodule cannot be a framework submodule">;
562 "inferred framework modules cannot be 'explicit'">;
566 "redefinition of inferred submodule">;
568 "expected '{' to start inferred submodule">;
572 "only '*' can be exported from an inferred submodule">;
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 7 // An object's type is inferred from the type of data it holds.
156 // is inferred from the presence of particular datatype field in the
162 // are some ModelTypes (like TOP_LEVEL_FOLDER) that can't be inferred this way;

Completed in 901 milliseconds

1 2 3 4 5 6 7 8 91011>>