Searched defs:found (Results 1 - 25 of 447) sorted by path

1234567891011>>

/external/aac/libAACenc/src/
H A Ddyn_bits.cpp539 INT found = 0; local
583 found = 0;
589 found = 0; /* search in other sections for maxValueInSfb != 0 */
597 found = 1;
615 for (m=(i+1); (m < sectionData->noOfSections) && (found == 0); m++)
624 found = 1;
641 /* no maxValueInSfb[] != 0 found */
642 if (found == 0)
/external/aac/libSBRenc/src/
H A Dsbr_encoder.cpp171 int i, bitRateClosestLowerIndex=-1, bitRateClosestUpperIndex=-1, found = 0; local
185 found = 1;
212 /* If there was at least one matching tuning entry found then pick the least distance bit rate */
213 if (found)
1479 hSbrEncoder->lfeChIdx = -1; /* default value, until lfe found */
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTElementDef.java702 * Set this required element found.
705 void setRequiredFound(String elem, boolean found) argument
712 * Get whether all required elements were found.
714 * @return true if all required elements were found.
724 * Get required elements that were not found.
726 * @return required elements that were not found.
/external/blktrace/btreplay/
H A Dbtrecord.c332 int cpu, found = 0; local
348 found++;
351 if (!found) {
352 fatal(NULL, ERR_ARGS, "No traces found for %s\n", devnm);
/external/boringssl/src/crypto/asn1/
H A Da_strnid.c10 * apply to all code found in this distribution, be it the RC4, RSA,
195 int found; local
204 found = sk_ASN1_STRING_TABLE_find(stable, &idx, &fnd);
205 if (!found) return NULL;
/external/boringssl/src/crypto/bn/
H A Dprime.c10 * apply to all code found in this distribution, be it the RC4, RSA,
358 int found = 0; local
443 found = 1;
451 return found;
/external/chromium-libpac/src/
H A Dproxy_resolver_v8.cc3 // found in the LICENSE file.
250 size_t found; local
254 found = output->find_first_of(remove_chars);
255 while (found != STR::npos) {
257 output->replace(found, 1, STR());
258 found = output->find_first_of(remove_chars, found);
/external/clang/lib/AST/
H A DExprConstant.cpp2217 if (!handler.found(*O, ObjType))
2286 return handler.found(Index ? O->getComplexIntImag()
2290 return handler.found(Index ? O->getComplexFloatImag()
2356 bool found(APValue &Subobj, QualType SubobjType) { function in struct:__anon831::ExtractSubobjectHandler
2360 bool found(APSInt &Value, QualType SubobjType) { function in struct:__anon831::ExtractSubobjectHandler
2364 bool found(APFloat &Value, QualType SubobjType) { function in struct:__anon831::ExtractSubobjectHandler
2406 bool found(APValue &Subobj, QualType SubobjType) { function in struct:__anon832::ModifySubobjectHandler
2413 bool found(APSInt &Value, QualType SubobjType) { function in struct:__anon832::ModifySubobjectHandler
2424 bool found(APFloat &Value, QualType SubobjType) { function in struct:__anon832::ModifySubobjectHandler
2788 bool found(APValu function in struct:__anon833::CompoundAssignSubobjectHandler
2807 bool found(APSInt &Value, QualType SubobjType) { function in struct:__anon833::CompoundAssignSubobjectHandler
2825 bool found(APFloat &Value, QualType SubobjType) { function in struct:__anon833::CompoundAssignSubobjectHandler
2903 bool found(APValue &Subobj, QualType SubobjType) { function in struct:__anon834::IncDecSubobjectHandler
2932 bool found(APSInt &Value, QualType SubobjType) { function in struct:__anon834::IncDecSubobjectHandler
2977 bool found(APFloat &Value, QualType SubobjType) { function in struct:__anon834::IncDecSubobjectHandler
[all...]
/external/clang/lib/Driver/
H A DMSVCToolChain.cpp251 bool found = false; local
257 found = true;
262 if (!found)
317 // If we found it on the PATH, use it exactly as is with no
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp1661 bool found local
1663 assert(found);
1664 (void)found;
2775 // We found a direct base of this type. That's what we're
2787 // We haven't found a base yet; search the class hierarchy for a
2900 // constructor's class and, if not found in that scope, are looked
2963 // If no results were found, try to correct typos.
2971 // We have found a non-static data member with a similar
2984 // We have found a direct or virtual base class with a
4173 "initializer not found i
[all...]
/external/cmockery/cmockery_0_1_2/src/example/
H A Dkey_value_test.c56 KeyValue * const found = find_item_by_value(key_values[i].value); local
57 assert_true(found);
58 assert_int_equal(found->key, key_values[i].key);
59 assert_string_equal(found->value, key_values[i].value);
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_procmaps_test.cc43 bool found = false; local
48 found = true;
52 EXPECT_TRUE(found);
/external/deqp/framework/delibs/depool/
H A DdePoolMultiSet.c48 deBool found = deTestMultiSet_exists(set, (deInt16)i); local
49 DE_TEST_ASSERT(found == inserted);
60 deBool found = deTestMultiSet_exists(set, (deInt16)i); local
61 DE_TEST_ASSERT(found == inserted);
73 deBool found = deTestMultiSet_exists(set, (deInt16)i); local
74 DE_TEST_ASSERT(found == inserted);
94 deBool found = deTestMultiSet_exists(set, (deInt16)i); local
101 DE_TEST_ASSERT(found == (count > 0));
114 deBool found = deTestMultiSet_exists(set, (deInt16)i); local
120 DE_TEST_ASSERT(found
135 deBool found = deTestMultiSet_exists(set, (deInt16)i); local
[all...]
H A DdePoolSet.c50 deBool found = deTestSet_exists(set, (deInt16)i); local
51 DE_TEST_ASSERT(found == inserted);
62 deBool found = deTestSet_exists(set, (deInt16)i); local
63 DE_TEST_ASSERT(found == inserted);
75 deBool found = deTestSet_exists(set, (deInt16)i); local
76 DE_TEST_ASSERT(found == inserted);
/external/deqp/modules/egl/
H A DteglChooseConfigTests.cpp225 bool found = false; local
227 if (attributes[findNdx].first == dontCareAttributes[ndx]) found = true;
229 if (!found) attributes.push_back(std::make_pair(dontCareAttributes[ndx], EGL_DONT_CARE));
H A DteglClientExtensionTests.cpp148 bool found = false; local
156 found = true;
161 if (found)
H A DteglGLES2SharingThreadedTests.cpp748 bool found = false; local
772 found = true;
778 if (!found)
2362 // Defined shader found
2371 // Vertex shader found
2380 // Fragmet shader found
H A DteglSyncTests.cpp155 bool found = false; local
164 found = true;
167 if (!found)
/external/deqp/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp127 bool found = false; local
134 found = true;
137 if (found) // The pixel is deviating if the color is found inside the kernel
148 faultyPixels++; // The pixel is faulty if the color is not found
153 log << tcu::TestLog::Message << faultyPixels << " faulty pixel(s) found." << tcu::TestLog::EndMessage;
H A Des2fShaderStateQueryTests.cpp1264 bool found = false; local
1270 found = true;
1275 if (!found)
/external/deqp/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp310 const bool found = formatSet.find(fmt) != formatSet.end(); local
312 if (!found)
H A Des3fPolygonOffsetTests.cpp130 bool found = false; local
137 found = true;
140 if (found) // The pixel is deviating if the color is found inside the kernel
151 faultyPixels++; // The pixel is faulty if the color is not found
156 log << tcu::TestLog::Message << faultyPixels << " faulty pixel(s) found." << tcu::TestLog::EndMessage;
/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp1946 bool found = false; local
1959 found = true;
1962 if (!found)
1965 errorMask.setPixel(x, y, (found) ? (green) : (red));
/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.cpp529 bool found = false; local
564 found = true;
569 if (!found)

Completed in 718 milliseconds

1234567891011>>