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

  /external/chromium_org/media/tools/constrained_network_server/
traffic_control_test.py 32 traffic_control._Exec(command, 'Error creating dummy interface %s.' %
39 traffic_control._Exec(command)
42 output = traffic_control._Exec(['echo', ' Test '])
47 traffic_control._Exec, command=['ls', '!doesntExist!'])
51 traffic_control._Exec(['ls', '!doesntExist!'], msg='test_msg')
62 output = traffic_control._Exec(command)
66 output = traffic_control._Exec(command)
86 output = traffic_control._Exec(command)
94 output = traffic_control._Exec(command)
102 output = traffic_control._Exec(command
    [all...]
traffic_control_unittest.py 16 # Stores commands called by the traffic control _Exec function.
20 """Mocks traffic_control._Exec and adds the command to commands list."""
26 """Resets the commands list and set the _Exec mock function."""
28 self._old_Exec = traffic_control._Exec
29 traffic_control._Exec = self._ExecMock
32 """Resets the _Exec mock function to the original."""
33 traffic_control._Exec = self._old_Exec
126 traffic_control._Exec = (lambda command, msg:
133 traffic_control._Exec = (lambda command, msg:
139 traffic_control._Exec = lambda command, msg: 'NO ID IN HERE
    [all...]
traffic_control.py 49 _Exec(['sudo', '-n', 'tc', '-help'],
52 _Exec(['sudo', '-n', 'iptables', '-help'],
140 _Exec(command, msg='Could not delete root qdisc.')
173 _Exec(command, msg=('Error creating root qdisc. '
206 _Exec(command, msg=('Error configuring class ID %s using "%s" command.' %
234 _Exec(command, msg='Could not attach qdisc to class ID %s.' % class_id)
249 _Exec(command, msg='Error adding filter on port %d.' % port)
262 _Exec(command, msg='Error deleting filter on port %d.' % port)
279 output = _Exec(command, msg='Error listing filters.')
301 _Exec(command, msg='Error adding iptables rule for port %d.' % port
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.h 44 * Method: _exec
52 * Method: _exec
sqlite_jni.c 1413 sprintf(msg, "error %d in sqlite*_exec", rc);
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Database.java 177 _exec(sql, cb); method
181 private native void _exec(String sql, SQLite.Callback cb) method in class:Database
210 _exec(sql, cb, args); method
214 private native void _exec(String sql, SQLite.Callback cb, String args[]) method in class:Database
  /external/sepolicy/
te_macros 98 domain_auto_trans(init, $1_exec, $1)
  /cts/tools/dex-tools/dex/
classes0.out.dex 484 private native void _exec(
488 private native void _exec(
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 278 milliseconds