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

1 2

  /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/libusb_aah/libusb/
descriptor.c 474 struct libusb_config_descriptor *_config = malloc(sizeof(*_config)); local
481 if (!_config)
489 usbi_parse_descriptor(tmp, "bbw", _config, host_endian);
490 buf = malloc(_config->wTotalLength);
497 _config->wTotalLength, &host_endian);
501 r = parse_configuration(dev->ctx, _config, buf, host_endian);
510 *config = _config;
514 free(_config);
539 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)
  /external/eigen/bench/btl/generic_bench/
btl.hh 174 char * _config; local
175 _config = getenv ("BTL_CONFIG");
176 if (_config!=NULL)
178 std::vector<BtlString> config = BtlString(_config).split(" \t\n");
  /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/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(
  /ndk/build/tools/
common-build-host-funcs.sh 756 var_assign ${HOST_VAR}_CONFIG $BH_HOST_CONFIG
759 BH_HOST_CONFIG=$(var_value ${HOST_VAR}_CONFIG)
build-host-gcc.sh 890 var_assign ${HOST_VAR}_CONFIG $HOST
893 HOST=$(var_value ${HOST_VAR}_CONFIG)
    [all...]
  /external/libvpx/libvpx/
configure 448 #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/expat/
aclocal.m4 815 [m4_ifdef([_LT_LANG_]$1[_CONFIG],
828 _LT_LANG_$1_CONFIG($1)])dnl
    [all...]
  /external/expat/m4/
libtool.m4 808 [m4_ifdef([_LT_LANG_]$1[_CONFIG],
821 _LT_LANG_$1_CONFIG($1)])dnl
    [all...]
  /external/libcap-ng/libcap-ng-0.7/m4/
libtool.m4 811 [m4_ifdef([_LT_LANG_]$1[_CONFIG],
824 _LT_LANG_$1_CONFIG($1)])dnl
    [all...]
  /external/libmtp/m4/
libtool.m4 777 [m4_ifdef([_LT_LANG_]$1[_CONFIG],
790 _LT_LANG_$1_CONFIG($1)])dnl
    [all...]
  /external/libogg/
aclocal.m4 784 [m4_ifdef([_LT_LANG_]$1[_CONFIG],
797 _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...]

Completed in 5782 milliseconds

1 2