HomeSort by relevance Sort by last modified time
    Searched refs:mailbox (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /external/smack/src/org/xbill/DNS/
RPRecord.java 19 private Name mailbox; field in class:RPRecord
31 * @param mailbox The responsible person
35 RPRecord(Name name, int dclass, long ttl, Name mailbox, Name textDomain) {
38 this.mailbox = checkName("mailbox", mailbox);
44 mailbox = new Name(in);
50 mailbox = st.getName(origin);
58 sb.append(mailbox);
64 /** Gets the mailbox address of the RP Record *
    [all...]
MBRecord.java 6 * Mailbox Record - specifies a host containing a mailbox.
24 * @param mailbox The host containing the mailbox for the domain.
27 MBRecord(Name name, int dclass, long ttl, Name mailbox) {
28 super(name, Type.MB, dclass, ttl, mailbox, "mailbox");
31 /** Gets the mailbox for the domain */
MGRecord.java 6 * Mail Group Record - specifies a mailbox which is a member of a mail group.
24 * @param mailbox The mailbox that is a member of the group specified by the
28 MGRecord(Name name, int dclass, long ttl, Name mailbox) {
29 super(name, Type.MG, dclass, ttl, mailbox, "mailbox");
32 /** Gets the mailbox in the mail group specified by the domain */
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
MailboxField.java 27 import org.apache.james.mime4j.field.address.Mailbox;
32 private final Mailbox mailbox; field in class:MailboxField
35 protected MailboxField(final String name, final String body, final String raw, final Mailbox mailbox, final ParseException parseException) {
37 this.mailbox = mailbox;
41 public Mailbox getMailbox() {
42 return mailbox;
53 Mailbox mailbox = null; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
DrawingBufferTest.cpp 80 virtual void genMailboxCHROMIUM(WGC3Dbyte* mailbox)
84 memset(mailbox, m_currentMailboxByte, sizeof(temp.name));
87 virtual void produceTextureCHROMIUM(WGC3Denum target, const WGC3Dbyte* mailbox)
136 blink::WebExternalTextureMailbox mailbox; local
137 EXPECT_FALSE(m_drawingBuffer->prepareMailbox(&mailbox, 0));
142 blink::WebExternalTextureMailbox mailbox; local
147 // Produce one mailbox at size 100x100.
149 EXPECT_TRUE(m_drawingBuffer->prepareMailbox(&mailbox, 0));
154 m_drawingBuffer->mailboxReleased(mailbox);
156 // Produce a mailbox at this size
    [all...]
  /external/chromium_org/cc/layers/
texture_layer_client.h 20 // Returns true and provides a mailbox if a new frame is available.
22 // and the old mailbox is to be reused.
24 TextureMailbox* mailbox,
texture_layer.cc 135 const TextureMailbox& mailbox,
139 DCHECK(!mailbox.IsValid() || !holder_ref_ ||
140 !mailbox.Equals(holder_ref_->holder()->mailbox()));
141 DCHECK_EQ(mailbox.IsValid(), !!release_callback);
143 // If we never commited the mailbox, we need to release it here.
144 if (mailbox.IsValid())
145 holder_ref_ = MailboxHolder::Create(mailbox, release_callback.Pass());
155 // The active frame needs to be replaced and the mailbox returned before the
161 const TextureMailbox& mailbox,
221 TextureMailbox mailbox; local
    [all...]
texture_layer.h 38 const TextureMailbox& mailbox() const { return mailbox_; } function in class:cc::TextureLayer::MailboxHolder
50 const TextureMailbox& mailbox,
57 explicit MailboxHolder(const TextureMailbox& mailbox,
88 // Used when mailbox names are specified instead of texture IDs.
128 // Code path for plugins which supply their own mailbox.
130 void SetTextureMailbox(const TextureMailbox& mailbox,
150 const TextureMailbox& mailbox,
  /external/chromium_org/cc/output/
gl_frame_data.h 12 #include "gpu/command_buffer/common/mailbox.h"
23 gpu::Mailbox mailbox; member in class:cc::GLFrameData
  /external/chromium_org/gpu/command_buffer/service/
mailbox_manager.cc 26 void MailboxManager::GenerateMailbox(Mailbox* mailbox) {
27 crypto::RandBytes(mailbox->name, sizeof(mailbox->name));
31 const Mailbox& mailbox) {
32 TargetName target_name(target, mailbox);
39 // See if it's visible in another mailbox manager, and if so make it visible
41 Texture* texture = sync_->CreateTextureFromMailbox(target, mailbox);
53 const Mailbox& mailbox
    [all...]
mailbox_manager.h 14 #include "gpu/command_buffer/common/mailbox.h"
36 // Generate a unique unguessable mailbox name.
37 void GenerateMailbox(Mailbox* mailbox);
39 // Look up the texture definition from the named mailbox.
40 Texture* ConsumeTexture(unsigned target, const Mailbox& mailbox);
42 // Put the texture into the named mailbox.
44 const Mailbox& mailbox,
67 Mailbox mailbox; member in struct:gpu::gles2::MailboxManager::TargetName
    [all...]
mailbox_synchronizer.h 8 #include "gpu/command_buffer/common/mailbox.h"
34 // Create a texture from a globally visible mailbox.
35 Texture* CreateTextureFromMailbox(unsigned target, const Mailbox& mailbox);
46 TargetName(unsigned target, const Mailbox& mailbox);
57 Mailbox mailbox; member in struct:gpu::gles2::MailboxSynchronizer::TargetName
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_compositing_helper.cc 143 SwapBuffersInfo mailbox,
146 if (mailbox.type == SOFTWARE_COMPOSITOR_FRAME) {
147 delete mailbox.shared_memory;
148 mailbox.shared_memory = NULL;
150 // Reset mailbox's name if the resource was lost.
151 mailbox.name.SetZero();
155 if (last_host_id_ != mailbox.host_id ||
156 last_output_surface_id_ != mailbox.output_surface_id ||
157 last_route_id_ != mailbox.route_id)
160 if (mailbox.type == SOFTWARE_COMPOSITOR_FRAME
    [all...]
  /external/kernel-headers/original/linux/
omap_csmi.h 26 void (*ack)(int mailbox);
27 int (*data)(int mailbox);
28 void (*reset)(int mailbox);
29 void (*start)(int mailbox);
30 void (*stop)(int mailbox);
61 int omap_csmi_send_mailbox(int mailbox, void *data, size_t size, unsigned int flags);
62 void omap_csmi_read_mailbox(int mailbox, void *data, size_t size);
63 int omap_csmi_install_mailbox_handlers(int mailbox, omap_csmi_mailbox_handlers_t handlers);
64 int omap_csmi_uninstall_mailbox_handlers(int mailbox, omap_csmi_mailbox_handlers_t handlers);
66 //mailbox channel 1 command
    [all...]
  /external/chromium_org/content/renderer/gpu/
mailbox_output_surface.h 22 // are sent to the browser through the mailbox extension.
53 const gpu::Mailbox& mailbox,
55 : texture_id(texture_id), mailbox(mailbox), size(size), sync_point(0) {}
58 gpu::Mailbox mailbox; member in struct:content::MailboxOutputSurface::TransferableFrame
  /external/chromium_org/cc/resources/
video_resource_updater.h 80 gpu::Mailbox mailbox; member in struct:cc::VideoResourceUpdater::PlaneResource
85 gpu::Mailbox mailbox)
89 mailbox(mailbox) {}
103 gpu::Mailbox mailbox; member in struct:cc::VideoResourceUpdater::RecycleResourceData
transferable_resource.h 13 #include "gpu/command_buffer/common/mailbox.h"
37 gpu::Mailbox mailbox; member in struct:cc::TransferableResource
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_external_texture_layer_impl.cc 70 cc::TextureMailbox* mailbox,
83 gpu::Mailbox name;
86 *mailbox = cc::TextureMailbox(bitmap->shared_memory(), bitmap->size());
88 *mailbox = cc::TextureMailbox(name, client_mailbox.syncPoint);
90 if (mailbox->IsValid()) {
113 const blink::WebExternalTextureMailbox& mailbox,
123 memcpy(available_mailbox.name, mailbox.name, sizeof(available_mailbox.name));
web_external_texture_layer_impl.h 50 cc::TextureMailbox* mailbox,
57 const blink::WebExternalTextureMailbox& mailbox,
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h     [all...]
  /packages/apps/Email/src/com/android/email/mail/
Store.java 33 import com.android.emailcommon.provider.Mailbox;
173 * Updates the fields within the given mailbox. Only the fields that are important to
176 protected static void updateMailbox(Mailbox mailbox, long accountId, String mailboxPath,
178 mailbox.mAccountKey = accountId;
179 mailbox.mDelimiter = delimiter;
185 mailbox.mDisplayName = displayPath;
187 mailbox.mFlags = Mailbox.FLAG_HOLDS_MAIL | Mailbox.FLAG_ACCEPTS_MOVED_MAIL
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
MailboxList.java 25 * An immutable, random-access list of Mailbox objects.
34 * @param mailboxes An ArrayList that contains only Mailbox objects.
54 public Mailbox get(int index) {
57 return (Mailbox)mailboxes.get(index);
61 * Dumps a representation of this mailbox list to
66 Mailbox mailbox = get(i); local
67 System.out.println(mailbox.toString());
  /external/chromium_org/content/browser/aura/
owned_mailbox.h 7 #include "gpu/command_buffer/common/mailbox.h"
13 // This class holds a texture id and gpu::Mailbox, and deletes the texture
23 const gpu::Mailbox& mailbox() const { return mailbox_; } function in class:content::OwnedMailbox
36 gpu::Mailbox mailbox_;
  /external/chromium_org/gpu/command_buffer/tests/
gl_texture_mailbox_unittests.cc 10 #include "gpu/command_buffer/common/mailbox.h"
160 GLbyte mailbox[GL_MAILBOX_SIZE_CHROMIUM]; local
161 glGenMailboxCHROMIUM(mailbox);
163 glProduceTextureCHROMIUM(GL_TEXTURE_2D, mailbox);
172 glConsumeTextureCHROMIUM(GL_TEXTURE_2D, mailbox);
222 // The mailbox should still exist too.
226 glConsumeTextureCHROMIUM(GL_TEXTURE_2D, mailbox);
234 // Mailbox should be gone now.
237 glConsumeTextureCHROMIUM(GL_TEXTURE_2D, mailbox);
245 Mailbox mailbox local
296 Mailbox mailbox[2]; local
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
SyncAdapterTestCase.java 25 import com.android.emailcommon.provider.Mailbox;
40 public Mailbox mMailbox;
80 Mailbox mailbox = new Mailbox(); local
81 mailbox.mId = -1;
82 return getTestService(mAccount, mailbox);
85 EasSyncService getTestService(Account account, Mailbox mailbox) {
88 service.mMailbox = mailbox;
    [all...]

Completed in 1263 milliseconds

1 2 3 4 5 6