/external/mesa3d/src/gallium/tests/graw/ |
quad-tex.c | 10 static struct graw_info info; variable in typeref:struct:graw_info 53 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve); 54 info.ctx->bind_vertex_elements_state(info.ctx, handle); 59 vbuf.buffer = pipe_buffer_create_with_data(info.ctx, 65 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf); 81 handle = graw_parse_vertex_shader(info.ctx, text); 82 info.ctx->bind_vs_state(info.ctx, handle) [all...] |
tex-srgb.c | 10 static struct graw_info info; variable in typeref:struct:graw_info 69 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve); 70 info.ctx->bind_vertex_elements_state(info.ctx, handle); 75 vbuf.buffer = pipe_buffer_create_with_data(info.ctx, 81 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf); 97 handle = graw_parse_vertex_shader(info.ctx, text); 98 info.ctx->bind_vs_state(info.ctx, handle) [all...] |
graw_util.h | 30 graw_util_create_window(struct graw_info *info, 44 memset(info, 0, sizeof(*info)); 52 for (i = 0; info->window == NULL && formats[i] != PIPE_FORMAT_NONE; i++) { 53 info->screen = graw_create_window_and_screen(0, 0, width, height, 55 &info->window); 58 if (!info->screen || !info->window) { 63 info->ctx = info->screen->context_create(info->screen, NULL) [all...] |
fs-fragcoord.c | 14 static struct graw_info info; variable in typeref:struct:graw_info 64 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve); 65 info.ctx->bind_vertex_elements_state(info.ctx, handle); 70 vbuf.buffer = pipe_buffer_create_with_data(info.ctx, 76 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf); 94 handle = graw_parse_vertex_shader(info.ctx, text); 95 info.ctx->bind_vs_state(info.ctx, handle) [all...] |
/external/proguard/src/proguard/optimize/evaluation/ |
StoringInvocationUnit.java | 27 import proguard.optimize.info.*; 135 FieldOptimizationInfo info = FieldOptimizationInfo.getFieldOptimizationInfo(field); local 136 if (info != null) 138 info.generalizeReferencedClass(value); 145 FieldOptimizationInfo info = FieldOptimizationInfo.getFieldOptimizationInfo(field); local 146 return info != null ? 147 info.getReferencedClass() : 154 FieldOptimizationInfo info = FieldOptimizationInfo.getFieldOptimizationInfo(field); local 155 if (info != null) 157 info.generalizeValue(value) 164 FieldOptimizationInfo info = FieldOptimizationInfo.getFieldOptimizationInfo(field); local 173 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local 183 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local 192 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local 202 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local [all...] |
/external/skia/src/image/ |
SkImage_Raster.cpp | 17 static bool ValidArgs(const Info& info, size_t rowBytes) { 21 if (info.fWidth < 0 || info.fHeight < 0) { 24 if (info.fWidth > maxDimension || info.fHeight > maxDimension) { 27 if ((unsigned)info.fColorType > (unsigned)kLastEnum_ColorType) { 30 if ((unsigned)info.fAlphaType > (unsigned)kLastEnum_AlphaType) { 35 if (SkImageInfoToBitmapConfig(info, &isOpaque) == SkBitmap::kNo_Config) { 41 if (rowBytes < SkImageMinRowBytes(info)) { [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppBatch.java | 103 * @param info, BluetoothOppShareInfo 105 public BluetoothOppBatch(Context context, BluetoothOppShareInfo info) { 109 mTimestamp = info.mTimestamp; 110 mDirection = info.mDirection; 111 mDestination = adapter.getRemoteDevice(info.mDestination); 113 mShares.add(info); 115 if (V) Log.v(TAG, "New Batch created for info " + info.mId); 125 public void addShare(BluetoothOppShareInfo info) { 126 mShares.add(info); 166 BluetoothOppShareInfo info = mShares.get(i); local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
seq.h | 114 int snd_seq_system_info_get_queues(const snd_seq_system_info_t *info); 115 int snd_seq_system_info_get_clients(const snd_seq_system_info_t *info); 116 int snd_seq_system_info_get_ports(const snd_seq_system_info_t *info); 117 int snd_seq_system_info_get_channels(const snd_seq_system_info_t *info); 118 int snd_seq_system_info_get_cur_clients(const snd_seq_system_info_t *info); 119 int snd_seq_system_info_get_cur_queues(const snd_seq_system_info_t *info); 121 int snd_seq_system_info(snd_seq_t *handle, snd_seq_system_info_t *info); 150 int snd_seq_client_info_get_client(const snd_seq_client_info_t *info); 151 snd_seq_client_type_t snd_seq_client_info_get_type(const snd_seq_client_info_t *info); 152 const char *snd_seq_client_info_get_name(snd_seq_client_info_t *info); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
seq.h | 114 int snd_seq_system_info_get_queues(const snd_seq_system_info_t *info); 115 int snd_seq_system_info_get_clients(const snd_seq_system_info_t *info); 116 int snd_seq_system_info_get_ports(const snd_seq_system_info_t *info); 117 int snd_seq_system_info_get_channels(const snd_seq_system_info_t *info); 118 int snd_seq_system_info_get_cur_clients(const snd_seq_system_info_t *info); 119 int snd_seq_system_info_get_cur_queues(const snd_seq_system_info_t *info); 121 int snd_seq_system_info(snd_seq_t *handle, snd_seq_system_info_t *info); 150 int snd_seq_client_info_get_client(const snd_seq_client_info_t *info); 151 snd_seq_client_type_t snd_seq_client_info_get_type(const snd_seq_client_info_t *info); 152 const char *snd_seq_client_info_get_name(snd_seq_client_info_t *info); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
seq.h | 114 int snd_seq_system_info_get_queues(const snd_seq_system_info_t *info); 115 int snd_seq_system_info_get_clients(const snd_seq_system_info_t *info); 116 int snd_seq_system_info_get_ports(const snd_seq_system_info_t *info); 117 int snd_seq_system_info_get_channels(const snd_seq_system_info_t *info); 118 int snd_seq_system_info_get_cur_clients(const snd_seq_system_info_t *info); 119 int snd_seq_system_info_get_cur_queues(const snd_seq_system_info_t *info); 121 int snd_seq_system_info(snd_seq_t *handle, snd_seq_system_info_t *info); 150 int snd_seq_client_info_get_client(const snd_seq_client_info_t *info); 151 snd_seq_client_type_t snd_seq_client_info_get_type(const snd_seq_client_info_t *info); 152 const char *snd_seq_client_info_get_name(snd_seq_client_info_t *info); [all...] |
/external/chromium_org/third_party/skia/src/utils/mac/ |
SkStream_mac.cpp | 13 static void unref_proc(void* info, const void* addr, size_t size) { 14 SkASSERT(info); 15 ((SkRefCnt*)info)->unref(); 20 static size_t get_bytes_proc(void* info, void* buffer, size_t bytes) { 21 SkASSERT(info); 22 return ((SkStream*)info)->read(buffer, bytes); 25 static off_t skip_forward_proc(void* info, off_t bytes) { 26 return ((SkStream*)info)->skip((size_t) bytes); 29 static void rewind_proc(void* info) { 30 SkASSERT(info); [all...] |
/external/iptables/extensions/ |
libxt_tcpmss.c | 39 const struct xt_tcpmss_match_info *info = (void *)match->data; local 41 printf(" tcpmss match %s", info->invert ? "!" : ""); 42 if (info->mss_min == info->mss_max) 43 printf("%u", info->mss_min); 45 printf("%u:%u", info->mss_min, info->mss_max); 50 const struct xt_tcpmss_match_info *info = (void *)match->data; local 52 printf("%s --mss ", info->invert ? " !" : ""); 53 if (info->mss_min == info->mss_max [all...] |
libxt_rateest.c | 11 /* Ugly hack to pass info to final_check function. We should fix the API */ 115 struct xt_rateest_match_info *info = (void *)(*match)->data; local 118 rateest_info = info; 132 strncpy(info->name1, optarg, sizeof(info->name1) - 1); 146 strncpy(info->name2, optarg, sizeof(info->name2) - 1); 147 info->flags |= XT_RATEEST_MATCH_REL; 161 info->flags |= XT_RATEEST_MATCH_BPS; 167 if (rateest_get_rate(&info->bps1, argv[optind]) < 0 308 struct xt_rateest_match_info *info = rateest_info; local 357 const struct xt_rateest_match_info *info = (const void *)match->data; local 407 const struct xt_rateest_match_info *info = (const void *)match->data; local [all...] |
/external/skia/src/utils/mac/ |
SkStream_mac.cpp | 13 static void unref_proc(void* info, const void* addr, size_t size) { 14 SkASSERT(info); 15 ((SkRefCnt*)info)->unref(); 20 static size_t get_bytes_proc(void* info, void* buffer, size_t bytes) { 21 SkASSERT(info); 22 return ((SkStream*)info)->read(buffer, bytes); 25 static off_t skip_forward_proc(void* info, off_t bytes) { 26 return ((SkStream*)info)->skip((size_t) bytes); 29 static void rewind_proc(void* info) { 30 SkASSERT(info); [all...] |
/external/tremolo/Tremolo/ |
mapping0.c | 50 void mapping_clear_info(vorbis_info_mapping *info){ 51 if(info){ 52 if(info->chmuxlist)_ogg_free(info->chmuxlist); 53 if(info->submaplist)_ogg_free(info->submaplist); 54 if(info->coupling)_ogg_free(info->coupling); 55 memset(info,0,sizeof(*info)); [all...] |
res012.c | 48 void res_clear_info(vorbis_info_residue *info){ 49 if(info){ 50 if(info->stagemasks)_ogg_free(info->stagemasks); 51 if(info->stagebooks)_ogg_free(info->stagebooks); 52 memset(info,0,sizeof(*info)); 58 int res_unpack(vorbis_info_residue *info, 62 memset(info,0,sizeof(*info)) [all...] |
floor1.c | 54 vorbis_info_floor1 *info=(vorbis_info_floor1 *)i; local 55 if(info){ 56 if(info->klass)_ogg_free(info->klass); 57 if(info->partitionclass)_ogg_free(info->partitionclass); 58 if(info->postlist)_ogg_free(info->postlist); 59 if(info->forward_index)_ogg_free(info->forward_index) 111 vorbis_info_floor1 *info=(vorbis_info_floor1 *)_ogg_calloc(1,sizeof(*info)); local 282 vorbis_info_floor1 *info=(vorbis_info_floor1 *)i; local 290 vorbis_info_floor1 *info=(vorbis_info_floor1 *)in; local 376 vorbis_info_floor1 *info=(vorbis_info_floor1 *)in; local [all...] |
/system/core/toolbox/ |
lsof.c | 71 static void print_type(char *type, struct pid_info_t* info) 76 strlcat(info->path, type, sizeof(info->path)); 77 if ((link_dest_size = readlink(info->path, link_dest, sizeof(link_dest)-1)) < 0) { 81 snprintf(link_dest, sizeof(link_dest), "%s (readlink: %s)", info->path, strerror(errno)); 91 info->cmdline, info->pid, info->user, type, 95 info->path[info->parent_length] = '\0' 169 struct pid_info_t info; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/ |
graw_util.h | 30 graw_util_create_window(struct graw_info *info, 44 memset(info, 0, sizeof(*info)); 52 for (i = 0; info->window == NULL && formats[i] != PIPE_FORMAT_NONE; i++) { 53 info->screen = graw_create_window_and_screen(0, 0, width, height, 55 &info->window); 58 if (!info->screen || !info->window) { 63 info->ctx = info->screen->context_create(info->screen, NULL) [all...] |
fs-fragcoord.c | 14 static struct graw_info info; variable in typeref:struct:graw_info 64 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve); 65 info.ctx->bind_vertex_elements_state(info.ctx, handle); 70 vbuf.buffer = pipe_buffer_create_with_data(info.ctx, 76 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf); 94 handle = graw_parse_vertex_shader(info.ctx, text); 95 info.ctx->bind_vs_state(info.ctx, handle) [all...] |
/external/ceres-solver/internal/ceres/ |
lapack.cc | 39 int* info); 48 int* info); 60 int* info); 75 int info = 0; 79 dpotrf_(&uplo, &n, lhs, &n, &info); 80 if (info != 0) { 81 LOG(INFO) << "Cholesky factorization (dpotrf) failed: " << info; 82 return info; 85 dpotrs_(&uplo, &n, &nrhs, lhs, &n, rhs_and_solution, &n, &info); [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8AudioBufferSourceNodeCustom.cpp | 38 void V8AudioBufferSourceNode::bufferAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info) 40 v8::Handle<v8::Object> holder = info.Holder(); 44 if (V8AudioBuffer::HasInstance(value, info.GetIsolate(), worldType(info.GetIsolate()))) { 47 throwTypeError("AudioBuffer unsupported number of channels", info.GetIsolate()); 53 throwTypeError("Value is not of type AudioBuffer", info.GetIsolate());
|
V8FileReaderCustom.cpp | 41 void V8FileReader::resultAttrGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info) 43 v8::Handle<v8::Object> holder = info.Holder(); 46 v8SetReturnValue(info, toV8Fast(imp->arrayBufferResult(), info, imp)); 49 v8SetReturnValueStringOrNull(info, imp->stringResult(), info.GetIsolate());
|
V8TrackEventCustom.cpp | 41 void V8TrackEvent::trackAttrGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info) 43 TrackEvent* trackEvent = V8TrackEvent::toNative(info.Holder()); 47 v8SetReturnValueNull(info); 58 v8SetReturnValue(info, toV8Fast(static_cast<TextTrack*>(track), info, trackEvent)); 68 v8SetReturnValueNull(info);
|
/hardware/libhardware/modules/gralloc/ |
framebuffer.cpp | 79 m->info.reserved[0] = 0x54445055; // "UPDT"; 80 m->info.reserved[1] = (uint16_t)l | ((uint32_t)t << 16); 81 m->info.reserved[2] = (uint16_t)(l+w) | ((uint32_t)(t+h) << 16); 98 m->info.activate = FB_ACTIVATE_VBL; 99 m->info.yoffset = offset / m->finfo.line_length; 100 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) { 116 0, 0, m->info.xres, m->info.yres, 121 0, 0, m->info.xres, m->info.yres 163 struct fb_var_screeninfo info; local [all...] |