HomeSort by relevance Sort by last modified time
    Searched full:info (Results 1176 - 1200 of 25470) sorted by null

<<41424344454647484950>>

  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutInfo.java 65 public ShortcutInfo(ShortcutInfo info) {
66 super(info);
67 title = info.title.toString();
68 intent = new Intent(info.intent);
69 if (info.iconResource != null) {
71 iconResource.packageName = info.iconResource.packageName;
72 iconResource.resourceName = info.iconResource.resourceName;
74 mIcon = info.mIcon; // TODO: should make a copy here. maybe we don't need this ctor at all
75 customIcon = info.customIcon;
79 public ShortcutInfo(ApplicationInfo info) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
WorkspaceAccessibilityHelper.java 64 int spanX = dragInfo.info.spanX;
65 int spanY = dragInfo.info.spanY;
99 ItemInfo info = (ItemInfo) child.getTag(); local
100 if (info instanceof AppInfo || info instanceof FolderInfo ||
101 info instanceof ShortcutInfo) {
119 ItemInfo info = (ItemInfo) child.getTag(); local
120 if (info instanceof AppInfo || info instanceof ShortcutInfo) {
123 } else if (info instanceof FolderInfo)
149 ItemInfo info = (ItemInfo) overChild.getTag(); local
    [all...]
  /prebuilts/go/darwin-x86/test/bench/shootout/
chameneosredux.go 70 type info struct {
77 // otherwise the creature's info is stored in info, and
81 mate chan<- info // creature waiting when non-nil.
82 info info // info about creature waiting.
120 go creature(info{col, i}, meetingplace, ended)
136 func creature(info0 info, meetingplace chan rendez, ended chan result) {
137 c0 := make(chan info)
    [all...]
  /prebuilts/go/linux-x86/test/bench/shootout/
chameneosredux.go 70 type info struct {
77 // otherwise the creature's info is stored in info, and
81 mate chan<- info // creature waiting when non-nil.
82 info info // info about creature waiting.
120 go creature(info{col, i}, meetingplace, ended)
136 func creature(info0 info, meetingplace chan rendez, ended chan result) {
137 c0 := make(chan info)
    [all...]
  /external/llvm/lib/MC/
MCWin64EH.cpp 139 const WinEH::FrameInfo *info) {
143 EmitSymbolRefWithOfs(streamer, info->Function, info->Begin);
144 EmitSymbolRefWithOfs(streamer, info->Function, info->End);
145 streamer.EmitValue(MCSymbolRefExpr::create(info->Symbol,
150 static void EmitUnwindInfo(MCStreamer &streamer, WinEH::FrameInfo *info) {
152 if (info->Symbol)
160 info->Symbol = Label;
164 if (info->ChainedParent
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumDataLoader.java 257 UpdateInfo info = new UpdateInfo(); local
259 info.version = mSourceVersion;
260 info.size = mSize;
265 info.reloadStart = i;
266 info.reloadCount = Math.min(MAX_LOAD_COUNT, n - i);
267 return info;
270 return mSourceVersion == mVersion ? null : info;
278 public UpdateContent(UpdateInfo info) {
279 mUpdateInfo = info;
284 UpdateInfo info = mUpdateInfo local
372 UpdateInfo info = executeAndWait(new GetUpdateInfo(version)); local
    [all...]
  /external/autotest/client/site_tests/graphics_GLAPICheck/
graphics_GLAPICheck.py 27 def __check_extensions(self, info, ext_entries):
28 info_split = info.split()
37 def __check_gl_extensions_1x(self, info):
46 return self.__check_extensions(info, extensions)
48 def __check_gl_extensions_2x(self, info):
53 return self.__check_extensions(info, extensions)
55 def __check_gles_extensions(self, info):
65 return (self.__check_extensions(info, extensions) or
66 self.__check_extensions(info, extensions2))
85 # No GL version info found
    [all...]
  /external/skia/src/core/
SkImageGenerator.cpp 11 SkImageGenerator::SkImageGenerator(const SkImageInfo& info)
12 : fInfo(info)
16 bool SkImageGenerator::getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes,
18 if (kUnknown_SkColorType == info.colorType()) {
24 if (rowBytes < info.minRowBytes()) {
28 if (kIndex_8_SkColorType == info.colorType()) {
40 const bool success = this->onGetPixels(info, pixels, rowBytes, ctable, ctableCount);
47 bool SkImageGenerator::getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes) {
48 SkASSERT(kIndex_8_SkColorType != info.colorType());
49 if (kIndex_8_SkColorType == info.colorType())
161 SkImageInfo info = infoPtr ? *infoPtr : this->getInfo(); local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 193 hal_info *info = (hal_info *)malloc(sizeof(hal_info)); local
194 if (info == NULL) {
199 memset(info, 0, sizeof(*info));
202 if (socketpair(AF_UNIX, SOCK_STREAM, 0, info->cleanup_socks) == -1) {
204 free(info);
211 free(info);
219 free(info);
228 free(info);
233 nl_cb_set(cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, internal_no_seq_check, info);
278 hal_info *info = getHalInfo(handle); local
297 hal_info *info = getHalInfo(handle); local
318 hal_info *info = getHalInfo(handle); local
380 hal_info *info = getHalInfo(handle); local
391 hal_info *info = getHalInfo(handle); local
459 hal_info *info = getHalInfo(handle); local
1123 hal_info *info = (hal_info *)handle; local
1172 hal_info *info = (hal_info *)handle; local
1182 interface_info *info = (interface_info *)handle; local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
h8500-dis.c 45 /* Make sure that bytes from INFO->PRIVATE_DATA->BUFFER (inclusive)
48 #define FETCH_DATA(info, addr) \
49 ((addr) <= ((struct private *)(info->private_data))->max_fetched \
50 ? 1 : fetch_data ((info), (addr)))
53 fetch_data (struct disassemble_info *info, bfd_byte *addr)
56 struct private *priv = (struct private *) info->private_data;
59 status = (*info->read_memory_func) (start,
62 info);
65 (*info->memory_error_func) (status, start, info);
    [all...]
  /packages/services/Car/service/src/com/android/car/pm/
CarPackageManagerService.java 136 AppBlockingPackageInfo info = searchFromBlacklistsLocked(packageName); local
137 if (info != null) {
154 AppBlockingPackageInfo info = searchFromBlacklistsLocked(packageName); local
155 if (info != null) {
158 info = searchFromWhitelistsLocked(packageName);
159 if (info != null) {
183 return wrapper.info;
193 return wrapper.info;
197 return (wrapper != null) ? wrapper.info : null;
215 return wrapper.info.isActivityCovered(className)
304 AppBlockingPackageInfo info = list[i]; local
563 private final AppBlockingPackageInfo info; field in class:CarPackageManagerService.AppBlockingPackageInfoWrapper
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/report/
source.go 40 if !o.Symbol.MatchString(n.info.name) {
43 if functionNodes[n.info.name] == nil {
46 functionNodes[n.info.name] = append(functionNodes[n.info.name], n)
52 name := fn.info.name
59 if n.info.file == "" {
62 if fileNodes[n.info.file] == nil {
65 fileNodes[n.info.file] = append(fileNodes[n.info.file], n)
77 filename := fl.info.fil
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/report/
source.go 40 if !o.Symbol.MatchString(n.info.name) {
43 if functionNodes[n.info.name] == nil {
46 functionNodes[n.info.name] = append(functionNodes[n.info.name], n)
52 name := fn.info.name
59 if n.info.file == "" {
62 if fileNodes[n.info.file] == nil {
65 fileNodes[n.info.file] = append(fileNodes[n.info.file], n)
77 filename := fl.info.fil
    [all...]
  /system/extras/ext4_utils/
make_ext4fs.c 259 dentries[i].link = calloc(info.block_size, 1);
260 readlink(dentries[i].full_path, dentries[i].link, info.block_size - 1);
359 u32 journal_blocks = DIV_ROUND_UP(info.len, info.block_size) / 64;
369 return info.block_size * 8;
374 return DIV_ROUND_UP(info.len, info.block_size) / 4;
379 u32 blocks = DIV_ROUND_UP(info.len, info.block_size);
380 u32 block_groups = DIV_ROUND_UP(blocks, info.blocks_per_group)
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape.cc 229 hb_glyph_info_t *info = buffer->info; local
231 _hb_glyph_info_set_unicode_props (&info[i], buffer);
239 _hb_glyph_info_get_general_category (&buffer->info[0]) !=
253 hb_glyph_info_t info = dottedcircle; local
254 info.cluster = buffer->cur().cluster;
255 info.mask = buffer->cur().mask;
256 buffer->output_info (info);
273 hb_glyph_info_t *info = buffer->info; local
302 hb_glyph_info_t *info = buffer->info; local
338 hb_glyph_info_t *info = buffer->info; local
359 hb_glyph_info_t *info = buffer->info; local
427 hb_glyph_info_t *info = buffer->info; local
445 hb_glyph_info_t *info = buffer->info; local
519 hb_glyph_info_t *info = buffer->info; local
592 hb_glyph_info_t *info = buffer->info; local
607 hb_glyph_info_t *info = c->buffer->info; local
670 hb_glyph_info_t *info = c->buffer->info; local
854 hb_glyph_info_t *info = buffer->info; local
    [all...]
  /frameworks/support/percent/src/android/support/percent/
PercentLayoutHelper.java 124 PercentLayoutInfo info = local
127 Log.d(TAG, "using " + info);
129 if (info != null) {
131 info.fillMarginLayoutParams(view, (ViewGroup.MarginLayoutParams) params,
134 info.fillLayoutParams(params, widthHint, heightHint);
147 PercentLayoutInfo info = null; local
155 info = info != null ? info : new PercentLayoutInfo();
156 info.widthPercent = value
261 PercentLayoutInfo info = local
300 PercentLayoutInfo info = local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_libcdep.cc 71 res->info.FillModuleInfo(module_name, module_offset);
82 bool Symbolizer::SymbolizeData(uptr addr, DataInfo *info) {
88 info->Clear();
89 info->module = internal_strdup(module_name);
90 info->module_offset = module_offset;
94 if (tool->SymbolizeData(addr, info)) {
239 // Windows, so extract tokens from the right hand side first. The column info is
241 static const char *ParseFileLineInfo(AddressInfo *info, const char *str) {
255 info->line = internal_atoll(last_colon + 1);
256 info->column = line_or_column
296 AddressInfo *info = &cur->info; local
    [all...]
  /external/iptables/extensions/
libxt_policy.c 96 struct xt_policy_info *info = cb->data; local
97 struct xt_policy_elem *e = &info->pol[info->len];
102 info->flags |= parse_direction(cb->arg);
105 info->flags |= parse_policy(cb->arg);
108 info->flags |= XT_POLICY_MATCH_STRICT;
166 if (++info->len == XT_POLICY_MAX_ELEM)
175 struct xt_policy_info *info = cb->data; local
183 if (!(info->flags & (XT_POLICY_MATCH_IN | XT_POLICY_MATCH_OUT)))
187 if (info->flags & XT_POLICY_MATCH_NONE)
326 const struct xt_policy_info *info = (void *)match->data; local
341 const struct xt_policy_info *info = (void *)match->data; local
355 const struct xt_policy_info *info = (void *)match->data; local
368 const struct xt_policy_info *info = (void *)match->data; local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaSessionTest.java 253 MediaController.PlaybackInfo info = null; local
258 info = mCallback.mPlaybackInfo;
259 if (info != null && info.getCurrentVolume() == TEST_CURRENT_VOLUME
260 && info.getMaxVolume() == TEST_MAX_VOLUME
261 && info.getVolumeControl() == VolumeProvider.VOLUME_CONTROL_FIXED
262 && info.getPlaybackType()
267 assertNotNull(info);
268 assertEquals(MediaController.PlaybackInfo.PLAYBACK_TYPE_REMOTE, info.getPlaybackType());
269 assertEquals(TEST_MAX_VOLUME, info.getMaxVolume())
333 MediaController.PlaybackInfo info = controller.getPlaybackInfo(); local
    [all...]
  /toolchain/binutils/binutils-2.25/cpu/
m32r.opc 256 disassemble_info *info = (disassemble_info *) dis_info;
258 (*info->fprintf_func) (info->stream, "#");
259 (*info->fprintf_func) (info->stream, "%ld", value);
272 disassemble_info *info = (disassemble_info *) dis_info;
274 (*info->fprintf_func) (info->stream, "#");
275 (*info->fprintf_func) (info->stream, "0x%lx", value)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UTS46.java 40 public StringBuilder labelToASCII(CharSequence label, StringBuilder dest, Info info) {
41 return process(label, true, true, dest, info);
45 public StringBuilder labelToUnicode(CharSequence label, StringBuilder dest, Info info) {
46 return process(label, true, false, dest, info);
50 public StringBuilder nameToASCII(CharSequence name, StringBuilder dest, Info info) {
51 process(name, false, true, dest, info);
52 if( dest.length()>=254 && !info.getErrors().contains(Error.DOMAIN_NAME_TOO_LONG) &
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UTS46.java 39 public StringBuilder labelToASCII(CharSequence label, StringBuilder dest, Info info) {
40 return process(label, true, true, dest, info);
44 public StringBuilder labelToUnicode(CharSequence label, StringBuilder dest, Info info) {
45 return process(label, true, false, dest, info);
49 public StringBuilder nameToASCII(CharSequence name, StringBuilder dest, Info info) {
50 process(name, false, true, dest, info);
51 if( dest.length()>=254 && !info.getErrors().contains(Error.DOMAIN_NAME_TOO_LONG) &
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
syms.c 533 binary back-end and anywhere else where no private info
746 Fill in the basic info about symbol that nm needs.
747 Additional info may be added by the back-ends after
932 struct stab_find_info *info; local
967 info = (struct stab_find_info *) *pinfo;
968 if (info != NULL)
970 if (info->stabsec == NULL || info->strsec == NULL)
976 stabsize = (info->stabsec->rawsize
977 ? info->stabsec->rawsiz
    [all...]
  /external/libvpx/libvpx/examples/
set_maps.c 167 VpxVideoInfo info; local
177 memset(&info, 0, sizeof(info));
184 info.codec_fourcc = encoder->fourcc;
185 info.frame_width = strtol(argv[2], NULL, 0);
186 info.frame_height = strtol(argv[3], NULL, 0);
187 info.time_base.numerator = 1;
188 info.time_base.denominator = fps;
190 if (info.frame_width <= 0 ||
191 info.frame_height <= 0 |
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
twopass_encoder.c 130 VpxVideoInfo info = {0}; local
149 info.codec_fourcc = encoder->fourcc;
150 info.time_base.numerator = 1;
151 info.time_base.denominator = fps;
152 info.frame_width = strtol(width_arg, NULL, 0);
153 info.frame_height = strtol(height_arg, NULL, 0);
155 if (info.frame_width <= 0 ||
156 info.frame_height <= 0 ||
157 (info.frame_width % 2) != 0 ||
158 (info.frame_height % 2) != 0)
    [all...]

Completed in 789 milliseconds

<<41424344454647484950>>