HomeSort by relevance Sort by last modified time
    Searched refs:descr (Results 101 - 125 of 275) sorted by null

1 2 3 45 6 7 8 91011

  /external/compiler-rt/lib/asan/
asan_fake_stack.h 25 uptr descr; // Modified by the instrumented code. member in struct:__asan::FakeFrame
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 267 IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod);
276 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod)
277 : TestCaseGroup (context, name, descr)
348 MethodGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod);
357 MethodGroup::MethodGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod)
358 : TestCaseGroup (context, name, descr)
380 RandomGroup (Context& context, const char* name, const char* descr);
398 RandomGroup::RandomGroup (Context& context, const char* name, const char* descr)
399 : TestCaseGroup (context, name, descr)
  /external/e2fsprogs/lib/ext2fs/
gen_bitmap64.c 93 const char *descr,
156 if (descr) {
157 retval = ext2fs_get_mem(strlen(descr)+1, &bitmap->description);
162 strcpy(bitmap->description, descr);
277 char *descr, *new_descr; local
320 descr = src->description;
321 if (descr) {
322 retval = ext2fs_get_mem(strlen(descr)+10, &new_descr);
328 strcat(new_descr, descr);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
2-2.c 59 * UNRESOLVED(ret, descr);
60 * where descr is a description of the error and ret is an int (error code for example)
61 * FAILED(descr);
62 * where descr is a short text saying why the test has failed.
154 scenarii[sc].descr);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
3-2.c 60 * UNRESOLVED(ret, descr);
61 * where descr is a description of the error and ret is an int (error code for example)
62 * FAILED(descr);
63 * where descr is a short text saying why the test has failed.
178 scenarii[i].descr);
6-1.c 65 * UNRESOLVED(ret, descr);
66 * where descr is a description of the error and ret is an int (error code for example)
67 * FAILED(descr);
68 * where descr is a short text saying why the test has failed.
260 scenarii[sc].descr);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
1-2.c 85 sc, scenarii[sc].descr);
  /external/valgrind/memcheck/
mc_main.c 2328 UChar descr[OC_W32S_PER_LINE]; member in struct:__anon36186
7051 UChar descr; local
7075 UChar descr; local
7107 UChar descr; local
7138 UChar descrLo, descrHi, descr; local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
main.c 121 char *descr; member in struct:__anon6396
197 p->descr);
  /external/compiler-rt/lib/msan/
msan_linux.cc 38 void ReportMapRange(const char *descr, uptr beg, uptr size) {
41 VPrintf(1, "%s : %p - %p\n", descr, beg, end);
  /external/e2fsprogs/debugfs/
debugfs.h 43 const char *descr, int *err);
45 const char *descr, int *err);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
1-2.c 60 * UNRESOLVED(ret, descr);
61 * where descr is a description of the error and ret is an int (error code for example)
62 * FAILED(descr);
63 * where descr is a short text saying why the test has failed.
96 char *descr; /* Case description */ member in struct:_scenar
269 scenarii[sc].descr);
2-1.c 63 * UNRESOLVED(ret, descr);
64 * where descr is a description of the error and ret is an int (error code for example)
65 * FAILED(descr);
66 * where descr is a short text saying why the test has failed.
101 char *descr; /* Case description */ member in struct:_scenar
235 scenarii[sc].descr);
4-2.c 58 * UNRESOLVED(ret, descr);
59 * where descr is a description of the error and ret is an int (error code for example)
60 * FAILED(descr);
61 * where descr is a short text saying why the test has failed.
94 char *descr; /* Case description */ member in struct:_scenar
270 scenarii[sc].descr);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
sysroot-prefix.exp 175 proc run_sysroot_prefix_tests { descr templ items } {
182 run_sysroot_prefix_test $type "$descr $name" $templ "$p" "$ldopt" "$errstr"
  /external/ltp/testcases/kernel/controllers/freezer/
libcgroup_freezer 256 local descr="$2"
260 tst_resm ${LIB_TEST_STATE} "$descr missing"
265 tst_resm ${LIB_TEST_STATE} "$descr is not a regular file"
270 tst_resm ${LIB_TEST_STATE} "$descr is not readable"
275 tst_resm ${LIB_TEST_STATE} "$descr is not writeable"
  /external/valgrind/VEX/priv/
ir_opt.c 297 IRExpr_GetI(ex->Iex.GetI.descr,
425 puti2 = mkIRPutI(puti->descr, e1, puti->bias, e2);
555 static void getArrayBounds ( IRRegArray* descr,
558 *minoff = descr->base;
559 *maxoff = *minoff + descr->nElems*sizeofIRType(descr->elemTy) - 1;
577 static UInt mk_key_GetIPutI ( IRRegArray* descr )
580 getArrayBounds( descr, &minoff, &maxoff );
670 key = mk_key_GetIPutI( st->Ist.PutI.details->descr );
742 key = mk_key_GetIPutI ( e->Iex.GetI.descr );
3481 IRRegArray* descr; member in struct:__anon35266::__anon35268::__anon35278
4458 IRRegArray* descr = st->Ist.WrTmp.data->Iex.GetI.descr; local
5045 IRRegArray *descr = e->Iex.GetI.descr; local
5692 IRRegArray *descr = st->Ist.PutI.details->descr; local
    [all...]
  /external/libusb/libusb/os/
sunos_usb.c 94 struct libusb_device_descriptor *descr; local
105 descr = (struct libusb_device_descriptor *)rdata;
106 bcopy(descr, &dpriv->dev_descr, LIBUSB_DT_DEVICE_SIZE);
107 dpriv->dev_descr.bcdUSB = libusb_cpu_to_le16(descr->bcdUSB);
108 dpriv->dev_descr.idVendor = libusb_cpu_to_le16(descr->idVendor);
109 dpriv->dev_descr.idProduct = libusb_cpu_to_le16(descr->idProduct);
110 dpriv->dev_descr.bcdDevice = libusb_cpu_to_le16(descr->bcdDevice);
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
2-1.c 60 * UNRESOLVED(ret, descr);
61 * where descr is a description of the error and ret is an int (error code for example)
62 * FAILED(descr);
63 * where descr is a short text saying why the test has failed.
127 char *descr; /* Case description */ member in struct:_scenar
532 scenarii[scenar].descr);
673 scenarii[scenar].descr);
  /external/valgrind/coregrind/
m_translate.c 284 IRRegArray* descr; local
625 descr = st->Ist.PutI.details->descr;
626 minoff_ST = descr->base;
627 maxoff_ST = descr->base
628 + descr->nElems * sizeofIRType(descr->elemTy) - 1;
1017 IRRegArray* descr; local
1141 IRRegArray* descr = mkIRRegArray( offB_REDIR_STACK, ty_Word, stack_size ); local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp 233 AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage);
245 AttributeGroup::AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage)
246 : TestCaseGroup (context, name, descr)
473 IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod);
482 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod)
483 : TestCaseGroup (context, name, descr)
536 BaseVertexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod);
545 BaseVertexGroup::BaseVertexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod)
546 : TestCaseGroup (context, name, descr)
603 FirstGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod)
    [all...]
  /external/blktrace/
blkiomon.c 106 static void dump_bit(struct trace *t, const char *descr)
113 fprintf(debug.fp, "--- %s ---\n", descr);
129 static void dump_bits(struct trace *t1, struct trace *t2, const char *descr)
137 fprintf(debug.fp, "--- %s ---\n", descr);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
14-1.c 58 * UNRESOLVED(ret, descr);
59 * where descr is a description of the error and ret is an int (error code for example)
60 * FAILED(descr);
61 * where descr is a short text saying why the test has failed.
211 scenarii[sc].descr);
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
__init__.py 466 def WinError(code=None, descr=None):
469 if descr is None:
470 descr = FormatError(code).strip()
471 return WindowsError(code, descr)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
__init__.py 466 def WinError(code=None, descr=None):
469 if descr is None:
470 descr = FormatError(code).strip()
471 return WindowsError(code, descr)

Completed in 600 milliseconds

1 2 3 45 6 7 8 91011