HomeSort by relevance Sort by last modified time
    Searched full:serialized (Results 101 - 125 of 1055) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/sync/tools/testserver/
synced_notifications.html 8 // |serialized_notification| is the ASCII-serialized version of the
  /external/chromium_org/third_party/sfntly/cpp/src/test/
name_editing_test.cc 70 // Serialize and reload the serialized font.
119 // Serialize and reload the serialized font.
165 // Serialize and reload the serialized font.
214 // Serialize and reload the serialized font.
  /external/chromium_org/ui/accessibility/
ax_tree_source.h 16 // of the accessibility information about a node can be serialized
  /external/guava/guava-gwt/src/com/google/common/base/
GwtSerializationDependencies.java 31 // None of these classes are instantiated, let alone serialized:
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
RegularImmutableBiMap.java 29 // of the lists that needs to be serialized.
SingletonImmutableList.java 32 // serialized.
SingletonImmutableMap.java 32 // serialized.
SingletonImmutableSet.java 32 // serialized.
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
CompactArray.java 57 * create array using serialized data
68 * They are serialized automatically when get() method is called.
136 * return a float array of serialized data
265 * serialized size of one object element
  /external/llvm/test/Bitcode/
flags.ll 6 ; Make sure the flags are serialized/deserialized properly for both
  /external/llvm/test/CodeGen/ARM/
2011-08-29-SchedCycle.ll 12 ; If the libcalls are not serialized (i.e. both have chains which are dag
  /external/mockito/src/org/mockito/internal/util/
MockCreationValidator.java 56 // Having a **superclass that do not implements Serializable** might fail as well when serialized
  /external/sfntly/cpp/src/test/
name_editing_test.cc 70 // Serialize and reload the serialized font.
119 // Serialize and reload the serialized font.
165 // Serialize and reload the serialized font.
214 // Serialize and reload the serialized font.
  /libcore/luni/src/main/java/java/nio/charset/
CharacterCodingException.java 30 * which created the serialized object.
CoderMalfunctionError.java 28 * which created the serialized object.
IllegalCharsetNameException.java 28 * which created the serialized object.
UnmappableCharacterException.java 28 * which created the serialized object.
UnsupportedCharsetException.java 28 * which created the serialized object.
  /libcore/luni/src/main/java/java/security/
SignedObject.java 29 * {@code SignedObject} contains the target in serialized form along with a
30 * digital signature of the serialized data.
114 * Returns the signature data of the encapsulated serialized object.
116 * @return the signature data of the encapsulated serialized object.
  /libcore/luni/src/test/java/libcore/java/io/
ObjectOutputStreamTest.java 25 // Most modified UTF-8 is limited to 64KiB, but serialized strings can have an 8-byte
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
SendersFormattingTests.java 102 final byte[] serialized = conv.toBlob();
104 ConversationInfo conv2 = ConversationInfo.fromBlob(serialized);
123 final byte[] serialized = conv.toBlob();
125 ConversationInfo conv2 = ConversationInfo.fromBlob(serialized);
  /external/chromium_org/remoting/host/
chromoting_messages.h 79 // Serialized remoting::protocol::TransportRoute structure.
147 // Serialized webrtc::DesktopFrame.
180 // |serialized_event| is a serialized protocol::ClipboardEvent.
188 // |serialized_packet| is a serialized AudioPacket.
205 // |serialized_event| is a serialized protocol::ClipboardEvent.
210 // |serialized_event| is a serialized protocol::KeyEvent.
215 // |serialized_event| is a serialized protocol::MouseEvent.
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
reflection_test.py 65 But a couple tests in this file used it to check that the serialized form of
633 serialized = pb.SerializeToString()
635 pb2.ParseFromString(serialized)
    [all...]
  /external/chromium_org/sync/util/
cryptographer.cc 65 std::string serialized; local
66 if (!message.SerializeToString(&serialized)) {
71 return EncryptString(serialized, encrypted);
75 const std::string& serialized,
79 if (original_serialized == serialized) {
93 if (!default_nigori->second->Encrypt(serialized,
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 65 But a couple tests in this file used it to check that the serialized form of
    [all...]

Completed in 591 milliseconds

1 2 3 45 6 7 8 91011>>