HomeSort by relevance Sort by last modified time
    Searched refs:info (Results 701 - 725 of 14015) sorted by null

<<21222324252627282930>>

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_shader_ps.c 73 const struct ilo_state_ps_info *info)
75 const struct ilo_state_shader_kernel_info *kernel_8 = &info->kernel_8;
76 const struct ilo_state_shader_kernel_info *kernel_16 = &info->kernel_16;
77 const struct ilo_state_shader_kernel_info *kernel_32 = &info->kernel_32;
78 const struct ilo_state_ps_io_info *io = &info->io;
98 assert(info->cv_has_depth_buffer);
100 if (!info->per_sample_dispatch) {
120 assert(!info->cv_per_sample_interp);
132 if (info->valid_kernels)
133 assert(!info->cv_has_earlyz_op)
716 struct ilo_state_ps_info info; local
    [all...]
ilo_state_raster.c 33 const struct ilo_state_raster_info *info)
35 const struct ilo_state_raster_clip_info *clip = &info->clip;
59 const struct ilo_state_raster_info *info)
61 const struct ilo_state_raster_clip_info *clip = &info->clip;
62 const struct ilo_state_raster_setup_info *setup = &info->setup;
63 const struct ilo_state_raster_tri_info *tri = &info->tri;
64 const struct ilo_state_raster_scan_info *scan = &info->scan;
69 if (!raster_validate_gen6_clip(dev, info))
175 const struct ilo_state_raster_info *info,
178 const struct ilo_state_raster_setup_info *setup = &info->setup
984 struct ilo_state_raster_info info; local
    [all...]
  /development/apps/Development/src/com/android/development/
PackageSummary.java 87 PackageInfo info = null; local
89 info = pm.getPackageInfo(mPackageName,
97 if (info != null) {
98 mPackage.setText(info.packageName);
101 if (info.applicationInfo != null) {
103 pm.getApplicationIcon(info.applicationInfo));
104 label = info.applicationInfo.nonLocalizedLabel;
105 appClass = info.applicationInfo.className;
106 if (info.applicationInfo.enabled) {
109 if ((info.applicationInfo.flags&ApplicationInfo.FLAG_SYSTEM) == 0)
    [all...]
  /external/libdrm/nouveau/
abi16.c 277 abi16_bo_info(struct nouveau_bo *bo, struct drm_nouveau_gem_info *info)
281 nvbo->map_handle = info->map_handle;
282 bo->handle = info->handle;
283 bo->size = info->size;
284 bo->offset = info->offset;
287 if (info->domain & NOUVEAU_GEM_DOMAIN_VRAM)
289 if (info->domain & NOUVEAU_GEM_DOMAIN_GART)
291 if (!(info->tile_flags & NOUVEAU_GEM_TILE_NONCONTIG))
297 bo->config.nvc0.memtype = (info->tile_flags & 0xff00) >> 8;
298 bo->config.nvc0.tile_mode = info->tile_mode
317 struct drm_nouveau_gem_info *info = &req.info; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
texture9.c 50 struct pipe_resource *info = &This->base.base.info; local
122 info->screen = screen;
123 info->target = PIPE_TEXTURE_2D;
124 info->format = pf;
125 info->width0 = Width;
126 info->height0 = Height;
127 info->depth0 = 1;
129 info->last_level = Levels - 1;
131 info->last_level = util_logbase2(MAX2(Width, Height))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCWin64EH.cpp 133 const MCWin64EHUnwindInfo *info) {
137 streamer.EmitValue(MCSymbolRefExpr::Create(info->Begin, context), 4);
138 streamer.EmitValue(MCSymbolRefExpr::Create(info->End, context), 4);
139 streamer.EmitValue(MCSymbolRefExpr::Create(info->Symbol, context), 4);
142 static void EmitUnwindInfo(MCStreamer &streamer, MCWin64EHUnwindInfo *info) {
144 if (info->Symbol) return;
150 info->Symbol = context.CreateTempSymbol();
151 streamer.EmitLabel(info->Symbol);
153 if (info->ChainedParent)
156 if (info->HandlesUnwind
263 MCWin64EHUnwindInfo &info = streamer.getW64UnwindInfo(i); local
271 MCWin64EHUnwindInfo &info = streamer.getW64UnwindInfo(i); local
    [all...]
  /external/iptables/extensions/
libxt_hashlimit.c 8 * Jérôme de Vivie <devivie@info.enserb.u-bordeaux.fr>
360 struct xt_hashlimit_mtinfo1 *info = (void *)match->data; local
362 info->cfg.mode = 0;
363 info->cfg.burst = XT_HASHLIMIT_BURST;
364 info->cfg.gc_interval = XT_HASHLIMIT_GCINTERVAL;
365 info->cfg.srcmask = 32;
366 info->cfg.dstmask = 32;
371 struct xt_hashlimit_mtinfo1 *info = (void *)match->data; local
373 info->cfg.mode = 0;
374 info->cfg.burst = XT_HASHLIMIT_BURST
382 struct xt_hashlimit_mtinfo2 *info = (void *)match->data; local
393 struct xt_hashlimit_mtinfo2 *info = (void *)match->data; local
433 struct xt_hashlimit_info *info = cb->data; local
452 struct xt_hashlimit_mtinfo1 *info = cb->data; local
493 struct xt_hashlimit_mtinfo2 *info = cb->data; local
535 struct xt_hashlimit_info *info = cb->data; local
547 struct xt_hashlimit_mtinfo1 *info = cb->data; local
577 struct xt_hashlimit_mtinfo2 *info = cb->data; local
763 const struct xt_hashlimit_mtinfo1 *info = (const void *)match->data; local
779 const struct xt_hashlimit_mtinfo1 *info = (const void *)match->data; local
795 const struct xt_hashlimit_mtinfo2 *info = (const void *)match->data; local
804 const struct xt_hashlimit_mtinfo2 *info = (const void *)match->data; local
876 const struct xt_hashlimit_mtinfo1 *info = (const void *)match->data; local
891 const struct xt_hashlimit_mtinfo1 *info = (const void *)match->data; local
906 const struct xt_hashlimit_mtinfo2 *info = (const void *)match->data; local
914 const struct xt_hashlimit_mtinfo2 *info = (const void *)match->data; local
    [all...]
  /external/autotest/server/hosts/
host_info.py 226 info = self._cached_info
227 if info is None:
229 return info
232 def commit(self, info):
235 @param info: A HostInfo object with the new information to set. You
241 self._commit_impl(info)
242 self._cached_info = info
243 logging.debug('HostInfo updated to: %s', info)
277 info = self._refresh_impl()
278 self._cached_info = info
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_draw.c 161 const struct pipe_draw_info *info)
163 if (info->primitive_restart && info->indexed) {
170 return info->restart_index != 0xffff;
172 return info->restart_index != 0xffffffff;
181 svga_draw_vbo(struct pipe_context *pipe, const struct pipe_draw_info *info)
184 unsigned reduced_prim = u_reduced_prim( info->mode );
185 unsigned count = info->count;
193 if (u_reduced_prim(info->mode) == PIPE_PRIM_TRIANGLES &&
211 if (need_fallback_prim_restart(svga, info)) {
    [all...]
  /frameworks/support/room/runtime/src/androidTest/java/androidx/room/migration/
TableInfoTest.java 61 TableInfo info = TableInfo.read(mDb, "foo"); local
62 assertThat(info, is(new TableInfo("foo",
73 TableInfo info = TableInfo.read(mDb, "foo"); local
74 assertThat(info, is(new TableInfo("foo",
86 TableInfo info = TableInfo.read(mDb, "foo"); local
87 assertThat(info, is(new TableInfo("foo",
98 TableInfo info = TableInfo.read(mDb, "foo"); local
99 assertThat(info, is(new TableInfo("foo",
108 TableInfo info = TableInfo.read(mDb, "foo"); local
109 assertThat(info, is(new TableInfo
121 TableInfo info = TableInfo.read(mDb, "bar"); local
139 TableInfo info = TableInfo.read(mDb, "bar"); local
163 TableInfo info = TableInfo.read(mDb, "bar"); local
179 TableInfo info = TableInfo.read(mDb, "foo"); local
197 TableInfo info = TableInfo.read(mDb, "foo"); local
229 TableInfo info = TableInfo.read(mDb, "foo"); local
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CallerInfoLookupHelper.java 44 * Called when the query returns with the caller info
45 * @param info
48 void onCallerInfoQueryComplete(Uri handle, @Nullable CallerInfo info);
49 void onContactPhotoQueryComplete(Uri handle, CallerInfo info);
94 CallerInfoQueryInfo info = mQueryEntries.get(handle); local
95 if (info.callerInfo != null) {
96 Log.i(this, "Caller info already exists for handle %s; using cached value",
98 listener.onCallerInfoQueryComplete(handle, info.callerInfo);
99 if (!info.imageQueryPending && (info.callerInfo.cachedPhoto != null |
114 CallerInfoQueryInfo info = new CallerInfoQueryInfo(); local
149 CallerInfoQueryInfo info = mQueryEntries.get(handle); local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
vdso_linux.go 103 func vdso_init_from_sysinfo_ehdr(info *vdso_info, hdr *elfEhdr) {
104 info.valid = false
105 info.load_addr = uintptr(unsafe.Pointer(hdr))
107 pt := unsafe.Pointer(info.load_addr + uintptr(hdr.e_phoff))
119 info.load_offset = info.load_addr + uintptr(pt.p_offset-pt.p_vaddr)
123 dyn = (*[vdsoDynSize]elfDyn)(unsafe.Pointer(info.load_addr + uintptr(pt.p_offset)))
134 info.symstrings = nil
135 info.symtab = nil
136 info.versym = ni
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
vdso_linux.go 103 func vdso_init_from_sysinfo_ehdr(info *vdso_info, hdr *elfEhdr) {
104 info.valid = false
105 info.load_addr = uintptr(unsafe.Pointer(hdr))
107 pt := unsafe.Pointer(info.load_addr + uintptr(hdr.e_phoff))
119 info.load_offset = info.load_addr + uintptr(pt.p_offset-pt.p_vaddr)
123 dyn = (*[vdsoDynSize]elfDyn)(unsafe.Pointer(info.load_addr + uintptr(pt.p_offset)))
134 info.symstrings = nil
135 info.symtab = nil
136 info.versym = ni
    [all...]
  /art/build/
Android.common_build.mk 37 $(info Disabling ART_BUILD_TARGET_NDEBUG)
40 $(info Disabling ART_BUILD_TARGET_DEBUG)
43 $(info Disabling ART_BUILD_HOST_NDEBUG)
46 $(info Disabling ART_BUILD_HOST_DEBUG)
  /art/test/137-cfi/
run 21 ${RUN} "$@" -Xcompiler-option --generate-debug-info \
29 ${RUN} "$@" -Xcompiler-option --generate-mini-debug-info \
  /build/kati/testcase/
deprecated_export.mk 13 $(info Makefile:9: C: export has been deprecated. Message.)
14 $(info Makefile:10: B: unexport has been deprecated. Message.)
  /cts/libs/vogar-expect/src/vogar/util/
Log.java 50 public static void info(String s) { method in class:Log
52 sLogoutput.info(s);
56 public static void info(String message, Throwable throwable) { method in class:Log
58 sLogoutput.info(message, throwable);
  /cts/tests/tests/drm/src/android/drm/cts/
DrmInfoStatusTest.java 44 DrmInfoStatus info = new DrmInfoStatus( local
46 info = null;
54 DrmInfoStatus info = new DrmInfoStatus( local
56 info = null;
DrmInfoTest.java 82 // Store all the attributes in DrmInfo object info.
83 DrmInfo info = new DrmInfo(DEFAULT_TYPE, DEFAULT_DATA, DEFAULT_MIME); local
87 info.put(key, attributes.get(key));
90 // info object must have all the keys that attributes does.
91 Iterator<String> infoKeys = info.keyIterator();
94 assertEquals(info.get(key), attributes.get(key));
97 // Attributes object must have all the keys that info does.
100 assertEquals(info.get(key), attributes.get(key));
104 Iterator<Object> iterator = info.iterator();
114 DrmInfo info = new DrmInfo(DEFAULT_TYPE, data, DEFAULT_MIME) local
123 DrmInfo info = new DrmInfo(DEFAULT_TYPE, DEFAULT_DATA, mimeType); local
131 DrmInfo info = new DrmInfo(DEFAULT_TYPE, data, DEFAULT_MIME); local
136 DrmInfo info = new DrmInfo(DEFAULT_TYPE, DEFAULT_DATA, mimeType); local
141 DrmInfo info = new DrmInfo(type, DEFAULT_DATA, DEFAULT_MIME); local
147 DrmInfo info = new DrmInfo(type, DEFAULT_DATA, DEFAULT_MIME); local
155 DrmInfo info = new DrmInfo(type, DEFAULT_DATA, DEFAULT_MIME); local
    [all...]
  /development/tools/idegen/src/
Stopwatch.java 26 Log.info(label + ": " + (now - last) + "ms");
  /device/generic/goldfish/
Android.mk 21 $(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
  /device/generic/goldfish/camera/
EmulatedBaseCamera.cpp 58 status_t EmulatedBaseCamera::getCameraInfo(struct camera_info* info)
62 info->device_version = mCameraDeviceVersion;
64 info->static_camera_characteristics = mCameraInfo;
66 info->static_camera_characteristics = (camera_metadata_t*)0xcafef00d;
  /device/google/wahoo/
Android.mk 21 $(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/
bakery_lock.h 26 #define bakery_is_choosing(info) (info & 0x1)
27 #define bakery_ticket_number(info) ((info >> 1) & 0x7FFF)
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf64.h 156 #define ELF64_R_SYM(info) ((info) >> 32)
157 #define ELF64_R_TYPE(info) ((info) & 0xffffffffL)
162 #define ELF64_R_TYPE_DATA(info) (((Elf64_Xword)(info)<<32)>>40)
163 #define ELF64_R_TYPE_ID(info) (((Elf64_Xword)(info)<<56)>>56)
180 Elf64_Half m_stride; /* stride info */
183 #define ELF64_M_SYM(info) ((info)>>8)
    [all...]

Completed in 2756 milliseconds

<<21222324252627282930>>