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

  /art/compiler/optimizing/
licm_test.cc 112 HInstruction* get_field = new (&allocator_) HInstanceFieldGet(parameter_, local
121 loop_body_->InsertInstructionBefore(get_field, loop_body_->GetLastInstruction());
127 EXPECT_EQ(get_field->GetBlock(), loop_body_);
130 EXPECT_EQ(get_field->GetBlock(), loop_preheader_);
139 HInstruction* get_field = new (&allocator_) HInstanceFieldGet(parameter_, local
148 loop_body_->InsertInstructionBefore(get_field, loop_body_->GetLastInstruction());
150 get_field,
161 EXPECT_EQ(get_field->GetBlock(), loop_body_);
164 EXPECT_EQ(get_field->GetBlock(), loop_body_);
  /external/selinux/libselinux/src/
query_user_context.c 75 /* get_field - given fieldstr - the "name" of a field, query the user
78 static void get_field(const char *fieldstr, char *newfield, int newfieldlen) function
144 get_field("role", role, rolelen);
149 get_field("type", type, typelen);
156 get_field("level", level, levellen);
  /toolchain/binutils/binutils-2.25/libiberty/
floatformat.c 60 static unsigned long get_field (const unsigned char *,
182 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
184 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize,
297 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
299 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize,
335 if (get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize,
359 return !get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
367 if (get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
412 if (get_field (ufrom, fmt->byteorder, fmt->totalsize,
425 get_field (const unsigned char *data, enum floatformat_byteorders order
424 get_field (const unsigned char *data, enum floatformat_byteorders order, function
    [all...]
  /external/autotest/client/site_tests/kernel_CrosECSysfs/
kernel_CrosECSysfs.py 51 match = utils.get_field(content, 0, field)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesf.h 186 inline FIELD* get_field() const { function in class:NCursesFormField
727 OnError(::set_field_type(f.get_field(),fieldtype,min_field_width));
743 OnError(::set_field_type(f.get_field(),fieldtype,min_field_width));
760 OnError(::set_field_type(f.get_field(),fieldtype,
778 OnError(::set_field_type(f.get_field(),fieldtype,
795 OnError(::set_field_type(f.get_field(),fieldtype,regex));
842 OnError(::set_field_type(f.get_field(),fieldtype,
877 OnError(::set_field_type(f.get_field(),fieldtype));
912 OnError(::set_field_type(f.get_field(),fieldtype,&f));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesf.h 186 inline FIELD* get_field() const { function in class:NCursesFormField
727 OnError(::set_field_type(f.get_field(),fieldtype,min_field_width));
743 OnError(::set_field_type(f.get_field(),fieldtype,min_field_width));
760 OnError(::set_field_type(f.get_field(),fieldtype,
778 OnError(::set_field_type(f.get_field(),fieldtype,
795 OnError(::set_field_type(f.get_field(),fieldtype,regex));
842 OnError(::set_field_type(f.get_field(),fieldtype,
877 OnError(::set_field_type(f.get_field(),fieldtype));
912 OnError(::set_field_type(f.get_field(),fieldtype,&f));
  /toolchain/binutils/binutils-2.25/opcodes/
microblaze-dis.c 32 #define get_field_rd(instr) get_field (instr, RD_MASK, RD_LOW)
33 #define get_field_r1(instr) get_field (instr, RA_MASK, RA_LOW)
34 #define get_field_r2(instr) get_field (instr, RB_MASK, RB_LOW)
41 get_field (long instr, long mask, unsigned short low) function
  /external/autotest/client/cros/
dhcp_unittest.py 197 if offer_packet.get_field(dhcp_packet.FIELD_YOUR_IP) != intended_ip:
227 if offer_packet.get_field(dhcp_packet.FIELD_YOUR_IP) != intended_ip:
dhcp_packet.py 730 def get_field(self, field): member in class:DhcpPacket
  /external/v8/tools/
gc-nvp-trace-processor.py 136 def get_field(trace_line, field): function
146 data_line = [str(get_field(line, field)) for field in fields]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
string.py 571 obj, arg_used = self.get_field(field_name, args, kwargs)
629 def get_field(self, field_name, args, kwargs): member in class:Formatter
  /prebuilts/gdb/linux-x86/lib/python2.7/
string.py 571 obj, arg_used = self.get_field(field_name, args, kwargs)
629 def get_field(self, field_name, args, kwargs): member in class:Formatter
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
string.py 571 obj, arg_used = self.get_field(field_name, args, kwargs)
629 def get_field(self, field_name, args, kwargs): member in class:Formatter
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
string.py 571 obj, arg_used = self.get_field(field_name, args, kwargs)
629 def get_field(self, field_name, args, kwargs): member in class:Formatter
  /external/autotest/client/common_lib/
base_utils.py 372 def get_field(data, param, linestart="", sep=" "): function
633 value.append(int(get_field(data,
    [all...]
  /external/autotest/client/site_tests/power_LoadTest/
power_LoadTest.py 514 count = utils.get_field(utils.read_file(psr_status_file),

Completed in 721 milliseconds