HomeSort by relevance Sort by last modified time
    Searched refs:operation (Results 401 - 425 of 1534) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
float16_gen.c 184 // return the result of an arithmetic operation as an 'unsigned short'.
224 // from applying 'operation' on the pair.
225 void printReferenceOutput(const char *fieldName, operation_t operation,
235 // Apply 'operation' and compute error bounds for the result.
236 result = operation(input[x].value, input[y].value);
  /device/generic/mips64/
BoardConfig.mk 36 # of an SDK AVD. Note that this operation only works on Linux for now
  /external/ImageMagick/MagickWand/
Android.mk 39 operation.c \
  /external/ImageMagick/config/
ar-lib 79 # func_at_file at_file operation archive
80 # Iterate over all members in AT_FILE performing OPERATION on ARCHIVE
87 operation=$2
95 $AR -NOLOGO $operation:"$member" "$archive" || exit $?
  /external/ImageMagick/www/api/
monitor.php 9 <title>ImageMagick: MagickCore, C API for ImageMagick: Monitor the Progress of an Image Operation</title>
15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, monitor, the, progress, of, an, image, operation, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
67 <p>If the progress monitor returns MagickFalse, the current operation is interrupted.</p>
88 <dd>Specifies a pointer to a method to monitor progress of an image operation. </dd>
106 <p>If the progress monitor returns MagickFalse, the current operation is interrupted.</p>
127 <dd>Specifies a pointer to a method to monitor progress of an image operation. </dd>
  /external/autotest/client/common_lib/cros/fake_device_server/
devices.py 134 operation = args.pop(0) if args else None
135 if device_id is None or operation != 'patchState':
136 raise server_errors.HTTPError(400, 'Unsupported operation.')
  /external/bison/lib/
sigprocmask.c 222 sigprocmask (int operation, const sigset_t *set, sigset_t *old_set)
233 switch (operation)
  /external/boringssl/src/crypto/x509/
x_x509.c 91 static int x509_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
96 switch(operation) {
  /external/google-breakpad/src/tools/mac/dump_syms/
macho_dump.cc 63 int check_syscall(int result, const char *operation, const char *filename) {
66 program_name.c_str(), operation,
  /external/libchrome/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc 69 const unsigned int operation = 0; local
72 const int rv = sys_seccomp(operation, flags, nullptr);
  /external/pcre/dist/
ar-lib 79 # func_at_file at_file operation archive
80 # Iterate over all members in AT_FILE performing OPERATION on ARCHIVE
87 operation=$2
95 $AR -NOLOGO $operation:"$member" "$archive" || exit $?
  /external/tpm2/
PolicyCounterTimer.c 48 //If this is a trial policy, skip all validations and the operation
57 switch(in->operation)
152 // add operation
153 CryptUpdateDigestInt(&hashState, sizeof(TPM_EO), &in->operation);
  /external/webrtc/webrtc/modules/audio_coding/neteq/
decision_logic.cc 145 void DecisionLogic::ExpandDecision(Operations operation) {
146 if (operation == kExpand) {
  /external/wpa_supplicant_8/hs20/server/www/
est.php 40 $sql = "SELECT rowid,password,operation FROM sessions " .
54 $oper = $row['operation'];
56 error_log("EST: Unexpected operation $oper for user=$user realm=$realm");
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_pic_order_cnt.c 140 while (pSliceHeader->decRefPicMarking.operation[i].
143 if (pSliceHeader->decRefPicMarking.operation[i].
  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 162 String operation = mTokenizer.nextArg(); local
163 if (ARGUMENT_INSERT.equals(operation)) {
165 } else if (ARGUMENT_DELETE.equals(operation)) {
167 } else if (ARGUMENT_UPDATE.equals(operation)) {
169 } else if (ARGUMENT_QUERY.equals(operation)) {
171 } else if (ARGUMENT_CALL.equals(operation)) {
173 } else if (ARGUMENT_READ.equals(operation)) {
176 throw new IllegalArgumentException("Unsupported operation: " + operation);
  /hardware/qcom/display/msm8996/libqdutils/
qdMetaData.cpp 61 data->operation |= paramType;
126 data->operation |= paramType;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ActionModeHandler.java 238 mode.getMenuInflater().inflate(R.menu.operation, menu);
288 int operation = MediaObject.SUPPORT_ALL; local
293 operation &= support;
300 operation &= ~MediaObject.SUPPORT_EDIT;
304 operation &= SUPPORT_MULTIPLE_MASK;
307 return operation;
409 // Pass1: Deal with unexpanded media object list for menu operation.
423 final int operation = computeMenuOptions(selected);
437 // Pass2: Deal with expanded media object list for sharing operation.
456 MenuExecutor.updateMenuOperation(mMenu, operation);
    [all...]
  /packages/services/Car/libvehiclenetwork/include/
VehicleNetworkDataTypes.h 272 int32_t operation; member in class:android::VehicleHalError
276 operation(aOperation) {};
  /prebuilts/go/darwin-x86/test/ken/
rob1.go 7 // Test general operation using a list implementation.
  /prebuilts/go/darwin-x86/test/
mallocfin.go 7 // Test basic operation of finalizers.
  /prebuilts/go/linux-x86/test/ken/
rob1.go 7 // Test general operation using a list implementation.
  /prebuilts/go/linux-x86/test/
mallocfin.go 7 // Test basic operation of finalizers.
  /system/update_engine/payload_generator/
inplace_generator.h 40 // new_vertex is a MOVE operation that moves some existing blocks into
88 // Do this by creating a new operation X that copies from the blocks
147 // A->B. Now, A is a full operation.
179 // For each block in |operation| that is read or written, find that block
183 static bool AddInstallOpToBlocksVector(const InstallOperation& operation,
189 // |existing_vertex| with the passed |operation|.
191 // blocks involved in the operation updating the |blocks| vector. The
196 const InstallOperation operation,
205 // Resolve all read-after-write dependencies in the operation list |aops|. The
payload_generation_config.cc 133 bool PayloadVersion::OperationAllowed(InstallOperation_Type operation) const {
134 switch (operation) {

Completed in 1225 milliseconds

<<11121314151617181920>>