/external/chromium_org/chrome/browser/profiles/ |
profile_shortcut_manager_win.cc | 453 ShellUtil::ShortcutOperation operation = local 466 operation = ShellUtil::SHELL_SHORTCUT_CREATE_IF_NO_SYSTEM_LEVEL; 474 distribution, properties, operation); [all...] |
/external/chromium_org/chrome/browser/sync/glue/ |
bookmark_change_processor.cc | 461 bool BookmarkChangeProcessor::PlaceSyncNode(MoveOrCreate operation, 473 success = (operation == CREATE) ? 489 success = (operation == CREATE) ? [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
r600_hw_context.c | 491 void r600_query_predication(struct r600_context *ctx, struct r600_query *query, int operation, 497 if (operation == PREDICATION_OP_CLEAR) { 514 op = PRED_OP(operation) | PREDICATION_DRAW_VISIBLE |
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
r600_hw_context.c | 491 void r600_query_predication(struct r600_context *ctx, struct r600_query *query, int operation, 497 if (operation == PREDICATION_OP_CLEAR) { 514 op = PRED_OP(operation) | PREDICATION_DRAW_VISIBLE |
|
/external/chromium_org/chrome/installer/util/ |
shell_util.cc | [all...] |
/external/libunwind/doc/ |
libunwind-dynamic.tex | 72 fashion needs to be described with an operation descriptor. For this 79 instruction index, the operation descriptor specifies the effect of 277 \item[\Type{int8\_t} \Var{tag}] The operation tag. Must be one 295 operation tag. The exact meaning of this value varies by tag. See 296 Section ``Operation tags'' below. 323 The possible operation tags are defined by enumeration type
|
/external/chromium_org/mojo/public/python/mojo/ |
system.pyx | 250 """Return value for the |map| operation on shared buffer handles. 291 The close operation is not called. It is the responsability of the caller to 724 """Run the runloop until Quit is called or no operation is waiting."""
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_from_tgsi.cpp | 36 static nv50_ir::operation translateOpcode(uint opcode); 186 inline nv50_ir::operation getOP() const { 449 static nv50_ir::operation translateOpcode(uint opcode) [all...] |
nv50_ir_peephole.cpp | 373 operation 618 const operation op = i->op; 921 bool tryADDToMADOrSAD(Instruction *, operation toOp); 997 AlgebraicOpt::tryADDToMADOrSAD(Instruction *add, operation toOp) 1003 const operation srcOp = toOp == OP_SAD ? OP_SAD : OP_MUL; 1137 operation redOp = (logop->op == OP_AND ? OP_SET_AND : [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_vec4_visitor.cpp | 616 switch (expr->operation) { 677 brw_conditional_for_comparison(expr->operation))); 720 switch (expr->operation) { 756 brw_conditional_for_comparison(expr->operation))); 1050 switch (ir->operation) { 1156 brw_conditional_for_comparison(ir->operation))); [all...] |
/external/chromium_org/v8/tools/ |
profile.js | 59 Profile.Operation = { 79 * Called whenever the specified operation has failed finding a function 81 * See the Profile.Operation enum for the list of 84 * @param {number} operation Operation. 91 operation, addr, opt_stackPos) { 189 this.handleUnknownCode(Profile.Operation.MOVE, from); 203 this.handleUnknownCode(Profile.Operation.DELETE, start); 262 Profile.Operation.TICK, stack[i], i);
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_from_tgsi.cpp | 36 static nv50_ir::operation translateOpcode(uint opcode); 186 inline nv50_ir::operation getOP() const { 449 static nv50_ir::operation translateOpcode(uint opcode) [all...] |
nv50_ir_peephole.cpp | 373 operation 618 const operation op = i->op; 921 bool tryADDToMADOrSAD(Instruction *, operation toOp); 997 AlgebraicOpt::tryADDToMADOrSAD(Instruction *add, operation toOp) 1003 const operation srcOp = toOp == OP_SAD ? OP_SAD : OP_MUL; 1137 operation redOp = (logop->op == OP_AND ? OP_SET_AND : [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_vec4_visitor.cpp | 616 switch (expr->operation) { 677 brw_conditional_for_comparison(expr->operation))); 720 switch (expr->operation) { 756 brw_conditional_for_comparison(expr->operation))); 1050 switch (ir->operation) { 1156 brw_conditional_for_comparison(ir->operation))); [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/ |
vp9_idct32x32_add_neon.asm | 319 ; stack operation [all...] |
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_idct32x32_add_neon.asm | 319 ; stack operation [all...] |
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
private_api_misc.cc | 228 switch (params->operation) {
|
/external/chromium_org/chrome/browser/resources/cryptotoken/ |
signer.js | 296 * @param {function(U2fError)} errorCb Called when the sign operation fails. 298 * sign operation succeeds.
|
/external/chromium_org/chrome/installer/setup/ |
setup_util.cc | 316 // (3) Current operation ignores product, product is absent => false. 317 // (4) Current operation ignores product, product is present => true. 327 // Determine if the product is present prior to the current operation. 329 bool is_uninstall = installer_state.operation() == InstallerState::UNINSTALL; 331 // Determine if current operation affects the product.
|
/external/chromium_org/net/tools/dump_cache/ |
dump_files.cc | 118 printf("operation: %d\n", header.lru.operation); 119 printf("operation list: %d\n", header.lru.operation_list);
|
/external/chromium_org/sdch/open-vcdiff/vsprojects/ |
vcdiff_test.bat | 54 && ( echo vcdiff without operation argument should fail, but succeeded ^ 375 rem The decode operation ignores the -target_matches option.
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
FEComposite.cpp | 57 CompositeOperationType FEComposite::operation() const function in class:blink::FEComposite 434 ts << " operation=\"" << m_type << "\"";
|
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/ |
exc.pxd | 132 # message)", where message indicates that a built-in operation was 195 # message)", where message indicates that an internal operation
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ir_clone.cpp | 194 return new(mem_ctx) ir_expression(this->operation, this->type,
|
ir_constant_expression.cpp | 123 this->operation == ir_binop_lshift || 124 this->operation == ir_binop_rshift); 146 switch (this->operation) { 157 switch (this->operation) { [all...] |