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

  /frameworks/base/tools/aapt2/split/
TableSplitter.cpp 94 for (ResourceConfigValue* this_value : related_values) {
95 if (!best_value || this_value->config.isBetterThan(best_value->config, &target_density)) {
96 best_value = this_value;
137 for (ResourceConfigValue* this_value : related_values) {
138 if (!best_value || this_value->config.isBetterThan(best_value->config, &target_density)) {
139 best_value = this_value;
147 for (ResourceConfigValue* this_value : related_values) {
148 if (best_values.find(this_value) == best_values.end()) {
149 (*config_claimed_map)[this_value] = true;
  /art/test/461-get-reference-vreg/
get_reference_vreg_jni.cc 30 TestVisitor(Thread* thread, Context* context, mirror::Object* this_value)
33 this_value_(this_value),
  /art/test/454-get-vreg/
get_vreg_jni.cc 31 TestVisitor(Thread* thread, Context* context, mirror::Object* this_value)
34 this_value_(this_value),
  /external/v8/src/
bignum.cc 427 uint64_t this_value = base;
431 while (mask != 0 && this_value <= max_32bits) {
432 this_value = this_value * this_value;
433 // Verify that there is enough space in this_value to perform the
438 bool high_bits_zero = (this_value & base_bits_mask) == 0;
440 this_value *= base;
447 AssignUInt64(this_value);
d8.cc 2315 Local<Value> this_value = External::New(isolate, this); local
2392 Local<External> this_value = Local<External>::Cast(args.Data()); local
    [all...]
objects.cc 2243 double this_value = Number(); local
2265 double this_value = Number(); local
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
cgen-opc.c 382 bfd_vma this_value;
385 this_value = bfd_get_bits (& buf[bit_index / 8], insn_chunk_bitsize, big_p);
386 value = (value << insn_chunk_bitsize) | this_value;
379 bfd_vma this_value; local
  /external/adhd/cras/src/server/
cras_alsa_ucm.c 257 const char *this_value; local
262 rc = get_var(mgr, var, list[i], uc_verb(mgr), &this_value);
266 if (!strcmp(value, this_value)) {
272 free((void *)this_value);
279 free((void *)this_value);
  /external/v8/src/compiler/
load-elimination.h 142 Node* this_value = this_it.second; local
145 that_it->second == this_value) {
js-native-context-specialization.cc 689 Node* this_value = value; local
750 BuildPropertyAccess(this_receiver, this_value, context, frame_state,
1049 Node* this_value = value; local
    [all...]
  /external/autotest/frontend/afe/
rpc_utils.py 217 this_value = getattr(obj, field)
218 if this_value != value:
    [all...]

Completed in 293 milliseconds