/toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/ |
bittest.s | 3 # Bit operation instructions (BCLR, BNOT, BSET, BTST) should not be placed in IU.
|
/external/autotest/server/cros/dynamic_suite/ |
comparators.py | 41 self._test_name.equals(rhs.operation) and
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/ |
cli.py | 98 operation = 'decrypt' variable in class:CryptoOperation 101 input_help = 'Name of the file to %(operation)s. Reads from stdin if ' \ 117 '''Performs the program's operation. 202 operation = 'encrypt' variable in class:EncryptOperation 219 operation = 'decrypt' variable in class:DecryptOperation 236 operation = 'sign' variable in class:SignOperation 262 operation = 'verify' variable in class:VerifyOperation 310 # Call the operation 347 operation = 'encrypt' variable in class:EncryptBigfileOperation 362 operation = 'decrypt variable in class:DecryptBigfileOperation [all...] |
/external/curl/docs/examples/ |
fopen.c | 79 URL_FILE *url_fopen(const char *url,const char *operation); 229 URL_FILE *url_fopen(const char *url,const char *operation) 235 (void)operation; 243 if((file->handle.file=fopen(url,operation)))
|
/external/libunwind/doc/ |
unw_step.tex | 39 unwind-info needed to complete the operation. 41 operation has a version or a format that is not understood by
|
/external/mdnsresponder/Clients/ |
dns-sd.c | 29 * PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE OR IN 210 static int operation; variable 314 // Sample callback functions for each of the operation types 354 if (num_printed++ == 0) printf("Timestamp Recommended %s domain\n", operation == 'E' ? "Registration" : "Browsing"); 509 // cancel the current operation when we've got a multiple of five results 510 //if (operation == 'S' && num_printed % 5 == 0) DNSServiceRefDeallocate(sdref); 577 switch (operation) 648 if (operation == 'A' || operation == 'U' || operation == 'N' [all...] |
/external/mesa3d/src/glsl/ |
loop_analysis.cpp | 449 || ((rhs->operation != ir_binop_add) 450 && (rhs->operation != ir_binop_sub))) 454 * If the operation is subtraction, the variable in question must be the 463 || ((op1 == var) && (rhs->operation == ir_binop_sub))) 480 if ((inc != NULL) && (rhs->operation == ir_binop_sub)) {
|
lower_mat_op_to_vec.cpp | 27 * Breaks matrix operation expressions down to a series of vector operations. 351 /* OK, time to break down this matrix operation. */ 352 switch (orig_expr->operation) { 354 /* Apply the operation to each column.*/ 359 column_expr = new(mem_ctx) ir_expression(orig_expr->operation, 374 * column-wise through and applying the operation to each column 381 column_expr = new(mem_ctx) ir_expression(orig_expr->operation, 416 (orig_expr->operation == ir_binop_all_equal)); 420 printf("FINISHME: Handle matrix operation for %s\n",
|
/external/opencv3/3rdparty/jinja2/ |
debug.py | 70 def operation_handler(operation, *args, **kwargs): 71 if operation in ('__getattribute__', '__getattr__'): 73 elif operation == '__setattr__': 76 return getattr(proxy, operation)(*args, **kwargs)
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
reactive_socket_send_op.hpp | 77 static void do_complete(io_service_impl* owner, operation* base,
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
decision_logic.h | 65 // Returns the operation that should be done next. |sync_buffer| and |expand| 95 virtual void ExpandDecision(Operations operation); 125 // Returns the operation that should be done next. |sync_buffer| and |expand|
|
/hardware/qcom/display/msm8084/libgralloc/ |
gralloc.cpp | 60 int operation, ... );
|
/hardware/qcom/display/msm8226/libgralloc/ |
gralloc.cpp | 60 int operation, ... );
|
/hardware/qcom/display/msm8909/libgralloc/ |
gralloc.cpp | 60 int operation, ... );
|
/hardware/qcom/display/msm8960/libgralloc/ |
gralloc.cpp | 60 int operation, ... );
|
/hardware/qcom/display/msm8994/libgralloc/ |
gralloc.cpp | 60 int operation, ... );
|
/hardware/qcom/display/msm8996/libgralloc/ |
gralloc.cpp | 60 int operation, ... );
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
hwc_display_null.h | 75 virtual int Perform(uint32_t operation, ...) { return 0; }
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
hwc_display_primary.h | 61 virtual int Perform(uint32_t operation, ...);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnDictionaryImplJni.java | 65 * Constant about the search operation (for JNI native library) 72 * Constant about the search operation (for JNI native library) 79 * Constant about the search operation (for JNI native library) 219 * @param operation The search operation (see "Constant about the search operation") 229 public static final native int searchWord(long work, int operation, int order, String keyString ); 431 * Create the string array that is used by operation of query
|
/packages/services/Car/libvehiclenetwork/include/ |
IVehicleNetwork.h | 61 virtual status_t injectHalError(int32_t errorCode, int32_t property, int32_t operation) = 0;
|
/prebuilts/go/darwin-x86/src/bufio/ |
example_test.go | 40 // Set the split function for the scanning operation. 68 // Set the split function for the scanning operation.
|
/prebuilts/go/linux-x86/src/bufio/ |
example_test.go | 40 // Set the split function for the scanning operation. 68 // Set the split function for the scanning operation.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/ |
SystraceVersionDetector.java | 23 import org.eclipse.jface.operation.IRunnableWithProgress;
|
/system/connectivity/shill/dbus/ |
chromeos_mm1_modem_proxy.cc | 257 const string& operation) { 258 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << ": " << operation; local 263 const string& operation, 265 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << ": " << operation; local
|