Searched refs:within (Results 1 - 25 of 73) sorted by relevance

123

/external/valgrind/main/drd/tests/
H A Dmatinv.stdout.exp1 Error within bounds.
H A Domp_matinv.stdout.exp1 Error within bounds.
H A Domp_matinv_racy.stdout.exp1 Error within bounds.
H A Dtc21_pthonce.stderr.exp6 by 0x........: (within libpthread-?.?.so)
16 by 0x........: (within libpthread-?.?.so)
H A Dannotate_barrier.stderr.exp28 by 0x........: (within libpthread-?.?.so)
/external/srec/srec/ca/
H A Dcatrans.c79 hTransform->imelda_acc.within = create_accumulate_matrix(dimen);
83 hTransform->mllr_acc.within = create_accumulate_matrix(hTransform->dim + 1);
118 delete_accumulate_matrix(hTransform->imelda_acc.within, hTransform->dim);
120 delete_accumulate_matrix(hTransform->mllr_acc.within, hTransform->dim + 1);
141 ASSERT(hTransform->imelda_acc.within);
145 ASSERT(hTransform->mllr_acc.within);
153 hTransform->mllr_acc.within[ii][jj] = 0;
164 hTransform->imelda_acc.within[ii][jj] = 0;
203 hTransform->mllr_acc.within[ii][jj] +=
204 hPattern->data.mllr_acc.within[i
[all...]
/external/valgrind/main/tests/
H A Dfilter_libc14 s/\(within \/.*(libc|libSystem).*\)$/(within \/...libc...)/;
/external/webkit/Source/WebCore/html/parser/
H A DXSSFilter.cpp220 DEFINE_STATIC_LOCAL(String, consoleMessage, ("Refused to execute a JavaScript script. Source code of script found within request.\n"));
/external/valgrind/main/memcheck/tests/
H A Dsupp_unknown.stderr.exp3 Access not within mapped region at address 0x........
H A Dbadjump.stderr.exp9 Access not within mapped region at address 0x........
/external/valgrind/main/none/tests/linux/
H A Dblockfault.stderr.exp4 Access not within mapped region at address 0x........
/external/v8/src/
H A Dserialize.cc794 #define CASE_STATEMENT(where, how, within, space_number) \
795 case where + how + within + space_number: \
798 ASSERT((within & ~kWhereToPointMask) == 0); \
801 #define CASE_BODY(where, how, within, space_number_if_any, offset_from_start) \
807 if (where == kNewObject && how == kPlain && within == kStartOfObject) {\
844 if (within == kFirstInstruction) { \
876 #define ONE_PER_SPACE(where, how, within) \
877 CASE_STATEMENT(where, how, within, NEW_SPACE) \
878 CASE_BODY(where, how, within, NEW_SPACE, kUnknownOffsetFromStart) \
879 CASE_STATEMENT(where, how, within, OLD_DATA_SPAC
[all...]
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.conf22 // policy for your dynamic zone. For example, within a small closed private
/external/mesa3d/docs/OLD/
H A DMESA_program_debug.spec52 From within the callback, the user may issue Get* commands to
77 If the debugger were fully implemented within the GL it's not
94 command from within the callback will result in undefined
190 From within the callback function, only the following GL commands
204 Calling any other command from within the callback results in
221 called from within a callback function registered with
317 * We can only make glGet* calls from within this function!
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb40 each contained within a separate script.
44 Not all components of the ANTLR3 library are necessary within ANTLR generated
45 code. Some components are only used within specific types of recognizers and
81 additional classes and mixins required by the debug code are contained within
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dbacktracking.rb48 * as errors within the function itself don't make it fail
/external/libvpx/examples/includes/geshi/geshi/
H A Dxpp.php105 3 => array( // Functions within the Axapta kernel
/external/srec/srec/include/
H A Dpre_desc.h96 accdata **within; member in struct:__anon13020
/external/ant-glob/
H A DNOTICE65 * subsequently incorporated within the Work.
85 * or a Contribution incorporated within the Work constitutes direct
110 * within such NOTICE file, excluding those notices that do not
112 * of the following places: within a NOTICE text file distributed
113 * as part of the Derivative Works; within the Source form or
115 * within a display generated by the Derivative Works, if and
119 * notices within Derivative Works that You distribute, alongside
188 * identification within third-party archives.
223 included (hypertext is preferred, text is permitted) within the body
/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex46 existing alone within a degenerate Ogg stream. A compliant 'Vorbis
48 specific support of Vorbis within a degenrate Ogg stream (naturally,
146 some positive time offset, potentially within a larger
H A D05-comment.tex170 Individual 'vendors' may use non-standard field names within
179 Field names are not required to be unique (occur once) within a
202 to within the second bitstream page. The length of the comment header
/external/linux-tools-perf/config/
H A Dutilities.mak46 # Use this to escape newlines from within a shell call;
62 # Use this to unescape newlines from within a shell call;
109 # within the context of a command line of a makefile rule
/external/libvpx/examples/includes/geshi/contrib/
H A Dexample.php63 // Set the style for the PRE around the code. The line numbers are contained within this box (not
85 // Use the header/footer functionality. This puts a div with content within the PRE element, so it is
/external/sepolicy/
H A DAndroid.mk11 # Must be within the compatibility range reported by checkpolicy -V.
/external/llvm/lib/Support/Unix/
H A DPathV2.inc506 // Make sure that the requested size fits within SIZE_T.
534 // Make sure that the requested size fits within SIZE_T.

Completed in 924 milliseconds

123