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

  /external/e2fsprogs/lib/ext2fs/
io_manager.c 32 if (!channel->manager->set_option)
50 retval = (channel->manager->set_option)(channel, ptr, arg);
ext2_io.h 84 errcode_t (*set_option)(io_channel channel, const char *option, member in struct:struct_io_manager
test_io.c 483 fprintf(data->outfile, "Test_io: set_option(%s, %s) ",
485 if (data->real && data->real->manager->set_option) {
486 retval = (data->real->manager->set_option)(data->real,
undo_io.c 593 if (data->real && data->real->manager->set_option) {
594 retval = data->real->manager->set_option(data->real,
  /external/iptables/iptables/
iptables.c 398 set_option(unsigned int *options, unsigned int option, uint8_t *invflg, function
    [all...]
ip6tables.c 412 set_option(unsigned int *options, unsigned int option, uint8_t *invflg, function
    [all...]
  /hardware/libhardware/include/hardware/
hdmi_cec.h 189 * Flags used for set_option()
389 * (*set_option)() passes flags controlling the way HDMI-CEC service works down
393 void (*set_option)(const struct hdmi_cec_device* dev, int flag, int value); member in struct:hdmi_cec_device
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
opts.h 341 extern void set_option (struct gcc_options *opts,
  /external/chromium_org/third_party/re2/re2/testing/
tester.cc 253 o.set_option(PCRE::UTF8);
255 o.set_option(PCRE::None);
  /external/regex-re2/re2/testing/
tester.cc 253 o.set_option(PCRE::UTF8);
255 o.set_option(PCRE::None);
  /external/chromium_org/third_party/re2/util/
pcre.h 540 void set_option(PCRE::Option option) { function in class:re2::PCRE_Options
  /external/regex-re2/util/
pcre.h 534 void set_option(PCRE::Option option) { function in class:re2::PCRE_Options
  /frameworks/base/services/core/jni/
com_android_server_hdmi_HdmiCecController.cpp 259 mDevice->set_option(mDevice, flag, value);
  /external/libpng/contrib/tools/
pngfix.c     [all...]

Completed in 962 milliseconds