HomeSort by relevance Sort by last modified time
    Searched refs:att (Results 51 - 75 of 250) sorted by null

1 23 4 5 6 7 8 910

  /external/libxml2/
SAX2.c 1426 const xmlChar *att; local
1587 const xmlChar *att; local
    [all...]
  /external/chromium_org/ui/webui/resources/js/
i18n_template.js 119 var att = element.getAttribute(name);
120 if (att != null)
121 handlers[name](element, att, obj);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
native.h 278 native_attachment_mask_test(uint mask, enum native_attachment att)
280 return !!(mask & (1 << att));
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
swrast.h 268 struct gl_renderbuffer_attachment *att);
272 struct gl_renderbuffer_attachment *att);
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native.h 278 native_attachment_mask_test(uint mask, enum native_attachment att)
280 return !!(mask & (1 << att));
  /external/mesa3d/src/mesa/swrast/
swrast.h 268 struct gl_renderbuffer_attachment *att);
272 struct gl_renderbuffer_attachment *att);
  /external/chromium_org/v8/test/mjsunit/
html-string-funcs.js 40 function CheckCompound(f, tag, att) {
41 assertEquals('<' + tag + ' ' + att + '="bar">foo</' + tag + '>',
  /external/deqp/modules/glshared/
glsFboUtil.hpp 346 glw::GLenum attachmentType (const Attachment& att);
365 void attach (glw::GLenum attPoint, const Attachment* att);
379 const config::Attachment* att);
419 virtual void check (glw::GLenum attPoint, const config::Attachment& att,
  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlelement.h 122 explicit XmlAttr(const XmlAttr& att) :
124 name_(att.name_),
125 value_(att.value_) {
  /external/chromium_org/third_party/libxml/src/
testHTML.c 379 const unsigned char *att = atts[i]; local
382 while ((attlen = strlen((char*)att)) > 0) {
384 htmlEncodeEntities(output, &outlen, att, &attlen, '\'');
387 att += attlen;
  /external/chromium_org/third_party/webrtc/libjingle/xmllite/
xmlelement.h 105 explicit XmlAttr(const XmlAttr& att) :
107 name_(att.name_),
108 value_(att.value_) {
  /external/deqp/modules/gles2/functional/
es2fFboCompletenessTests.cpp 131 void check (GLenum attPoint, const Attachment& att,
138 void ES2Checker::check(GLenum attPoint, const Attachment& att, const Image* image)
141 DE_UNREF(att);
  /external/chromium_org/third_party/skia/src/views/unix/
SkOSWindow_Unix.cpp 86 GLint att[] = { local
95 static const GLint kAttCount = SK_ARRAY_COUNT(att);
97 memcpy(msaaAtt, att, sizeof(att));
108 fVi = glXChooseVisual(dsp, DefaultScreen(dsp), att);
  /external/skia/src/views/unix/
SkOSWindow_Unix.cpp 86 GLint att[] = { local
95 static const GLint kAttCount = SK_ARRAY_COUNT(att);
97 memcpy(msaaAtt, att, sizeof(att));
108 fVi = glXChooseVisual(dsp, DefaultScreen(dsp), att);
  /packages/apps/Exchange/src/com/android/exchange/adapter/
EmailSyncParser.java 503 EmailContent.Attachment att = new EmailContent.Attachment(); local
504 att.mEncoding = "base64";
505 att.mSize = Long.parseLong(length);
506 att.mFileName = fileName;
507 att.mLocation = location;
508 att.mMimeType = getMimeTypeFromFileName(fileName);
509 att.mAccountKey = mAccount.mId;
514 att.mContentId = contentId;
520 (att.mSize > mPolicy.mMaxAttachmentSize))) {
521 att.mFlags = EmailContent.Attachment.FLAG_POLICY_DISALLOWS_DOWNLOAD
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cmsccoll.c 2199 static const UColAttribute att[] = { UCOL_STRENGTH }; local
3038 UColAttribute att = UCOL_NUMERIC_COLLATION; local
3479 UColAttribute att[] = { UCOL_STRENGTH, UCOL_CASE_FIRST }; local
3488 UColAttribute att[] = { UCOL_STRENGTH, UCOL_CASE_LEVEL }; local
    [all...]
  /external/chromium_org/third_party/jstemplate/
jstemplate_test.js 169 var att = a.attributes;
170 if (att) {
173 att.length, b.attributes.length);
174 for (var i = 0; i < jsLength(att); i++) {
175 var a = att[i];
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_android.c 111 unsigned int att, unsigned int format)
116 if (att >= ARRAY_SIZE(dri2_surf->local_buffers))
119 if (!dri2_surf->local_buffers[att]) {
120 dri2_surf->local_buffers[att] =
121 dri2_dpy->dri2->allocateBuffer(dri2_dpy->dri_screen, att, format,
125 return dri2_surf->local_buffers[att];
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 111 unsigned int att, unsigned int format)
116 if (att >= ARRAY_SIZE(dri2_surf->local_buffers))
119 if (!dri2_surf->local_buffers[att]) {
120 dri2_surf->local_buffers[att] =
121 dri2_dpy->dri2->allocateBuffer(dri2_dpy->dri_screen, att, format,
125 return dri2_surf->local_buffers[att];
  /packages/apps/Email/tests/src/com/android/email/provider/
PolicyTests.java 119 Attachment att = ProviderTestUtils.setupAttachment(-1, name, size, false, mMockContext); local
120 att.mAccountKey = acct.mId;
121 return att;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
ffvertex_prog.c 952 struct ureg att = undef; local
962 att = get_temp(p);
967 emit_op2(p, OPCODE_MUL, att, 0, slt, spot);
978 if (is_undef(att))
979 att = get_temp(p);
991 emit_op2(p, OPCODE_MUL, att, 0, dist, att);
995 emit_op1(p, OPCODE_RCP, att, 0, dist);
999 return att;
1121 struct ureg att = undef, VPpli = undef local
    [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 952 struct ureg att = undef; local
962 att = get_temp(p);
967 emit_op2(p, OPCODE_MUL, att, 0, slt, spot);
978 if (is_undef(att))
979 att = get_temp(p);
991 emit_op2(p, OPCODE_MUL, att, 0, dist, att);
995 emit_op1(p, OPCODE_RCP, att, 0, dist);
999 return att;
1121 struct ureg att = undef, VPpli = undef local
    [all...]
  /frameworks/base/core/java/android/service/notification/
ZenModeConfig.java 416 private static boolean safeBoolean(XmlPullParser parser, String att, boolean defValue) {
417 final String val = parser.getAttributeValue(null, att);
422 private static int safeInt(XmlPullParser parser, String att, int defValue) {
423 final String val = parser.getAttributeValue(null, att);
427 private static ComponentName safeComponentName(XmlPullParser parser, String att) {
428 final String val = parser.getAttributeValue(null, att);
433 private static Uri safeUri(XmlPullParser parser, String att) {
434 final String val = parser.getAttributeValue(null, att);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 709 for (Attachment att: atts) {
710 if (!attachmentExists(context, att)) {
715 if ((att.mFlags & (Attachment.FLAG_DOWNLOAD_FORWARD |
718 ", #%d", att.mFileName, att.mId);
729 Attachment.delete(context, Attachment.CONTENT_URI, att.mId);
730 } else if (att.getContentUri() != null) {
735 Attachment.update(context, Attachment.CONTENT_URI, att.mId, cv);
  /external/jpeg/
config.sub 92 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
189 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
190 basic_machine=m68000-att
193 basic_machine=we32k-att
648 basic_machine=we32k-att
841 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)

Completed in 1440 milliseconds

1 23 4 5 6 7 8 910