/frameworks/base/media/mca/filterfw/native/core/ |
gl_env.h | 197 // output an error message referencing the given operation string. Returns 199 static bool CheckGLError(const std::string& operation); 202 // will output an error message referencing the given operation string. 204 static bool CheckEGLError(const std::string& operation); 226 // Outputs error messages specific to the operation eglMakeCurrent().
|
/frameworks/base/telephony/java/android/telephony/cdma/ |
CdmaSmsCbProgramData.java | 78 /** Service category operation (add/delete/clear). */ 97 public CdmaSmsCbProgramData(int operation, int category, int language, int maxMessages, 99 mOperation = operation; 134 * Returns the service category operation, e.g. {@link #OPERATION_ADD_CATEGORY}. 183 return "CdmaSmsCbProgramData{operation=" + mOperation + ", category=" + mCategory
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
FolderOperation.java | 38 public FolderOperation(Folder folder, Boolean operation) { 39 mAdd = operation; 70 * inbox to a trashed conversation, making it a destructive operation.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.commands_3.6.0.I20100512-1500.jar | |
/prebuilts/devtools/tools/lib/ |
org-eclipse-core-commands-3.6.0.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.core.commands_3.4.0.I20080509-2000.jar | |
org.eclipse.core.commands_3.6.0.I20100512-1500.jar | |
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/ |
org-eclipse-core-commands-3.6.0.jar | |
/external/mesa3d/src/glsl/ |
opt_algebraic.cpp | 131 if (!ir2 || ir1->operation != ir2->operation) 206 switch (ir->operation) { 213 switch (op_expr[0]->operation) { 396 if (op_expr[0] && op_expr[0]->operation == ir_unop_rcp) { 407 if (op_expr[0] && op_expr[0]->operation == ir_unop_sqrt) { 432 if (!expr || expr->operation == ir_quadop_vector)
|
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))
|
/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...] |
/frameworks/base/services/core/java/com/android/server/ |
AlarmManagerService.java | 380 boolean remove(final PendingIntent operation) { 387 if (alarm.operation.equals(operation)) { 420 if (alarm.operation.getTargetPackage().equals(packageName)) { 452 if (UserHandle.getUserId(alarm.operation.getCreatorUid()) == userHandle) { 480 if (a.operation.getTargetPackage().equals(packageName)) { 557 if (Intent.ACTION_TIME_TICK.equals(a.operation.getIntent().getAction())) { 566 if (packagePrio == null) packagePrio = mPriorities.get(a.operation.getCreatorPackage()); 569 mPriorities.put(a.operation.getCreatorPackage(), packagePrio); 1949 public final PendingIntent operation; field in class:AlarmManagerService.Alarm [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/boringssl/src/crypto/cipher/ |
cipher_test.cc | 169 t->PrintLine("Operation failed."); 225 } operation = kBoth; local 226 if (t->HasAttribute("Operation")) { 227 const std::string &str = t->GetAttributeOrDie("Operation"); 229 operation = kEncrypt; 231 operation = kDecrypt; 233 t->PrintLine("Unknown operation: '%s'.", str.c_str()); 238 // By default, both directions are run, unless overridden by the operation. 239 if (operation != kDecrypt && 244 if (operation != kEncrypt & [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();
|
/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...] |
/external/smali/dexlib2/src/accessorTest/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/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))
|