/external/clang/lib/Sema/ |
SemaTemplateDeduction.cpp | 46 /// we are matching in a case where we can perform template argument 440 // Perform template argument deduction for the template name. 449 // Perform template argument deduction on each template 460 // perform template argument deduction using its template 471 // Perform template argument deduction for the template name. 480 // Perform template argument deduction for the template arguments. 546 /// \brief Prepare to perform template argument deduction for all of the [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceRandom.java | 41 * Key events that perform major navigation options (so shouldn't be sent 48 /** Key events that perform system operations. */ 247 * @param gesture The gesture to perform.
|
/external/chromium/net/base/ |
filter.cc | 255 // corruptions of the header "content-encoding" that proxies may perform (and 269 // We will gather a lot of stats as we perform the fixups 306 // perform a second layer of gzip encoding atop the server's sdch,gzip
|
/external/clang/include/clang/Driver/ |
Driver.h | 259 /// BuildActions - Construct the list of actions to perform for the 268 /// BuildUniversalActions - Construct the list of actions to perform 352 /// BuildJobsForAction - Construct the jobs to perform for the
|
/external/dbus/dbus/ |
dbus-shell.c | 308 * - for each token (word), perform portions of word expansion, namely 540 * perform (variable expansion, globs, operators, filename expansion, 580 * perform field splitting. If we were going to honor IFS or do any
|
/external/jpeg/ |
jidctred.c | 113 * Perform dequantization and inverse DCT on one block of coefficients, 266 * Perform dequantization and inverse DCT on one block of coefficients, 374 * Perform dequantization and inverse DCT on one block of coefficients,
|
/external/libffi/src/sparc/ |
ffi.c | 250 /* Perform machine dependent cif processing */ 534 /* Tell ffi_closure_sparc how to perform return type promotions. */ 608 /* Tell ffi_closure_sparc how to perform return type promotions. */
|
/external/libnfc-nxp/src/ |
phFriNfc_LlcpTransport_Connection.c | 189 /* perform the command pending */ [all...] |
/external/llvm/lib/Transforms/Utils/ |
SimplifyIndVar.cpp | 71 /// Iteratively perform simplification on a worklist of users of the 316 /// simplifyUsers - Iteratively perform simplification on a worklist of users 400 /// simplifyIVUsers - Perform simplification on instructions recorded by the
|
/external/mesa3d/src/glsl/ |
README | 30 6) The driver may perform additional optimization at this point, as 60 and perform optimization on that. As a result, there's no single 62 out of favor, and each driver will perform a series of lowering passes
|
/external/quake/quake/src/WinQuake/ |
in_dos.cpp | 207 // perform button actions
228 // perform button actions
250 // perform button actions
|
/external/webkit/Source/JavaScriptCore/dfg/ |
DFGJITCompiler.cpp | 226 // stack), and perform a fast register file check. 235 // If we needed to perform an arity check we will already have moved the return address, 292 // Generate code to lookup and jump to exception handlers, to perform the slow
|
/external/webkit/Source/WebCore/platform/ |
ScrollAnimatorWin.cpp | 222 // The total time to perform a complete scroll is given by 225 // t0 = The time to perform the scroll without smooth scrolling 229 // tS = A value less than or equal to the time required to perform a
|
/frameworks/base/core/java/android/app/ |
AlarmManager.java | 122 * @param operation Action to perform when the alarm goes off; 175 * @param operation Action to perform when the alarm goes off; 236 * @param operation Action to perform when the alarm goes off;
|
/frameworks/base/core/java/android/nfc/ |
Tag.java | 43 * to perform advanced operations, or directly queried for its ID via {@link #getId} and the 211 * perform any further RF communication or block. 224 * object can then be used to perform advanced, technology-specific operations on a tag.
|
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityInteractionClient.java | 34 * views as well requests from these hierarchies to perform certain 287 * @param action The action to perform. 375 * Gets the result of a request to perform an accessibility action.
|
/frameworks/base/core/java/android/view/inputmethod/ |
InputConnection.java | 26 * is used to perform such things as reading text around the cursor, 254 * Have the editor perform an action it has said it can do. 266 * Perform a context menu action on the field. The given id may be one of:
|
/frameworks/base/docs/html/guide/topics/fundamentals/ |
services.jd | 8 <li>A service can run in the background to perform work even while the user is in a different 11 perform interprocess communication</li> 67 <p>A {@link android.app.Service} is an application component that can perform 71 interact with it and even perform interprocess communication (IPC). For example, a service might 72 handle network transactions, play music, perform file I/O, or interact with a content provider, all 124 <p>If you need to perform work outside your main thread, but only while the user is interacting 155 service (such as to perform RPC), by calling {@link android.content.Context#bindService 160 <dd>The system calls this method when the service is first created, to perform one-time setup 420 perform multi-threading (instead of processing start requests through a work queue), then you 425 android.app.IntentService}. That is, for each start request, it uses a worker thread to perform th [all...] |
/libcore/luni/src/test/java/tests/security/spec/ |
ECFieldF2mTest.java | 133 // perform test 258 // perform test 297 // perform test
|
/prebuilt/common/jython/ |
LICENSE_CPython.txt | 90 license to reproduce, analyze, test, perform and/or display publicly, 143 royalty-free, world-wide license to reproduce, analyze, test, perform 191 license to reproduce, analyze, test, perform and/or display publicly,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ClipboardSupport.java | 82 * Perform the "Copy" action, either from the Edit menu or from the context 131 * Perform the "Cut" action, either from the Edit menu or from the context 249 * Perform the "Paste" action, either from the Edit menu or from the context
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/ |
PackageLoader.java | 55 * matter how the loader stopped, so that the client can clean up or perform any 77 * loader stopped, so that the client can clean up or perform any final action. 232 * @param installTask The task to perform.
|
/frameworks/base/docs/html/guide/topics/graphics/ |
2d-graphics.jd | 65 perform draws to the Canvas as fast as your thread is capable 71 <p>When you're writing an application in which you would like to perform specialized drawing 116 framework to request that your View draw itself. This is where you will perform all your calls 153 perform all the drawing procedures to your Canvas.</p> 168 your Canvas object. The Surface will now draw the Canvas as you left it. Perform this sequence of locking and 264 should perform a <a href="{@docRoot}guide/topics/graphics/view-animation.html#tween-animation">tween
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
armVC.h | 241 * perform classical zigzag scan; 243 * perform alternate-vertical 246 * thus perform 709 * This function perform the work required by the OpenMAX 743 * Perform DC style intra prediction, averaging upper and left block [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
armVC.h | 241 * perform classical zigzag scan; 243 * perform alternate-vertical 246 * thus perform 709 * This function perform the work required by the OpenMAX 743 * Perform DC style intra prediction, averaging upper and left block [all...] |