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

  /external/dtc/
dtc-parser.y 155 add_label(&$2->labels, $1);
175 add_label(&target->labels, $2);
252 add_label(&$2->labels, $1);
523 add_label(&$2->labels, $1);
dtc.h 193 void add_label(struct label **labels, char *label);
livetree.c 27 void add_label(struct label **labels, char *label) function
147 add_label(&old_node->labels, l->label);
168 add_label(&old_prop->labels, l->label);
  /development/vndk/tools/sourcedr/sourcedr/
review_db.py 82 def add_label(self, label, deps, codes): member in class:ReviewDB
server.py 95 review_db.add_label(label, deps, codes)
  /external/perf_data_converter/src/
perf_data_converter.cc 449 auto* label = sample->add_label();
454 auto* label = sample->add_label();
459 auto* label = sample->add_label();
464 auto* label = sample->add_label();
471 auto* label = sample->add_label();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailbox.py 1730 def add_label(self, label): member in class:BabylMessage
    [all...]
  /external/python/cpython2/Lib/
mailbox.py 1790 def add_label(self, label): member in class:BabylMessage
    [all...]
  /external/python/cpython3/Lib/
mailbox.py 1840 def add_label(self, label): member in class:BabylMessage
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mailbox.py 1780 def add_label(self, label): member in class:BabylMessage
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mailbox.py 1780 def add_label(self, label): member in class:BabylMessage
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 1780 def add_label(self, label): member in class:BabylMessage
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 1780 def add_label(self, label): member in class:BabylMessage
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SubjectAndFolderView.java 77 mNoFolderChipName = res.getString(R.string.add_label);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_mailbox.py     [all...]
  /external/python/cpython2/Lib/test/
test_mailbox.py     [all...]
  /external/python/cpython3/Lib/test/
test_mailbox.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_mailbox.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_mailbox.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mailbox.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mailbox.py     [all...]
  /external/python/cpython3/Parser/
asdl_c.py 377 def sumTrailer(self, name, add_label=False):
383 if add_label:
    [all...]
  /art/compiler/optimizing/
code_generator_arm64.cc 4453 vixl::aarch64::Label* add_label = local
    [all...]
  /external/autotest/frontend/afe/
rpc_interface.py 144 def add_label(name, ignore_exception_if_exists=False, **kwargs): function
218 label = models.Label.smart_get(add_label(id))
237 host_objs, 'add_label', include_hostnames=False,
    [all...]
rpc_interface_unittest.py 706 self.assertRaises(model_logic.ValidationError, rpc_interface.add_label,
    [all...]

Completed in 966 milliseconds