HomeSort by relevance Sort by last modified time
    Searched refs:desc (Results 851 - 875 of 2035) sorted by null

<<31323334353637383940>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateWizard.java 66 ImageDescriptor desc = IconFactory.getInstance().getImageDescriptor(PROJECT_LOGO_LARGE); local
67 setDefaultPageImageDescriptor(desc);
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-example-membrane.js 37 var desc = Object.getOwnPropertyDescriptor(obj, name);
38 if (desc !== undefined) desc.configurable = true;
39 return desc;
42 var desc = Object.getOwnPropertyDescriptor(obj, name);
43 //var desc = Object.getPropertyDescriptor(obj, name); // not in ES5
44 if (desc !== undefined) desc.configurable = true;
45 return desc;
54 defineProperty: function(name, desc) {
    [all...]
  /external/v8/test/mjsunit/harmony/
proxies-example-membrane.js 37 var desc = Object.getOwnPropertyDescriptor(obj, name);
38 if (desc !== undefined) desc.configurable = true;
39 return desc;
42 var desc = Object.getOwnPropertyDescriptor(obj, name);
43 //var desc = Object.getPropertyDescriptor(obj, name); // not in ES5
44 if (desc !== undefined) desc.configurable = true;
45 return desc;
54 defineProperty: function(name, desc) {
    [all...]
  /bionic/libc/kernel/common/linux/
irq.h 86 struct irq_desc *desc,
  /development/ndk/platforms/android-3/include/linux/
irq.h 78 struct irq_desc *desc,
  /external/bison/lib/
wctype.in.h 437 The argument DESC must have been returned by the wctype() function. */
440 _GL_FUNCDECL_SYS (iswctype, int, (wint_t wc, wctype_t desc));
442 _GL_CXXALIAS_SYS (iswctype, int, (wint_t wc, wctype_t desc));
486 The argument DESC must have been returned by the wctrans() function. */
489 _GL_FUNCDECL_SYS (towctrans, wint_t, (wint_t wc, wctrans_t desc));
491 _GL_CXXALIAS_SYS (towctrans, wint_t, (wint_t wc, wctrans_t desc));
  /external/chromium_org/content/renderer/media/
media_stream_impl_unittest.cc 88 blink::WebMediaStream desc = ms_impl_->last_generated_stream(); local
90 static_cast<content::MediaStreamExtraData*>(desc.extraData());
93 return desc;
100 return desc;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
jsep.h 144 // the ownership of the |desc|.
145 virtual void OnSuccess(SessionDescriptionInterface* desc) = 0;
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
conductor.h 125 virtual void OnSuccess(webrtc::SessionDescriptionInterface* desc);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.c 511 struct pipe_mpeg12_picture_desc *desc = (struct pipe_mpeg12_picture_desc *)picture; local
528 memcpy(intra_matrix, desc->intra_matrix, sizeof(intra_matrix));
529 memcpy(non_intra_matrix, desc->non_intra_matrix, sizeof(non_intra_matrix));
530 intra_matrix[0] = 1 << (7 - desc->intra_dc_precision);
581 struct pipe_mpeg12_picture_desc *desc = (struct pipe_mpeg12_picture_desc *)picture; local
601 if (!desc->ref[i]) continue;
615 if (desc->ref[0] && !desc->ref[1]) {
631 if (!desc->ref[j]) continue;
651 struct pipe_mpeg12_picture_desc *desc = (struct pipe_mpeg12_picture_desc *)picture local
674 struct pipe_mpeg12_picture_desc *desc = (struct pipe_mpeg12_picture_desc *)picture; local
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
generator_test.py 108 desc = unittest_pb2.TestAllTypes.DESCRIPTOR
119 for f in desc.fields
190 desc = unittest_pb2.TestAllTypes.NestedMessage.DESCRIPTOR
191 self.assertEqual(desc.file.package, 'protobuf_unittest')
  /external/chromium_org/third_party/skia/include/views/
SkWindow.h 66 virtual void onPDFSaved(const char title[], const char desc[],
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgram.cpp 24 const GrGLProgramDesc& desc,
27 GrGLProgram* program = SkNEW_ARGS(GrGLProgram, (gpu, desc, colorStages, coverageStages));
36 const GrGLProgramDesc& desc,
43 fDesc = desc;
  /external/chromium_org/tools/grit/grit/tool/
android2grd_unittest.py 114 self.assertEqual(msg.attrs["desc"], "A string with placeholder.")
  /external/chromium_org/v8/test/mjsunit/regress/
regress-720.js 35 var desc = Object.getOwnPropertyDescriptor(o, "x");
36 assertTrue(desc["writable"]);
  /external/libppp/src/
datalink.h 55 struct fdescriptor desc; /* We play either a physical or a chat */ member in struct:datalink
mp.h 63 struct fdescriptor desc; member in struct:mpserver
  /external/llvm/lib/CodeGen/
EdgeBundles.cpp 25 cl::desc("Pop up a window to show edge bundle graphs"));
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 29 cl::desc("The maximum size of an object in the sdata section"));
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 24 cl::desc("Small data and bss section threshold size (default=8)"),
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.c 511 struct pipe_mpeg12_picture_desc *desc = (struct pipe_mpeg12_picture_desc *)picture; local
528 memcpy(intra_matrix, desc->intra_matrix, sizeof(intra_matrix));
529 memcpy(non_intra_matrix, desc->non_intra_matrix, sizeof(non_intra_matrix));
530 intra_matrix[0] = 1 << (7 - desc->intra_dc_precision);
581 struct pipe_mpeg12_picture_desc *desc = (struct pipe_mpeg12_picture_desc *)picture; local
601 if (!desc->ref[i]) continue;
615 if (desc->ref[0] && !desc->ref[1]) {
631 if (!desc->ref[j]) continue;
651 struct pipe_mpeg12_picture_desc *desc = (struct pipe_mpeg12_picture_desc *)picture local
674 struct pipe_mpeg12_picture_desc *desc = (struct pipe_mpeg12_picture_desc *)picture; local
    [all...]
  /external/skia/include/views/
SkWindow.h 66 virtual void onPDFSaved(const char title[], const char desc[],
  /external/skia/src/gpu/gl/
GrGLProgram.cpp 24 const GrGLProgramDesc& desc,
27 GrGLProgram* program = SkNEW_ARGS(GrGLProgram, (gpu, desc, colorStages, coverageStages));
36 const GrGLProgramDesc& desc,
43 fDesc = desc;
  /external/v8/test/mjsunit/regress/
regress-720.js 35 var desc = Object.getOwnPropertyDescriptor(o, "x");
36 assertTrue(desc["writable"]);
  /frameworks/av/media/libstagefright/rtsp/
AMPEG2TSAssembler.cpp 37 const sp<AMessage> &notify, const char *desc, const AString &params)

Completed in 2927 milliseconds

<<31323334353637383940>>