/external/webkit/Source/WebCore/editing/ |
EditCommand.cpp | 84 // use them perform one if one is necessary (like for the creation of VisiblePositions). 116 // use them perform one if one is necessary (like for the creation of VisiblePositions). 139 // use them perform one if one is necessary (like for the creation of VisiblePositions).
|
/external/webrtc/src/common_audio/signal_processing_library/main/interface/ |
spl_inl.h | 169 // perform long addition 197 // perform subtraction 219 // perform subtraction
|
/external/webrtc/src/common_audio/signal_processing_library/main/source/ |
cross_correlation.c | 166 // Perform the cross correlation 179 // Perform the optimized cross correlation 218 // Perform the optimized cross correlation
|
resample_fractional.c | 50 // Perform resampling (3 input samples -> 2 output samples); 96 // Perform resampling (4 input samples -> 3 output samples); 205 // Perform resampling (11 input samples -> 8 output samples);
|
/frameworks/base/core/java/android/content/ |
CursorLoader.java | 31 * querying cursors, building on {@link AsyncTaskLoader} to perform the cursor 35 * perform, either through the 99 * to specify the query to perform.
|
IntentSender.java | 34 * A description of an Intent and target action to perform with it. 36 * handed to other applications so that they can perform the action you 40 * you are granting it the right to perform the operation you have specified 135 * Perform the operation associated with this IntentSender, allowing the 161 * Perform the operation associated with this IntentSender, allowing the
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
omxVCM4P10_TransformDequantLumaDCFromPair_s.s | 121 ;// Perform the row operations (on columns) using SIMD * 123 ;// Perform the coloumn operations * 175 ;// We do not subtract 2 from Shift as in C reference, instead perform a
|
/frameworks/base/packages/BackupRestoreConfirmation/res/values/ |
strings.xml | 36 <!-- Text for message to user that they must enter their predefined backup password in order to perform this operation. --> 38 <!-- Text for message to user that they must enter their device encryption password in order to perform this restore operation. --> 40 <!-- Text for message to user that they must enter their device encryption password in order to perform this backup operation. -->
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Mosaic.h | 87 * \param blendingType Type of blending to perform 115 * After adding all frames, call this function to perform the final blending. 190 * Type of blending to perform.
|
/external/clang/include/clang/Sema/ |
Initialization.h | 504 /// \brief Perform a derived-to-base cast, producing an rvalue. 506 /// \brief Perform a derived-to-base cast, producing an xvalue. 508 /// \brief Perform a derived-to-base cast, producing an lvalue. 518 /// \brief Perform a user-defined conversion, either via a conversion 521 /// \brief Perform a qualification conversion, producing an rvalue. 523 /// \brief Perform a qualification conversion, producing an xvalue. 525 /// \brief Perform a qualification conversion, producing an lvalue. 527 /// \brief Perform an implicit conversion sequence. 529 /// \brief Perform list-initialization without a constructor 531 /// \brief Perform list-initialization with a constructor [all...] |
/dalvik/docs/ |
verifier.html | 12 perform generally the same set of checks as are described in _The Java 57 There are a few checks that the Dalvik bytecode verifier does not perform, 145 attempts to perform an illegal access on a field, the VM should throw 170 <li>We can perform the access checks when the field/method/class is 179 <li>Perform the access checks on every field/method/class access.
|
/external/proguard/src/proguard/ |
ProGuard.java | 293 // Perform the actual shrinking. 309 // Perform the actual inlining. 324 // Perform the actual optimization. 351 // Perform the actual obfuscation. 366 // Perform the actual preverification.
|
/libcore/luni/src/main/java/javax/xml/transform/ |
overview.html | 22 applications need to perform transformations. Transformations may be described 127 transformation instructions, and perform the transformation.</p> 190 synchronized blocking, and so may not be used to perform multiple concurrent 205 TransformerFactory may not perform multiple concurrent 224 <i>Responsibilities: </i>Perform the
|
/frameworks/base/core/java/android/app/ |
PendingIntent.java | 33 * A description of an Intent and target action to perform with it. Instances 36 * handed to other applications so that they can perform the action you 40 * you are granting it the right to perform the operation you have specified 268 * Retrieve a PendingIntent that will perform a broadcast, like calling 271 * @param context The Context in which this PendingIntent should perform 364 * Perform the operation associated with this PendingIntent. 376 * Perform the operation associated with this PendingIntent. 390 * Perform the operation associated with this PendingIntent, allowing the 410 * Perform the operation associated with this PendingIntent, allowing the 431 * Perform the operation associated with this PendingIntent, allowing th [all...] |
Instrumentation.java | 127 * application, so that it can perform blocking operation such as [all...] |
/external/icu4c/i18n/unicode/ |
uspoof.h | 61 * The steps to perform confusability testing are 65 * -# Perform the checks using the pre-configured USpoofChecker. The results indicate 68 * the set of tests to perform was originally specified to the USpoofChecker. 70 * A USpoofChecker may be used repeatedly to perform checks on any number of identifiers. 150 * Enum for the kinds of checks that USpoofChecker can perform. 218 * Create a Unicode Spoof Checker, configured to perform all 321 * Clone a Spoof Checker. The clone will be set to perform the same checks 338 * @param checks The set of checks that this spoof checker will perform. 349 * Get the set of checks that this Spoof Checker has been configured to perform. 353 * @return The set of checks that this spoof checker will perform [all...] |
/external/libnfc-nxp/src/ |
phFriNfc_LlcpTransport.h | 294 * a valid type to perform the requsted operation. 318 * a valid type to perform the requsted operation. 396 * a valid type to perform the requsted operation. 503 * a valid type to perform the requsted operation. 531 * a valid type to perform the requsted operation. 559 * a valid type to perform the requsted operation. 590 * a valid type to perform the requsted operation. 622 * a valid type to perform the requsted operation. 653 * a valid type to perform the requsted operation. [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
perf | 23 VFLAG=;DBG=false;DO=;DODO=;PERFORM= 24 debug_do() { perform=$PERFORM; if [ "$1" = "-y" ]; then shift; perform=; fi 25 [ "$1" = "eval" ] && echo $2 || echo $*; $perform $* 27 debug_on() { VFLAG=$1;DBG=$2;DO=debug_do;DODO=debug_do;PERFORM=$3
|
/external/chromium/testing/gmock/include/gmock/ |
gmock-generated-actions.h | 605 virtual Result Perform(const ArgumentTuple& args) { 606 return action_.Perform(SelectArgs<Result, ArgumentTuple, k1, k2, k3, k4, 642 static Result Perform(Impl* impl, const ::std::tr1::tuple<>& args) { 651 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0>& args) { 660 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1>& args) { 669 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2>& args) { 678 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, 688 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, 699 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, A4, 710 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, A4 [all...] |
gmock-more-actions.h | 60 Result Perform(const ArgumentTuple& args) { 78 Result Perform(const ArgumentTuple& args) const { 113 // non-empty argument list to perform inner_action, which takes no
|
/dalvik/dx/src/com/android/dx/ssa/ |
Dominators.java | 36 * The basic idea behind this algorithm is to perform a DFS walk, keeping track 40 * This implementation is m log n because it does not perform union by 180 * First we perform a DFS numbering of the blocks, by
|
/external/clang/www/ |
performance-2008-10-31.html | 53 perform any output. For gcc and llvm-gcc, the -MM option is used 63 <li><tt>-S -O0</tt>: Perform actual code generation to produce a 77 to perform semantic analysis (and parsing, in the case of gcc and llvm-gcc).</p>
|
/external/jpeg/ |
jpegtran.1 | 19 perform some rearrangements of the image data, for example turning an image 31 cannot perform lossy operations such as changing the image quality. 54 Perform optimization of entropy encoding parameters.
|
/external/libvpx/examples/includes/geshi/geshi/ |
cobol.php | 63 'OPTIMIZE', 'PERFORM-TRACE', 'PORT', 'NOPORT', 'RESETTOG', 77 'MULTIPLY', 'OPEN', 'PERFORM', 'TIMES', 101 'END-MULTIPLY', 'END-OF-PAGE', 'END-PERFORM', 'END-READ',
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | 138 // perform the interaction between the peers 211 // perform the interaction between the peers 252 // perform the interaction between the peers 328 // perform the interaction between the peers and check the results 361 // perform the interaction between the peers and check the results 392 // perform the interaction between the peers and check the results 432 // perform the interaction between the peers and check the results 466 // perform the interaction between the peers and check the results 477 // perform the interaction between the peers and check the results 516 // perform the interaction between the peers and check the result [all...] |