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

<<11121314151617181920>>

  /external/chromium_org/ppapi/proxy/
raw_var_data.h 260 // serialized. If sending a resource from the plugin to the host, the plugin
261 // should not release the ResourceVar before sending the serialized message to
  /external/chromium_org/third_party/skia/src/core/
SkOrderedWriteBuffer.cpp 167 // SkBitmapHeapReader to read the SkBitmap. False if the bitmap was serialized another way.
291 * up front in its serialized form.
  /external/skia/src/core/
SkOrderedWriteBuffer.cpp 167 // SkBitmapHeapReader to read the SkBitmap. False if the bitmap was serialized another way.
291 * up front in its serialized form.
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPConst.java 141 * The canonical true string value for Booleans in serialized XMP. Code that converts from the
146 * The canonical false string value for Booleans in serialized XMP. Code that converts from the
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
SerializeOptions.java 70 * The string to be used for each level of indentation in the serialized
76 * serialized RDF. This is convenient when embedding the RDF in other text, defaults to 0.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsHeader.java 109 * Create structured SmsHeader object from serialized byte array representation.
185 * Create serialized byte array representation from structured SmsHeader object.
  /libcore/luni/src/main/java/java/text/
DecimalFormat.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryService.java 161 // Since calls to onStartCommand are serialized, the submissions to the executor
162 // are serialized. That means we are guaranteed to call the stopSelfResult()
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ymfpci.h 166 #define YMFPCI_LEGACY_SIEN (1 << 14) /* serialized IRQ */
177 /* SIEN:IMOD 0:0 = legacy irq, 0:1 = INTA, 1:0 = serialized IRQ */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ymfpci.h 166 #define YMFPCI_LEGACY_SIEN (1 << 14) /* serialized IRQ */
177 /* SIEN:IMOD 0:0 = legacy irq, 0:1 = INTA, 1:0 = serialized IRQ */
  /dalvik/vm/hprof/
Hprof.h 96 /* Represents a top-level hprof record, whose serialized
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.h 209 //mutex for serialized access to camera3_device_ops_t functions
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
SerializedGrammar.java 100 if ( !cookie.equals(COOKIE) ) throw new IOException("not a serialized grammar file");
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
WriterToASCI.java 138 * Get the output stream where the events will be serialized to.
  /external/chromium/chrome/browser/password_manager/
native_backend_kwallet_x.h 95 // Checks a serialized list of PasswordForms for sanity. Returns true if OK.
  /external/chromium/chrome/common/extensions/
user_script.cc 96 // Do not write content. It will be serialized by other means.
  /external/chromium/webkit/glue/
webcursor.h 143 // Platform-inspecific because it can be serialized.
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_provider.h 70 // cache and is serialized once ownership is acquired.
  /external/chromium_org/chrome/browser/extensions/
component_loader.h 41 // public key, serialized in base64. You can create a suitable value with the
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_settings_service.h 65 // |profile_path|. File I/O will be serialized via the
  /external/chromium_org/chrome/browser/metrics/variations/
variations_service.h 107 // is assumed to be the raw serialized protobuf data stored in a string. It
  /external/chromium_org/chrome/browser/net/
predictor_browsertest.cc 165 // Prepare state that will be serialized on this shut-down and read on next
  /external/chromium_org/chrome/browser/policy/proto/cloud/
device_management_backend.proto 177 // This message is included in serialized form in PolicyFetchResponse
179 // the serialized form.
197 // The serialized value of the actual policy protobuf. This can be
270 // This is a serialized |PolicyData| protobuf (defined above).
  /external/chromium_org/chrome/browser/resources/print_preview/
native_layer.js 108 * Version of the serialized state of the print preview.
697 * @param {?string} serializedAppStateStr Serialized app state.
784 * Serialized app state.
850 /** @return {?string} Serialized app state. */
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page_test.cc 132 const std::string& serialized) OVERRIDE {
133 reports_.push_back(serialized);
476 std::string serialized = factory_.most_recent_service()-> local
480 ASSERT_TRUE(report.ParseFromString(serialized));

Completed in 1308 milliseconds

<<11121314151617181920>>