/external/chromium_org/media/audio/pulse/ |
pulse_util.h | 46 pa_operation* operation);
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
idl_definitions.py | 79 """Object with a type, such as an Attribute or Operation (return value). 301 elif child_class == 'Operation': 320 for operation in self.operations: 321 operation.resolve_typedefs(typedefs) 324 """Add the stringifier's attribute or named operation child, if it has 325 one, as a regular attribute/operation of this interface.""" 328 elif self.stringifier.operation: 329 self.operations.append(self.stringifier.operation) 529 operation = cls(idl_name) 530 operation.name = node.GetName( [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
FilterOperationResolver.cpp | 110 RefPtr<ReferenceFilterOperation> operation = ReferenceFilterOperation::create(svgDocumentValue->url(), AtomicString(url.fragmentIdentifier())); local 113 state.elementStyleResources().addPendingSVGDocument(operation.get(), svgDocumentValue); 115 ReferenceFilterBuilder::setDocumentResourceReference(operation.get(), adoptPtr(new DocumentResourceReference(svgDocumentValue->cachedSVGDocument()))); 117 operations.operations().append(operation);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
FEComposite.h | 46 CompositeOperationType operation() const;
|
FilterOperation.h | 92 // True if the alpha channel of any pixel can change under this operation. 94 // True if the the value of one pixel can affect the value of another pixel under this operation, such as blur. 188 inline bool isBasicColorMatrixFilterOperation(const FilterOperation& operation) 190 FilterOperation::OperationType type = operation.type(); 228 inline bool isBasicComponentTransferFilterOperation(const FilterOperation& operation) 230 FilterOperation::OperationType type = operation.type();
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
r600.h | 113 void r600_query_predication(struct r600_context *ctx, struct r600_query *query, int operation,
|
/external/chromium_org/ui/views/examples/ |
examples_window.cc | 126 ExamplesWindowContents(Operation operation, ScopedExamples examples) 130 operation_(operation) { 205 const Operation operation_; 213 void ShowExamplesWindow(Operation operation, 222 params.delegate = new ExamplesWindowContents(operation, examples.Pass());
|
/external/e2fsprogs/intl/ |
plural-exp.h | 47 module, /* Modulo operation. */ 60 } operation; member in struct:expression
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
r600.h | 113 void r600_query_predication(struct r600_context *ctx, struct r600_query *query, int operation,
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
dadrcal.cpp | 107 // Headers { "locale","from","operation","params","to" } 145 // #4 'operation' info 146 param = "operation"; 147 UnicodeString operation = testSetting=currentCase->getString(param, local 197 +operation +" [[[ "+params+" ]]] >>> "+to; 240 if (operation == kROLL) { 243 } else if (operation == kADD) { 247 errln(caseString+ " FAIL: unknown operation "+ operation); 249 logln(operation + " of "+ paramsSet.get((UCalendarDateFields)q [all...] |
/external/icu/icu4c/source/test/intltest/ |
dadrcal.cpp | 107 // Headers { "locale","from","operation","params","to" } 145 // #4 'operation' info 146 param = "operation"; 147 UnicodeString operation = testSetting=currentCase->getString(param, local 197 +operation +" [[[ "+params+" ]]] >>> "+to; 240 if (operation == kROLL) { 243 } else if (operation == kADD) { 247 errln(caseString+ " FAIL: unknown operation "+ operation); 249 logln(operation + " of "+ paramsSet.get((UCalendarDateFields)q [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
mask.c | 183 static void *setup_mask_operation(VGMaskOperation operation) 188 switch (operation) { 274 VGMaskOperation operation, 311 fs = setup_mask_operation(operation); 447 VGMaskOperation operation) 462 mask_using_layer(temp_layer, operation, 0, 0, width, height); 468 VGMaskOperation operation, 472 mask_using_texture(layer->sampler_view, VG_TRUE, operation, 490 VGMaskOperation operation, 494 mask_using_texture(image->sampler_view, VG_FALSE, operation, [all...] |
/external/chromium_org/v8/test/mjsunit/compiler/ |
assignment-deopt.js | 30 // Test deopt with count operation on parameter. 42 // Test deopt with count operation on named property. 60 // Test deopt with count operation on keyed property. 90 // Test bailout with count operation in a value context. 147 // The binary operation changes the map as a side effect.
|
count-deopt.js | 30 // Test deopt with count operation on parameter. 42 // Test deopt with count operation on named property. 60 // Test deopt with count operation on keyed property. 90 // Test bailout with count operation in a value context. 176 // Test deoptimization with postfix operation in a value context.
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
mask.c | 183 static void *setup_mask_operation(VGMaskOperation operation) 188 switch (operation) { 274 VGMaskOperation operation, 311 fs = setup_mask_operation(operation); 447 VGMaskOperation operation) 462 mask_using_layer(temp_layer, operation, 0, 0, width, height); 468 VGMaskOperation operation, 472 mask_using_texture(layer->sampler_view, VG_TRUE, operation, 490 VGMaskOperation operation, 494 mask_using_texture(image->sampler_view, VG_FALSE, operation, [all...] |
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/ |
number.pxd | 121 # operation is done in-place when o1 supports it. This is the 127 # failure. The operation is done in-place when o1 supports 133 # failure. The operation is done in-place when o1 supports 139 # operation is done in-place when o1 supports it. This is the 145 # failure. The operation is done in-place when o1 supports 156 # passed two integers. The operation is done in-place when o1 162 # failure. The operation is done in-place when o1 supports 168 # operation is done in-place when o1 supports it. This is the 177 # on failure. The operation is done in-place when o1 supports 183 # NULL on failure. The operation is done in-place when o1 support [all...] |
/external/chromium_org/chrome/installer/setup/ |
install.cc | 48 ShellUtil::ShortcutOperation operation, 52 DCHECK(operation != ShellUtil::SHELL_SHORTCUT_UPDATE_EXISTING); 57 (operation == ShellUtil::SHELL_SHORTCUT_CREATE_ALWAYS || 58 operation == ShellUtil::SHELL_SHORTCUT_CREATE_IF_NO_SYSTEM_LEVEL) ? 60 if (failed && operation == ShellUtil::SHELL_SHORTCUT_REPLACE_EXISTING) 116 ShellUtil::ShortcutOperation operation) { 117 LogShortcutOperation(location, dist, properties, operation, false); 119 operation)) { 120 LogShortcutOperation(location, dist, properties, operation, true); 133 // if the operation fails we log the error but still continu [all...] |
/external/chromium_org/chromeos/network/ |
network_device_handler_impl.cc | 140 // Struct containing TDLS Operation parameters. 143 std::string operation; member in struct:chromeos::__anon10809::TDLSOperationParams 161 std::string event_desc = "TDLSSuccessCallback: " + params.operation; 165 if (params.operation != shill::kTDLSSetupOperation) { 176 status_params.operation = shill::kTDLSStatusOperation; 198 // If a Setup operation receives an InProgress error, retry. 200 if (params.operation == shill::kTDLSSetupOperation && 241 NET_LOG_EVENT("CallPerformTDLSOperation: " + params.operation, device_path); 244 params.operation, 412 params.operation = enabled ? shill::kTDLSSetupOperatio [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_build_util.cpp | 66 BuildUtil::mkOp1(operation op, DataType ty, Value *dst, Value *src) 78 BuildUtil::mkOp2(operation op, DataType ty, Value *dst, 92 BuildUtil::mkOp3(operation op, DataType ty, Value *dst, 122 BuildUtil::mkStore(operation op, DataType ty, Symbol *mem, Value *ptr, 154 operation op = OP_LINTERP; 209 BuildUtil::mkCvt(operation op, 223 BuildUtil::mkCmp(operation op, CondCode cc, DataType ty, Value *dst, 245 BuildUtil::mkTex(operation op, TexTarget targ, uint8_t tic, uint8_t tsc, 307 BuildUtil::mkFlow(operation op, void *targ, CondCode cc, Value *pred)
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_build_util.cpp | 66 BuildUtil::mkOp1(operation op, DataType ty, Value *dst, Value *src) 78 BuildUtil::mkOp2(operation op, DataType ty, Value *dst, 92 BuildUtil::mkOp3(operation op, DataType ty, Value *dst, 122 BuildUtil::mkStore(operation op, DataType ty, Symbol *mem, Value *ptr, 154 operation op = OP_LINTERP; 209 BuildUtil::mkCvt(operation op, 223 BuildUtil::mkCmp(operation op, CondCode cc, DataType ty, Value *dst, 245 BuildUtil::mkTex(operation op, TexTarget targ, uint8_t tic, uint8_t tsc, 307 BuildUtil::mkFlow(operation op, void *targ, CondCode cc, Value *pred)
|
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_cl.c | 75 ** Description GATT discovery operation. 131 ** Description GATT read operation. 219 ** Description GATT write operation. 422 if (p_clcb->operation != GATTC_OPTYPE_DISCOVERY || p_clcb->op_subtype != GATT_DISC_SRVC_BY_UUID) 474 if (p_clcb->operation != GATTC_OPTYPE_DISCOVERY || p_clcb->op_subtype != GATT_DISC_CHAR_DSCPT) 572 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY) 578 if ( (p_clcb->operation == GATTC_OPTYPE_WRITE) && 587 else if ((p_clcb->operation == GATTC_OPTYPE_READ) && 753 if (((!p_clcb->p_reg) || (!p_clcb->p_reg->app_cb.p_disc_res_cb)) && (p_clcb->operation == GATTC_OPTYPE_DISCOVERY)) 799 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY & [all...] |
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/ |
example.js | 64 operation: 'write', 322 var operation = data['operation']; 323 if (operation == 'write') { 325 } else if (operation == 'ack') { 328 common.logMessage('Got unexpected pipe operation: ' + operation);
|
/external/elfutils/0.153/src/ |
ar.c | 122 /* What operation to perform. */ 133 } operation; variable in typeref:enum:__anon839 191 if (operation != oper_move && operation != oper_replace) 212 if (operation == oper_extract && operation == oper_delete) 236 && unlikely (operation != oper_extract)) 253 switch (operation) 264 status = do_oper_extract (operation, arfname, argv, argc, -1); 268 status = do_oper_extract (operation, arfname, argv, argc, instance) [all...] |
/external/openssl/crypto/cms/ |
cms_asn1.c | 89 /* Minor tweak to operation: free up signer key, cert */ 90 static int cms_si_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 93 if(operation == ASN1_OP_FREE_POST) 217 static int cms_ri_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 220 if(operation == ASN1_OP_FREE_PRE) 315 static int cms_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 324 switch(operation)
|
/external/chromium_org/net/http/ |
http_cache.cc | 132 // The type of operation represented by a work item. 144 WorkItem(WorkItemOperation operation, Transaction* trans, ActiveEntry** entry) 145 : operation_(operation), 149 WorkItem(WorkItemOperation operation, Transaction* trans, 151 : operation_(operation), 158 // Calls back the transaction with the result of the operation. 167 // Notifies the caller about the operation completion. Returns true if the 179 WorkItemOperation operation() { return operation_; } function in class:net::HttpCache::WorkItem 370 // If not null, the callback will delete the pending operation later. 504 // This is the only operation that we can do that is not related to any give [all...] |