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

<<41424344454647484950>>

  /dalvik/libdex/
DexProto.cpp 156 const char* desc = dexStringByTypeIdx(dexFile, idx); local
157 strcpy(at, desc);
158 at += strlen(desc);
427 // This includes the case where the desc is shorter.
  /external/chromium_org/content/ppapi_plugin/
ppapi_thread.cc 179 const PP_BrowserFont_Trusted_Description& desc,
181 if (!BrowserFontResource_Trusted::IsPPFontDescriptionValid(desc))
184 connection, instance, desc, prefs))->GetReference();
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_translate_thread.cc 7 #include "native_client/src/trusted/desc/nacl_desc_wrapper.h"
162 llc_out_file->desc(),
305 ld_in_file->desc(),
306 ld_out_file->desc(),
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTUnicodeSort.cpp 50 int descending, number, desc, numb; local
186 desc = comp->descending;
229 if (desc)
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transport.h 470 bool SetLocalTransportDescription_w(const TransportDescription& desc,
472 bool SetRemoteTransportDescription_w(const TransportDescription& desc,
507 const TransportDescription* desc);
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_texture.c 64 const struct util_format_description *desc = local
69 if (desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS ||
70 desc->swizzle[0] == UTIL_FORMAT_SWIZZLE_NONE) {
  /external/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp 178 const char *desc = "StringRef should not be bound to temporary " local
182 BR.EmitBasicReport(DeclWithIssue, desc, "LLVM Conventions", desc,
  /external/mesa3d/src/mesa/state_tracker/
st_atom_texture.c 64 const struct util_format_description *desc = local
69 if (desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS ||
70 desc->swizzle[0] == UTIL_FORMAT_SWIZZLE_NONE) {
  /external/v8/src/
property.h 165 bool IsPropertyDescriptor(T* desc) {
166 switch (desc->type()) {
174 Object* callback_object = desc->GetCallbackObject();
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 197 const effect_descriptor_t *desc; local
207 desc = gDescriptors[i];
208 if (memcmp(uuid, &desc->uuid, sizeof(effect_uuid_t))
210 ALOGV("\tEffectCreate - UUID matched Reverb type %d, UUID = %x", i, desc->uuid.timeLow);
225 if ((desc->flags & EFFECT_FLAG_TYPE_MASK) == EFFECT_FLAG_TYPE_AUXILIARY){
233 if (memcmp(&desc->type, SL_IID_PRESETREVERB, sizeof(effect_uuid_t)) == 0) {
2115 const effect_descriptor_t *desc; local
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
AMPEG4ElementaryAssembler.cpp 110 const sp<AMessage> &notify, const AString &desc, const AString &params)
129 mIsGeneric = !strncasecmp(desc.c_str(),"mpeg4-generic/", 14);
191 desc.c_str(), &sampleRate, &numChannels);
  /frameworks/av/services/audioflinger/
Effects.h 46 effect_descriptor_t *desc,
99 const effect_descriptor_t& desc() const { return mDescriptor; } function in class:EffectModule
344 bool isEffectEligibleForSuspend(const effect_descriptor_t& desc);
  /frameworks/native/opengl/tests/hwc/
hwcColorEquiv.cpp 275 testPrintI("refFormat: %u %s", refFormat->format, refFormat->desc);
276 testPrintI("equivFormat: %u %s", equivFormat->format, equivFormat->desc);
437 testPrintE(" %s", hwcTestGraphicFormat[n1].desc);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestPkgAttrNode.java 95 TextAttributeDescriptor desc = (TextAttributeDescriptor) getDescriptor(); local
99 label.append(desc.getUiName());
111 SectionHelper.addControlTooltip(formText, desc.getTooltip());
UiPackageAttributeNode.java 95 TextAttributeDescriptor desc = (TextAttributeDescriptor) getDescriptor(); local
99 label.append(desc.getUiName());
111 SectionHelper.addControlTooltip(formText, desc.getTooltip());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiFlagAttributeNode.java 85 TextAttributeDescriptor desc = (TextAttributeDescriptor) getDescriptor(); local
87 Label label = toolkit.createLabel(parent, desc.getUiName());
89 SectionHelper.addControlTooltip(label, DescriptorsUtils.formatTooltip(desc.getTooltip()));
  /bionic/libc/kernel/common/linux/
binder.h 114 int desc; member in struct:binder_pri_desc
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoDecoder.java 60 private final Prototype desc; field in class:DebugInfoDecoder
102 this.desc = ref.getPrototype();
236 - desc.getParameterTypes().getWordCount() - (isStatic? 0 : 1);
244 StdTypeList params = desc.getParameterTypes();
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoDecoder.java 71 private final Prototype desc; field in class:DebugInfoDecoder
113 this.desc = ref.getPrototype();
246 - desc.getParameterTypes().getWordCount() - (isStatic? 0 : 1);
254 StdTypeList params = desc.getParameterTypes();
  /development/ndk/platforms/android-3/include/linux/
binder.h 110 int desc; member in struct:binder_pri_desc
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 651 public void writeClassDescriptor(ObjectStreamClass desc)
704 public void writeClassDescriptor(ObjectStreamClass desc)
706 super.writeClassDescriptor(desc);
733 protected Class resolveClass(ObjectStreamClass desc)
735 if (desc.getName().equals(
739 return super.resolveClass(desc);
810 ObjectStreamClass desc = ObjectStreamClass local
812 oos.writeClassDescriptor(desc);
821 assertEquals(desc.getClass(), obj.getClass());
    [all...]
  /external/bison/darwin-lib/
wctype.h 739 The argument DESC must have been returned by the wctype() function. */
742 _GL_FUNCDECL_SYS (iswctype, int, (wint_t wc, wctype_t desc));
744 _GL_CXXALIAS_SYS (iswctype, int, (wint_t wc, wctype_t desc));
788 The argument DESC must have been returned by the wctrans() function. */
791 _GL_FUNCDECL_SYS (towctrans, wint_t, (wint_t wc, wctrans_t desc));
793 _GL_CXXALIAS_SYS (towctrans, wint_t, (wint_t wc, wctrans_t desc));
  /external/bison/linux-lib/
wctype.h 739 The argument DESC must have been returned by the wctype() function. */
742 _GL_FUNCDECL_SYS (iswctype, int, (wint_t wc, wctype_t desc));
744 _GL_CXXALIAS_SYS (iswctype, int, (wint_t wc, wctype_t desc));
788 The argument DESC must have been returned by the wctrans() function. */
791 _GL_FUNCDECL_SYS (towctrans, wint_t, (wint_t wc, wctrans_t desc));
793 _GL_CXXALIAS_SYS (towctrans, wint_t, (wint_t wc, wctrans_t desc));
  /external/chromium/chrome/browser/autocomplete/
autocomplete_accessibility.h 62 STDMETHODIMP get_accDescription(VARIANT var_id, BSTR* desc);
  /external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc 116 std::wstring desc; local
118 desc = ext_desc[i];
127 if (desc.empty()) {
140 if (!GetRegistryDescriptionFromExtension(first_extension, &desc)) {
145 desc = l10n_util::GetStringFUTF16(IDS_APP_SAVEAS_EXTENSION_FORMAT,
149 if (desc.empty())
150 desc = L"*." + ext_name;
153 result.append(desc.c_str(), desc.size() + 1); // Append NULL too.
    [all...]

Completed in 1466 milliseconds

<<41424344454647484950>>