/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/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/ |
FileByFileV1DeltaApplier.java | 119 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/compiler-rt/lib/tsan/rtl/ |
tsan_interface_inl.h | 91 thr->is_vptr_access = false; 100 thr->is_vptr_access = false; 112 MemoryAccessRange(cur_thread(), CALLERPC, (uptr)addr, size, false); 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 | 567 assert false; local
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
SourceSet.java | 48 showSourceSet(ID, Normalizer.NONE, false); 53 boolean lowerFirst = false; 88 showSourceSetAux(t.getInverse(), m, lowerFirst, false); local 107 out.println("# Unicode: " + sourceSet.toPattern(false));
|
/external/llvm/lib/Target/PowerPC/ |
PPCTargetMachine.cpp | 57 cl::init(false), cl::Hidden); 341 return false; 363 return false; 398 addPass(createPPCEarlyReturnPass(), false); local 400 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/opencv3/3rdparty/libjasper/jasper/ |
jas_types.h | 96 #undef false macro 127 #if !defined(false) 128 #define false 0 macro
|
/external/opencv3/modules/cudalegacy/test/ |
TestHaarCascadeApplication.cpp | 114 bool rcode = false; 119 ncvAssertReturn(ncvStat == NCV_SUCCESS, false); 122 ncvAssertReturn(h_HaarStages.isMemAllocated(), false); 124 ncvAssertReturn(h_HaarNodes.isMemAllocated(), false); 126 ncvAssertReturn(h_HaarFeatures.isMemAllocated(), false); 129 ncvAssertReturn(d_HaarStages.isMemAllocated(), false); 131 ncvAssertReturn(d_HaarNodes.isMemAllocated(), false); 133 ncvAssertReturn(d_HaarFeatures.isMemAllocated(), false); 137 haar.bNeedsTiltedII = false; 147 ncvAssertReturn(ncvStat == NCV_SUCCESS, false); 281 ncvAssertCUDAReturn(cudaGetDevice(&devId), false); local 283 ncvAssertCUDAReturn(cudaGetDeviceProperties(&_devProp, devId), false); local [all...] |
/external/opencv3/modules/imgproc/test/ocl/ |
test_filters.cpp | 115 Near(1, false); 228 Near(CV_MAT_DEPTH(type) >= CV_32F ? 7e-5 : 1, false); local 325 Near(1, false);
|
/external/replicaisland/src/com/replica/replicaisland/ |
PopOutComponent.java | 100 assert false; local
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/instruction/ |
SmalideaInstruction.java | 212 assert false; local
|
/external/v8/src/compiler/ |
jump-threading.cc | 15 } while (false) 40 pop = false; // recurse. 61 JumpThreadingState state = {false, result, stack}; 82 fallthru = false; 86 fallthru = false; 95 fallthru = false; 99 fallthru = false; 138 ZoneVector<bool> skip(static_cast<int>(result.size()), false, &local_zone); local 150 fallthru = false; // branches don't fall through to the next block. 157 fallthru = false; // jumps don't fall through to the next block [all...] |
/external/webrtc/talk/media/devices/ |
gdivideorenderer.cc | 151 return false; 158 return false; 174 return false; 177 OnSize(LOWORD(lParam), HIWORD(lParam), false); local 188 return false; 198 return false; 200 OnSize(bmi_.bmiHeader.biWidth, -bmi_.bmiHeader.biHeight, false); 230 width + ptDiff.x, height + ptDiff.y, false); local 273 return false;
|
/external/webrtc/webrtc/base/ |
natserver.cc | 33 return false; 37 return false; 38 return false; 59 return false; 63 return false; 64 return false; 103 BufferInput(false); variable
|