HomeSort by relevance Sort by last modified time
    Searched refs:Elements (Results 51 - 62 of 62) sorted by null

1 23

  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c 186 queue->Elements = (void*)malloc(VIDDEC_MAX_QUEUE_SIZE*sizeof(OMX_U32));
187 /*OMX_MALLOC_STRUCT_SIZED(queue->Elements, void, VIDDEC_MAX_QUEUE_SIZE*sizeof(OMX_U32));*/
190 queue->Elements = (void*)malloc(VIDDEC_MAX_QUEUE_SIZE*sizeof(OMX_MARKTYPE));
191 /*OMX_MALLOC_STRUCT_SIZED(queue->Elements, void, VIDDEC_MAX_QUEUE_SIZE*sizeof(OMX_MARKTYPE));*/
248 OMX_U32 *pLocal = (OMX_U32 *)queue->Elements;
254 OMX_MARKTYPE *pLocal = (OMX_MARKTYPE *)queue->Elements;
270 OMX_U32 *pLocal = (OMX_U32 *)queue->Elements;
297 OMX_MARKTYPE *pLocal = (OMX_MARKTYPE *)queue->Elements;
353 OMX_U32 *pLocal = (OMX_U32 *)queue->Elements;
359 OMX_MARKTYPE *pLocal = (OMX_MARKTYPE *)queue->Elements;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 106 DIArray Elements = blockStruct.getTypeArray();
108 for (unsigned i = 0, N = Elements.getNumElements(); i < N; ++i) {
109 DIDescriptor Element = Elements.getElement(i);
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 98 // Elements inside an active group should not be disabled, and vice versa
105 // First, check that activating a group enables its form elements
  /external/llvm/lib/VMCore/
Core.cpp 623 Constant **Elements = unwrap<Constant>(ConstantVals, Count);
624 return wrap(ConstantStruct::getAnon(*unwrap(C), makeArrayRef(Elements, Count),
647 Constant **Elements = unwrap<Constant>(ConstantVals, Count);
650 return wrap(ConstantStruct::get(Ty, makeArrayRef(Elements, Count)));
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 576 OMX_PTR Elements;
    [all...]
  /external/mesa3d/src/glsl/
ir_constant_expression.cpp 61 ir_constant *op[Elements(this->operands)] = { NULL, };
    [all...]
  /external/v8/src/
liveedit-debugger.js 231 // Elements of array are ordered by start positions of functions (from top
239 // Get function info, elements are partially sorted (it is a tree of
    [all...]
objects-inl.h     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 558 /// of these elements will be as referenced if the corresponding
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 278 milliseconds

1 23