HomeSort by relevance Sort by last modified time
    Searched defs:get_string (Results 1 - 25 of 45) sorted by null

1 2

  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
stringquery.cpp 28 QString StringQuery::get_string() function in class:StringQuery
  /external/autotest/client/common_lib/
enum.py 20 >>> e.get_string(0)
69 def get_string(self, value): member in class:Enum
  /external/skia/tools/skpbench/
_benchresult.py 56 def get_string(self, name): member in class:BenchResult
66 values.append(self.get_string(name + '_pad'))
67 values.append(self.get_string(name))
69 bench_pad = self.get_string('bench_pad')
71 values.append(self.get_string('bench'))
  /external/skqp/tools/skpbench/
_benchresult.py 56 def get_string(self, name): member in class:BenchResult
66 values.append(self.get_string(name + '_pad'))
67 values.append(self.get_string(name))
69 bench_pad = self.get_string('bench_pad')
71 values.append(self.get_string('bench'))
  /frameworks/base/tools/incident_report/
formatter.cpp 32 get_string(int index) function
79 int cmp = compare_name(name, get_string(msg->package_name), get_string(msg->package_name));
  /external/mdnsresponder/mDNSShared/
dnssd_ipc.c 111 int get_string(const char **ptr, const char *const end, char *buffer, int buflen) function
  /external/syslinux/extlinux/
mountinfo.c 26 static int get_string(FILE *f, char *string_buf, size_t string_len, char *ec) function
100 n = get_string(f, string_buf, sizeof string_buf, &ec);
108 n = get_string(f, string_buf, sizeof string_buf, &ec);
116 n = get_string(f, string_buf, sizeof string_buf, &ec);
125 n = get_string(f, string_buf, sizeof string_buf, &ec);
133 n = get_string(f, string_buf, sizeof string_buf, &ec);
142 n = get_string(f, string_buf, sizeof string_buf, &ec);
147 n = get_string(f, string_buf, sizeof string_buf, &ec);
155 n = get_string(f, string_buf, sizeof string_buf, &ec);
163 n = get_string(f, string_buf, sizeof string_buf, &ec)
    [all...]
  /external/llvm/utils/llvm-build/llvmbuild/
componentinfo.py 27 kwargs['name'] = items.get_string('name')
398 def get_string(self, key): member in class:IniFormatParser
  /external/libmojo/mojo/public/cpp/bindings/tests/
struct_with_traits_impl.h 57 const std::string& get_string() const { return string_; } function in class:mojo::test::EnumWithTraitsImpl::StructWithTraitsImpl
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 163 static const char* get_string(FcPattern* pattern, const char field[], int index = 0) { function
529 const char* font_format = get_string(pattern, FC_FONTFORMAT);
539 const char* c_filename = get_string(pattern, FC_FILE);
564 const char* post_match_family = get_string(match, FC_FAMILY, id);
639 const char* post_config_family = get_string(pattern, FC_FAMILY);
663 post_config_family = get_string(match, FC_FAMILY);
669 const char* c_filename = get_string(match, FC_FILE);
SkFontMgr_fontconfig.cpp 158 static const char* get_string(FcPattern* pattern, const char object[], const char* missing = "") { function
461 *familyName = get_string(fPattern, FC_FAMILY);
466 desc->setFamilyName(get_string(fPattern, FC_FAMILY));
467 desc->setFullName(get_string(fPattern, FC_FULLNAME));
468 desc->setPostscriptName(get_string(fPattern, FC_POSTSCRIPT_NAME));
476 return SkStream::MakeFromFile(get_string(fPattern, FC_FILE)).release();
564 *styleName = get_string(fFontSet->fonts[index], FC_STYLE);
736 const char* filename = get_string(font, FC_FILE, nullptr);
    [all...]
  /external/skqp/src/ports/
SkFontConfigInterface_direct.cpp 163 static const char* get_string(FcPattern* pattern, const char field[], int index = 0) { function
529 const char* font_format = get_string(pattern, FC_FONTFORMAT);
539 const char* c_filename = get_string(pattern, FC_FILE);
564 const char* post_match_family = get_string(match, FC_FAMILY, id);
639 const char* post_config_family = get_string(pattern, FC_FAMILY);
663 post_config_family = get_string(match, FC_FAMILY);
669 const char* c_filename = get_string(match, FC_FILE);
SkFontMgr_fontconfig.cpp 158 static const char* get_string(FcPattern* pattern, const char object[], const char* missing = "") { function
461 *familyName = get_string(fPattern, FC_FAMILY);
466 desc->setFamilyName(get_string(fPattern, FC_FAMILY));
467 desc->setFullName(get_string(fPattern, FC_FULLNAME));
468 desc->setPostscriptName(get_string(fPattern, FC_POSTSCRIPT_NAME));
476 return SkStream::MakeFromFile(get_string(fPattern, FC_FILE)).release();
564 *styleName = get_string(fFontSet->fonts[index], FC_STYLE);
736 const char* filename = get_string(font, FC_FILE, nullptr);
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swig.ml 84 let rec get_string x = var
swig.mli 36 val get_string : 'a c_obj_t -> string var
  /system/extras/simpleperf/scripts/
pprof_proto_generator.py 171 print('%s)' % self.get_string(label.str))
370 def get_string(self, string_id): member in class:PprofProfileGenerator
468 dso_name = self.get_string(mapping.filename_id)
471 dso_name = self.get_string(function.dso_name_id)
480 dso_name = self.get_string(mapping.filename_id)
495 dso_name = self.get_string(function.dso_name_id)
  /toolchain/binutils/binutils-2.27/binutils/
rclex.c 247 get_string (int len) function
273 ret = get_string (strlen (input) + 1);
420 return (unichar *) get_string (len * sizeof (unichar));
867 s = get_string (strlen (rclex_tok) + 1);
  /bionic/linker/
linker_config.cpp 362 std::string get_string(const std::string& name, size_t* lineno = nullptr) const { function in class:Properties
368 std::string paths_str = get_string(name, lineno);
495 std::string shared_libs = properties.get_string(property_name_prefix +
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 641 get_string( struct gl_context *ctx, GLenum name ) function
834 driver->GetString = get_string;
  /external/deqp/modules/gles31/functional/
es31fNegativeStateApiTests.cpp 239 void get_string (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 686 get_string(struct gl_context *ctx, GLenum pname) function
733 driver->GetString = get_string;
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 101 get_string( struct gl_context *ctx, GLenum name ) function
831 functions.GetString = get_string;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_csv.c 165 get_string(PyObject *str) function
185 return get_string(self->lineterminator);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
exceptions.c 1310 get_string(PyObject *attr, const char *name) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailbox.py 90 def get_string(self, key): member in class:Mailbox
349 def get_string(self, key): member in class:Maildir
737 def get_string(self, key, from_=False): member in class:_mboxMMDF
971 def get_string(self, key): member in class:MH
1223 def get_string(self, key): member in class:Babyl
    [all...]

Completed in 867 milliseconds

1 2