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

  /external/autotest/site_utils/suite_scheduler/
forgiving_config_parser_unittest.py 37 self.assertEquals(value1, to_test.getstring(section, option1))
38 self.assertEquals(None, to_test.getstring(section, option2))
47 self.assertEquals(None, to_test.getstring(section, option1))
48 self.assertEquals(value2, to_test.getstring(section, option2))
forgiving_config_parser.py 56 def getstring(self, section, option): member in class:ForgivingConfigParser
task.py 198 keyword = config.getstring(section, 'run_on')
199 hour = config.getstring(section, 'hour')
200 suite = config.getstring(section, 'suite')
201 branch_specs = config.getstring(section, 'branch_specs')
202 pool = config.getstring(section, 'pool')
203 boards = config.getstring(section, 'boards')
205 cros_build_spec = config.getstring(section, 'cros_build_spec')
206 firmware_rw_build_spec = config.getstring(
208 firmware_ro_build_spec = config.getstring(
210 test_source = config.getstring(section, 'test_source'
    [all...]
  /external/syslinux/com32/cmenu/libmenu/
tui.h 50 static inline void getstring(char *str, unsigned int size) function
  /device/google/dragon/audio/hal/
cras_dsp_ini.c 60 static const char *getstring(struct ini *ini, const char *sec_name, function
105 str = getstring(ini, sec_name, key);
109 str = getstring(ini, sec_name, key);
146 p->library = getstring(ini, sec_name, "library");
147 p->label = getstring(ini, sec_name, "label");
148 p->purpose = getstring(ini, sec_name, "purpose");
150 getstring(ini, sec_name, "disable"));
  /frameworks/av/media/libstagefright/include/
ID3.h 54 void getString(String8 *s, String8 *ss = NULL) const;
69 void getstring(String8 *s, bool secondhalf) const;
  /external/elfutils/tests/
run-dwarf-getstring.sh 22 testrun_compare ${abs_builddir}/dwarf-getstring testfile11 <<\EOF
Makefile.am 48 test-flag-nobits dwarf-getstring rerequest_tag \
103 run-dwarf-getstring.sh run-rerequest_tag.sh run-typeiter.sh \
182 run-dwarf-getstring.sh run-rerequest_tag.sh run-alldts.sh \
  /frameworks/av/media/libstagefright/id3/
ID3.cpp 500 void ID3::Iterator::getString(String8 *id, String8 *comment) const {
501 getstring(id, false);
503 getstring(comment, true);
510 void ID3::Iterator::getstring(String8 *id, bool otherdata) const { function in class:android::ID3::Iterator
  /external/syslinux/bios/com32/cmenu/
test.c 226 getstring(login, sizeof username);
test2.c 226 getstring(login, sizeof username);
  /external/syslinux/com32/cmenu/
complex.c 113 getstring(login, sizeof username);
  /external/syslinux/efi32/com32/cmenu/
test.c 226 getstring(login, sizeof username);
test2.c 226 getstring(login, sizeof username);
  /external/syslinux/efi64/com32/cmenu/
test.c 226 getstring(login, sizeof username);
test2.c 226 getstring(login, sizeof username);
  /toolchain/binutils/binutils-2.25/gas/
macro.c 277 getstring (size_t idx, sb *in, sb *acc) function
397 idx = getstring (idx, in, out);
402 idx = getstring (idx, in, out);
  /external/mesa3d/src/mesa/
sources.mak 50 $(SRCDIR)main/getstring.c \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
_sre.c 1687 getstring(PyObject* string, Py_ssize_t* p_length, int* p_charsize) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
_sre.c 1701 getstring(PyObject* string, Py_ssize_t* p_length, int* p_charsize) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_sre.c 1687 getstring(PyObject* string, Py_ssize_t* p_length, int* p_charsize) function
    [all...]

Completed in 543 milliseconds