/frameworks/base/core/java/android/nfc/cardemulation/ |
OffHostApduService.java | 53 * <li>All AIDs in the group are routed to the off-host execution environment 54 * <li>No AIDs in the group are routed to the off-host execution environment 57 * in the group can be routed to this off-host execution environment, 113 * routing the AIDs to the off-host execution environment, 118 * the off-host execution environment. 146 * execution environment (in case the user preferred a {@link OffHostApduService}. 150 * the off-host execution environment. Such implementations
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/ |
V8TestCustomAccessors.cpp | 86 TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); 93 TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); 100 TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); 107 TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); 114 TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); 121 TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); 128 TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); 135 TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); 142 TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution");
|
V8TestTypedefs.cpp | 88 TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); 102 TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); 115 TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); 129 TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); 146 TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); 160 TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); 173 TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); 189 TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); 206 TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); 220 TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); [all...] |
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/ |
pom.xml | 89 <execution> 93 </execution> 164 running of this plugin to the execution of the package life-cycle 168 <execution> 174 </execution>
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
XUnresolvedVariable.java | 37 /** The node context for execution. */ 40 /** The transformer context for execution. */ 69 * @param sourceNode The node context for execution. 70 * @param transformer The transformer execution context. 99 * @param xctxt The XPath execution context.
|
/external/oprofile/events/mips/25K/ |
events | 14 event:0x8 counters:0,1 um:zero minimum:500 name:INSNS_COMPLETE : Instruction that completed execution (with or without exception) 15 event:0x9 counters:0,1 um:zero minimum:500 name:FETCH_GROUPS_IN_PIPE : Fetch groups entering CPU execution pipes 27 event:0xd counters:0,1 um:zero minimum:500 name:BRANCHES_MISSPREDICTED : Branches that mispredicted before completing execution 28 event:0xe counters:0,1 um:zero minimum:500 name:BRANCHES_COMPLETED : Branches that completed execution 30 event:0x10 counters:0,1 um:zero minimum:500 name:JR_COMPLETED : JR instruction that completed execution
|
/prebuilts/tools/common/m2/internal/org/apache/commons/commons-parent/9/ |
commons-parent-9.pom | 235 <execution>
241 </execution>
258 <execution>
274 </execution>
376 <execution>
382 </execution>
394 <execution>
400 </execution>
413 <execution>
422 </execution>
[all...] |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/11/ |
commons-parent-11.pom | 246 <execution>
252 </execution>
269 <execution>
285 </execution>
391 <execution>
397 </execution>
409 <execution>
415 </execution>
428 <execution>
437 </execution>
[all...] |
/external/libnfc-nxp/src/ |
phHciNfc_NfcIPMgmt.h | 197 * \retval NFCSTATUS_SUCCESS Function execution is successful. 221 * \retval NFCSTATUS_SUCCESS Function execution is successful. 246 * \retval NFCSTATUS_SUCCESS Function execution is successful. 282 * \retval NFCSTATUS_SUCCESS Function execution is successful. 306 * \retval NFCSTATUS_SUCCESS Function execution is successful. 333 * \retval NFCSTATUS_SUCCESS Function execution is successful. 362 * \retval NFCSTATUS_SUCCESS Function execution is successful. 389 * \retval NFCSTATUS_SUCCESS Function execution is successful. 414 * \retval NFCSTATUS_SUCCESS Function execution is successful. 440 * \retval NFCSTATUS_SUCCESS Function execution is successful [all...] |
phHciNfc_Felica.h | 130 * \retval NFCSTATUS_SUCCESS Function execution is successful. 155 * \retval NFCSTATUS_SUCCESS Function execution is successful. 179 * \retval NFCSTATUS_SUCCESS Function execution is successful. 202 * \retval NFCSTATUS_SUCCESS Function execution is successful. 225 * \retval NFCSTATUS_SUCCESS Function execution is successful. 251 * \retval NFCSTATUS_SUCCESS Function execution is successful.
|
phHciNfc_ISO15693.h | 118 * \retval NFCSTATUS_SUCCESS Function execution is successful. 142 * \retval NFCSTATUS_SUCCESS Function execution is successful. 167 * \retval NFCSTATUS_SUCCESS Function execution is successful. 191 * \retval NFCSTATUS_SUCCESS Function execution is successful. 216 * \retval NFCSTATUS_SUCCESS Function execution is successful. 241 * \retval NFCSTATUS_SUCCESS Function execution is successful.
|
/external/apache-http/src/org/apache/http/client/ |
HttpRequestRetryHandler.java | 40 * recoverable exception during execution. 54 * occurs during execution. 59 * @param context the context for the request execution
|
RedirectHandler.java | 59 * @param context the context for the request execution 69 * execution context. 72 * @param context the context for the request execution
|
/external/apache-http/src/org/apache/http/client/methods/ |
HttpUriRequest.java | 65 * Aborts execution of the request. 73 * Tests if the request execution has been aborted. 75 * @return <code>true</code> if the request execution has been aborted,
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLScriptRunner.h | 93 // We only want stylesheet loads to trigger script execution if script 94 // execution is currently stopped due to stylesheet loads, otherwise we'd 95 // cause nested script execution when parsing <style> tags since </style>
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
CheckedFuture.java | 43 * future will guarantee execution of all listeners when the task completes. 61 * @throws X on interruption, cancellation or execution exceptions. 73 * @throws X on interruption, cancellation or execution exceptions.
|
/external/junit/src/org/junit/rules/ |
TestRule.java | 10 * cleanup for tests, or it may observe test execution to report it elsewhere. 25 * Multiple {@link TestRule}s can be applied to a test or suite execution. The 38 * <li>{@link TestWatcher}: add logic at events during method execution</li>
|
/external/stlport/test/unit/cppunit/ |
test_main.cpp | 59 printf("\t[-x=<class>[::<test>]] : test class or class::test to exclude from execution;\n"); 62 printf(";\n\t[-m] : monitor test execution, display time duration for each test\n"); 76 // -m monitor test(s) execution
|
/frameworks/base/docs/html/training/notepad/ |
notepad-extra-credit.jd | 10 <li><em>How to set breakpoints to observe execution</em> </li> 53 hit and the execution stopping.</p> 57 <p>Hit the Resume button to let execution continue (yellow rectangle with a
|
/libcore/luni/src/main/java/java/util/concurrent/ |
Executor.java | 26 * require that execution be asynchronous. In the simplest case, an 94 * its execution begins, perhaps in another thread. 108 * accepted for execution
|
/ndk/tests/device/test-gnustl-full/unit/cppunit/ |
test_main.cpp | 59 printf("\t[-x=<class>[::<test>]] : test class or class::test to exclude from execution;\n"); 62 printf(";\n\t[-m] : monitor test execution, display time duration for each test\n"); 76 // -m monitor test(s) execution
|
/ndk/tests/device/test-stlport/unit/cppunit/ |
test_main.cpp | 59 printf("\t[-x=<class>[::<test>]] : test class or class::test to exclude from execution;\n"); 62 printf(";\n\t[-m] : monitor test execution, display time duration for each test\n"); 76 // -m monitor test(s) execution
|
/external/antlr/antlr-3.4/gunit-maven-plugin/ |
pom.xml | 105 <execution> 111 </execution> 242 <execution> 247 </execution> 256 <execution> 261 </execution>
|
/external/chromium_org/third_party/freetype/src/truetype/ |
ttinterp.h | 165 FT_Error error; /* last execution error */ 213 FT_Int callTop, /* top of call stack during execution */ 332 /* now a _single_ execution context in the TrueType driver which is */ 339 /* A handle to the execution context. Initialized for `face'. */ 373 /* Executes one or more instruction in the execution context. This */ 377 /* exec :: A handle to the target execution context. */
|
/external/freetype/src/truetype/ |
ttinterp.h | 165 FT_Error error; /* last execution error */ 213 FT_Int callTop, /* top of call stack during execution */ 332 /* now a _single_ execution context in the TrueType driver which is */ 339 /* A handle to the execution context. Initialized for `face'. */ 373 /* Executes one or more instruction in the execution context. This */ 377 /* exec :: A handle to the target execution context. */
|