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

  /external/v8/tools/gyp/test/configurations/basics/
gyptest-configurations.py 17 test.set_configuration('Release')
21 test.set_configuration('Debug')
25 test.set_configuration('Foo')
  /external/v8/tools/gyp/test/configurations/inheritance/
gyptest-inheritance.py 17 test.set_configuration('Release')
25 test.set_configuration('Debug')
  /external/v8/tools/gyp/test/variables/variable-in-path/
gyptest-variable-in-path.py 16 test.set_configuration('C1')
  /external/v8/tools/gyp/test/mac/
gyptest-infoplist-process.py 25 test.set_configuration('One')
34 test.set_configuration('Two')
44 test.set_configuration('Three')
gyptest-postbuild-multiple-configurations.py 22 test.set_configuration(configuration)
gyptest-swift-library.py 53 test.set_configuration(configuration)
  /external/v8/tools/gyp/test/configurations/target_platform/
gyptest-target_platform.py 30 test.set_configuration('Debug|x64')
35 test.set_configuration('Debug|Win32')
  /external/v8/tools/gyp/test/configurations/x64/
gyptest-x86.py 21 test.set_configuration('Debug|Win32')
  /external/v8/tools/gyp/test/win/
gyptest-midl-rules.py 21 test.set_configuration('Debug|%s' % platform)
  /external/v8/tools/gyp/test/ios/
gyptest-crosscompile.py 28 test.set_configuration('Default')
gyptest-archs.py 50 test.set_configuration(configuration)
gyptest-per-config-settings.py 103 test.set_configuration(configuration)
  /external/v8/tools/gyp/test/msvs/shared_output/
gyptest-shared_output.py 23 test.set_configuration('Baz')
  /external/v8/tools/gyp/test/ios/xctests/
gyptest-xctests.py 32 test.set_configuration(config)
  /hardware/libhardware/include/hardware/
radio.h 69 * or set_configuration(). The event status is 0 (no error) if the configuration has been applied,
103 int (*set_configuration)(const struct radio_tuner *tuner, member in struct:radio_tuner
  /external/libusb/libusb/
libusbi.h 561 int (*set_configuration)(struct libusb_device_handle *handle, int config); member in struct:usbi_os_backend
core.c     [all...]
  /external/v8/tools/gyp/test/lib/
TestGyp.py 147 self.set_configuration(None)
333 def set_configuration(self, configuration): member in class:TestGypBase
    [all...]
  /frameworks/av/services/radio/
RadioService.cpp 732 status = (status_t)mTuner->set_configuration(mTuner, &halConfig);
  /hardware/libhardware/modules/radio/
radio_hw.c 666 rdev->tuner->interface.set_configuration = tuner_set_configuration;
  /external/libusb/libusb/os/
darwin_usb.c     [all...]
linux_usbfs.c     [all...]

Completed in 4523 milliseconds