/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
IDNA.java | 35 * ToASCII operation before passing it to resolver libraries. Domain names 37 * ToUnicode operation before displaying the domain name to the user. 46 * multiple times to an input string will yield the same result as applying the operation 472 * IDNA2003: This function implements the ToASCII operation as defined in the IDNA RFC. 473 * This operation is done on <b>single labels</b> before sending it to something that expects 482 * If unassigned code points are found the operation fails with 491 * the operation will fail with ParseException 504 * IDNA2003: This function implements the ToASCII operation as defined in the IDNA RFC. 505 * This operation is done on <b>single labels</b> before sending it to something that expects 514 * If unassigned code points are found the operation fails with [all...] |
/external/deqp/framework/common/ |
tcuThreadUtil.cpp | 113 Operation::Operation (const char* name) 119 Operation::~Operation (void) 123 void Operation::execute (Thread& thread) 134 // Try execute operation 190 void Thread::addOperation (Operation* operation) 192 m_operations.push_back(operation); 200 // Reserve at least two messages for each operation [all...] |
/external/opencv3/doc/tutorials/imgproc/opening_closing_hats/ |
opening_closing_hats.markdown | 119 /// Create Trackbar to select Morphology operation 145 int operation = morph_operator + 2; 149 /// Apply the specified morphology operation 150 morphologyEx( src, dst, operation, element ); 162 - The first trackbar **"Operator"** returns the kind of morphology operation to use 184 to effectuate a new morphology operation and it will update the output image based on the 193 int operation = morph_operator + 2; 197 /// Apply the specified morphology operation 198 morphologyEx( src, dst, operation, element ); 208 - **operation**: The kind of morphology transformation to be performed. Note that we hav [all...] |
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/ |
FileOperations.java | 82 throw new UnsupportedOperationException("Unknown operation: " + operationType); 103 throw new UnsupportedOperationException("Unknown operation: " + operationType); 109 if (DEBUG) Log.d(TAG, "Attempting to canceling operation: " + jobId); 122 if (DEBUG) Log.d(TAG, "Initiating 'copy' operation id: " + jobId); 135 * Starts the service for a move operation. 147 if (DEBUG) Log.d(TAG, "Initiating 'move' operation id: " + jobId); 161 * Starts the service for a delete operation. 173 if (DEBUG) Log.d(TAG, "Initiating 'delete' operation id " + jobId + "."); 183 * Starts the service for an operation. 187 * @param srcDocs A list of src files for an operation [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 385 // We split the operation at the extent boundary or when bigger than 400 // The current operation represents the move/copy operation for the 434 InstallOperation operation; local 459 &operation)); 461 // Check if the operation writes nothing. 462 if (operation.dst_extents_size() == 0) 550 InstallOperation operation; local [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
Rop.java | 56 * {@code non-null;} result type of this operation; {@link Type#VOID} for 61 /** {@code non-null;} types of all the sources of this operation */ 64 /** {@code non-null;} list of possible types thrown by this operation */ 84 * @param result {@code non-null;} result type of this operation; {@link 86 * @param sources {@code non-null;} types of all the sources of this operation 88 * operation 132 * @param result {@code non-null;} result type of this operation; {@link 134 * @param sources {@code non-null;} types of all the sources of this operation 136 * operation 152 * @param result {@code non-null;} result type of this operation; {@lin [all...] |
/dalvik/dx/src/com/android/dx/rop/code/ |
Rop.java | 56 * {@code non-null;} result type of this operation; {@link Type#VOID} for 61 /** {@code non-null;} types of all the sources of this operation */ 64 /** {@code non-null;} list of possible types thrown by this operation */ 84 * @param result {@code non-null;} result type of this operation; {@link 86 * @param sources {@code non-null;} types of all the sources of this operation 88 * operation 132 * @param result {@code non-null;} result type of this operation; {@link 134 * @param sources {@code non-null;} types of all the sources of this operation 136 * operation 152 * @param result {@code non-null;} result type of this operation; {@lin [all...] |
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
Rop.java | 56 * {@code non-null;} result type of this operation; {@link Type#VOID} for 61 /** {@code non-null;} types of all the sources of this operation */ 64 /** {@code non-null;} list of possible types thrown by this operation */ 84 * @param result {@code non-null;} result type of this operation; {@link 86 * @param sources {@code non-null;} types of all the sources of this operation 88 * operation 132 * @param result {@code non-null;} result type of this operation; {@link 134 * @param sources {@code non-null;} types of all the sources of this operation 136 * operation 152 * @param result {@code non-null;} result type of this operation; {@lin [all...] |
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteSession.java | 67 * An implicit transaction is created whenever a database operation is requested 69 * only lasts for the duration of the database operation in question and then it 70 * is ended. If the database operation was successful, then its changes are committed. 176 * until the first operation is performed. If the first operation is 282 * acquired by this operation. Refer to {@link SQLiteConnectionPool}. 283 * @param cancellationSignal A signal to cancel the operation in progress, or null if none. 288 * @throws OperationCanceledException if the operation was canceled. 387 * @param cancellationSignal A signal to cancel the operation in progress, or null if none. 391 * @throws OperationCanceledException if the operation was canceled [all...] |
/hardware/ti/omap4-aah/security/tee_client_api/ |
tee_client_api_linux_driver.c | 158 * @param pCommand a SChannel command message that must have been filled except for the operation parameters 160 * @param pOperation a TEEC_Operation structure that contains the operation parameters (and types) 176 /* Determine message parameters from operation parameters */ 265 /* Update the operation parameters from the answer message */ 468 TEEC_Operation* operation, /* payload. If operation is NULL then no data buffers are exchanged with the Trusted Application, and the operation cannot be cancelled by the Client Application */ 477 operation, 504 TEEC_Operation* operation, 510 operation, [all...] |
/hardware/ti/omap4xxx/security/tee_client_api/ |
tee_client_api_linux_driver.c | 150 * @param pCommand a SChannel command message that must have been filled except for the operation parameters 152 * @param pOperation a TEEC_Operation structure that contains the operation parameters (and types) 168 /* Determine message parameters from operation parameters */ 257 /* Update the operation parameters from the answer message */ 460 TEEC_Operation* operation, /* payload. If operation is NULL then no data buffers are exchanged with the Trusted Application, and the operation cannot be cancelled by the Client Application */ 469 operation, 496 TEEC_Operation* operation, 502 operation, [all...] |
/art/test/076-boolean-put/src/ |
Main.java | 21 * to generate an accessor method that performs the boolean operation. 24 * operation is written back to a boolean field.
|
/bionic/libc/private/ |
thread_private.h | 15 * inter-operation with libc. libc contains weak versions of the 16 * described functions for operation in a non-threaded environment.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/ |
CrossoverPolicy.java | 21 * operation on a source pair of chromosomes. 28 * Perform a crossover operation on the given chromosomes.
|
/external/autotest/client/common_lib/cros/fake_device_server/ |
registration_tickets.py | 126 id, api_key, operation = common_util.parse_common_args( 128 if operation: 130 if operation == 'finalize': 134 400, 'Unsupported method call %s' % operation) 141 'Require userEmail=me to create ticket %s' % operation) 150 # We have an insert operation so make sure we have all required 173 server_errors.HTTPError(400, 'Missing id for operation') 195 server_errors.HTTPError(400, 'Missing id for operation')
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
progress_callback.py | 96 operation_name: String describing the operation, i.e. 101 Formatted announce text for outputting operation progress. 103 # Operation name occupies 11 characters (enough for 'Downloading'), plus a 104 # space. The rest is used for url_to_display. If a longer operation name is 106 # a longer operation, but want to make sure the terminal output is meaningful. 128 announce_text: String describing the operation. 144 """Prints an overwriting line to stderr describing the operation progress. 150 total_size: Total size of the ongoing operation.
|
/external/clang/test/SemaCXX/ |
bool.cpp | 31 // expected-note {{use '&' for a bitwise operation}} \ 34 // expected-note {{use '|' for a bitwise operation}}
|
/external/conscrypt/src/main/java/org/conscrypt/ |
GCMParameters.java | 20 * GCM parameters used during an ciphering operation with {@link OpenSSLCipher}. 28 /** Actually the nonce value for the GCM operation. */
|
/external/guava/guava/src/com/google/common/collect/ |
UnmodifiableListIterator.java | 40 * @deprecated Unsupported operation. 50 * @deprecated Unsupported operation.
|
/external/libcap-ng/libcap-ng-0.7/docs/ |
capng_updatev.3 | 12 capng_updatev will update the internal posix capabilities settings based on the options passed to it. The action should be eith CAPNG_DROP to set the capability bit to 0, or CAPNG_ADD to set the capability bit to 1. The operation is performed on the capability set specified in the type parameter. The values are: CAPNG_EFFECTIVE, CAPNG_PERMITTED, CAPNG_INHERITABLE, CAPNG_BOUNDING_SET. The values may be or'ed together to perform the same operation on multiple sets. The last paramter, capability, is the capability define as given in linux/capability.h.
|
/external/libnfc-nci/halimpl/pn54x/tml/ |
phTmlNfc.h | 33 * completion of requested operation 39 * completion of requested operation 62 * - NFCSTATUS_FAILED Failed to wait on Read/Write operation. 102 phTmlNfc_e_EnableNormalMode /* Hardware setting for normal mode of operation */ 122 volatile uint8_t bEnable; /*This flag shall decide whether to perform Write/Read operation */ 123 uint8_t bThreadBusy; /*Flag to indicate thread is busy on respective operation */ 126 void *pContext; /*Context passed while invocation of operation */ 127 uint8_t *pBuffer; /*Buffer passed while invocation of operation */
|
/external/libweave/include/weave/ |
stream.h | 24 // completing operation. Caller guarantees that buffet is alive until callback 39 // completing operation. Caller guarantees that buffet is alive until either
|
/external/llvm/test/CodeGen/X86/ |
2008-06-13-VolatileLoadStore.ll | 11 store volatile double %b, double* @atomic ; one processor operation only 12 store volatile double 0.000000e+00, double* @atomic2 ; one processor operation only
|
/external/ltrace/testsuite/ltrace.minor/ |
trace-clone.exp | 22 } elseif [ regexp {Operation not permitted} $exec_output ] { 23 fail "Operation not permitted, see testrun.log for details!"
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
InvalidFilenameException.java | 31 * @param path - the path involved in the file system operation that caused the exception 38 * @param path - the path involved in the file system operation that caused the exception
|