HomeSort by relevance Sort by last modified time
    Searched defs:false (Results 126 - 150 of 607) sorted by null

1 2 3 4 56 7 8 91011>>

  /cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
DocumentsTest.java 61 assertNull(getDevice().installPackage(mCtsBuild.getTestApp(PROVIDER_APK), false)); local
62 assertNull(getDevice().installPackage(mCtsBuild.getTestApp(CLIENT_APK), false)); local
PermissionsHostTest.java 69 assertNull(getDevice().installPackage(mCtsBuild.getTestApp(APK), false, false)); local
79 assertNull(getDevice().installPackage(mCtsBuild.getTestApp(APK), false, false)); local
88 assertNull(getDevice().installPackage(mCtsBuild.getTestApp(APK), false, false)); local
93 assertNull(getDevice().installPackage(mCtsBuild.getTestApp(APK), false, false)); local
100 assertNull(getDevice().installPackage(mCtsBuild.getTestApp(APK), false, false)); local
105 assertNull(getDevice().installPackage(mCtsBuild.getTestApp(APK), false, false)); local
110 assertNull(getDevice().installPackage(mCtsBuild.getTestApp(APK), false, false)); local
115 assertNull(getDevice().installPackage(mCtsBuild.getTestApp(APK_COMPAT), false, false)); local
120 assertNull(getDevice().installPackage(mCtsBuild.getTestApp(APK_COMPAT), false, false)); local
    [all...]
  /cts/hostsidetests/usage/src/com/android/cts/app/usage/
AppIdleHostTest.java 61 mDevice.installPackage(mBuild.getTestApp(TEST_APP_APK), false); local
140 interrupted = false;
  /cts/tests/tests/assist/src/android/assist/cts/
AssistStructureTest.java 89 verifyAssistDataNullness(false, false, false, false);
92 false /*FLAG_SECURE set*/); local
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
StatusFragment.java 47 return inflater.inflate(R.layout.fragment_status, container, false);
127 Constants.PACKAGE_NAME_APP_RESTRICTION_SCHEMA, false); local
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
StatusFragment.java 47 return inflater.inflate(R.layout.fragment_status, container, false);
127 Constants.PACKAGE_NAME_APP_RESTRICTION_SCHEMA, false); local
  /development/host/windows/usb/api/
adb_api_legacy.h 32 #define false 0 macro
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
StatusFragment.java 47 return inflater.inflate(R.layout.fragment_status, container, false);
127 Constants.PACKAGE_NAME_APP_RESTRICTION_SCHEMA, false); local
  /external/ceres-solver/internal/ceres/
schur_eliminator_test.cc 203 EliminateSolveAndCompare(VectorRef(zero.data(), A->num_cols()), false, 1e-14); local
207 EliminateSolveAndCompare(VectorRef(D.get(), A->num_cols()), false, 1e-14); local
  /external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
p2.cpp 70 E2() noexcept(false) = default; // expected-error {{exception specification of explicitly defaulted default constructor does not match the calculated one}} member in struct:E2
71 E2(const E2&) noexcept(false) = default; // expected-error {{exception specification of explicitly defaulted copy constructor does not match the calculated one}} member in struct:E2
72 E2(E2&&) noexcept(false) = default; // expected-error {{exception specification of explicitly defaulted move constructor does not match the calculated one}} member in struct:E2
73 E2 &operator=(const E2&) noexcept(false) = default; // expected-error {{exception specification of explicitly defaulted copy assignment operator does not match the calculated one}} member in struct:E2
74 E2 &operator=(E2&&) noexcept(false) = default; // expected-error {{exception specification of explicitly defaulted move assignment operator does not match the calculated one}} member in struct:E2
75 ~E2() noexcept(false) = default; // expected-error {{exception specification of explicitly defaulted destructor does not match the calculated one}} member in struct:E2
92 E4() noexcept(false);
93 E4(const E4&) noexcept(false);
94 E4(E4&&) noexcept(false);
95 E4 &operator=(const E4&) noexcept(false);
    [all...]
  /external/clang/test/CXX/except/except.spec/
p14.cpp 68 // Part of DR1351: the implicit exception-specification is noexcept(false) if
70 // "any". Hence it is compatible with noexcept(false).
72 ThrowingBase() noexcept(false);
73 ThrowingBase(const ThrowingBase&) noexcept(false);
74 ThrowingBase(ThrowingBase&&) noexcept(false);
75 ThrowingBase &operator=(const ThrowingBase&) noexcept(false);
76 ThrowingBase &operator=(ThrowingBase&&) noexcept(false);
77 ~ThrowingBase() noexcept(false);
80 Derived() noexcept(false) = default; member in struct:PR14141::Derived
81 Derived(const Derived&) noexcept(false) = default member in struct:PR14141::Derived
82 Derived(Derived&&) noexcept(false) = default; member in struct:PR14141::Derived
83 Derived &operator=(const Derived&) noexcept(false) = default; member in struct:PR14141::Derived
84 Derived &operator=(Derived&&) noexcept(false) = default; member in struct:PR14141::Derived
85 ~Derived() noexcept(false) = default; member in struct:PR14141::Derived
    [all...]
  /external/clang/test/SemaCXX/
cxx0x-defaulted-functions.cpp 185 B() noexcept(false) = default; // expected-error {{does not match the calculated one}} member in struct:PR15597::B
186 ~B() noexcept(false) = default; // expected-error {{does not match the calculated one}} member in struct:PR15597::B
warn-unused-result.cpp 160 (void)noexcept(f(), false); // Should not warn. local
  /external/google-breakpad/src/common/
convert_UTF.c 73 #ifndef false
74 #define false 0 macro
309 * If presented with a length > 4, this returns false. The Unicode
317 default: return false;
319 case 4: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return false;
320 case 3: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return false;
321 case 2: if ((a = (*--srcptr)) > 0xBF) return false;
325 case 0xE0: if (a < 0xA0) return false; break;
326 case 0xED: if (a > 0x9F) return false; break;
327 case 0xF0: if (a < 0x90) return false; break
    [all...]
  /external/guava/guava-bootstrap/src/java/util/concurrent/
AbstractExecutorService.java 107 return doInvokeAny(tasks, false, 0);
109 assert false; local
125 boolean done = false;
157 boolean done = false;
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterDataReader.java 569 assert false; local
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
HingeJoint.java 56 protected boolean angularOnly = false;
146 capsule.write(angularOnly, "angularOnly", false);
155 capsule.write(getEnableMotor(), "enableAngularMotor", false); local
166 this.angularOnly = capsule.readBoolean("angularOnly", false);
174 boolean enableAngularMotor = capsule.readBoolean("enableAngularMotor", false);
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.cpp 49 cl::init(false), cl::Hidden);
288 return false;
306 return false;
324 addPass(createPPCEarlyReturnPass(), false); local
326 addPass(createPPCBranchSelectionPass(), false); local
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_screen.c 46 #undef false macro
56 /* DRI_CONF_FORCE_S3TC_ENABLE(false) */
67 DRI_CONF_FORCE_GLSL_EXTENSIONS_WARN(false)
72 #define false 0 macro
137 pf_z16 = FALSE;
138 pf_z32 = FALSE;
327 return FALSE;
  /external/replicaisland/src/com/replica/replicaisland/
PopOutComponent.java 100 assert false; local
  /external/v8/src/compiler/
generic-algorithm.h 48 BoolVector visited(Traits::max_id(graph), false, zone); local
118 visited->resize((3 * id) / 2, false);
124 if (id >= static_cast<int>(visited->size())) return false;
  /frameworks/base/core/java/android/app/
Presentation.java 177 super(createPresentationContext(outerContext, display, theme), theme, false); local
183 setCanceledOnTouchOutside(false);
  /frameworks/base/core/java/android/view/
HardwareLayer.java 62 * @return True if the layer can be rendered into, false otherwise
91 * @return True if the copy was successful, false otherwise
99 * return false if the requested width/height cannot be satisfied
105 * @return true if the layer's properties will change, false if they already
134 nSetSurfaceTexture(mFinalizer.get(), surface, false); local
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarTransitions.java 45 applyModeBackground(-1, getMode(), false /*animate*/);
46 applyMode(getMode(), false /*animate*/, true /*force*/); local
52 applyMode(newMode, animate, false /*force*/);
113 applyLightsOut(false, false, false);
121 return false;
PhoneStatusBarTransitions.java 51 applyModeBackground(-1, getMode(), false /*animate*/);
52 applyMode(getMode(), false /*animate*/); local

Completed in 1872 milliseconds

1 2 3 4 56 7 8 91011>>