HomeSort by relevance Sort by last modified time
    Searched full:info (Results 526 - 550 of 40308) sorted by null

<<21222324252627282930>>

  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
BaseCardViewTest.java 88 View info = new View(cardView.getContext()); local
90 info.addOnLayoutChangeListener(onLayout);
91 info.setLayoutParams(createLayoutParams(VIEW_TYPE_INFO, MATCH_PARENT, 200));
92 cardView.addView(info);
98 assertEquals(1f, info.getAlpha(), 0.01f);
105 assertEquals(1f, info.getAlpha(), 0.01f);
112 assertEquals(1f, info.getAlpha(), 0.01f);
119 assertEquals(1f, info.getAlpha(), 0.01f);
126 assertEquals(1f, info.getAlpha(), 0.01f);
135 View info = new View(cardView.getContext()) local
182 View info = new View(cardView.getContext()); local
227 View info = new View(cardView.getContext()); local
268 View info = new View(cardView.getContext()); local
    [all...]
  /external/lisa/ipynb/examples/energy_meter/
EnergyMeter_HWMON.ipynb 25 "2016-12-08 12:40:25,090 INFO : root : Using LISA logging configuration:\n",
26 "2016-12-08 12:40:25,091 INFO : root : /home/vagrant/lisa/logging.conf\n"
130 "03:59:42 INFO : Target - Using base path: /data/lisa\n",
131 "03:59:42 INFO : Target - Loading custom (inline) target configuration\n",
132 "03:59:42 INFO : Target - Devlib modules to load: ['bl', 'hwmon', 'cpufreq']\n",
133 "03:59:42 INFO : Target - Connecting linux target:\n",
134 "03:59:42 INFO : Target - username : root\n",
135 "03:59:42 INFO : Target - host : 192.168.0.1\n",
136 "03:59:42 INFO : Target - password : \n",
137 "03:59:42 INFO : Target - Connection settings:\n"
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
or1k-dis.c 89 disassemble_info *info = (disassemble_info *) xinfo;
94 print_address (cd, info, fields->f_disp26, 0|(1<<CGEN_OPERAND_PCREL_ADDR), pc, length);
97 print_keyword (cd, info, & or1k_cgen_opval_h_gpr, fields->f_r2, 0);
100 print_keyword (cd, info, & or1k_cgen_opval_h_fdr, fields->f_r1, 0);
103 print_keyword (cd, info, & or1k_cgen_opval_h_fsr, fields->f_r2, 0);
106 print_keyword (cd, info, & or1k_cgen_opval_h_gpr, fields->f_r3, 0);
109 print_keyword (cd, info, & or1k_cgen_opval_h_fdr, fields->f_r1, 0);
112 print_keyword (cd, info, & or1k_cgen_opval_h_fsr, fields->f_r3, 0);
115 print_keyword (cd, info, & or1k_cgen_opval_h_gpr, fields->f_r1, 0);
118 print_keyword (cd, info, & or1k_cgen_opval_h_fdr, fields->f_r1, 0)
88 disassemble_info *info = (disassemble_info *) xinfo; local
172 disassemble_info *info = (disassemble_info *) dis_info; local
193 disassemble_info *info = (disassemble_info *) dis_info; local
217 disassemble_info *info = (disassemble_info *) dis_info; local
241 disassemble_info *info = (disassemble_info *) dis_info; local
    [all...]
  /frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/applications/
ApplicationsStateTest.java 38 mEntry.info = mock(ApplicationInfo.class);
43 mEntry.info.flags = ApplicationInfo.FLAG_IS_GAME;
50 mEntry.info.category = ApplicationInfo.CATEGORY_GAME;
57 mEntry.info.flags = ApplicationInfo.FLAG_IS_GAME;
58 mEntry.info.category = ApplicationInfo.CATEGORY_GAME;
65 mEntry.info.category = ApplicationInfo.CATEGORY_UNDEFINED;
72 mEntry.info.category = ApplicationInfo.CATEGORY_AUDIO;
79 mEntry.info.category = ApplicationInfo.CATEGORY_GAME;
86 mEntry.info.category = ApplicationInfo.CATEGORY_UNDEFINED;
93 mEntry.info.category = ApplicationInfo.CATEGORY_AUDIO
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp 99 hal_info *info = (hal_info *)handle; local
100 for (int i=0;i<info->num_interfaces;i++)
102 if (!strcmp(info->interfaces[i]->name, name))
104 return ((wifi_interface_handle )(info->interfaces)[i]);
205 hal_info *info = getHalInfo(wifiHandle); local
207 if (!(info->supported_feature_set & WIFI_FEATURE_GSCAN)) {
239 hal_info *info = (hal_info *)handle; local
259 info->firmware_bus_max_size = busSizeSupported.getBusSize();
265 static wifi_error wifi_init_user_sock(hal_info *info)
290 info->user_sock_arg = 1
467 hal_info *info = (hal_info *)malloc(sizeof(hal_info)); local
746 hal_info *info = getHalInfo(handle); local
764 hal_info *info = getHalInfo(handle); local
828 hal_info *info = getHalInfo(handle); local
866 hal_info *info = getHalInfo(handle); local
911 hal_info *info = getHalInfo(handle); local
921 hal_info *info = getHalInfo(handle); local
1092 hal_info *info = (hal_info *)handle; local
1157 hal_info *info = (hal_info *)handle; local
1168 interface_info *info = (interface_info *)handle; local
1180 hal_info *info = getHalInfo(handle); local
1430 hal_info *info = getHalInfo(wifiHandle); local
1641 hal_info *info = getHalInfo(wifiHandle); local
1727 hal_info *info = getHalInfo(wifiHandle); local
1792 hal_info *info = getHalInfo(wifiHandle); local
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/
runtime.a     [all...]
  /cts/tests/tests/view/src/android/view/cts/
KeyboardShortcutInfoTest.java 43 KeyboardShortcutInfo info = new KeyboardShortcutInfo( local
45 assertNotNull(info);
46 assertEquals(TEST_LABEL, info.getLabel());
47 assertEquals(TEST_BASE_CHARACTER, info.getBaseCharacter());
48 assertEquals(KeyEvent.KEYCODE_UNKNOWN, info.getKeycode());
49 assertEquals(TEST_MODIFIERS, info.getModifiers());
50 assertEquals(0, info.describeContents());
55 KeyboardShortcutInfo info = new KeyboardShortcutInfo( local
57 assertNotNull(info);
58 assertEquals(TEST_LABEL, info.getLabel())
78 KeyboardShortcutInfo info = new KeyboardShortcutInfo( local
94 KeyboardShortcutInfo info = new KeyboardShortcutInfo( local
    [all...]
  /external/iptables/extensions/
libebt_802_3.c 41 struct ebt_802_3_info *info = (struct ebt_802_3_info *)match->data; local
43 info->invflags = 0;
44 info->bitmask = 0;
51 struct ebt_802_3_info *info = (struct ebt_802_3_info *) (*match)->data; local
58 info->invflags |= EBT_802_3_SAP;
64 info->sap = i; /* one byte, so no byte order worries */
65 info->bitmask |= EBT_802_3_SAP;
69 info->invflags |= EBT_802_3_TYPE;
76 info->type = htons(i);
77 info->bitmask |= EBT_802_3_TYPE
98 struct ebt_802_3_info *info = (struct ebt_802_3_info *)match->data; local
    [all...]
libebt_nflog.c 55 struct ebt_nflog_info *info = (struct ebt_nflog_info *)t->data; local
57 info->prefix[0] = '\0';
58 info->group = EBT_NFLOG_DEFAULT_GROUP;
59 info->threshold = EBT_NFLOG_DEFAULT_THRESHOLD;
65 struct ebt_nflog_info *info = (struct ebt_nflog_info *)(*target)->data; local
79 strncpy(info->prefix, optarg, EBT_NFLOG_PREFIX_SIZE);
86 info->group = i;
93 info->len = i;
100 info->threshold = i;
115 struct ebt_nflog_info *info = (struct ebt_nflog_info *)target->data local
    [all...]
libxt_TEE.c 54 const struct xt_tee_tginfo *info = (const void *)target->data; local
57 printf(" TEE gw:%s", xtables_ipaddr_to_numeric(&info->gw.in));
59 printf(" TEE gw:%s", xtables_ipaddr_to_anyname(&info->gw.in));
60 if (*info->oif != '\0')
61 printf(" oif=%s", info->oif);
67 const struct xt_tee_tginfo *info = (const void *)target->data; local
70 printf(" TEE gw:%s", xtables_ip6addr_to_numeric(&info->gw.in6));
72 printf(" TEE gw:%s", xtables_ip6addr_to_anyname(&info->gw.in6));
73 if (*info->oif != '\0')
74 printf(" oif=%s", info->oif)
79 const struct xt_tee_tginfo *info = (const void *)target->data; local
88 const struct xt_tee_tginfo *info = (const void *)target->data; local
98 const struct xt_tee_tginfo *info = (const void *)params->target->data; local
115 const struct xt_tee_tginfo *info = (const void *)params->target->data; local
    [all...]
libxt_connmark.c 52 struct xt_connmark_mtinfo1 *info = cb->data; local
56 info->invert = true;
57 info->mark = cb->val.mark;
58 info->mask = cb->val.mask;
83 const struct xt_connmark_info *info = (const void *)match->data; local
86 if (info->invert)
88 print_mark(info->mark, info->mask);
95 const struct xt_connmark_mtinfo1 *info = (const void *)match->data; local
98 if (info->invert
105 const struct xt_connmark_info *info = (const void *)match->data; local
117 const struct xt_connmark_mtinfo1 *info = (const void *)match->data; local
140 const struct xt_connmark_info *info = (const void *)params->match->data; local
156 const struct xt_connmark_mtinfo1 *info = local
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/
runtime.a     [all...]
  /device/generic/goldfish/wifi/wifi_hal/
info.cpp 17 #include "info.h"
21 Info::Info() {
27 bool Info::init() {
39 void Info::eventLoop() {
43 void Info::stop(StopHandler stopHandler) {
47 wifi_error Info::getInterfaces(int* num, wifi_interface_handle** interfaces) {
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
debug.h 17 * INFO("Info %s.\n", "message") -> INFO: Info message.
48 # define INFO(...) printf("INFO: " __VA_ARGS__)
50 # define INFO(...)
  /external/antlr/antlr-3.4/runtime/Python/dist/
antlr_python_runtime-3.4.tar.gz 
  /external/llvm/test/DebugInfo/
debuglineinfo.test 15 TEST_INLINE-NEXT: Line info @ 0: test-inline.cpp, line:33
16 TEST_INLINE-NEXT: Line info @ 35: test-inline.cpp, line:34
17 TEST_INLINE-NEXT: Line info @ 165: test-inline.cpp, line:35
19 TEST_INLINE-NEXT: Line info @ 0: test-inline.cpp, line:28
20 TEST_INLINE-NEXT: Line info @ 2: test-inline.cpp, line:29
22 TEST_INLINE-NEXT: Line info @ 0: test-inline.cpp, line:39
23 TEST_INLINE-NEXT: Line info @ 21: test-inline.cpp, line:41
24 TEST_INLINE-NEXT: Line info @ 39: test-inline.cpp, line:42
25 TEST_INLINE-NEXT: Line info @ 60: test-inline.cpp, line:44
26 TEST_INLINE-NEXT: Line info @ 80: test-inline.cpp, line:4
    [all...]
  /external/llvm/test/LTO/X86/
strip-debug-info.ll 1 ; RUN: not llvm-lto -lto-strip-invalid-debug-info=false \
2 ; RUN: -o %t.o %S/Inputs/strip-debug-info.bc 2>&1 | \
4 ; RUN: llvm-lto -lto-strip-invalid-debug-info=true \
6 ; RUN: -o %t.o %S/Inputs/strip-debug-info.bc 2>&1 | \
11 ; CHECK-WARN: Invalid debug info found, debug info will be stripped
20 !0 = !{i32 2, !"Debug Info Version", i32 3}
  /external/skia/src/core/
SkImageInfoPriv.h 58 static inline bool SkImageInfoIsValidCommon(const SkImageInfo& info) {
59 if (info.width() <= 0 || info.height() <= 0) {
64 if (info.width() > kMaxDimension || info.height() > kMaxDimension) {
68 if (kUnknown_SkColorType == info.colorType() || kUnknown_SkAlphaType == info.alphaType()) {
72 if (kOpaque_SkAlphaType != info.alphaType() &&
73 (kRGB_565_SkColorType == info.colorType() || kGray_8_SkColorType == info.colorType()))
    [all...]
  /external/skia/tools/sk_app/unix/
VulkanWindowContext_unix.cpp 24 WindowContext* NewVulkanForXlib(const XlibWindowInfo& info, const DisplayParams& displayParams) {
31 auto createVkSurface = [&info, instProc](VkInstance instance) -> VkSurfaceKHR {
45 surfaceCreateInfo.connection = XGetXCBConnection(info.fDisplay);
46 surfaceCreateInfo.window = info.fWindow;
56 auto canPresent = [&info, instProc](VkInstance instance, VkPhysicalDevice physDev,
67 Display* display = info.fDisplay;
68 VisualID visualID = info.fVisualInfo->visualid;
  /external/skqp/tools/sk_app/unix/
VulkanWindowContext_unix.cpp 24 WindowContext* NewVulkanForXlib(const XlibWindowInfo& info, const DisplayParams& displayParams) {
31 auto createVkSurface = [&info, instProc](VkInstance instance) -> VkSurfaceKHR {
45 surfaceCreateInfo.connection = XGetXCBConnection(info.fDisplay);
46 surfaceCreateInfo.window = info.fWindow;
56 auto canPresent = [&info, instProc](VkInstance instance, VkPhysicalDevice physDev,
67 Display* display = info.fDisplay;
68 VisualID visualID = info.fVisualInfo->visualid;
  /external/strace/
sysctl.c 49 struct __sysctl_args info; local
53 if (umove_or_printaddr(tcp, tcp->u_arg[0], &info))
56 size = sizeof(int) * (unsigned long) info.nlen;
57 name = (size / sizeof(int) != (unsigned long) info.nlen) ? NULL : malloc(size);
59 umoven(tcp, (unsigned long) info.name, size, name) < 0) {
63 info.name, info.nlen, info.oldval,
64 info.oldlenp, info.newval, (unsigned long)info.newlen)
    [all...]
  /external/syslinux/com32/cmenu/
test.menu 12 info="Go to Testing"
17 info="Perform extensive memory testing"
21 info="Go one level up"
39 info="Go one level up"
49 info="Troubleshoot a system"
54 info="Options to test hardware"
59 info="Go one level up"
  /hardware/interfaces/radio/config/1.0/
IRadioConfigResponse.hal 27 * @param info Response info struct containing response type, serial no. and error
28 * @param slotStatus Sim slot struct containing all the physical SIM slots info with size
38 oneway getSimSlotsStatusResponse(RadioResponseInfo info, vec<SimSlotStatus> slotStatus);
41 * @param info Response info struct containing response type, serial no. and error
51 oneway setSimSlotsMappingResponse(RadioResponseInfo info);
  /packages/apps/Launcher3/src/com/android/launcher3/util/
PackageUserKey.java 18 public static PackageUserKey fromItemInfo(ItemInfo info) {
19 return new PackageUserKey(info.getTargetComponent().getPackageName(), info.user);
40 public boolean updateFromItemInfo(ItemInfo info) {
41 if (DeepShortcutManager.supportsShortcuts(info)) {
42 update(info.getTargetComponent().getPackageName(), info.user);
  /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...]

Completed in 983 milliseconds

<<21222324252627282930>>