HomeSort by relevance Sort by last modified time
    Searched refs:new_value (Results 276 - 300 of 350) sorted by null

<<11121314

  /external/chromium_org/net/url_request/
url_request_test_util.h 366 explicit ScopedCustomUrlRequestTestHttpHost(const std::string& new_value);
url_request_test_util.cc 610 const std::string& new_value)
612 new_value_(new_value) {
  /external/chromium_org/sync/syncable/
directory_backing_store.cc 716 sync_pb::EntitySpecifics new_value; local
717 new_value.ParseFromString(new_value_bytes);
718 handler_function(&query, 2, &new_value);
719 new_value.SerializeToString(&new_value_bytes);
    [all...]
  /external/chromium_org/v8/src/arm64/
simulator-arm64.h 95 void SetRawValue(uint32_t new_value) {
96 value_ = (value_ & write_ignore_mask_) | (new_value & ~write_ignore_mask_);
139 void Set(T new_value) {
141 memcpy(&value_, &new_value, sizeof(T));
  /external/eigen/Eigen/src/Core/util/
Memory.h 191 inline bool is_malloc_allowed_impl(bool update, bool new_value = false)
195 value = new_value;
199 inline bool set_is_malloc_allowed(bool new_value) { return is_malloc_allowed_impl(true, new_value); }
    [all...]
  /external/lldb/source/Target/
ThreadPlan.cpp 141 ThreadPlan::SetStopOthers (bool new_value)
  /external/chromium_org/third_party/opus/src/
ltmain.sh     [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh     [all...]
  /external/libedit/
ltmain.sh     [all...]
  /external/libexif/
ltmain.sh     [all...]
  /external/libopus/
ltmain.sh     [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/pixman/
ltmain.sh     [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh     [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc     [all...]
  /art/runtime/
stack.h 588 bool SetVReg(mirror::ArtMethod* m, uint16_t vreg, uint32_t new_value, VRegKind kind)
591 bool SetVRegPair(mirror::ArtMethod* m, uint16_t vreg, uint64_t new_value,
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service.cc 711 bool* new_value) {
712 synced_notification_first_run_ = *new_value;
    [all...]
  /external/chromium_org/content/browser/dom_storage/
dom_storage_context_impl.cc 204 const base::string16& new_value,
209 OnDOMStorageItemSet(area, key, new_value, old_value, page_url));
  /external/chromium_org/net/disk_cache/blockfile/
block_files.cc 133 uint8 new_value = map_block & ~(((1 << size) - 1) << (index % 4)); local
134 int new_type = GetMapBlockType(new_value);
  /external/qemu/distrib/mini-glib/src/
glib-mini.c 623 gpointer new_value) {
628 entry->value = new_value;
  /art/runtime/gc/accounting/
mod_union_table.cc 48 inline void operator()(byte* card, byte expected_value, byte new_value) const {
  /external/chromium_org/android_webview/native/
aw_contents.h 197 virtual void ScrollContainerViewTo(gfx::Vector2d new_value) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.h 333 void AccessibilitySetValue(const base::string16& new_value);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
signin_screen_handler.h 357 void HandleLoginUIStateChanged(const std::string& source, bool new_value);
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.h 123 STDMETHODIMP put_accValue(VARIANT var_id, BSTR new_value);

Completed in 4032 milliseconds

<<11121314