HomeSort by relevance Sort by last modified time
    Searched refs:within (Results 1 - 25 of 263) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/valgrind/main/drd/tests/
matinv.stdout.exp 1 Error within bounds.
omp_matinv.stdout.exp 1 Error within bounds.
omp_matinv_racy.stdout.exp 1 Error within bounds.
tc21_pthonce.stderr.exp 6 by 0x........: (within libpthread-?.?.so)
16 by 0x........: (within libpthread-?.?.so)
  /external/valgrind/main/none/tests/ppc32/
data-cache-instructions.stdout.exp 1 Passed dcbzl test at aligned address within the test block.
2 Passed dcbzl test at un-aligned (1 modulo block_size) address within the test block.
3 Passed dcbzl test at un-aligned ((block_size - 1) modulo block_size) address within the test block.
  /external/valgrind/main/none/tests/ppc64/
data-cache-instructions.stdout.exp 1 Passed dcbzl test at aligned address within the test block.
2 Passed dcbzl test at un-aligned (1 modulo block_size) address within the test block.
3 Passed dcbzl test at un-aligned ((block_size - 1) modulo block_size) address within the test block.
  /external/srec/srec/ca/
catrans.c 79 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[ii][jj]
    [all...]
  /external/valgrind/main/tests/
filter_libc 14 s/\(within \/.*(libc|libSystem).*\)$/(within \/...libc...)/;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ShowWithinMenu.java 67 Reference within = mEditorDelegate.getGraphicalEditor().getIncludedWithin(); local
68 if (within == null) {
71 return within.equals(mReference);
  /external/valgrind/main/memcheck/tests/
supp_unknown.stderr.exp 3 Access not within mapped region at address 0x........
badjump.stderr.exp 9 Access not within mapped region at address 0x........
  /external/valgrind/main/none/tests/linux/
blockfault.stderr.exp 4 Access not within mapped region at address 0x........
  /hardware/samsung_slsi/exynos5/mobicore/
Android.mk 3 # Makefile pointing to all makefiles within the project.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
background.js 25 // Reset the navigation state on startup. We only want to collect data within a
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
memoize.js 7 * DOM nodes within the same call stack.
30 * being memoized will not change within the scope.
68 * Enables memoization within the scope of the given function. You should
69 * ensure that the DOM is not modified within this scope.
nav_braille.js 26 * startIndex The beginning of a selection within text.
27 * endIndex The end of a selection within text.
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_program_debug.spec 52 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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdftest1.asm 4 ;; [1] relocation within the same segment in each module
  /external/chromium_org/v8/test/mjsunit/es6/debug-promises/
try-reject-in-constructor.js 8 // the Promise is rejected within a try-catch in the Promise constructor.
  /external/mdnsresponder/mDNSShared/
dnsextd.conf 22 // policy for your dynamic zone. For example, within a small closed private
  /external/mesa3d/docs/OLD/
MESA_program_debug.spec 52 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/markdown/markdown/extensions/
headerid.py 27 To fit within a html template's hierarchy, set the header base level:
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 40 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/
backtracking.rb 48 * as errors within the function itself don't make it fail
  /external/chromium_org/third_party/markdown/extensions/
headerid.py 59 To fit within a html template's hierarchy, set the header base level:

Completed in 1965 milliseconds

1 2 3 4 5 6 7 8 91011