| /frameworks/base/cmds/idmap2/tests/ |
| D | CommandLineOptionsTests.cpp | 46 auto success = opts.Parse({"--foo", "--bar"}); in TEST() local 64 auto success = opts.Parse({"--foo", "FOO", "--bar", "BAR"}); in TEST() local 76 auto success = opts.Parse({"--foo", "FIRST", "--foo", "SECOND"}); in TEST() local 84 auto success = opts.Parse({"--foo", "FOO", "--foo", "BAR"}); in TEST() local 97 auto success = opts.Parse({"--foo", "FOO", "--bar", "BAR"}); in TEST() local 122 auto success = opts.Parse({"--foo", "FOO", "--bar", "BAR"}); in TEST() local 172 auto success = opts.Parse({"--unexpected"}); in TEST() local
|
| /frameworks/av/services/minijail/ |
| D | av_services_minijail_unittest.cpp | 45 bool success = android::base::ReadFdToString(fd.get(), &final_string); in TEST_F() local 55 bool success = android::base::ReadFdToString(fd.get(), &final_string); in TEST_F() local
|
| /frameworks/base/tests/FlickerTests/lib/src/com/android/server/wm/flicker/ |
| D | Assertions.java | 72 final boolean success; field in Assertions.Result 77 Result(boolean success, long timestamp, String assertionName, String reason) { in Result() 84 Result(boolean success, String reason) { in Result()
|
| /frameworks/base/media/mca/filterfw/jni/ |
| D | jni_vertex_frame.cpp | 44 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(int_ptr), in Java_android_filterfw_core_VertexFrame_setNativeInts() local 61 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(float_ptr), in Java_android_filterfw_core_VertexFrame_setNativeFloats() local 79 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(bytes + offset), in Java_android_filterfw_core_VertexFrame_setNativeData() local
|
| /frameworks/av/media/libstagefright/codecs/mp3dec/test/ |
| D | mp3dec_test.cpp | 67 bool success = mp3Reader.init(argv[1]); in main() local 101 bool success = mp3Reader.getFrame(inputBuf, &bytesRead); in main() local
|
| /frameworks/native/services/displayservice/ |
| D | DisplayEventReceiver.cpp | 149 bool success = OK == mAttached->receiver().setVsyncRate(count); in setVsyncRate() local 160 bool success = OK == mAttached->receiver().requestNextVsync(); in requestNextVsync() local 170 bool success = mAttached->detach(); in close() local
|
| /frameworks/native/opengl/tests/EGLTest/ |
| D | EGL_test.cpp | 89 EGLBoolean success = eglTerminate(mEglDisplay); in TearDown() local 99 EGLBoolean success; in TEST_F() local 169 EGLBoolean success; in TEST_F() local 209 EGLBoolean success; in TEST_F() local 295 EGLBoolean success; in TEST_F() local 349 EGLBoolean success; in TEST_F() local 435 EGLBoolean success; in get8BitConfig() local 512 EGLBoolean success; in checkSurfaceSmpteMetadata() local 560 EGLBoolean success; in TEST_F() local 612 EGLBoolean success; in TEST_F() local [all …]
|
| /frameworks/base/core/java/android/print/ |
| D | IPrintSpoolerCallbacks.aidl | 34 void onSetPrintJobStateResult(boolean success, int sequence); in onSetPrintJobStateResult() 35 void onSetPrintJobTagResult(boolean success, int sequence); in onSetPrintJobTagResult()
|
| /frameworks/base/libs/androidfw/ |
| D | ObbFile.cpp | 89 bool success = false; in readFrom() local 229 bool success = false; in writeTo() local 314 bool success = false; in removeFrom() local
|
| /frameworks/base/services/core/jni/ |
| D | com_android_server_ConsumerIrService.cpp | 52 bool success = mHal->transmit(carrierFrequency, patternVec); in halTransmit() local 59 bool success; in halGetCarrierFrequencies() local
|
| /frameworks/base/core/java/android/view/ |
| D | IOnKeyguardExitResult.aidl | 23 void onKeyguardExitResult(boolean success); in onKeyguardExitResult()
|
| /frameworks/base/core/java/com/android/internal/policy/ |
| D | IKeyguardExitCallback.aidl | 19 void onKeyguardExitResult(boolean success); in onKeyguardExitResult()
|
| /frameworks/base/cmds/statsd/tests/log_event/ |
| D | LogEventQueue_test.cpp | 39 bool success = queue.push(std::make_unique<LogEvent>(10, timeBaseNs + i * 1000), in TEST() local 66 bool success = queue.push(std::make_unique<LogEvent>(10, timeBaseNs + i * 1000), in TEST() local
|
| /frameworks/native/cmds/lshal/ |
| D | Timeout.h | 72 bool success = state.wait(now + delay); in timeout() local 88 bool success = timeout(wait, [&ret, &boundFunc] { in timeoutIPC() local
|
| /frameworks/base/core/java/android/hardware/face/ |
| D | IFaceServiceReceiver.aidl | 32 void onFeatureSet(boolean success, int feature); in onFeatureSet() 33 void onFeatureGet(boolean success, int feature, boolean value); in onFeatureGet()
|
| /frameworks/base/core/java/android/content/pm/ |
| D | IDexModuleRegisterCallback.aidl | 27 void onDexModuleRegistered(in String dexModulePath, in boolean success, in String message); in onDexModuleRegistered()
|
| /frameworks/base/core/jni/android/graphics/pdf/ |
| D | PdfEditor.cpp | 90 const bool success = writeAllBytes(writer->dstFd, buffer, size); in writeBlock() local 103 const bool success = FPDF_SaveAsCopy(document, &writer, FPDF_NO_INCREMENTAL); in nativeWrite() local 208 const FPDF_BOOL success = (pageBox == PAGE_BOX_MEDIA) in nativeGetPageBox() local 228 const bool success = nativeGetPageBox(env, thiz, documentPtr, pageIndex, PAGE_BOX_MEDIA, in nativeGetPageMediaBox() local 235 const bool success = nativeGetPageBox(env, thiz, documentPtr, pageIndex, PAGE_BOX_CROP, in nativeGetPageCropBox() local
|
| /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
| D | FalsingPlugin.java | 42 default void dataCollected(boolean success, byte[] data) { } in dataCollected()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
| D | LockscreenWallpaper.java | 210 public final boolean success; field in LockscreenWallpaper.LoaderResult 213 LoaderResult(boolean success, Bitmap bitmap) { in LoaderResult() 218 static LoaderResult success(Bitmap b) { in success() method in LockscreenWallpaper.LoaderResult
|
| /frameworks/base/cmds/statsd/src/logd/ |
| D | LogEventQueue.cpp | 43 bool success; in push() local
|
| /frameworks/base/core/java/android/app/timezone/ |
| D | IRulesManager.aidl | 83 void requestNothing(in byte[] token, boolean success); in requestNothing()
|
| /frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
| D | KeyguardSecurityCallback.java | 45 void reportUnlockAttempt(int userId, boolean success, int timeoutMs); in reportUnlockAttempt()
|
| /frameworks/rs/script_api/ |
| D | Generator.cpp | 198 bool success = true; in main() local
|
| D | GenerateDocumentation.cpp | 178 bool success = true; in convertDocumentationRefences() local 417 bool success = true; in writeOverviewForFile() local 436 bool success = true; in generateOverview() local 630 bool success = true; in writeDetailedDocumentationFile() local 728 bool success = generateOverview(directory) && in generateDocumentation() local
|
| /frameworks/base/media/java/android/mtp/ |
| D | MtpStorageManager.java | 948 public synchronized boolean endRenameObject(MtpObject obj, String oldName, boolean success) { in endRenameObject() 989 public synchronized boolean endRemoveObject(MtpObject obj, boolean success) { in endRemoveObject() 1047 boolean success) { in endMoveObject() 1106 public synchronized boolean endCopyObject(MtpObject object, boolean success) { in endCopyObject() 1153 private synchronized boolean generalEndRemoveObject(MtpObject obj, boolean success, in generalEndRemoveObject() 1201 boolean success) { in generalEndRenameObject() 1230 …private synchronized boolean generalEndCopyObject(MtpObject obj, boolean success, boolean addGloba… in generalEndCopyObject()
|