Searched
full:serialized (Results
401 -
425 of
1055) sorted by null
<<11121314151617181920>>
/external/chromium_org/third_party/sfntly/cpp/src/test/ |
bitmap_table_test.cc | 148 // Serialize and reload the serialized font.
|
/external/chromium_org/ui/accessibility/ |
ax_node_data.h | 20 // single web object, in a form that can be serialized and sent from
|
ax_tree.cc | 90 // This method updates one node in the tree based on serialized data
|
/external/chromium_org/ui/webui/resources/js/ |
load_time_data.js | 24 * @param {Object} value The de-serialized page data.
|
/external/chromium_org/v8/test/mjsunit/ |
mirror-array.js | 101 assertEquals(indexedProperties[index].value().type(), refs.lookup(fromJSON.properties[i].ref).type, 'Unexpected serialized type');
|
/external/chromium_org/webkit/common/cursors/ |
webcursor.h | 170 // Platform-inspecific because it can be serialized.
|
/external/clang/include/clang/Basic/ |
DiagnosticFrontendKinds.td | 66 InGroup<DiagGroup<"serialized-diagnostics">>;
|
/external/guava/guava/src/com/google/common/base/internal/ |
Finalizer.java | 205 @SuppressWarnings("serial") // Never serialized or thrown out of this class.
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
AtomicDoubleTest.java | 193 * a deserialized serialized atomic holds same value
|
/external/harfbuzz_ng/src/ |
hb-buffer.h | 300 /* Returns number of items, starting at start, that were serialized. */
|
/external/icu4c/common/ |
utrie2_impl.h | 43 * Trie data structure in serialized form:
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/ |
ConnectorAdapter.java | 54 * to follow. Note: this limits the size of serialized
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
event.cpp | 207 // serialized with respect to it -- hard events always are.
|
/external/opencv/ |
README.rdoc | 69 To use Java, you have to make a small code change. Eventually we will make this a configurable option without having to make a code change. The reason is because when we send data over a socket from Java to Java it is faster to send serialized buffered images. However, when we send data to C++, we have to send a raw byte array.
|
/external/protobuf/python/google/protobuf/ |
descriptor.py | 148 Error: If self couldnt be serialized, due to to few constructor arguments. 562 serialized_pb: (str) Byte string of serialized 584 """Parses serialized options. 586 This helper function is used to parse serialized options in generated
|
/external/protobuf/python/google/protobuf/internal/ |
test_util.py | 325 def ExpectAllFieldsAndExtensionsInOrder(serialized): 326 """Ensures that serialized is the serialization we expect for a message 351 if expected != serialized: 352 raise ValueError('Expected %r, found %r' % (expected, serialized))
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_field.h | 136 // Generate lines to compute the serialized size of this field, which
|
/external/protobuf/src/google/protobuf/ |
test_util.h | 100 static void ExpectAllFieldsAndExtensionsInOrder(const string& serialized);
|
/external/sfntly/cpp/src/sfntly/ |
font_factory.h | 85 // is an ordered list of table ids and tables will be serialized in the order
|
/external/sfntly/cpp/src/test/ |
bitmap_table_test.cc | 148 // Serialize and reload the serialized font.
|
/external/smack/src/com/kenai/jbosh/ |
BOSHClientConnEvent.java | 32 * Serialized version.
|
/external/v8/test/mjsunit/ |
mirror-array.js | 101 assertEquals(indexedProperties[index].value().type(), refs.lookup(fromJSON.properties[i].ref).type, 'Unexpected serialized type');
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
XMPDateTime.java | 18 * seconds. Dates and time in the serialized XMP are ISO 8601 strings. There are utility functions
|
/frameworks/av/include/camera/ |
CameraMetadata.h | 198 * unpacking the serialized data (i.e. bad parcel or invalid structure).
|
/frameworks/av/include/media/ |
IMediaPlayer.h | 79 // @param filter A set of allow and drop rules serialized in a Parcel.
|
Completed in 1612 milliseconds
<<11121314151617181920>>