Searched defs:found (Results 1 - 25 of 49) sorted by relevance

12

/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dfile_wrapper_input.cpp36 size_t found = fread((char*) buffer, 1, wanted, _file); local
40 return found;
H A Din_memory_wrapper_input.cpp30 size_t found = 0; local
36 while (found < wanted) {
38 return found;
40 buffer[found++] = _buffer[_pos++];
42 return found;
/frameworks/base/tools/split-select/
H A DGrouper_test.cpp152 size_t found = 0; local
155 found++;
159 if (found == splitCount) {
/frameworks/av/media/libeffects/factory/
H A DEffectsFactoryState.c39 int found = 0; local
42 while (e && !found) {
48 found = 1;
52 found = 1;
59 if (!found) {
60 ALOGV("findEffect() effect not found");
63 ALOGV("findEffect() found effect: %s in lib %s", d->name, l->name);
H A DEffectsFactory.c264 int found = 0; local
412 ALOGV("EffectGetSubEffects: effect found in the list");
472 int found = 0; local
478 while (e != NULL && !found) {
486 found = 1;
493 if (!found) {
494 ALOGV("findSubEffect() effect not found");
497 ALOGV("findSubEffect() found effect: %s in lib %s", d->name, l->name);
555 int found = 0; local
/frameworks/rs/rsov/driver/
H A DrsovContext.cpp115 bool found = false; local
119 found = true;
124 if (!found) {
/frameworks/av/drm/libmediadrm/
H A DDrmSessionManager.cpp123 bool found = false; local
130 found = true;
135 if (found) {
/frameworks/ml/nn/driver/cache/BlobCache/
H A DBlobCache_test.cpp333 bool found = (mBC->get(&k, 1, NULL, 0) == 1); variable
334 if (found)
338 ASSERT_EQ(found, i >= maxEntries/2);
489 bool found = (mBC->get(&k, 1, NULL, 0) == 1); local
490 if (foundAny == found)
493 // found == true, so we just discovered j == i
496 // foundAny == true, found == false -- oops
497 FAIL() << "found [" << i-1 << "]th entry but not [" << i << "]th entry";
/frameworks/rs/script_api/
H A DScanner.cpp118 bool found = findOptionalTag(tag); local
119 if (!found) {
123 return found;
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Ddyn_bits.c394 Flag found = 0; local
429 found = 0;
435 found = 0;
442 found = 1;
463 for (m = i + 1; (m < sectionData->noOfSections) && (found == 0); m++) {
471 found = 1;
491 if (found == 0) {
/frameworks/base/core/jni/
H A Dandroid_util_EventLog.cpp194 int found = 0; local
195 for (int i = 0; !found && i < tagLength; ++i) {
196 found = (tag == tagValues[i]);
199 if (found) {
/frameworks/base/libs/hwui/tests/macrobench/
H A Dmain.cpp85 char* found = (char*) memrchr(col2, ' ', 50); local
86 if (found) {
87 toPrint = found - col2;
/frameworks/base/media/mca/filterfw/jni/
H A Djni_util.h155 const bool found = iter != objects_.end(); local
156 if (found) {
161 return found;
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp172 unsigned found = plan.find(':'); local
174 std::string name = plan.substr(0, found);
178 std::istringstream iss(plan.substr(found + 1));
182 found = s.find(',');
183 std::string sourceStr = s.substr(0, found);
184 std::string slotStr = s.substr(found + 1);
/frameworks/rs/
H A DrsScriptGroup.cpp159 bool found = false; local
162 found = true;
166 if (!found) {
173 bool found = false; local
176 found = true;
180 if (!found) {
264 rsAssert(!"ScriptGroup:setInput kid not found");
278 rsAssert(!"ScriptGroup:setOutput kid not found");
/frameworks/av/camera/ndk/impl/
H A DACameraManager.cpp273 bool found = msg->findPointer(kCallbackFpKey, (void**) &cb); local
274 if (!found) {
278 found = msg->findPointer(kContextKey, &context);
279 if (!found) {
283 found = msg->findString(kCameraIdKey, &cameraId);
284 if (!found) {
H A DACameraDevice.cpp692 ALOGE("%s: Error: capture sequence index %d not found!",
778 bool found = msg->findPointer(kContextKey, &context); local
779 if (!found) {
787 found = msg->findPointer(kDeviceKey, (void**) &dev);
788 if (!found || dev == nullptr) {
793 found = msg->findPointer(kCallbackFpKey, (void**) &onDisconnected);
794 if (!found) {
807 found = msg->findPointer(kDeviceKey, (void**) &dev);
808 if (!found || dev == nullptr) {
813 found
[all...]
/frameworks/av/media/img_utils/src/
H A DTiffWriter.cpp110 bool found = false; local
118 found = true;
122 if (!found) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.c905 HANTRO_NOK failure, no short-term reference frame found that
1133 to be found is identified by picNum and isShortTerm flag.
1137 -1 if the specified picture was not found in the buffer
1147 u32 found = HANTRO_FALSE; local
1153 while (i < dpb->maxRefFrames && !found)
1157 found = HANTRO_TRUE;
1165 while (i < dpb->maxRefFrames && !found)
1169 found = HANTRO_TRUE;
1175 if (found)
/frameworks/av/services/mediaresourcemanager/
H A DResourceManagerService.cpp269 bool found = false; local
275 found = true;
279 if (!found) {
387 bool found = false; local
393 found = true;
398 if (found) {
402 if (!found) {
/frameworks/native/libs/gui/
H A DBufferQueueConsumer.cpp360 int found = BufferQueueCore::INVALID_BUFFER_SLOT; local
363 found = *slot;
366 found = mCore->mFreeBuffers.front();
367 mCore->mFreeBuffers.remove(found);
369 if (found == BufferQueueCore::INVALID_BUFFER_SLOT) {
374 mCore->mActiveBuffers.insert(found);
375 *outSlot = found;
/frameworks/support/development/checkstyle/prebuilt/
H A Dcom.android.support.checkstyle.jar ... .checkstyle.api.TextBlock javadoc int currentLine boolean found String[] lines } com/android/support/checkstyle/TestSizeAnnotationCheck.class TestSizeAnnotationCheck ...
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp448 bool found = findObject("replyID", &tmp); local
450 if (!found) {
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2TSExtractor.cpp179 bool found = false; local
182 found = true;
186 if (!found) {
499 ALOGW("Next sync not found; starting from the latest sync.");
510 ALOGW("Previous sync not found; starting from the earliest "
/frameworks/av/media/ndk/
H A DNdkImageReader.cpp198 bool found = msg->findPointer(kCallbackFpKey, (void**) &onBufferRemoved); local
199 if (!found || onBufferRemoved == nullptr) {
203 found = msg->findPointer(kContextKey, &context);
204 if (!found) {
209 found = msg->findObject(kGraphicBufferKey, &bufferToFree);
210 if (!found || bufferToFree == nullptr) {
228 bool found = msg->findPointer(kCallbackFpKey, (void**) &onImageAvailable); local
229 if (!found || onImageAvailable == nullptr) {
233 found = msg->findPointer(kContextKey, &context);
234 if (!found) {
508 bool found = false; local
[all...]

Completed in 1238 milliseconds

12