HomeSort by relevance Sort by last modified time
    Searched full:_config (Results 1 - 20 of 20) sorted by null

  /external/libusb/libusb/
descriptor.c 471 struct libusb_config_descriptor *_config = malloc(sizeof(*_config)); local
478 if (!_config)
486 usbi_parse_descriptor(tmp, "bbw", _config, host_endian);
487 buf = malloc(_config->wTotalLength);
494 _config->wTotalLength, &host_endian);
498 r = parse_configuration(dev->ctx, _config, buf, host_endian);
507 *config = _config;
511 free(_config);
536 struct libusb_config_descriptor *_config; local
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/
filter_unittest.py 149 def _config(self, base_rules, path_specific, user_rules): member in class:FilterConfigurationTest
163 config = self._config(base_rules, path_specific, user_rules)
214 config = self._config(base_rules, path_specific, user_rules)
226 config = self._config(base_rules, path_specific, user_rules)
239 config = self._config(base_rules, path_specific, user_rules)
252 config = self._config(base_rules, path_specific, user_rules)
  /ndk/sources/host-tools/make-3.81/glob/
configure.bat 39 echo "s/^config.h *:/_config.h:/ ">> config.sed
  /external/qemu/android/
cmdline-option.c 32 #define OPTION(_name,_type,_config) \
33 { #_name, offsetof(AndroidOptions,_name), _type, _config },
  /external/libvpx/examples/includes/geshi/geshi/
pic16.php 68 '_BADRAM','BANKISEL','BANKSEL','CBLOCK','CODE','_CONFIG','CONSTANT',
  /external/stlport/etc/
msvcincl.dat 201 _config.h
ChangeLog-4.0 3 * _threads.h/_config.h : for all platforms, static mutexes made non-indirect
8 * _config.h, stl_user_config.h : introduced __STL_OLD_HP_ITERATOR_QUERIES switch to
88 * stl/_config.h : stl_user config.h included prior to other parts of configuration
268 * stl_user_config.h, stl/_config.h - setting splitted and organized more properly.
300 * _config.h/stdexcept - introduced __STL_NOTHROW_INHERITED to be used when we actually need
ChangeLog-5.1     [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
base.py 109 self._config = config or port_config.Config(self._executive, self._filesystem)
547 return self._config.path_from_webkit_base(*comps)
550 return self._config.script_path(script_name)
553 return self._config.script_shell_command(script_name)
    [all...]
webkit.py 74 return self._config.build_dumprendertree(configuration)
328 return self._filesystem.join(self._config.build_directory(
  /external/libvpx/
configure 417 #write_${tgt}_config
  /external/openssh/contrib/redhat/
openssh.spec 429 - Add new {ssh,sshd}_config.5 manpages
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /external/libmtp/m4/
libtool.m4 777 [m4_ifdef([_LT_LANG_]$1[_CONFIG],
790 _LT_LANG_$1_CONFIG($1)])dnl
    [all...]
  /external/libpng/
aclocal.m4 792 [m4_ifdef([_LT_LANG_]$1[_CONFIG],
805 _LT_LANG_$1_CONFIG($1)])dnl
    [all...]
  /external/libusb/
aclocal.m4 792 [m4_ifdef([_LT_LANG_]$1[_CONFIG],
805 _LT_LANG_$1_CONFIG($1)])dnl
    [all...]
  /external/libusb-compat/m4/
libtool.m4 777 [m4_ifdef([_LT_LANG_]$1[_CONFIG],
790 _LT_LANG_$1_CONFIG($1)])dnl
    [all...]
  /external/openfst/m4/
libtool.m4 777 [m4_ifdef([_LT_LANG_]$1[_CONFIG],
790 _LT_LANG_$1_CONFIG($1)])dnl
    [all...]
  /external/protobuf/gtest/
aclocal.m4 792 [m4_ifdef([_LT_LANG_]$1[_CONFIG],
805 _LT_LANG_$1_CONFIG($1)])dnl
    [all...]
  /external/protobuf/m4/
libtool.m4 777 [m4_ifdef([_LT_LANG_]$1[_CONFIG],
790 _LT_LANG_$1_CONFIG($1)])dnl
    [all...]

Completed in 1063 milliseconds