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

  /art/compiler/optimizing/
licm_test.cc 132 HInstruction* set_field = new (GetAllocator()) HInstanceFieldSet( local
135 loop_body_->InsertInstructionBefore(set_field, loop_body_->GetLastInstruction());
138 EXPECT_EQ(set_field->GetBlock(), loop_body_);
141 EXPECT_EQ(set_field->GetBlock(), loop_body_);
159 HInstruction* set_field = new (GetAllocator()) HInstanceFieldSet(parameter_, local
169 loop_body_->InsertInstructionBefore(set_field, loop_body_->GetLastInstruction());
172 EXPECT_EQ(set_field->GetBlock(), loop_body_);
175 EXPECT_EQ(set_field->GetBlock(), loop_body_);
  /external/e2fsprogs/lib/ext2fs/
initialize.c 155 #define set_field(field, default) (super->field = param->field ? \ macro
167 set_field(s_log_cluster_size, super->s_log_block_size+4);
175 set_field(s_first_data_block, super->s_log_cluster_size ? 0 : 1);
176 set_field(s_max_mnt_count, 0);
177 set_field(s_errors, EXT2_ERRORS_DEFAULT);
178 set_field(s_feature_compat, 0);
179 set_field(s_feature_incompat, 0);
180 set_field(s_feature_ro_compat, 0);
181 set_field(s_default_mount_opts, 0);
182 set_field(s_first_meta_bg, 0)
    [all...]
  /external/autotest/client/cros/
dhcp_packet.py 512 packet.set_field(FIELD_OP, FIELD_VALUE_OP_CLIENT_REQUEST)
513 packet.set_field(FIELD_HWTYPE, FIELD_VALUE_HWTYPE_10MB_ETH)
514 packet.set_field(FIELD_HWADDR_LEN, FIELD_VALUE_HWADDR_LEN_10MB_ETH)
515 packet.set_field(FIELD_RELAY_HOPS, 0)
516 packet.set_field(FIELD_TRANSACTION_ID, random.getrandbits(32))
517 packet.set_field(FIELD_TIME_SINCE_START, 0)
518 packet.set_field(FIELD_FLAGS, 0)
519 packet.set_field(FIELD_CLIENT_IP, IPV4_NULL_ADDRESS)
520 packet.set_field(FIELD_YOUR_IP, IPV4_NULL_ADDRESS)
521 packet.set_field(FIELD_SERVER_IP, IPV4_NULL_ADDRESS
736 def set_field(self, field, field_value): member in class:DhcpPacket
    [all...]

Completed in 430 milliseconds