HomeSort by relevance Sort by last modified time
    Searched full:handles (Results 1 - 25 of 5361) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/555-checker-regression-x86const/
info.txt 1 Check that X86 FP constant-area handling handles intrinsics with CurrentMethod
  /external/tpm2/
HandleProcess_fp.h 13 BYTE **req_handle_buffer_start, // IN/OUT: command buffer where handles are
14 // located. Updated as handles are unmarshaled
16 // in the command buffer. Updated as handles
18 TPM_HANDLE req_handles[], // OUT: Array that receives the handles
19 UINT32 *req_handles_num // OUT: Receives the count of handles
GetCapability.c 40 // Get list of handles of loaded transient objects
43 &out->capabilityData.data.handles);
46 // Get list of handles of persistent objects
49 &out->capabilityData.data.handles);
55 &out->capabilityData.data.handles);
58 // Get list of handles of loaded sessions
61 &out->capabilityData.data.handles);
64 // Get list of handles of
67 &out->capabilityData.data.handles);
70 // Get list of handles of PC
    [all...]
ActivateCredential_fp.h 21 // Executes ActivateCredential with request handles and parameters from
22 // |in| and computes response handles and parameters to |out|.
33 // Marshals response handles and parameters from |source| to |buffer|. Computes
43 // Executes command. Marshals any response handles and parameters to the
CertifyCreation_fp.h 26 // Executes CertifyCreation with request handles and parameters from
27 // |in| and computes response handles and parameters to |out|.
37 // Marshals response handles and parameters from |source| to |buffer|. Computes
47 // Executes command. Marshals any response handles and parameters to the
Certify_fp.h 24 // Executes Certify with request handles and parameters from
25 // |in| and computes response handles and parameters to |out|.
35 // Marshals response handles and parameters from |source| to |buffer|. Computes
45 // Executes command. Marshals any response handles and parameters to the
Commit_fp.h 26 // Executes Commit with request handles and parameters from
27 // |in| and computes response handles and parameters to |out|.
37 // Marshals response handles and parameters from |source| to |buffer|. Computes
47 // Executes command. Marshals any response handles and parameters to the
ContextLoad_fp.h 16 // Executes ContextLoad with request handles and parameters from
17 // |in| and computes response handles and parameters to |out|.
27 // Marshals response handles and parameters from |source| to |buffer|. Computes
37 // Executes command. Marshals any response handles and parameters to the
ContextSave_fp.h 16 // Executes ContextSave with request handles and parameters from
17 // |in| and computes response handles and parameters to |out|.
27 // Marshals response handles and parameters from |source| to |buffer|. Computes
37 // Executes command. Marshals any response handles and parameters to the
CreatePrimary_fp.h 29 // Executes CreatePrimary with request handles and parameters from
30 // |in| and computes response handles and parameters to |out|.
40 // Marshals response handles and parameters from |source| to |buffer|. Computes
50 // Executes command. Marshals any response handles and parameters to the
Create_fp.h 28 // Executes Create with request handles and parameters from
29 // |in| and computes response handles and parameters to |out|.
39 // Marshals response handles and parameters from |source| to |buffer|. Computes
49 // Executes command. Marshals any response handles and parameters to the
  /art/test/080-oom-throw/
info.txt 2 the JIT'ed code handles OOM exception correctly since it cannot fall back to
  /art/test/081-hot-exceptions/
info.txt 1 Make a hot exception-throwing path to stress test how the trace builder handles
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
sample_doctest_no_docstrings.py 3 # This module is for testing how doctest handles a module with no
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
sample_doctest_no_docstrings.py 3 # This module is for testing how doctest handles a module with no
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
sample_doctest_no_docstrings.py 3 # This module is for testing how doctest handles a module with no
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
sample_doctest_no_docstrings.py 3 # This module is for testing how doctest handles a module with no
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
messagelistener.h 36 // Handles a message containing the peer's configuration.
40 // Handles an acknowledgment that the peer received the local configuration.
44 // Handles a message containing the peer's supported pairing options.
47 // Handles a message from the peer requesting a pairing session.
51 // Handles a message from the peer acknowledging a pairing request.
55 // Handles a challenge message from the peer.
58 // Handles an challenge response from the peer.
61 // Handles a Polo error.
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidZipFileHandle.java 101 FileHandle[] handles = new FileHandle[zipEntries.length]; local
102 for (int i = 0, n = handles.length; i < n; i++)
103 handles[i] = new AndroidZipFileHandle(zipEntries[i].mFileName);
104 return handles;
110 FileHandle[] handles = new FileHandle[zipEntries.length]; local
112 for (int i = 0, n = handles.length; i < n; i++) {
116 handles[count] = child;
121 System.arraycopy(handles, 0, newHandles, 0, count);
122 handles = newHandles;
124 return handles;
130 FileHandle[] handles = new FileHandle[zipEntries.length]; local
150 FileHandle[] handles = new FileHandle[zipEntries.length]; local
    [all...]
AndroidFileHandle.java 87 FileHandle[] handles = new FileHandle[relativePaths.length]; local
88 for (int i = 0, n = handles.length; i < n; i++)
89 handles[i] = new AndroidFileHandle(assets, new File(file, relativePaths[i]), type);
90 return handles;
102 FileHandle[] handles = new FileHandle[relativePaths.length]; local
104 for (int i = 0, n = handles.length; i < n; i++) {
108 handles[count] = child;
113 System.arraycopy(handles, 0, newHandles, 0, count);
114 handles = newHandles;
116 return handles;
128 FileHandle[] handles = new FileHandle[relativePaths.length]; local
153 FileHandle[] handles = new FileHandle[relativePaths.length]; local
    [all...]
  /external/v8/test/cctest/interpreter/
test-interpreter-intrinsics.cc 53 HandleAndZoneScope handles; local
55 InvokeIntrinsicHelper helper(handles.main_isolate(), handles.main_zone(),
57 Factory* factory = handles.main_isolate()->factory();
74 HandleAndZoneScope handles; local
76 InvokeIntrinsicHelper helper(handles.main_isolate(), handles.main_zone(),
78 Factory* factory = handles.main_isolate()->factory();
95 HandleAndZoneScope handles; local
97 InvokeIntrinsicHelper helper(handles.main_isolate(), handles.main_zone()
118 HandleAndZoneScope handles; local
139 HandleAndZoneScope handles; local
170 HandleAndZoneScope handles; local
194 HandleAndZoneScope handles; local
216 HandleAndZoneScope handles; local
257 HandleAndZoneScope handles; local
    [all...]
  /external/guice/core/src/com/google/inject/internal/
ErrorHandler.java 22 * Handles errors in the Injector.
29 * Handles an error.
34 * Handles a user-reported error.
  /dalvik/dx/tests/122-switch-with-high-register/
info.txt 1 This test ensures that dx correctly handles switches on data in a high
  /external/llvm/test/YAMLParser/
spec-07-08.test 6 # Named handles have no default:
  /external/snakeyaml/src/test/resources/pyyaml/
spec-07-08.data 4 # Named handles have no default:

Completed in 952 milliseconds

1 2 3 4 5 6 7 8 91011>>