HomeSort by relevance Sort by last modified time
    Searched refs:operation (Results 501 - 525 of 1082) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/ui/webui/local_discovery/
local_discovery_ui_handler.cc 328 PrivetRegisterOperation* operation,
351 PrivetRegisterOperation* operation,
375 PrivetRegisterOperation* operation,
377 std::string name = operation->GetHTTPClient()->GetName();
  /external/chromium_org/chrome/installer/util/
installer_state.h 40 // Encapsulates the state of the current installation operation. Only valid
63 enum Operation {
77 // Initializes this object based on the current operation.
99 // The level (user or system) of this operation.
102 // The package type (single or multi) of this operation.
105 // An identifier of this operation.
106 Operation operation() const { return operation_; } function in class:installer::InstallerState
200 // For a MULTI_INSTALL or MULTI_UPDATE operation, updates the Google Update
263 Operation operation_
    [all...]
  /external/chromium_org/chromeos/dbus/
fake_shill_device_client.h 81 const std::string& operation,
shill_device_client.cc 196 const std::string& operation,
203 writer.AppendString(operation);
  /external/chromium_org/native_client_sdk/src/tools/
oshelpers.py 354 help='quiet operation')
455 operation = 'adding'
457 operation = 'updating'
461 print ' %s: %s (stored 0%%)' % (operation, zip_path)
463 print ' %s: %s (deflated %d%%)' % (operation, zip_path,
  /external/chromium_org/third_party/WebKit/public/web/
WebView.h 333 WebDragOperation operation) = 0;
335 // Notfies the WebView that the system drag and drop operation has ended.
338 // Callback methods when a drag-and-drop operation is trying to drop
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_set_program_inouts.cpp 177 if (is_fragment_shader && ir->operation == ir_unop_dFdy) {
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.h 88 int operation,
163 // Converts a single action atom to a drag operation.
247 // The current drag-drop client that has an active operation. Since we have
249 // it is important to maintain only one drag and drop operation at any time.
252 // The operation bitfield as requested by StartDragAndDrop.
  /external/chromium_org/ui/views/widget/
native_widget_mac.h 96 int operation,
native_widget_private.h 212 int operation,
  /external/deqp/framework/common/
tcuThreadUtil.hpp 76 // Used by class Operation only
129 class Operation
132 Operation (const char* name);
133 virtual ~Operation (void);
141 virtual void exec (Thread& thread) = 0; //!< Overwritten by inherited class to perform actual operation
149 Operation (const Operation&);
150 Operation& operator= (const Operation&);
168 virtual void init (void) {} //!< Called first before any Operation
    [all...]
  /external/mesa3d/src/glsl/
ir_set_program_inouts.cpp 177 if (is_fragment_shader && ir->operation == ir_unop_dFdy) {
  /frameworks/compile/libbcc/lib/Support/
FileBase.cpp 40 int flock(int fd, int operation) {
151 // Determine the lock operation (2nd argument) to the flock().
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbrecio.py 51 raise ValueError, "I/O operation on closed file"
56 raise ValueError, "I/O operation on closed file"
65 raise ValueError, "I/O operation on closed file"
70 raise ValueError, "I/O operation on closed file"
85 raise ValueError, "I/O operation on closed file"
116 raise ValueError, "I/O operation on closed file"
128 raise ValueError, "I/O operation on closed file"
142 raise ValueError, "I/O operation on closed file"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbrecio.py 51 raise ValueError, "I/O operation on closed file"
56 raise ValueError, "I/O operation on closed file"
65 raise ValueError, "I/O operation on closed file"
70 raise ValueError, "I/O operation on closed file"
85 raise ValueError, "I/O operation on closed file"
116 raise ValueError, "I/O operation on closed file"
128 raise ValueError, "I/O operation on closed file"
142 raise ValueError, "I/O operation on closed file"
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/
AddNativeWizard.java 32 import org.eclipse.jface.operation.IRunnableWithProgress;
  /build/target/board/generic_arm64/
BoardConfig.mk 64 # of an SDK AVD. Note that this operation only works on Linux for now
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
abstract_walker.js 24 * No operation may visibly modify any of its arguments. In particular, take
30 * Is this an operation that applies to any element of any arbitrary set?
104 * Note also that, as mentioned in the file overview, this operation has
116 * about the effect (and intent) of an operation if we can make these
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
jspipe_event_emitter.cc 25 const char* kDictKeyOperation = "operation";
157 Error JSPipeEventEmitter::SendMessageToJS(PP_Var operation, PP_Var payload) {
174 // Set three keys in the dictionary: 'pipe', 'operation', and 'payload'
176 dict_iface_->Set(dict, operation_key_, operation);
  /external/chromium_org/ui/file_manager/file_manager/background/js/
file_operation_manager.js 209 * @return {function()} Callback to cancel the current file copy operation.
339 * operation is successfully done with the entry of the created archive.
379 * "copy-operation-completed" and "delete".
411 // Before finishing operation, dispatch pending entries-changed events.
482 * A record of a queued copy operation.
486 * cancel operation cancels everything in the queue.
488 * @param {util.FileOperationType} operationType The type of this operation.
570 * the operation.
694 * Note: this method contains also the operation of "Move" due to historical
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
globals.js 57 // Test postfix count operation
inline-compare.js 31 // a compare operation.
inline-conditional.js 29 // a conditional operation.
recursive-deopt.js 32 // debugging easier, the operation that bails out (<<) is so simple
  /external/chromium_org/v8/test/mjsunit/
const.js 28 // Test const properties and pre/postfix operation.

Completed in 1347 milliseconds

<<21222324252627282930>>