HomeSort by relevance Sort by last modified time
    Searched full:allowed (Results 501 - 525 of 9846) sorted by null

<<21222324252627282930>>

  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
PackageValidator.java 38 * The list of allowed signing certificates and their corresponding package names is defined in
45 * Map allowed callers' certificate keys to the expected caller information.
75 LogHelper.v(TAG, "Adding allowed caller: ", info.name,
83 LogHelper.e(TAG, e, "Could not read allowed callers from XML.");
  /device/sample/overlays/location/frameworks/base/core/res/res/values/
config.xml 29 verify location providers are allowed to be loaded.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
AdamsIntegrator.java 46 * @param scalAbsoluteTolerance allowed absolute error
47 * @param scalRelativeTolerance allowed relative error
69 * @param vecAbsoluteTolerance allowed absolute error
70 * @param vecRelativeTolerance allowed relative error
DormandPrince54Integrator.java 100 * @param scalAbsoluteTolerance allowed absolute error
101 * @param scalRelativeTolerance allowed relative error
116 * @param vecAbsoluteTolerance allowed absolute error
117 * @param vecRelativeTolerance allowed relative error
HighamHall54Integrator.java 73 * @param scalAbsoluteTolerance allowed absolute error
74 * @param scalRelativeTolerance allowed relative error
89 * @param vecAbsoluteTolerance allowed absolute error
90 * @param vecRelativeTolerance allowed relative error
  /external/autotest/client/cros/cellular/
cellular_system_error.py 57 Indicates an operation took longer then the time allowed. This can
  /external/autotest/client/profilers/powertop/src/
powertop.1 4 .\" other parameters are allowed: see man(7), man(1)
  /external/autotest/client/site_tests/policy_PopupsAllowedForUrls/
control 25 fail if the browser blocks popups on a page where they should be allowed, or
  /external/autotest/client/site_tests/policy_PopupsBlockedForUrls/
control 25 fail if the browser blocks popups on a page where they should be allowed, or
  /external/autotest/client/site_tests/security_mprotect/src/
prot_exec.c 45 err_quit("areaex mmap allowed PROT_EXEC");
  /external/autotest/server/site_tests/firmware_ECBattery/
firmware_ECBattery.py 26 # Maximum allowed error of voltage reading in mV
29 # Maximum allowed error of current reading in mA
32 # Maximum allowed battery temperature in C
35 # Minimum allowed battery temperature in C
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DefiniteLengthInputStream.java 25 throw new IllegalArgumentException("negative lengths not allowed");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/misc/
NetscapeCertType.java 35 * allowed uses for the key.
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-cxx0x-no-extra-copy.cpp 4 // reference to a reference-compatible rvalue, since we are allowed to
  /external/clang/test/CXX/except/except.spec/
p15.cpp 14 // Thus, explicit specs aren't allowed to conflict.
  /external/clang/test/CodeGen/
thinlto_backend.c 6 // CHECK-WARNING: error: invalid argument '-fthinlto-index={{.*}}' only allowed with '-x ir'
  /external/clang/test/Driver/
thinlto_backend.c 10 // CHECK-WARNING: error: invalid argument '-fthinlto-index={{.*}}' only allowed with '-x ir'
  /external/clang/test/Frontend/
gnu-inline.c 7 // CXX: '-fgnu89-inline' not allowed with 'C++/ObjC++'
  /external/clang/test/Lexer/
newline-eof.c 7 // In C++11 mode, this is allowed, so don't warn in pedantic mode.
  /external/clang/test/Modules/
diagnostics.modulemap 15 // CHECK: diagnostics.modulemap:[[@LINE+1]]:22: error: use declarations are only allowed in top-level modules
  /external/clang/test/OpenMP/
cancel_if_messages.cpp 31 #pragma omp cancel parallel if(cancel : argc) if (for:argc) // expected-error {{directive name modifier 'for' is not allowed for '#pragma omp cancel'}}
33 #pragma omp cancel parallel if(cancel : argc) if (argc) // expected-error {{no more 'if' clause is allowed}} expected-note {{previous clause with directive name modifier specified here}}
59 #pragma omp cancel parallel if(cancel : argc) if (for:argc) // expected-error {{directive name modifier 'for' is not allowed for '#pragma omp cancel'}}
61 #pragma omp cancel parallel if(cancel : argc) if (argc) // expected-error {{no more 'if' clause is allowed}} expected-note {{previous clause with directive name modifier specified here}}
parallel_if_messages.cpp 29 #pragma omp parallel if(parallel : argc) if (for:argc) // expected-error {{directive name modifier 'for' is not allowed for '#pragma omp parallel'}}
31 #pragma omp parallel if(parallel : argc) if (argc) // expected-error {{no more 'if' clause is allowed}} expected-note {{previous clause with directive name modifier specified here}}
54 #pragma omp parallel if(parallel : argc) if (for:argc) // expected-error {{directive name modifier 'for' is not allowed for '#pragma omp parallel'}}
56 #pragma omp parallel if(parallel : argc) if (argc) // expected-error {{no more 'if' clause is allowed}} expected-note {{previous clause with directive name modifier specified here}}
parallel_sections_if_messages.cpp 70 #pragma omp parallel sections if(parallel : argc) if (for:argc) // expected-error {{directive name modifier 'for' is not allowed for '#pragma omp parallel sections'}}
78 #pragma omp parallel sections if(parallel : argc) if (argc) // expected-error {{no more 'if' clause is allowed}} expected-note {{previous clause with directive name modifier specified here}}
147 #pragma omp parallel sections if(parallel : argc) if (for:argc) // expected-error {{directive name modifier 'for' is not allowed for '#pragma omp parallel sections'}}
155 #pragma omp parallel sections if(parallel : argc) if (argc) // expected-error {{no more 'if' clause is allowed}} expected-note {{previous clause with directive name modifier specified here}}
target_if_messages.cpp 28 #pragma omp target if(target : argc) if (for:argc) // expected-error {{directive name modifier 'for' is not allowed for '#pragma omp target'}}
30 #pragma omp target if(target : argc) if (argc) // expected-error {{no more 'if' clause is allowed}} expected-note {{previous clause with directive name modifier specified here}}
52 #pragma omp target if(target : argc) if (for:argc) // expected-error {{directive name modifier 'for' is not allowed for '#pragma omp target'}}
54 #pragma omp target if(target : argc) if (argc) // expected-error {{no more 'if' clause is allowed}} expected-note {{previous clause with directive name modifier specified here}}
task_if_messages.cpp 28 #pragma omp task if(task : argc) if (for:argc) // expected-error {{directive name modifier 'for' is not allowed for '#pragma omp task'}}
30 #pragma omp task if(task : argc) if (argc) // expected-error {{no more 'if' clause is allowed}} expected-note {{previous clause with directive name modifier specified here}}
52 #pragma omp task if(task : argc) if (for:argc) // expected-error {{directive name modifier 'for' is not allowed for '#pragma omp task'}}
54 #pragma omp task if(task : argc) if (argc) // expected-error {{no more 'if' clause is allowed}} expected-note {{previous clause with directive name modifier specified here}}

Completed in 277 milliseconds

<<21222324252627282930>>