/device/lge/mako/sepolicy/ |
keystore.te | 1 # Grant keystore daemon access to Qualcomm Secure Execution Environment Communicator (QSEECOM) device
|
drmserver.te | 1 # Grant DRM Service access to Qualcomm Secure Execution Environment Communicator (QSEECOM) device
|
device.te | 4 # Qualcomm Secure Execution Environment Communicator (QSEECOM) device
|
/external/sepolicy/ |
tee.te | 2 # trusted execution environment (tee) daemon
|
/external/chromium/chrome/browser/debugger/manual_tests/ |
debugger-exception-on-load.html | 2 debugger; // You should see this code and execution line in the Scripts panel. Click Resume (Play/Pause button to the right). 5 <p>To test, open the DevTools (Ctrl+Shift+I) and reload the page. You should see this file and execution line in the Scripts panel.</p>
|
debugger-pause-on-else-statements.html | 14 in the call stack, you should see the execution line on the call to test().</p>
|
/external/javasqlite/src/main/java/SQLite/ |
Profile.java | 11 * with its estimated execution time. 14 * @param est estimated execution time in milliseconds.
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/pause-resume/ |
manifest.json | 3 "description": "Pauses / resumes JavaScript execution",
|
/external/chromium_org/third_party/WebKit/ManualTests/inspector/ |
debugger-pause-during-load.html | 2 debugger; // You should see this code and execution line in the Scripts panel. 5 <p>To test, open the Inspector and start a debugging session. You should see this file and execution line in the Scripts panel.</p>
|
/external/objenesis/tck/ |
pom.xml | 121 <execution>
126 </execution>
149 <execution>
158 </execution>
159 <execution>
168 </execution>
169 <execution>
178 </execution>
179 <execution>
188 </execution>
[all...] |
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/ |
guava-14.0.pom | 43 <execution> 49 </execution> 74 <execution> 78 </execution> 85 <execution> 89 </execution> 104 <execution> 110 </execution> 129 <execution> 133 </execution> [all...] |
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/ |
guava-13.0.1.pom | 44 <execution> 50 </execution> 74 <execution> 78 </execution> 85 <execution> 89 </execution> 104 <execution> 110 </execution> 129 <execution> 133 </execution> [all...] |
/external/junit/src/junit/runner/ |
TestRunListener.java | 4 * execution of a test run. Unlike TestListener, 6 * making it suitable for remote test execution.
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_CreateThread.3 | 3 SDL_CreateThread \- Creates a new thread of execution that shares its parent\&'s properties\&. 12 \fBSDL_CreateThread\fP creates a new thread of execution that shares all of its parent\&'s global memory, signal handlers, file descriptors, etc, and runs the function \fBfn\fR passed the void pointer \fBdata\fR The thread quits when this function returns\&.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/ |
collector.py | 6 # import __main__ triggers code re-execution
|
/external/compiler-rt/lib/ubsan/lit_tests/Misc/ |
missing_return.cpp | 3 // CHECK: missing_return.cpp:4:5: runtime error: execution reached the end of a value-returning function without returning a value
|
unreachable.cpp | 4 // CHECK: unreachable.cpp:5:3: runtime error: execution reached a __builtin_unreachable() call
|
/external/oprofile/events/mips/vr5500/ |
events | 8 event:0x2 counters:0,1 um:zero minimum:500 name:LOAD_PREF_CACHE_INSTRUCTIONS : Execution of load/prefetch/cache instruction 9 event:0x3 counters:0,1 um:zero minimum:500 name:STORES : Execution of store instruction 10 event:0x4 counters:0,1 um:zero minimum:500 name:BRANCHES : Execution of branch instruction 11 event:0x5 counters:0,1 um:zero minimum:500 name:FP_INSTRUCTIONS : Execution of floating-point instruction
|
/external/guava/guava/ |
pom.xml | 61 <execution> 70 </execution> 78 <execution> 84 </execution> 99 <execution> 105 </execution> 124 <execution> 128 </execution> 129 <execution> 143 </execution> [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ScheduledExecutorService.java | 15 * execution. The {@code scheduleAtFixedRate} and 23 * treated as requests for immediate execution. 72 * @param delay the time from now to delay execution 78 * scheduled for execution 89 * @param delay the time from now to delay execution 93 * scheduled for execution 105 * If any execution of the task 108 * termination of the executor. If any execution of this task 113 * @param initialDelay the time to delay first execution 120 * scheduled for execution [all...] |
/external/chromium_org/chrome/browser/profile_resetter/ |
jtl_foundation.h | 20 // The execution of each sentence starts at the root of an input dictionary. The 45 // "key1", so execution stops for this sub-branch. On key2 the program navigates 46 // to "bar" and moves the execution context to this node which has the value 48 // execution does not continue on this branch, so we back track and proceed with 50 // the execution continues to store "found_foo = true" into the working memory 63 // Continues execution with the next operation on the element of a 65 // exists, the command execution returns from the current instruction. 69 // Continues execution with the next operation on each element of a 71 // neither a dictionary or list, the command execution returns from the 74 // Continues execution with the next operation on the parent node of th [all...] |
/cts/tests/tests/drm/src/android/drm/cts/ |
NativeCodeTest.java | 28 assertFalse("Device is vulnerable to arbitrary code execution in drmserver process.", 33 * Returns true iff this device is vulnerable to arbitrary code execution in drm server
|
/external/clang/test/SemaCUDA/ |
kernel-call.cu | 17 g1<<<1>>>(42); // expected-error {{too few execution configuration arguments to kernel function call}} 18 g1<<<1, 1, 0, 0, 0>>>(42); // expected-error {{too many execution configuration arguments to kernel function call}}
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4VPP_API.h | 41 * Public type of the Video Preprocessing execution context 70 * @param pContext: (IN) Execution context of the VPP. 83 * @brief This function allocates a new execution context for the Video Preprocessing component. 85 * @param pContext: (OUT) Execution context allocated by the function. 99 * @param pContext: (IN) Execution context. 114 * @brief This method frees the execution context for the Video Preprocessing component. 117 * @param pContext: (IN) Execution context. 129 * @param pContext: (IN) Execution context.
|
/prebuilts/tools/common/m2/internal/org/easymock/easymock/3.1/ |
easymock-3.1.pom | 55 <execution>
65 </execution>
78 <execution>
84 </execution>
111 <execution>
118 </execution>
135 <execution>
140 </execution>
|