/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
syncstr.h | 484 CARD64 /* new_value */
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
sim_unlock_ui.cc | 199 void NotifyOnRequirePinChangeEnded(bool new_value); 452 void SimUnlockHandler::NotifyOnRequirePinChangeEnded(bool new_value) { 456 Details<bool>(&new_value));
|
/external/chromium/chrome/browser/extensions/ |
extension_prefs.cc | 432 std::set<std::string> new_value; local 437 std::inserter(new_value, new_value.begin())); 440 for (std::set<std::string>::const_iterator iter = new_value.begin(); 441 iter != new_value.end(); ++iter) [all...] |
/external/protobuf/python/google/protobuf/ |
reflection.py | 481 def setter(self, new_value): 509 def setter(self, new_value): 510 type_checker.CheckValue(new_value) 511 self._fields[field] = new_value 561 def setter(self, new_value): [all...] |
/external/v8/src/ |
hydrogen-instructions.cc | 485 void HValue::RegisterUse(int index, HValue* new_value) { 487 if (old_value == new_value) return; 494 if (new_value != NULL) { 496 new_value->use_list_ = 497 new HUseListNode(this, index, new_value->use_list_); 499 removed->set_tail(new_value->use_list_); 500 new_value->use_list_ = removed; [all...] |
/external/libmtp/ |
ltmain.sh | [all...] |
/external/libpng/ |
ltmain.sh | [all...] |
/external/libusb/ |
ltmain.sh | [all...] |
/external/libusb-compat/ |
ltmain.sh | [all...] |
/external/openfst/ |
ltmain.sh | [all...] |
/external/chromium/chrome/browser/ |
shell_integration_unittest.cc | 52 virtual bool SetVar(const char* variable_name, const std::string& new_value) {
|
browser_about_handler.cc | 743 int new_value = table->GetRowValue(index); local 747 delta = new_value - prior_value; 749 counter->SetInteger("value", new_value); [all...] |
/external/chromium/net/disk_cache/ |
block_files.cc | 105 uint8 new_value = map_block & ~(((1 << size) - 1) << (index % 4)); local 106 int new_type = GetMapBlockType(new_value);
|
/external/valgrind/tsan/ |
ts_util.cc | 792 uintptr_t AtomicExchange(uintptr_t *ptr, uintptr_t new_value) { 793 return _InterlockedExchange((volatile WINDOWS::LONG*)ptr, new_value);
|
ts_valgrind.cc | [all...] |
/external/bluetooth/glib/gio/ |
gdesktopappinfo.c | 852 const char *new_value) 875 if (new_value == NULL && index == -1) 887 if (new_value == NULL && index >= 0) 893 else if (new_value != NULL && index < 0) 921 new_value, [all...] |
/external/chromium/chrome/browser/prefs/ |
pref_service.h | 319 void SetUserPrefValue(const char* path, Value* new_value);
|
/external/chromium/sdch/open-vcdiff/src/gtest/src/ |
gtest-internal-inl.h | 415 void SetValue(const char* new_value) { 416 value_ = new_value; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_algo.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_algo.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_algo.h | [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_algo.h | [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_algo.h | [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_algo.h | [all...] |
/external/protobuf/gtest/include/gtest/ |
gtest.h | 393 void SetValue(const char* new_value) { 394 value_ = new_value; [all...] |