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

  /toolchain/binutils/binutils-2.27/gold/
merge.cc 338 bool is_new;
340 &is_new);
346 if (is_new)
382 if (is_new)
442 bool is_new;
445 &is_new);
455 if (is_new)
535 if (is_new)
dwp.cc 174 // Set *PLEN to the size. Set *IS_NEW to true if the contents need to be
177 section_contents(unsigned int shndx, section_size_type* plen, bool* is_new)
178 { return this->obj_->decompressed_section_contents(shndx, plen, is_new); }
1369 bool is_new; local
1424 bool is_new; local
    [all...]
i386.cc 1915 bool is_new; local
2362 bool is_new; local
    [all...]
s390.cc 2428 bool is_new; local
2862 bool is_new; local
    [all...]
tilegx.cc 3368 bool is_new; local
3914 bool is_new; local
    [all...]
x86_64.cc 2691 bool is_new; local
3226 bool is_new; local
    [all...]
dwarf_reader.cc 1562 bool is_new = false; local
    [all...]
object.cc     [all...]
aarch64.cc 6166 bool is_new = false; local
6559 bool is_new; local
    [all...]
output.cc 2752 bool is_new = false; local
    [all...]
arm.cc     [all...]
  /system/update_engine/scripts/update_payload/
test_utils.py 164 def SetPartInfo(self, is_kernel, is_new, part_size, part_hash):
169 is_new: whether to set old (False) or new (True) info
174 part_info = (self.manifest.new_kernel_info if is_new
177 part_info = (self.manifest.new_rootfs_info if is_new
  /external/toybox/kconfig/
conf.c 284 bool is_new; local
288 is_new = !sym_has_value(sym);
351 if (!is_new) {
  /external/mesa3d/src/gallium/drivers/ilo/shader/
toy_tgsi.c 1952 bool is_new; local
    [all...]
  /system/bt/stack/btm/
btm_inq.cc 1610 bool is_new = true; local
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set.cc 881 bool is_new = MaybeNewExtension(number, other_extension.descriptor, local
963 bool is_new = MaybeNewExtension(number, local
    [all...]
  /system/bt/stack/include/
btm_api_types.h 694 typedef void(tBTM_INQ_DB_CHANGE_CB)(void* p1, bool is_new);
    [all...]
  /external/v8/src/parsing/
parser-base.h 3292 const bool is_new = true; local
3392 const bool is_new = false; local
    [all...]
  /system/bt/bta/dm/
bta_dm_act.cc     [all...]

Completed in 687 milliseconds