/external/autotest/site_utils/deploy_autotest/ |
common_util.py | 37 parser.add_argument('operation', 38 help='Operation to perform. Must be one of: %s' % 46 if not parsed_args.operation in VALID_COMMANDS: 47 parser.error('Invalid operation specified. Must be one of: %s' %
|
/external/dagger2/compiler/src/test/java/dagger/tests/integration/operation/ |
PrimitiveInjectionTest.java | 17 package dagger.tests.integration.operation;
|
/external/kernel-headers/original/uapi/linux/ |
hyperv.h | 73 __u8 operation; member in struct:hv_vss_hdr 120 __u32 operation; member in struct:hv_fcopy_hdr 250 * that I chose to treat the registration operation as part of the 338 __u8 operation; member in struct:hv_kvp_hdr 393 __u8 operation; member in struct:hv_kvp_ip_msg
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_target_nv50.h | 49 virtual bool isOpSupported(operation, DataType) const;
|
/frameworks/base/core/tests/coretests/src/android/content/ |
ContentProviderOperationTest.java | 137 // Build an operation to assert values match provider 156 // Build an operation to assert values match provider 439 private int operationGetType(ContentProviderOperation operation) 443 return field.getInt(operation); 446 private Uri operationGetUri(ContentProviderOperation operation) 450 return (Uri) field.get(operation); 453 private String operationGetSelection(ContentProviderOperation operation) 457 return (String) field.get(operation); 460 private String[] operationGetSelectionArgs(ContentProviderOperation operation) 464 return (String[]) field.get(operation); [all...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
GLToolbox.java | 173 public static void checkGlError(String operation) { 176 throw new RuntimeException("GL Operation '" + operation + "' caused error " 188 private static void assertNonUiThread(String operation) { 190 throw new RuntimeException("Attempting to perform GL operation '" + operation
|
/hardware/qcom/display/msm8960/libqdutils/ |
qdMetaData.h | 61 int32_t operation; member in struct:MetaData_t
|
/packages/services/Car/libvehiclenetwork/include/ |
VehicleNetwork.h | 47 virtual void onHalError(int32_t errorCode, int32_t property, int32_t operation) = 0; 66 void handleHalError(int32_t errorCode, int32_t property, int32_t operation); 130 status_t injectHalError(int32_t errorCode, int32_t property, int32_t operation); 139 void onHalError(int32_t errorCode, int32_t property, int32_t operation);
|
/packages/services/Car/libvehiclenetwork/native/ |
IVehicleNetworkListener.cpp | 66 virtual void onHalError(int32_t errorCode, int32_t property, int32_t operation) { 71 data.writeInt32(operation); 126 int32_t operation = data.readInt32(); local 127 onHalError(errorCode, property, operation);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/ |
pulseaudio.h | 36 #include <pulse/operation.h> 54 * operation.h,\ref volume.h, \ref xmalloc.h, \ref utf8.h, \ref
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/ |
pulseaudio.h | 37 #include <pulse/operation.h> 55 * operation.h,\ref volume.h, \ref xmalloc.h, \ref utf8.h, \ref
|
/hardware/ti/omap4-aah/camera/ |
BaseCameraAdapter.cpp | 408 status_t BaseCameraAdapter::sendCommand(CameraCommands operation, int value1, int value2, int value3, int value4) { 416 switch ( operation ) { 429 ret = setState(operation); 483 ret = setState(operation); 536 ret = setState(operation); 577 ret = setState(operation); 613 ret = setState(operation); 639 ret = setState(operation); 667 ret = setState(operation); 695 ret = setState(operation); [all...] |
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
handler_tracking.hpp | 98 // Record an operation that affects pending handlers. 99 ASIO_DECL static void operation(const char* object_type, 124 # define ASIO_HANDLER_OPERATION(args) asio::detail::handler_tracking::operation args
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
ContentProviderOperationBuilderTest.java | 67 ContentProviderOperation operation = builder.build(); local 68 assertThat(operation, notNullValue());
|
/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 | |
/external/gemmlowp/meta/ |
multi_thread_gemm.h | 36 std::int32_t result_stride, const F& operation) { 44 operation.ExecuteCacheFriendlyMatrixMatrix( 49 operation.ExecuteCacheFriendlyMatrixMatrix( 53 operation.ExecuteCacheFriendlyMatrixMatrix(scratch, lhs, rhs, m, n, k, 185 internal::GemmQuantized8BitOperation operation(lhs_offset, rhs_offset, 188 n, k, result, n, operation); 203 internal::GemmFloatOperation operation(lhs_offset, rhs_offset, result_offset); 205 n, k, result, n, operation); 220 internal::GemmInt32Operation operation(lhs_offset, rhs_offset); 222 n, k, result, n, operation); [all...] |
/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 | |
/toolchain/binutils/binutils-2.25/binutils/ |
ar.c | 118 } operation = none; 491 if (operation != none) 492 fatal (_("two different operation options specified")); 502 operation = del; 506 operation = move; 510 operation = print_files; 513 operation = quick_append; 517 operation = replace; 521 operation = print_table; 524 operation = extract 116 } operation = none; variable in typeref:enum:operations [all...] |
/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)
|