/external/llvm/include/llvm/ExecutionEngine/Orc/ |
IRTransformLayer.h | 30 /// @brief Handle to a set of added modules. 42 /// @return A handle for the added modules. 56 /// @brief Remove the module set associated with the handle H. 62 /// @return A handle for the given named symbol, if it exists. 68 /// modules represented by the handle H. This call is forwarded to the 70 /// @param H The handle for the module set to search in. 73 /// @return A handle for the given named symbol, if it is found in the 81 /// given handle. 82 /// @param H Handle for module set to emit/finalize.
|
/external/llvm/test/Analysis/Dominators/ |
invoke.ll | 2 ; This tests that we handle unreachable blocks correctly
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-2011-03-21-Unaligned-Frame-Index.ll | 5 ; instruction that can handle that.
|
/external/llvm/test/CodeGen/X86/ |
asm-invalid-register-class-crasher.ll | 4 ; No FileCheck, just make sure we handle this gracefully.
|
exception-label.ll | 3 ; Test that we can handle .Lexception0 being defined. We used to crash.
|
/external/llvm/test/Transforms/ScalarRepl/ |
sroa-fca.ll | 2 ; Make sure that SROA "scalar conversion" can handle first class aggregates.
|
/external/llvm/test/tools/llvm-objdump/ |
coff-many-relocs.test | 1 // Test that llvm-objdump can handle IMAGE_SCN_LNK_NRELOC_OVFL.
|
/external/mesa3d/src/egl/main/ |
eglscreen.h | 57 EGLScreenMESA Handle; /* The public/opaque handle which names this object */ 83 * Return the handle of a linked screen. 88 return (screen) ? screen->Handle : (EGLScreenMESA) 0;
|
/external/mesa3d/src/gallium/tests/graw/ |
fs-fragcoord.c | 55 void *handle; local 64 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve); 65 info.ctx->bind_vertex_elements_state(info.ctx, handle); 83 void *handle; local 94 handle = graw_parse_vertex_shader(info.ctx, text); 95 info.ctx->bind_vs_state(info.ctx, handle); 102 void *handle; local 168 handle = graw_parse_fragment_shader(info.ctx, text); 169 info.ctx->bind_fs_state(info.ctx, handle);
|
fs-write-z.c | 81 void *handle; local 90 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve); 91 info.ctx->bind_vertex_elements_state(info.ctx, handle); 109 void *handle; local 120 handle = graw_parse_vertex_shader(info.ctx, text); 121 info.ctx->bind_vs_state(info.ctx, handle); 128 void *handle; local 146 handle = graw_parse_fragment_shader(info.ctx, text); 147 info.ctx->bind_fs_state(info.ctx, handle);
|
tex-srgb.c | 60 void *handle; local 69 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve); 70 info.ctx->bind_vertex_elements_state(info.ctx, handle); 86 void *handle; local 97 handle = graw_parse_vertex_shader(info.ctx, text); 98 info.ctx->bind_vs_state(info.ctx, handle); 103 void *handle; local 114 handle = graw_parse_fragment_shader(info.ctx, text); 115 info.ctx->bind_fs_state(info.ctx, handle);
|
tex-swizzle.c | 42 void *handle; local 51 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve); 52 info.ctx->bind_vertex_elements_state(info.ctx, handle); 68 void *handle; local 79 handle = graw_parse_vertex_shader(info.ctx, text); 80 info.ctx->bind_vs_state(info.ctx, handle); 85 void *handle; local 94 handle = graw_parse_fragment_shader(info.ctx, text); 95 info.ctx->bind_fs_state(info.ctx, handle);
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv04_context.c | 70 PUSH_DATA (push, fahrenheit->handle); 85 PUSH_DATA (push, hw->surf3d->handle); 87 PUSH_DATA (push, hw->ntfy->handle); 92 PUSH_DATA (push, hw->eng3d->handle); 94 PUSH_DATA (push, hw->ntfy->handle); 97 PUSH_DATA (push, hw->surf3d->handle); 100 PUSH_DATA (push, hw->eng3dm->handle); 102 PUSH_DATA (push, hw->ntfy->handle); 105 PUSH_DATA (push, hw->surf3d->handle);
|
/external/nanopb-c/examples/using_union_messages/ |
unionproto.proto | 1 // This is an example of how to handle 'union' style messages
|
/external/openssh/openbsd-compat/ |
bsd-cygwin_util.h | 40 typedef void *HANDLE; 41 #define INVALID_HANDLE_VALUE ((HANDLE) -1) 47 extern HANDLE cygwin_logon_user (const struct passwd *, const char *); 48 extern void cygwin_set_impersonation_token (const HANDLE);
|
/external/selinux/libselinux/man/man3/ |
selabel_open.3 | 24 is used to initialize a labeling handle to be used for lookup operations. The 53 terminates use of a handle, freeing any internal resources associated with it. After this call has been made, the handle must not be used again. 90 A non-NULL handle value is returned on success. On error, NULL is returned and
|
/external/selinux/libsemanage/man/man3/ |
semanage_set_root.3 | 9 .B #include <semanage/handle.h>
|
/external/v8/src/ |
checks.cc | 64 v8::Handle<v8::Value> expected, 66 v8::Handle<v8::Value> value) { 80 v8::Handle<v8::Value> unexpected, 82 v8::Handle<v8::Value> value) {
|
/external/v8/src/ic/ |
ic-state.h | 137 void Update(Handle<Object> left, Handle<Object> right, Handle<Object> result); 146 Kind UpdateKind(Handle<Object> object, Kind kind) const; 200 Handle<Map> map = Handle<Map>()); 202 static State NewInputState(State old_state, Handle<Object> value); 208 Handle<Object> x, Handle<Object> y);
|
/external/valgrind/gdbserver_tests/ |
nlpasssigalrm.vgtest | 3 # GDB optimises "handle SIGNAL nostop noprint pass"
|
/external/valgrind/ |
vg-in-place | 27 # We set both VALGRIND_LIB and VALGRIND_LIB_INNER to handle normal and
|
/frameworks/av/services/audioflinger/ |
AudioHwDevice.h | 41 AudioHwDevice(audio_module_handle_t handle, 45 : mHandle(handle) 59 audio_module_handle_t handle() const { return mHandle; } function in class:android::AudioHwDevice 73 audio_io_handle_t handle,
|
/frameworks/av/services/soundtrigger/ |
SoundTriggerHwService.cpp | 84 descriptor.handle = 86 ALOGI("loaded default module %s, handle %d", descriptor.properties.description, 87 descriptor.handle); 91 mModules.add(descriptor.handle, module); 125 status_t SoundTriggerHwService::attach(const sound_trigger_module_handle_t handle, 129 ALOGV("attach module %d", handle); 139 ssize_t index = mModules.indexOfKey(handle); 523 sound_model_handle_t *handle) 525 ALOGV("loadSoundModel() handle"); 552 handle); [all...] |
/frameworks/base/media/java/android/mtp/ |
MtpPropertyList.java | 53 public void append(int handle, int property, int type, long value) { 58 mObjectHandles[index] = handle; 64 public void append(int handle, int property, String value) { 69 mObjectHandles[index] = handle;
|
/frameworks/compile/slang/ |
slang_rs_pragma_handler.h | 50 // Handle pragma like #pragma rs [name] ([item #1],[item #2],...,[item #i]) 54 // Handle pragma like #pragma rs [name] 58 // Handle pragma like #pragma rs [name] ("string literal") 62 // Handle pragma like #pragma version (integer)
|