HomeSort by relevance Sort by last modified time
    Searched refs:driver (Results 76 - 100 of 1447) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/lib/Driver/
DriverOptions.cpp 1 //===--- DriverOptions.cpp - Driver Options Table -------------------------===//
10 #include "clang/Driver/Options.h"
15 using namespace clang::driver;
16 using namespace clang::driver::options;
20 #include "clang/Driver/Options.inc"
28 #include "clang/Driver/Options.inc"
42 OptTable *clang::driver::createDriverOptTable() {
Tool.cpp 10 #include "clang/Driver/Tool.h"
12 using namespace clang::driver;
  /external/droiddriver/manualtest/src/io/appium/droiddriver/manualtest/
ManualTest.java 40 driver.on(password_edit).setText(oldPassword);
41 driver.on(password_edit).setText(newPassword);
44 // assertEquals(newPassword, driver.on(password_edit).getText());
45 assertEquals(null, driver.on(password_edit).getText());
  /external/droiddriver/src/io/appium/droiddriver/scroll/
ScrollStepStrategy.java 32 * @param driver a DroidDriver instance
37 boolean scroll(DroidDriver driver, Finder containerFinder, PhysicalDirection direction);
48 * @param driver a DroidDriver instance
53 void beginScrolling(DroidDriver driver, Finder containerFinder, Finder itemFinder,
60 * @param driver a DroidDriver instance
65 void endScrolling(DroidDriver driver, Finder containerFinder, Finder itemFinder,
Scroller.java 32 * @param driver a DroidDriver instance
38 UiElement scrollTo(DroidDriver driver, Finder containerFinder, Finder itemFinder);
44 * @param driver a DroidDriver instance
51 UiElement scrollTo(DroidDriver driver, Finder containerFinder, Finder itemFinder,
  /external/python/cpython2/Lib/lib2to3/
pygram.py 11 from .pgen2 import driver
32 python_grammar = driver.load_grammar(_GRAMMAR_FILE)
39 pattern_grammar = driver.load_grammar(_PATTERN_GRAMMAR_FILE)
  /external/python/cpython3/Lib/lib2to3/
pygram.py 11 from .pgen2 import driver
32 python_grammar = driver.load_grammar(_GRAMMAR_FILE)
39 pattern_grammar = driver.load_grammar(_PATTERN_GRAMMAR_FILE)
  /external/syslinux/gpxe/src/util/
get-pci-ids 62 # List of drivers. We parse every .c file. It does not harm if it does not contain a driver.
77 my $driver;
80 foreach $driver (@drivers) {
83 my $command = "$cpp $cflags -I" . dirname($driver) . " $driver";
84 open DRIVER, "$command |" or die "Could not execute\n\"$command\".\n";
90 while(<DRIVER>) {
92 # This file contains a driver. Print the name.
93 $driver =~ s!$kernel_src/drivers/net/!!g;
94 print "\n$driver\n"
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
pygram.py 11 from .pgen2 import driver
32 python_grammar = driver.load_grammar(_GRAMMAR_FILE)
39 pattern_grammar = driver.load_grammar(_PATTERN_GRAMMAR_FILE)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
pygram.py 11 from .pgen2 import driver
32 python_grammar = driver.load_grammar(_GRAMMAR_FILE)
39 pattern_grammar = driver.load_grammar(_PATTERN_GRAMMAR_FILE)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
pygram.py 11 from .pgen2 import driver
32 python_grammar = driver.load_grammar(_GRAMMAR_FILE)
39 pattern_grammar = driver.load_grammar(_PATTERN_GRAMMAR_FILE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
pygram.py 11 from .pgen2 import driver
32 python_grammar = driver.load_grammar(_GRAMMAR_FILE)
39 pattern_grammar = driver.load_grammar(_PATTERN_GRAMMAR_FILE)
  /art/compiler/
compiler.cc 24 #include "driver/compiler_driver.h"
29 Compiler* Compiler::Create(CompilerDriver* driver, Compiler::Kind kind) {
34 return CreateOptimizingCompiler(driver);
compiled_method.cc 19 #include "driver/compiled_method_storage.h"
20 #include "driver/compiler_driver.h"
102 CompiledMethod::CompiledMethod(CompilerDriver* driver,
112 : CompiledCode(driver, instruction_set, quick_code),
116 method_info_(driver->GetCompiledMethodStorage()->DeduplicateMethodInfo(method_info)),
117 vmap_table_(driver->GetCompiledMethodStorage()->DeduplicateVMapTable(vmap_table)),
118 cfi_info_(driver->GetCompiledMethodStorage()->DeduplicateCFIInfo(cfi_info)),
119 patches_(driver->GetCompiledMethodStorage()->DeduplicateLinkerPatches(patches)) {
123 CompilerDriver* driver,
133 SwapAllocator<CompiledMethod> alloc(driver->GetCompiledMethodStorage()->GetSwapSpaceAllocator())
    [all...]
  /device/google/wahoo/
init.qcom.wlan.sh 4 setprop sys.wlan.driver.version "$wlan_driver_version"
  /external/autotest/client/site_tests/security_DeviceJail_Detach/
security_DeviceJail_Detach.py 18 Simulate permission_broker detaching the kernel driver before we
20 check to make sure the driver is reattached after we close it.
36 def _force_reattach_driver(self, intf, driver):
38 with open('/sys/bus/usb/drivers/%s/bind' % driver,
48 return { child.device_path : child.driver for child in device.children
72 for intf, driver in pre_detach_drivers.items():
74 failed_detach[intf] = driver
75 if driver != post_detach_drivers[intf]:
76 self._force_reattach_driver(intf, driver)
77 failed_reattach[intf] = driver
    [all...]
  /external/autotest/tko/
db_mysql.py 2 import MySQLdb as driver
19 return driver.connect(**connection_args)
  /external/honggfuzz/examples/badcode/targets/
badcode2.c 29 EXPORT NOINLINE void driver() function
39 driver();
  /external/wpa_supplicant_8/hostapd/
wired.conf 8 driver=wired
  /frameworks/base/libs/hwui/debug/
GlesDriver.cpp 33 std::unique_ptr<GlesDriver> GlesDriver::replace(std::unique_ptr<GlesDriver>&& driver) {
35 sGlesDriver = std::move(driver);
  /frameworks/native/services/inputflinger/host/
InputHost.h 40 virtual void registerInputDriver(InputDriverInterface* driver) = 0;
49 virtual void registerInputDriver(InputDriverInterface* driver) override;
  /external/autotest/server/cros/ap_configurators/
buffalo_wzr_d1800h_ap_configurator.py 92 self.driver.refresh()
114 if self.driver.find_element_by_xpath(apply_set):
128 self.driver.find_element_by_xpath(complete)
133 frame1 = self.driver.find_element_by_xpath('//frame[@name="lower"]')
134 self.driver.switch_to_frame(frame1)
160 default = self.driver.switch_to_default_content()
188 default = self.driver.switch_to_default_content()
212 default = self.driver.switch_to_default_content()
233 self.driver.find_element_by_xpath(xpath)
235 self.driver.find_element_by_xpath('//a[text()="Open"]'
    [all...]
  /external/freetype/src/cid/
cidobjs.c 72 module = FT_Get_Module( slot->face->driver->root.library,
103 module = FT_Get_Module( size->root.face->driver->root.library,
322 FT_TRACE2(( "CID driver\n" ));
458 /* Initializes a given CID driver object. */
461 /* driver :: A handle to the target driver object. */
469 PS_Driver driver = (PS_Driver)module; local
476 driver->hinting_engine = FT_HINTING_FREETYPE;
478 driver->hinting_engine = FT_HINTING_ADOBE;
481 driver->no_stem_darkening = TRUE
    [all...]
  /art/compiler/optimizing/
optimizing_compiler.h 30 Compiler* CreateOptimizingCompiler(CompilerDriver* driver);
  /bionic/libc/kernel/uapi/linux/
kernelcapi.h 29 char driver[32]; member in struct:kcapi_carddef

Completed in 1832 milliseconds

1 2 34 5 6 7 8 91011>>