/hardware/qcom/display/msm8960/liboverlay/ |
overlayMdp.cpp | 219 if (data.operation & PP_PARAM_HSIC) { 259 mParams.operation |= PP_OP_PA; 263 if (data.operation & PP_PARAM_SHARP2) { 287 mParams.operation |= PP_OP_SHARP; 291 if (data.operation & PP_PARAM_IGC) { 313 mParams.operation |= PP_OP_IGC; 317 if (data.operation & PP_PARAM_VID_INTFC) {
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_slice_header.c | 582 u32 operation; local 630 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &operation); 633 if (operation > 6) 639 pDecRefPicMarking->operation[i]. 640 memoryManagementControlOperation = operation; 641 if ((operation == 1) || (operation == 3)) 646 pDecRefPicMarking->operation[i].differenceOfPicNums = 649 if (operation == 2) 654 pDecRefPicMarking->operation[i].longTermPicNum = value [all...] |
/art/test/004-ThreadStress/src/ |
Main.java | 51 private static abstract class Operation { 53 * Perform the action represented by this operation. Returns true if the thread should 59 private final static class OOM extends Operation { 75 private final static class SigQuit extends Operation { 119 private final static class Alloc extends Operation { 136 private final static class LargeAlloc extends Operation { 154 private final static class StackTrace extends Operation { 162 private final static class Exit extends Operation { 169 private final static class Sleep extends Operation { 182 private final static class TimedWait extends Operation { [all...] |
/hardware/qcom/display/msm8909/liboverlay/ |
overlayMdp.cpp | 219 ALOGD_IF(0, "In %s: data.operation = %d", __FUNCTION__, data.operation); 223 if (data.operation & UPDATE_COLOR_SPACE) { 230 if (data.operation & PP_PARAM_HSIC) { 270 mParams.operation |= PP_OP_PA; 274 if (data.operation & PP_PARAM_SHARP2) { 298 mParams.operation |= PP_OP_SHARP; 302 if (data.operation & PP_PARAM_IGC) { 324 mParams.operation |= PP_OP_IGC; 328 if (data.operation & PP_PARAM_VID_INTFC) [all...] |
/hardware/qcom/display/msm8994/liboverlay/ |
overlayMdp.cpp | 221 ALOGD_IF(0, "In %s: data.operation = %d", __FUNCTION__, data.operation); 225 if (data.operation & UPDATE_COLOR_SPACE) { 232 if (data.operation & PP_PARAM_HSIC) { 272 mParams.operation |= PP_OP_PA; 276 if (data.operation & PP_PARAM_SHARP2) { 300 mParams.operation |= PP_OP_SHARP; 304 if (data.operation & PP_PARAM_IGC) { 326 mParams.operation |= PP_OP_IGC; 330 if (data.operation & PP_PARAM_VID_INTFC) [all...] |
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
DocumentImpl.java | 123 * @param operation the operation type to use when notifying user data 129 private NodeImpl shallowCopy(short operation, Node node) { 170 AttrImpl elementAttrCopy = (AttrImpl) shallowCopy(operation, elementAttr); 171 notifyUserDataHandlers(operation, elementAttr, elementAttrCopy); 213 * @param operation either {@link UserDataHandler#NODE_CLONED} or 219 Node cloneOrImportNode(short operation, Node node, boolean deep) { 220 NodeImpl copy = shallowCopy(operation, node); 225 copy.appendChild(cloneOrImportNode(operation, list.item(i), deep)); 229 notifyUserDataHandlers(operation, node, copy) [all...] |
/external/autotest/client/common_lib/ |
base_job.py | 150 write-and-unlock. Any operation that is reading or writing state 429 def __init__(self, status_code, subdir, operation, message, fields, 436 @param operation: Description of the operation, or None. 455 if operation and self.BAD_CHAR_REGEX.search(operation): 456 raise ValueError('Invalid character in operation string') 457 self.operation = operation 510 operation = self.operation or self.RENDERED_NONE_VALU [all...] |
/external/boringssl/src/crypto/cipher/ |
cipher_test.cc | 170 t->PrintLine("Operation failed."); 179 t->PrintLine("Operation failed."); 187 t->PrintLine("Operation failed."); 192 t->PrintLine("Operation failed."); 248 } operation = kBoth; local 249 if (t->HasAttribute("Operation")) { 250 const std::string &str = t->GetAttributeOrDie("Operation"); 252 operation = kEncrypt; 254 operation = kDecrypt; 256 t->PrintLine("Unknown operation: '%s'.", str.c_str()) [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_channel_expressions.cpp | 31 * ALU operation operates on one of those channel registers. As a 180 /* OK, time to break down this vector operation. */ 181 switch (expr->operation) { 222 assign(ir, i, new(mem_ctx) ir_expression(expr->operation, 252 assign(ir, i, new(mem_ctx) ir_expression(expr->operation, 316 if (expr->operation == ir_binop_all_equal) 321 temp = new(mem_ctx) ir_expression(expr->operation,
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
ImportTestProvider.java | 62 TestCase.fail("There is no operation."); 73 ContentProviderOperation operation = operations.get(i); local 74 ContentValues contentValues = operation.resolveValueBackReferences( 78 ContentProviderOperation operation = operations.get(i); local 79 ContentValues actualContentValues = operation.resolveValueBackReferences( 81 final Uri uri = operation.getUri();
|
/toolchain/binutils/binutils-2.25/gold/ |
arm-reloc-property.cc | 98 const std::string& operation, 159 // If no relocation operation is specified, we are done. 160 if (operation == "NONE") 163 // Extract information from relocation operation. 164 Tree_node* root_node = Tree_node::make_tree(operation); 271 #define RD(name, type, deprecated, class, operation, is_implemented, \ 281 (operation).s_expression(), is_implemented, \
|
/frameworks/native/libs/ui/ |
Region.cpp | 331 return operation(rhs, op_or); 334 return operation(rhs, op_xor); 337 return operation(rhs, op_and); 340 return operation(rhs, op_nand); 342 const Region Region::operation(const Rect& rhs, int op) const { function in class:android::Region 351 return operation(rhs, op_or); 354 return operation(rhs, op_xor); 357 return operation(rhs, op_and); 360 return operation(rhs, op_nand); 362 const Region Region::operation(const Region& rhs, int op) const function in class:android::Region 408 const Region Region::operation(const Region& rhs, int dx, int dy, int op) const { function in class:android::Region [all...] |
/system/update_engine/payload_generator/ |
delta_diff_utils.cc | 242 new_file.name, // operation name 272 "<non-file-data>", // operation name 301 // regardless of the contents since they are already copied and no operation 392 // We split the operation at the extent boundary or when bigger than 407 // The current operation represents the move/copy operation for the 441 InstallOperation operation; local 466 &operation)); 468 // Check if the operation writes nothing. 469 if (operation.dst_extents_size() == 0) 557 InstallOperation operation; local [all...] |
/external/autotest/client/cros/cellular/ |
ether_io_rf_switch.py | 137 operation = arguments.popleft() 141 if operation == 'query': 143 elif operation == 'select':
|
/external/mesa3d/src/glsl/ |
lower_vector.cpp | 64 assert(ir->operation == ir_quadop_vector); 95 if (ex->operation != ir_unop_neg) 122 if ((expr == NULL) || (expr->operation != ir_quadop_vector))
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/ |
AccessorTest.java | 108 String operation = m.group(2); local 121 Assert.assertNotNull(String.format("Could not resolve accessor for %s_%s", type, operation), 124 int operationType = operationTypes.get(operation);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
RenameResourceWizard.java | 110 * Show a refactoring dialog for the given resource refactoring operation 136 RefactoringWizardOpenOperation operation = new RefactoringWizardOpenOperation(wizard); local 138 int result = operation.run(parent, dialogTitle == null ? "" : dialogTitle); 139 RefactoringStatus status = operation.getInitialConditionCheckingStatus();
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
DataDrivenCalendarTest.java | 178 // Headers { "locale","from","operation","params","to" } 199 // #4 'operation' info 200 param = "operation"; 201 String operation = testSetting=currentCase.getString(param); local 223 +operation +" [[[ "+paramsSet+" ]]] >>> "+to; 255 if (operation.equals(kROLL)) { 258 } else if (operation.equals(kADD)) { 262 errln(caseString+ " FAIL: unknown operation "+ operation); 264 logln(operation + " of "+ paramsSet.get(q)) [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
DataDrivenCalendarTest.java | 174 // Headers { "locale","from","operation","params","to" } 195 // #4 'operation' info 196 param = "operation"; 197 String operation = testSetting=currentCase.getString(param); local 219 +operation +" [[[ "+paramsSet+" ]]] >>> "+to; 251 if (operation.equals(kROLL)) { 254 } else if (operation.equals(kADD)) { 258 errln(caseString+ " FAIL: unknown operation "+ operation); 260 logln(operation + " of "+ paramsSet.get(q)) [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
genk-timing.py | 122 operation = random.choice(possibleOperations) 123 if operation == "-": 127 self.writeln(" %s = %s %s %s" % (LValue, LHS, operation, RHS)) 129 self.writeln(" %s = %s %s %s" % (LValue, LHS, operation, RHS)) 131 self.writeln(" %s = %s %s %f :" % (LValue, LHS, operation, random.uniform(1, 100))) 133 self.writeln(" %s = %s %s %s :" % (LValue, LHS, operation, RHS))
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
genk-timing.py | 127 operation = random.choice(possibleOperations) 128 if operation == "-": 132 self.writeln(" %s = %s %s %s" % (LValue, LHS, operation, RHS)) 134 self.writeln(" %s = %s %s %s" % (LValue, LHS, operation, RHS)) 136 self.writeln(" %s = %s %s %f :" % (LValue, LHS, operation, random.uniform(1, 100))) 138 self.writeln(" %s = %s %s %s :" % (LValue, LHS, operation, RHS))
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
genk-timing.py | 122 operation = random.choice(possibleOperations) 123 if operation == "-": 127 self.writeln(" %s = %s %s %s" % (LValue, LHS, operation, RHS)) 129 self.writeln(" %s = %s %s %s" % (LValue, LHS, operation, RHS)) 131 self.writeln(" %s = %s %s %f :" % (LValue, LHS, operation, random.uniform(1, 100))) 133 self.writeln(" %s = %s %s %s :" % (LValue, LHS, operation, RHS))
|
/frameworks/base/tests/SoundTriggerTests/src/android/hardware/soundtrigger/stubhal/ |
GenericSoundModelTest.java | 224 // Perform a random operation 225 int operation = predictableRandom.nextInt(5); local 227 if (operation == 0 && modelInfo.status == STATUS_UNLOADED) { 232 } else if (operation == 1 && modelInfo.status == STATUS_LOADED) { 239 } else if (operation == 2 && modelInfo.status == STATUS_STARTED) { 250 } else if (operation == 3 && modelInfo.status == STATUS_STARTED) { 257 } else if (operation == 4 && modelInfo.status != STATUS_UNLOADED) {
|
/art/compiler/optimizing/ |
induction_var_range.cc | 234 info->operation == HInductionVarAnalysis::kFetch) { 281 return trip->operation == HInductionVarAnalysis::kTripCountInBody || 282 trip->operation == HInductionVarAnalysis::kTripCountInBodyUnsafe; 291 return trip->operation == HInductionVarAnalysis::kTripCountInBodyUnsafe || 292 trip->operation == HInductionVarAnalysis::kTripCountInLoopUnsafe; 308 if (trip_expr->operation == HInductionVarAnalysis::kSub) { 317 trip->operation, 336 trip->induction_class, trip->operation, &neg, trip->op_b, nullptr, trip->type); 390 switch (info->operation) { 669 // Handle current operation 684 HInstruction* operation = nullptr; local [all...] |
/art/runtime/base/ |
scoped_flock.cc | 42 int operation = block ? LOCK_EX : (LOCK_EX | LOCK_NB); local 43 int flock_result = TEMP_FAILURE_RETRY(flock(file_->Fd(), operation));
|