/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/ |
PrettyPatch.rb | 901 raw_operations.each_with_index do |operation, j| 902 if operation.action == :equal and j < raw_operations.length - 1 903 length = operation.end_in_new - operation.start_in_new 909 operation.start_in_old -= back 910 operation.start_in_new -= back 912 operations << operation 982 @operations.each do |operation| 983 start = @fromLineNumber.nil? ? operation.start_in_new : operation.start_in_ol [all...] |
/build/target/board/generic_x86/ |
BoardConfig.mk | 25 # of an SDK AVD. Note that this operation only works on Linux for now
|
/build/target/board/generic_x86_64/ |
BoardConfig.mk | 31 # of an SDK AVD. Note that this operation only works on Linux for now
|
/external/bison/lib/ |
sigprocmask.c | 222 sigprocmask (int operation, const sigset_t *set, sigset_t *old_set) 233 switch (operation)
|
/external/chromium_org/cc/layers/ |
scrollbar_layer_impl_base.cc | 60 ScrollbarRegistrationOperation operation) { 75 (current_layer->*operation)(scrollbar);
|
/external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/ |
subtle_crypto.js | 28 return new Error('The requested operation is not valid for the provided key'); 32 return new Error('Data provided to an operation does not meet requirements'); 40 return new Error('The operation failed for an operation-specific reason');
|
/external/chromium_org/mojo/public/js/bindings/ |
support.js | 27 * Cancels the asyncWait operation specified by the given |waitId|.
|
/external/chromium_org/remoting/host/ |
host_change_notification_listener_unittest.cc | 68 scoped_ptr<XmlElement> GetNotificationStanza(std::string operation, 75 host_changed->AddAttr(QName(kChromotingXmlNamespace, "operation"), 76 operation); local
|
/external/chromium_org/remoting/webapp/ |
error.js | 16 // Used to signify that an operation was cancelled by the user. This should
|
/external/chromium_org/third_party/boringssl/src/crypto/evp/ |
digestsign.c | 104 ctx->pctx->operation = EVP_PKEY_OP_VERIFYCTX; 113 ctx->pctx->operation = EVP_PKEY_OP_SIGNCTX;
|
/external/chromium_org/third_party/boringssl/src/crypto/x509/ |
x_x509.c | 87 static int x509_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 92 switch(operation) {
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
decision_logic.cc | 148 void DecisionLogic::ExpandDecision(Operations operation) { 149 if (operation == kExpand) {
|
decision_logic.h | 65 // Returns the operation that should be done next. |sync_buffer| and |expand| 95 virtual void ExpandDecision(Operations operation); 125 // Returns the operation that should be done next. |sync_buffer| and |expand|
|
/external/openssl/crypto/asn1/ |
x_x509.c | 84 static int x509_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 89 switch(operation) {
|
/external/openssl/crypto/evp/ |
m_sigver.c | 94 ctx->pctx->operation = EVP_PKEY_OP_VERIFYCTX; 105 ctx->pctx->operation = EVP_PKEY_OP_SIGNCTX;
|
/external/chromium_org/base/win/ |
shortcut.h | 120 // |operation|: a choice from the ShortcutOperation enum. 121 // If |operation| is SHORTCUT_REPLACE_EXISTING or SHORTCUT_UPDATE_EXISTING and 126 ShortcutOperation operation);
|
/external/chromium_org/components/password_manager/core/browser/ |
password_syncable_service.h | 98 // Calls |operation| for each element in |entries| and appends the changes to 101 DatabaseOperation operation,
|
/external/chromium_org/content/browser/web_contents/ |
web_contents_view_android.h | 72 virtual void UpdateDragCursor(blink::WebDragOperation operation) OVERRIDE;
|
web_contents_view_guest.h | 82 virtual void UpdateDragCursor(blink::WebDragOperation operation) OVERRIDE;
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/ |
jspipe_event_emitter.h | 59 Error SendMessageToJS(PP_Var operation, PP_Var payload);
|
/external/chromium_org/net/disk_cache/blockfile/ |
disk_format.h | 64 CacheAddr transaction; // In-flight operation target. 65 int32 operation; // Actual in-flight operation. member in struct:disk_cache::LruData 66 int32 operation_list; // In-flight operation list.
|
/external/chromium_org/third_party/jinja2/ |
debug.py | 70 def operation_handler(operation, *args, **kwargs): 71 if operation in ('__getattribute__', '__getattr__'): 73 elif operation == '__setattr__': 76 return getattr(proxy, operation)(*args, **kwargs)
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
loop_analysis.cpp | 449 || ((rhs->operation != ir_binop_add) 450 && (rhs->operation != ir_binop_sub))) 454 * If the operation is subtraction, the variable in question must be the 463 || ((op1 == var) && (rhs->operation == ir_binop_sub))) 480 if ((inc != NULL) && (rhs->operation == ir_binop_sub)) {
|
lower_mat_op_to_vec.cpp | 27 * Breaks matrix operation expressions down to a series of vector operations. 351 /* OK, time to break down this matrix operation. */ 352 switch (orig_expr->operation) { 354 /* Apply the operation to each column.*/ 359 column_expr = new(mem_ctx) ir_expression(orig_expr->operation, 374 * column-wise through and applying the operation to each column 381 column_expr = new(mem_ctx) ir_expression(orig_expr->operation, 416 (orig_expr->operation == ir_binop_all_equal)); 420 printf("FINISHME: Handle matrix operation for %s\n",
|
/external/libunwind/doc/ |
unw_step.tex | 39 unwind-info needed to complete the operation. 41 operation has a version or a format that is not understood by
|