HomeSort by relevance Sort by last modified time
    Searched defs:keys_ (Results 1 - 13 of 13) sorted by null

  /external/compiler-rt/test/tsan/
pthread_key.cc 11 pthread_key_t keys_[N]; local
13 int err = pthread_key_create(&keys_[i], 0);
20 pthread_setspecific(keys_[i], (void*)(long)i);
22 pthread_key_delete(keys_[i]);
  /external/google-breakpad/src/processor/
static_map_iterator.h 106 // keys_[i] = key of i_th node.
107 const Key* keys_; member in class:google_breakpad::StaticMapIterator
static_map.h 136 // keys_[i] = key of i_th node
137 const Key* keys_; member in class:google_breakpad::StaticMap
  /external/tensorflow/tensorflow/core/kernels/
lookup_util.h 59 : keys_(keys), values_(values), valid_(true), status_(Status::OK()) {
60 TensorShape key_shape = keys_->shape();
81 const Tensor& keys() const override { return *keys_; }
88 return keys_ == nullptr ? -1 : keys_->NumElements();
94 const Tensor* keys_; // Doesn't own it. member in class:tensorflow::lookup::KeyValueTensorIterator
  /external/libmojo/mojo/public/cpp/bindings/
map_data_view.h 25 : keys_(data ? data->keys.Get() : nullptr, context),
29 DCHECK_EQ(keys_.is_null(), values_.is_null());
30 return keys_.is_null();
34 DCHECK_EQ(keys_.size(), values_.size());
35 return keys_.size();
38 ArrayDataView<K>& keys() { return keys_; }
39 const ArrayDataView<K>& keys() const { return keys_; }
43 return internal::Deserialize<ArrayDataView<K>>(keys_.data_, output,
44 keys_.context_);
57 ArrayDataView<K> keys_; member in class:mojo::MapDataView
    [all...]
  /external/v8/src/
lookup-cache.h 34 keys_[i].source = NULL;
35 keys_[i].name = NULL;
48 Key keys_[kLength]; member in class:v8::internal::DescriptorLookupCache
identity-map.h 28 // within the {keys_} array in order to simulate a moving GC.
39 keys_(nullptr),
75 Object** keys_; member in class:v8::internal::IdentityMapBase
keys.h 100 Handle<OrderedHashSet> keys() { return Handle<OrderedHashSet>::cast(keys_); }
103 // keys_ is either an Handle<OrderedHashSet> or in the case of own JSProxy
106 Handle<FixedArray> keys_; member in class:v8::internal::BASE_EMBEDDED
  /external/v8/src/ast/
context-slot-cache.h 39 keys_[i].data = NULL;
40 keys_[i].name = NULL;
102 Key keys_[kLength]; member in class:v8::internal::ContextSlotCache
  /external/perf_data_converter/src/
intervalmap_test.cc 80 : keys_(std::move(keys)) {}
84 for (auto key : keys_) {
90 std::vector<uint64> keys_; member in class:perftools::__anon31903::FailLookupCommand
  /system/core/adb/
transport.h 204 std::deque<std::shared_ptr<RSA>> keys_; member in class:atransport
  /external/jsoncpp/include/json/
value.h 644 char* keys_[itemPerLink]; member in class:Json::ValueInternalLink
  /external/annotation-tools/asmx/test/lib/
jd.xslt-1.5.5.jar 

Completed in 192 milliseconds