HomeSort by relevance Sort by last modified time
    Searched refs:mailbox (Results 1 - 25 of 132) 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/content/renderer/browser_plugin/
browser_plugin_compositing_helper.cc 97 SwapBuffersInfo mailbox,
100 if (mailbox.type == SOFTWARE_COMPOSITOR_FRAME) {
101 delete mailbox.shared_memory;
102 mailbox.shared_memory = NULL;
104 // Reset mailbox's name if the resource was lost.
105 mailbox.name.SetZero();
109 if (last_host_id_ != mailbox.host_id ||
110 last_output_surface_id_ != mailbox.output_surface_id ||
111 last_route_id_ != mailbox.route_id)
123 switch (mailbox.type)
    [all...]
  /external/chromium_org/cc/layers/
texture_layer_client.h 24 // Returns true and provides a mailbox if a new frame is available.
26 // and the old mailbox is to be reused.
27 virtual bool PrepareTextureMailbox(TextureMailbox* mailbox,
texture_layer.cc 129 void TextureLayer::SetTextureMailbox(const TextureMailbox& mailbox) {
131 DCHECK(!mailbox.IsValid() || !holder_ref_ ||
132 !mailbox.Equals(holder_ref_->holder()->mailbox()));
133 // If we never commited the mailbox, we need to release it here.
134 if (mailbox.IsValid())
135 holder_ref_ = MailboxHolder::Create(mailbox);
169 // we will need to set the mailbox again on a new TextureLayerImpl the next
185 TextureMailbox mailbox; local
187 &mailbox, layer_tree_host()->UsingSharedMemoryResources()))
    [all...]
  /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/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/cc/resources/
video_resource_updater.h 75 gpu::Mailbox mailbox; member in struct:cc::VideoResourceUpdater::PlaneResource
80 gpu::Mailbox mailbox)
84 mailbox(mailbox) {}
98 gpu::Mailbox mailbox; member in struct:cc::VideoResourceUpdater::RecycleResourceData
transferable_resource.h 12 #include "gpu/command_buffer/common/mailbox.h"
26 gpu::Mailbox mailbox; member in struct:cc::TransferableResource
  /external/chromium_org/content/renderer/gpu/
mailbox_output_surface.h 21 // are sent to the browser through the mailbox extension.
50 const gpu::Mailbox& mailbox,
52 : texture_id(texture_id), mailbox(mailbox), size(size), sync_point(0) {}
55 gpu::Mailbox mailbox; member in struct:content::MailboxOutputSurface::TransferableFrame
  /external/chromium_org/gpu/ipc/
command_buffer_proxy.h 13 #include "gpu/command_buffer/common/mailbox.h"
33 // mailbox.
34 virtual bool ProduceFrontBuffer(const gpu::Mailbox& mailbox) = 0;
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
DrawingBufferTest.cpp 79 WebKit::WebExternalTextureMailbox mailbox; local
80 EXPECT_FALSE(m_drawingBuffer->prepareMailbox(&mailbox, 0));
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_external_texture_layer_impl.h 46 virtual bool PrepareTextureMailbox(cc::TextureMailbox* mailbox,
52 const WebKit::WebExternalTextureMailbox& mailbox,
web_external_texture_layer_impl.cc 71 cc::TextureMailbox* mailbox,
83 gpu::Mailbox name;
91 *mailbox =
94 *mailbox = cc::TextureMailbox(name, callback, client_mailbox.syncPoint);
111 const WebKit::WebExternalTextureMailbox& mailbox,
121 memcpy(available_mailbox.name, mailbox.name, sizeof(available_mailbox.name));
  /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/gpu/command_buffer/tests/
gl_texture_mailbox_unittests.cc 10 #include "gpu/command_buffer/common/mailbox.h"
189 GLbyte mailbox[GL_MAILBOX_SIZE_CHROMIUM]; local
190 glGenMailboxCHROMIUM(mailbox);
192 glProduceTextureCHROMIUM(GL_TEXTURE_2D, mailbox);
201 glConsumeTextureCHROMIUM(GL_TEXTURE_2D, mailbox);
251 // The mailbox should still exist too.
255 glConsumeTextureCHROMIUM(GL_TEXTURE_2D, mailbox);
263 // Mailbox should be gone now.
266 glConsumeTextureCHROMIUM(GL_TEXTURE_2D, mailbox);
274 Mailbox mailbox local
323 Mailbox mailbox[2]; local
    [all...]
  /external/chromium_org/media/base/
video_frame_unittest.cc 227 gpu::Mailbox(),
244 // destroyed with the new sync point, when the mailbox is taken by a caller.
248 gpu::Mailbox mailbox; local
249 mailbox.name[0] = 50;
256 mailbox,
271 EXPECT_EQ(mailbox.name[0], mailbox_holder->mailbox().name[0]);
289 // If a caller has taken ownership of the texture mailbox, it should
296 gpu::Mailbox mailbox local
347 gpu::Mailbox mailbox; local
391 gpu::Mailbox mailbox; 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...]
  /packages/apps/Email/src/com/android/email/service/
ImapService.java 58 import com.android.emailcommon.provider.Mailbox;
87 * Simple cache for last search result mailbox by account and serverId, since the most common
88 * case will be repeated use of the same mailbox
92 private static Mailbox mLastSearchRemoteMailbox = null;
160 final Account account, final Mailbox folder, final boolean loadMore,
219 // Note: mailbox key and account key not needed - they are projected for the SELECT
235 * @param toMailbox the destination mailbox we're syncing
239 Folder remoteFolder, ArrayList<Message> messages, final Mailbox toMailbox)
266 final Mailbox mailbox, Folder remoteFolder, ArrayList<Message> unsyncedMessages
739 Mailbox mailbox = new Mailbox(); local
779 Mailbox mailbox = getRemoteMailboxForMessage(context, oldMessage); local
843 Mailbox mailbox = null; local
907 Mailbox mailbox = null; local
1405 final Mailbox mailbox = Mailbox.restoreMailboxWithId(context, searchParams.mMailboxId); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mailbox.py 14 import mailbox namespace
27 # Inspect a mailbox.Message representation of the sample message
29 self.assertIsInstance(msg, mailbox.Message)
37 self.assertNotIsInstance(part, mailbox.Message)
67 keys.append(self._box.add(mailbox.Message(_sample_message)))
166 self.assertIsInstance(msg0, mailbox.Message)
419 # Lock and unlock the mailbox
427 # Close mailbox and flush changes to disk
466 # Test that all Mailbox methods raise NotImplementedException.
467 box = mailbox.Mailbox('path'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mailbox.py 14 import mailbox namespace
27 # Inspect a mailbox.Message representation of the sample message
29 self.assertIsInstance(msg, mailbox.Message)
37 self.assertNotIsInstance(part, mailbox.Message)
67 keys.append(self._box.add(mailbox.Message(_sample_message)))
166 self.assertIsInstance(msg0, mailbox.Message)
419 # Lock and unlock the mailbox
427 # Close mailbox and flush changes to disk
466 # Test that all Mailbox methods raise NotImplementedException.
467 box = mailbox.Mailbox('path'
    [all...]

Completed in 1559 milliseconds

1 2 3 4 5 6