HomeSort by relevance Sort by last modified time
    Searched refs:found (Results 76 - 100 of 2575) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/skia/src/animator/
SkDisplayList.cpp 6 * found in the LICENSE file.
54 SkGroup** parent, SkGroup** found, SkTDDrawableArray**grandList) {
58 return SearchForMatch(match, list, parent, found, grandList);
72 SkGroup** parent, SkGroup** found, SkTDDrawableArray**grandList) {
73 *found = NULL;
82 if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grandList, index))
93 if (draw->isGroup() && SearchGroupForMatch(draw, match, list, parent, found, grandList, index))
101 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList, int &index) {
106 int groupIndex = group->findGroup(match, list, parent, found, grandList);
108 *found = group
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_cmaps/
fpdf_cmaps.cpp 3 // found in the LICENSE file.
84 FX_WORD* found = (FX_WORD*)FXSYS_bsearch(&charcode, pMap->m_pDWordMap, pMap->m_DWordCount, 8, compareDWordRange); local
85 if (found) {
86 return found[3] + (FX_WORD)charcode - found[1];
89 FX_WORD* found = (FX_WORD*)FXSYS_bsearch(&charcode, pMap->m_pDWordMap, pMap->m_DWordCount, 6, compareDWordSingle); local
90 if (found) {
91 return found[2];
107 FX_WORD* found = (FX_WORD*)FXSYS_bsearch(&code, pMap->m_pWordMap, pMap->m_WordCount, 4, compareWord); local
108 if (found) {
112 FX_WORD* found = (FX_WORD*)FXSYS_bsearch(&code, pMap->m_pWordMap, pMap->m_WordCount, 6, compareWordRange); local
    [all...]
  /external/v8/test/mjsunit/
mjsunit.js 46 // Expected and found values the same objects, or the same primitive
51 // Expected and found values are identical primitive values or functions
58 // The difference between expected and found value is within certain tolerance.
61 // The found object is an Array with the same length and elements
66 // The found object must have the same enumerable properties as the
70 // Assert that the string conversion of the found value is equal to
72 // check the real structure of the found value.
75 // Checks that the found value is true. Use with boolean expressions
79 // Checks that the found value is false.
82 // Checks that the found value is null. Kept for historical compatibility
    [all...]
deserialize-reference.js 3 // found in the LICENSE file.
  /external/valgrind/memcheck/tests/
dw4.stderr.exp 1 Uninitialised byte(s) found during client check request
8 Uninitialised byte(s) found during client check request
14 Uninitialised byte(s) found during client check request
20 Uninitialised byte(s) found during client check request
25 Uninitialised byte(s) found during client check request
30 Unaddressable byte(s) found during client check request
35 Uninitialised byte(s) found during client check request
40 Uninitialised byte(s) found during client check request
45 Unaddressable byte(s) found during client check request
  /system/bt/bta/hl/
bta_hl_utils.c 101 BOOLEAN found=FALSE; local
113 found = TRUE;
121 found = TRUE;
125 if (!found)
127 APPL_TRACE_DEBUG("bta_hl_find_sdp_idx_using_ctrl_psm found=%d sdp_idx=%d ctrl_psm=0x%x ",
128 found, *p_sdp_idx, ctrl_psm );
131 return found;
327 ** Returns BOOLEAN TRUE - found
328 ** FALSE - not found
336 BOOLEAN found = TRUE local
520 BOOLEAN found = FALSE; local
629 BOOLEAN found = FALSE; local
859 BOOLEAN found=FALSE; local
898 BOOLEAN found=FALSE; local
936 BOOLEAN found=FALSE; local
974 BOOLEAN found=FALSE; local
1013 BOOLEAN found=FALSE; local
1049 BOOLEAN found=FALSE; local
1085 BOOLEAN found=FALSE; local
1125 BOOLEAN found=FALSE; local
1168 BOOLEAN found=FALSE; local
1213 BOOLEAN found=FALSE; local
1307 BOOLEAN found = FALSE; local
1365 BOOLEAN found=FALSE; local
1461 BOOLEAN found=FALSE; local
1507 BOOLEAN found=FALSE, result=TRUE; local
1658 BOOLEAN found = FALSE; local
1786 BOOLEAN found =FALSE; local
2036 BOOLEAN found=FALSE; local
2075 BOOLEAN found=FALSE; local
2149 BOOLEAN found=FALSE; local
2522 BOOLEAN found=TRUE; local
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
SELinuxTest.java 83 String found = KernelSettingsTest.getFile("/proc/self/attr/current"); local
86 ", Found: \"" + found + "\"";
87 assertTrue(msg, found.startsWith(expected));
92 String found = getFileContext(appDataDir.getAbsolutePath()); local
95 ", Found: \"" + found + "\"";
96 assertTrue(msg, found.startsWith(expected));
  /external/linux-tools-perf/src/tools/perf/util/
cgroup.c 16 int found = 0; local
37 found = 1;
43 if (found)
47 if (!found)
115 goto found;
122 found:
  /system/security/keystore/
auth_token_table.cpp 88 const hw_auth_token_t** found) {
99 return FindAuthPerOpAuthorization(key_sids, auth_type, op_handle, found);
101 return FindTimedAuthorization(key_sids, auth_type, key_info, found);
106 keymaster_operation_handle_t op_handle, const hw_auth_token_t** found) {
119 *found = matching_op->token();
126 const hw_auth_token_t** found) {
142 *found = newest_match->token();
168 auto found = find_if(entries_, [&](Entry& e) { return e.token()->challenge == op_handle; }); local
169 if (found == entries_.end())
172 assert(!IsSupersededBySomeEntry(*found));
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t056lexer.py 40 found = self.execParser(
45 self.failUnlessEqual("- 34, channel=0", found)
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/vinn/test_data/
error.js 3 // found in the LICENSE file.
  /external/libpcap/msdos/
common.dj 26 @echo libgcc.a not found. Set \"$(GCCLIB)\" to \"/djgpp/lib/gcc-lib/djgpp/3.X\"
  /external/v8/test/mjsunit/regress/
regress-3359.js 3 // found in the LICENSE file.
regress-347542.js 3 // found in the LICENSE file.
regress-347904.js 3 // found in the LICENSE file.
regress-347909.js 3 // found in the LICENSE file.
regress-349870.js 3 // found in the LICENSE file.
regress-350865.js 3 // found in the LICENSE file.
regress-355486.js 3 // found in the LICENSE file.
regress-357054.js 3 // found in the LICENSE file.
regress-358090.js 3 // found in the LICENSE file.
regress-360733.js 3 // found in the LICENSE file.
regress-361025.js 3 // found in the LICENSE file.
regress-385054.js 3 // found in the LICENSE file.
regress-409533.js 3 // found in the LICENSE file.

Completed in 1029 milliseconds

1 2 34 5 6 7 8 91011>>