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

<<11121314151617181920>>

  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 33 cl::desc("The cut-off point for automatic loop unrolling"));
37 cl::desc("Use this unroll count for all loops, for testing purposes"));
41 cl::desc("Allows loops to be partially unrolled until "
46 cl::desc("Unroll loops with run-time trip counts"));
  /external/openssl/crypto/x509v3/
v3_info.c 107 ACCESS_DESCRIPTION *desc;
112 desc = sk_ACCESS_DESCRIPTION_value(ainfo, i);
113 ret = i2v_GENERAL_NAME(method, desc->location, ret);
116 i2t_ASN1_OBJECT(objtmp, sizeof objtmp, desc->method);
  /external/qemu/android/skin/
image.h 57 extern SkinImage* skin_image_find( SkinImageDesc* desc );
  /external/skia/include/gpu/
GrTexture.h 133 const GrTextureDesc& desc,
135 static GrResourceKey ComputeScratchKey(const GrTextureDesc& desc);
144 GrTexture(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc)
145 : INHERITED(gpu, isWrapped, desc)
GrContext.h 125 * @param desc Description of the texture properties.
133 const GrTextureDesc& desc,
143 * @param desc Description of the texture properties.
150 GrTexture* findAndRefTexture(const GrTextureDesc& desc,
158 bool isTextureInCache(const GrTextureDesc& desc,
173 * at least as large in width and height as desc specifies. If desc
175 * render target. If desc specifies a render target and doesn't set the
183 * Returns a texture matching the desc. It's contents are unknown. Subsequent
216 GrTexture* createUncachedTexture(const GrTextureDesc& desc,
    [all...]
  /external/skia/src/gpu/gl/
GrGLBufferImpl.cpp 23 GrGLBufferImpl::GrGLBufferImpl(GrGpuGL* gpu, const Desc& desc, GrGLenum bufferType)
24 : fDesc(desc)
27 if (0 == desc.fID) {
28 fCPUData = sk_malloc_flags(desc.fSizeInBytes, SK_MALLOC_THROW);
  /external/v8/test/cctest/
test-reloc-info.cc 63 CodeDesc desc = { *buffer, buffer_size, code_size, local
68 RelocIterator it(desc, RelocInfo::ModeMask(RelocInfo::POSITION));
85 RelocIterator it(desc, RelocInfo::ModeMask(RelocInfo::STATEMENT_POSITION));
102 RelocIterator it(desc, RelocInfo::kPositionMask);
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.h 16 const char *desc);
  /frameworks/av/media/libeffects/factory/
EffectsFactory.h 37 // object holds the effect desc and the list sub_elem holds the sub effects
45 audio_effect_library_t *desc; member in struct:lib_entry_s
  /frameworks/av/media/libstagefright/rtsp/
AMPEG4ElementaryAssembler.h 37 const sp<AMessage> &notify, const AString &desc,
ARTPSession.h 33 status_t setup(const sp<ASessionDescription> &desc);
  /frameworks/native/cmds/flatland/
Flatland.h 50 virtual bool setUp(const LayerDesc& desc, GLHelper* helper) = 0;
  /frameworks/native/services/surfaceflinger/RenderEngine/
Program.h 55 void setUniforms(const Description& desc);
  /hardware/qcom/audio/voice_processing/
voice_processing.c 423 const effect_descriptor_t *desc; local
434 desc = (const effect_descriptor_t *)dlsym(lib_handle,
436 if (desc)
437 descriptors[AEC_ID] = desc;
439 desc = (const effect_descriptor_t *)dlsym(lib_handle,
441 if (desc)
442 descriptors[NS_ID] = desc;
445 // desc = (const effect_descriptor_t *)dlsym(lib_handle,
447 // if (desc)
448 // descriptors[AGC_ID] = desc;
671 const effect_descriptor_t *desc; local
727 const effect_descriptor_t *desc; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
MenuEditorDelegate.java 149 ElementDescriptor desc; local
151 desc = new ElementDescriptor("temp", null /*children*/);
153 desc = data.getMenuDescriptors().getDescriptor();
156 setUiRootNode(desc.createUiNode());
  /external/chromium_org/third_party/skia/include/gpu/
GrContext.h 125 * @param desc Description of the texture properties.
133 const GrTextureDesc& desc,
143 * @param desc Description of the texture properties.
150 GrTexture* findAndRefTexture(const GrTextureDesc& desc,
158 bool isTextureInCache(const GrTextureDesc& desc,
173 * at least as large in width and height as desc specifies. If desc
175 * render target. If desc specifies a render target and doesn't set the
183 * Returns a texture matching the desc. It's contents are unknown. Subsequent
216 GrTexture* createUncachedTexture(const GrTextureDesc& desc,
    [all...]
  /external/chromium_org/chrome/browser/resources/
about_memory_linux.css 5 .summary-desc {
  /external/chromium_org/chrome/common/extensions/docs/server2/
test_object_store.py 53 for desc, expected, actual in (('get_count', get_count, self._get_count),
57 errors.append('%s: expected %s got %s' % (desc, expected, actual))
  /external/chromium_org/ppapi/c/dev/
ppb_truetype_font_dev.h 196 * desc contains a PP_Var for the family name which must be released.
212 * @param[in] desc A pointer to a <code>PP_TrueTypeFontDesc</code> describing
216 const struct PP_TrueTypeFontDesc_Dev* desc);
232 * @param[out] desc A pointer to a <code>PP_TrueTypeFontDesc</code> to hold
244 struct PP_TrueTypeFontDesc_Dev* desc,
  /external/chromium_org/third_party/angle/src/libEGL/
Config.h 29 Config(rx::ConfigDesc desc, EGLint minSwapInterval, EGLint maxSwapInterval, EGLint texWidth, EGLint texHeight);
99 void add(rx::ConfigDesc desc, EGLint minSwapInterval, EGLint maxSwapInterval, EGLint texWidth, EGLint texHeight);
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32windowpicker_unittest.cc 64 WindowDescription desc = descriptions.front(); local
65 EXPECT_EQ(window_picker.visible_window()->handle(), desc.id().id());
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
screencastid.h 40 void set_title(const std::string& desc) { title_ = desc; }
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 54 GrTextureStripAtlas* GrTextureStripAtlas::GetAtlas(const GrTextureStripAtlas::Desc& desc) {
56 key.setKeyData(desc.asKey());
61 entry->fAtlas = SkNEW_ARGS(GrTextureStripAtlas, (desc));
64 desc.fContext->addCleanUp(CleanUp, entry);
72 GrTextureStripAtlas::GrTextureStripAtlas(GrTextureStripAtlas::Desc desc)
75 , fDesc(desc)
76 , fNumRows(desc.fHeight / desc.fRowHeight
    [all...]
  /external/chromium_org/tools/grit/grit/format/
android_xml_unittest.py 27 <message name="IDS_SIMPLE" desc="A vanilla string">
30 <message name="IDS_ONE_LINE" desc="On one line">sat and wondered</message>
31 <message name="IDS_QUOTES" desc="A string with quotation marks">
34 <message name="IDS_MULTILINE" desc="A string split over several lines">
39 <message name="IDS_WHITESPACE" desc="A string with extra whitespace.">
43 desc="A string that only applies if there's no sdcard">
46 <message name="IDS_PRODUCT_DEFAULT" desc="New style product tag"
50 <message name="IDS_PLACEHOLDERS" desc="A string with placeholders">
79 <message name="IDS_HELLO" desc="" formatter_data="android_java">
82 <message name="IDS_WORLD" desc=""
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1419.js 44 var desc = Object.getOwnPropertyDescriptor(f1, 'length');
45 assertEquals(false, desc.writable);
46 assertEquals(false, desc.enumerable);
47 assertEquals(false, desc.configurable);

Completed in 603 milliseconds

<<11121314151617181920>>