HomeSort by relevance Sort by last modified time
    Searched defs:false (Results 151 - 175 of 803) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/darwin-x86/test/interface/
convert.go 63 func false(ok bool) { func
65 panic("not false")
112 // I2T2 false
114 false(ok)
122 // I2I2 false (and T2I)
125 false(ok)
132 // E2T2 false
134 false(ok)
142 // E2I2 false (and T2E)
145 false(ok
    [all...]
  /prebuilts/go/linux-x86/test/interface/
convert.go 63 func false(ok bool) { func
65 panic("not false")
112 // I2T2 false
114 false(ok)
122 // I2I2 false (and T2I)
125 false(ok)
132 // E2T2 false
134 false(ok)
142 // E2I2 false (and T2E)
145 false(ok
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
TestCaseReference.java 57 notified.visitTreeEntry(getIdentifier(), false, countTestCases()); local
  /system/media/brillo/audio/audioservice/
audio_daemon.cpp 42 false /*recursive*/, base::FileEnumerator::FILES); local
  /system/update_engine/
omaha_request_params_unittest.cc 59 SetLockDown(false); variable
84 bool success = params_.Init(app_version, omaha_url, false);
355 EXPECT_TRUE(params.Init("", "", false));
356 params.SetTargetChannel("canary-channel", false, nullptr);
377 EXPECT_TRUE(params.Init("", "", false));
400 EXPECT_TRUE(params.Init("", "", false));
460 params_.Init("", "", false);
465 params_.Init("", "", false);
466 EXPECT_FALSE(params_.SetTargetChannel("invalid-channel", false, nullptr));
470 params_.Init("", "", false);
    [all...]
omaha_response_handler_action.h 55 void TerminateProcessing() override { CHECK(false); } variable
67 // of the system and the contents of the Omaha response. False otherwise.
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DocumentsTest.java 36 MigrationHelper.getTestFile(mCtsBuild, PROVIDER_APK), false)); local
DocumentsTestCase.java 57 MigrationHelper.getTestFile(mCtsBuild, CLIENT_APK), false)); local
UsesLibraryHostTest.java 69 MigrationHelper.getTestFile(mCtsBuild, APK), false, false)); local
75 MigrationHelper.getTestFile(mCtsBuild, APK), false, false)); local
81 MigrationHelper.getTestFile(mCtsBuild, APK), false, false)); local
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
SecurityLoggingTest.java 70 mDevicePolicyManager.setSecurityLoggingEnabled(getWho(), false); local
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
BaseDeviceAdminHostSideTest.java 126 setDeviceOwner(getAdminReceiverComponent(), mUserId, /*expectFailure*/ false); local
160 setDeviceOwner(getAdminReceiverComponent(), mUserId, /*expectFailure*/ false); local
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSBlurTest.java 84 blurTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, false); local
RSConvolveTest.java 123 convolveTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coeffs, false); local
  /developers/build/prebuilts/gradle/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
StorageProviderFragment.java 38 private boolean mLoggedIn = false;
66 (AUTHORITY), null, false); local
100 return sharedPreferences.getBoolean(getString(R.string.key_logged_in), false);
  /developers/samples/android/content/documentsUi/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
StorageProviderFragment.java 38 private boolean mLoggedIn = false;
66 (AUTHORITY), null, false); local
100 return sharedPreferences.getBoolean(getString(R.string.key_logged_in), false);
  /development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
StorageProviderFragment.java 38 private boolean mLoggedIn = false;
66 (AUTHORITY), null, false); local
100 return sharedPreferences.getBoolean(getString(R.string.key_logged_in), false);
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3convertutf.h 121 #define false ANTLR3_FALSE macro
  /external/clang/test/Analysis/
fields.c 33 #define false ((bool)0) macro
124 clang_analyzer_eval(bits.c == 1); // expected-warning {{FALSE}}
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface.cc 54 UnalignedMemoryAccess(cur_thread(), CALLERPC, (uptr)addr, 2, false, false); local
58 UnalignedMemoryAccess(cur_thread(), CALLERPC, (uptr)addr, 4, false, false); local
62 UnalignedMemoryAccess(cur_thread(), CALLERPC, (uptr)addr, 8, false, false); local
66 UnalignedMemoryAccess(cur_thread(), CALLERPC, (uptr)addr, 16, false, false); local
70 UnalignedMemoryAccess(cur_thread(), CALLERPC, (uptr)addr, 2, true, false); local
74 UnalignedMemoryAccess(cur_thread(), CALLERPC, (uptr)addr, 4, true, false); local
78 UnalignedMemoryAccess(cur_thread(), CALLERPC, (uptr)addr, 8, true, false); local
82 UnalignedMemoryAccess(cur_thread(), CALLERPC, (uptr)addr, 16, true, false); local
    [all...]
  /external/iw/
link.c 22 static struct link_result lr = { .link_found = false };
85 false, PRINT_LINK); local
  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 66 INITIALIZE_PASS_BEGIN(Sinking, "sink", "Code sinking", false, false)
70 INITIALIZE_PASS_END(Sinking, "sink", "Code sinking", false, false)
94 return false;
104 bool MadeChange, EverMadeChange = false;
107 MadeChange = false;
122 if (BB.getTerminator()->getNumSuccessors() <= 1) return false;
127 if (!DT->isReachableFromEntry(&BB)) return false;
129 bool MadeChange = false;
282 Inst->getParent()->printAsOperand(dbgs(), false); local
284 SuccToSinkTo->printAsOperand(dbgs(), false); local
    [all...]
  /external/lzma/xz-embedded/
xz_config.h 31 # define false 0 macro
  /external/nanopb-c/extra/
pb_syshdr.h 50 #define false 0 macro
  /external/proguard/src/proguard/
UpToDateChecker.java 81 false); local
101 return false;
129 updateModificationTime(file, false);
  /external/skia/samplecode/
SamplePictFile.cpp 86 SkASSERT(false); variable
173 if (false) { // re-record
200 SkASSERT(false);

Completed in 1820 milliseconds

1 2 3 4 5 67 8 91011>>