HomeSort by relevance Sort by last modified time
    Searched refs:value_out (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
u_cache_test.c 75 cache_test_value *value_out; local
90 value_out = (cache_test_value *) util_cache_get(cache, key);
91 assert(value_out == NULL);
106 value_out = util_cache_get(cache, key);
107 assert(value_out != NULL);
108 assert(value_in == value_out);
109 assert(*value_in == *value_out);
  /external/mesa3d/src/gallium/tests/unit/
u_cache_test.c 75 cache_test_value *value_out; local
90 value_out = (cache_test_value *) util_cache_get(cache, key);
91 assert(value_out == NULL);
106 value_out = util_cache_get(cache, key);
107 assert(value_out != NULL);
108 assert(value_in == value_out);
109 assert(*value_in == *value_out);
  /external/chromium_org/third_party/libjingle/source/talk/base/
atomicops.h 112 bool PeekFront(T* value_out) {
121 *value_out = data_[popped_count_ % capacity_];
128 bool PopFront(T* value_out) {
129 if (PeekFront(value_out)) {
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service_unittest.cc 59 SyncStatusCode* status_out, R* value_out,
63 DCHECK(value_out);
66 *value_out = value;
  /external/chromium_org/sync/syncable/
directory.h 182 sync_pb::DataTypeProgressMarker* value_out) const;
185 std::string* value_out) const;
directory.cc 776 sync_pb::DataTypeProgressMarker* value_out) const {
778 return value_out->CopyFrom(
784 std::string* value_out) const {
787 value_out);
    [all...]
  /external/chromium_org/content/common/
plugin_list_posix.cc 317 void* value_out);
  /external/chromium/chrome/browser/sync/syncable/
syncable.h 762 sync_pb::DataTypeProgressMarker* value_out) const;
765 std::string* value_out) const;
    [all...]
syncable.cc 758 sync_pb::DataTypeProgressMarker* value_out) const {
760 return value_out->CopyFrom(
766 std::string* value_out) const {
769 value_out);
    [all...]

Completed in 1802 milliseconds