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

<<11121314

  /external/chromium_org/third_party/tcmalloc/vendor/
ltmain.sh     [all...]
  /external/google-tv-pairing-protocol/cpp/
libtool     [all...]
ltmain.sh     [all...]
  /external/libmtp/
ltmain.sh     [all...]
  /external/libogg/
ltmain.sh     [all...]
  /external/libusb/
ltmain.sh     [all...]
  /external/libusb-compat/
ltmain.sh     [all...]
  /external/libvorbis/
ltmain.sh     [all...]
  /external/qemu/distrib/sdl-1.2.15/build-scripts/
ltmain.sh     [all...]
  /hardware/intel/img/libdrm/
ltmain.sh     [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc 239 void NotifyOnRequirePinChangeEnded(bool new_value);
615 void SimUnlockHandler::NotifyOnRequirePinChangeEnded(bool new_value) {
619 content::Details<bool>(&new_value));
  /external/chromium_org/chrome/browser/ui/webui/options/
autofill_options_handler.cc 241 base::string16 new_value; local
242 if (!list->GetString(index, &new_value)) {
259 new_value, existing_value, country_code, app_locale);
  /external/chromium_org/components/autofill/content/renderer/
autofill_agent.cc 420 base::string16 new_value = suggested_value; local
442 new_value = JoinString(parts, ',');
444 FillFieldWithValue(new_value, input_element);
  /external/chromium_org/chrome/browser/password_manager/
password_store_mac_unittest.cc 460 std::string new_value(path);
461 replacement.SetPathStr(new_value);
468 std::string new_value(port);
469 replacement.SetPortStr(new_value);
477 std::string new_value(realm);
478 replacement.SetPathStr(new_value);
    [all...]
  /external/chromium_org/net/spdy/
spdy_test_util_common.cc 135 std::string new_value; local
142 new_value = (*headers)[this_header];
144 new_value.append(1, '\0');
146 new_value += this_value;
149 new_value = this_value;
151 (*headers)[this_header] = new_value;
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-kvm.c 971 struct itimerspec new_value; local
980 new_value.it_value.tv_sec = kvm->display_time;
981 new_value.it_value.tv_nsec = 0;
982 new_value.it_interval.tv_sec = kvm->display_time;
983 new_value.it_interval.tv_nsec = 0;
985 if (timerfd_settime(kvm->timerfd, 0, &new_value, NULL) != 0) {
    [all...]
  /external/lldb/include/lldb/Target/
Process.h     [all...]
  /external/chromium_org/extensions/browser/
extension_prefs.h 612 // Converts |new_value| to a list of strings and sets the |pref_key| pref
616 const URLPatternSet& new_value);
628 // Converts the |new_value| to its value and sets the |pref_key| pref
632 const PermissionSet* new_value);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
delay_estimator.c 615 void WebRtc_MeanEstimatorFix(int32_t new_value,
618 int32_t diff = new_value - *mean_value;
620 // mean_new = mean_value + ((new_value - mean_value) >> factor);
  /external/chromium_org/tools/gn/
scope.cc 235 const Value& new_value = i->second.value; local
238 if (existing_value && new_value != *existing_value) {
  /external/lldb/source/Expression/
DWARFExpression.cpp 1353 StreamString new_value; local
2681 StreamString new_value; variable
    [all...]
  /external/lldb/tools/driver/
IOChannel.cpp 630 IOChannel::SetGettingCommand (bool new_value)
632 m_getting_command = new_value;
  /external/chromium_org/chrome/browser/content_settings/
host_content_settings_map_unittest.cc 331 scoped_ptr<base::Value> new_value(prefs->FindPreference(
341 prefs->Set(prefs::kDefaultContentSettings, *new_value);
377 scoped_ptr<base::Value> new_value(prefs->FindPreference(
387 prefs->Set(prefs::kContentSettingsPatternPairs, *new_value);
    [all...]
  /external/chromium_org/content/ppapi_plugin/
ppapi_webkitplatformsupport_impl.cc 249 const blink::WebString& new_value, const blink::WebString& origin,
  /external/chromium_org/content/worker/
worker_webkitplatformsupport_impl.cc 177 const WebString& new_value, const WebString& origin,

Completed in 2603 milliseconds

<<11121314