Searched refs:operation (Results 476 - 500 of 531) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.cc1940 HMathMinMax::Operation operation = instr->hydrogen()->operation(); local
1943 Condition condition = (operation == HMathMinMax::kMathMin)
1980 Condition condition = (operation == HMathMinMax::kMathMin) ? below : above;
1995 if (operation == HMathMinMax::kMathMin) {
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1220 /// ToString() method(s) check to see if there is an operation at the
1221 /// current index. If so, the operation is done and then normal String
1226 /// screw up the token index values. That is, an insert operation at token
1727 /// Its turns out that, for powers of two, this mod operation is
2540 // Define the rewrite operation hierarchy
2556 /// <summary>Execute the rewrite operation by possibly adding to the buffer.
2744 /// Return a map from token index to operation.
6240 // no operation at that index, just dump token
6245 I := Op.Execute(Buf); // execute operation and skip
/external/blktrace/btt/doc/
H A Dbtt.tex264 During normal operation, requests queues are \emph{plugged} and during
951 "sequences" - showing only the Q, D \& C operation times. The D \& C
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.cc1928 HMathMinMax::Operation operation = instr->hydrogen()->operation(); local
1929 Condition condition = (operation == HMathMinMax::kMathMin) ? le : ge;
1959 if (operation == HMathMinMax::kMathMin) {
3715 // Deopt if the operation did not succeed.
5028 // Deopt if the operation did not succeed (except_flag != 0).
5061 // Deopt if the operation did not succeed (except_flag != 0).
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex514 to store information concerning each \emph{stall} and IO operation
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp3178 void EventHandler::dragSourceEndedAt(const PlatformMouseEvent& event, DragOperation operation) argument
3185 dragState().m_dragDataTransfer->setDestinationOperation(operation);
3299 // reset. Hence, need to check if this particular drag operation can
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm43 ;# A 16x16 transpose can then be thought of as an operation on
/external/chromium_org/v8/src/arm64/
H A Dsimulator-arm64.cc1368 Instr operation = instr->Mask(AddSubOpMask); local
1370 switch (operation) {
1470 // Switch on the logical operation, stripping out the NOT bit, as it has a
1630 // operation even when interrupted in the middle of it. The stack pointer
1780 // operation even when interrupted in the middle of it. The stack pointer
2509 // The exponent is irrelevant in the rounding operation, so we treat the
3062 // If the operation would produce a NaN, return the default NaN.
/external/elfutils/0.153/
H A Delfutils.spec228 - libdw: Decode new DW_OP_GNU_implicit_pointer operation; new
/external/libmtp/src/
H A Dptp.c118 * filled in (i.e. operation code and parameters). It's up to caller to do
391 * PTP operation functions
500 /* SessonID field of the operation dataset should always
1463 * This operation returns from the device a block of data, empty,
1775 * This operation is used to read from the device a data
1820 * This operation can be used to read the image which is currently
1822 * Of course, prior to calling this operation, one must turn the viewfinder
1824 * Invoking this operation many times, one can get live video from the camera!
1851 * This is an interesting operation, about the effect of which I am not sure.
1853 * with the SetDevicePropValue operation, an
2647 ptp_operation_issupported(PTPParams* params, uint16_t operation) argument
[all...]
H A Dptp.h171 /* PTP v1.0 operation codes */
201 /* PTP v1.1 operation codes */
2097 * The capturing of new data objects is an asynchronous operation.
2158 * (see operation PTP_OC_CANON_CheckEvent).
2168 * This operation is observed after pressing the Disconnect
2172 * (see operation PTP_OC_CANON_CheckEvent).
2182 * Prior to start reading viewfinder images, one must call this operation.
2183 * Supposedly, this operation affects the value of the CANON_ViewfinderMode
2195 * viewfinder images any more, one must call this operation.
2196 * Supposedly, this operation affect
[all...]
/external/libvorbis/doc/
H A D01-introduction.tex422 decoupling operation is the same for all pairs, converting square
/external/libvpx/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm43 ;# A 16x16 transpose can then be thought of as an operation on
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c190 // prints message "dnsextd <function>: <operation> - <error message>"
192 mDNSlocal void LogErr(const char *fn, const char *operation) argument
196 snprintf(buf, sizeof(buf), "%s: %s - %s", fn, operation, errbuf);
765 // check request operation
2216 if (llq->llqOp != kLLQOp_Setup) { Log("LLQSetupChallenge - incorrrect operation from client"); return; } // client error
/external/chromium_org/v8/src/x87/
H A Dlithium-codegen-x87.cc2190 HMathMinMax::Operation operation = instr->hydrogen()->operation(); local
2193 Condition condition = (operation == HMathMinMax::kMathMin)
2214 Condition condition = (operation == HMathMinMax::kMathMin) ? below : above;
2233 if (operation == HMathMinMax::kMathMin) {
/external/chromium_org/third_party/boringssl/linux-arm/crypto/aes/
H A Daes-armv4.S15 @ allows to merge logical or arithmetic operation with shift or rotate
/external/chromium_org/third_party/lcov/bin/
H A Dlcov533 --list-full-path Print full path during a list operation
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_emit_nvc0.cpp1157 assert(!"invalid flow operation");
1738 ERROR("operation should have been eliminated");
1744 ERROR("operation should have been lowered\n");
1963 operation prevOp;
/external/chromium_org/v8/src/mips64/
H A Dlithium-codegen-mips64.cc1896 HMathMinMax::Operation operation = instr->hydrogen()->operation(); local
1897 Condition condition = (operation == HMathMinMax::kMathMin) ? le : ge;
1927 if (operation == HMathMinMax::kMathMin) {
3744 // Deopt if the operation did not succeed.
5060 // Deopt if the operation did not succeed (except_flag != 0).
5093 // Deopt if the operation did not succeed (except_flag != 0).
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_emit_nvc0.cpp1157 assert(!"invalid flow operation");
1738 ERROR("operation should have been eliminated");
1744 ERROR("operation should have been lowered\n");
1963 operation prevOp;
/external/openssl/crypto/aes/asm/
H A Daes-armv4.S15 @ allows to merge logical or arithmetic operation with shift or rotate
/external/iproute2/doc/
H A Dip-cref.tex253 This operation is {\em not allowed\/} if the device is in state \verb|UP|.
269 --- change the name of the device. This operation is not
294 Do not use it, if you do not understand what this operation really does.
1828 Note that this operation is not equivalent to \verb|ip route show|.

Completed in 912 milliseconds

<<11121314151617181920>>