HomeSort by relevance Sort by last modified time
    Searched refs:info (Results 276 - 300 of 6859) sorted by null

<<11121314151617181920>>

  /external/chromium_org/gpu/config/
gpu_control_list_machine_model_info_unittest.cc 42 MachineModelInfo info(name_op[i], "model",
44 EXPECT_TRUE(info.IsValid());
50 MachineModelInfo info("=", "model_a", ">", "3.4", std::string());
51 EXPECT_TRUE(info.Contains("model_a", "4"));
52 EXPECT_FALSE(info.Contains("model_b", "4"));
53 EXPECT_FALSE(info.Contains("model_a", "3.2"));
  /external/iptables/extensions/
libxt_CT.c 101 struct xt_ct_target_info *info = cb->data; local
106 info->flags |= XT_CT_NOTRACK;
109 info->ct_events = ct_parse_events(ct_event_tbl, ARRAY_SIZE(ct_event_tbl), cb->arg);
112 info->exp_events = ct_parse_events(exp_event_tbl, ARRAY_SIZE(exp_event_tbl), cb->arg);
119 const struct xt_ct_target_info *info = local
123 if (info->flags & XT_CT_NOTRACK)
125 if (info->helper[0])
126 printf(" helper %s", info->helper);
127 if (info->ct_events)
129 ARRAY_SIZE(ct_event_tbl), info->ct_events)
139 const struct xt_ct_target_info *info = local
    [all...]
libxt_tos.c 58 struct ipt_tos_info *info = cb->data; local
65 info->tos = cb->val.tos_value;
67 info->invert = true;
72 struct xt_tos_match_info *info = cb->data; local
75 info->tos_value = cb->val.tos_value;
76 info->tos_mask = cb->val.tos_mask;
78 info->invert = true;
84 const struct ipt_tos_info *info = (const void *)match->data; local
87 if (info->invert)
89 if (numeric || !tos_try_print_symbolic("", info->tos, 0x3F)
96 const struct xt_tos_match_info *info = (const void *)match->data; local
108 const struct ipt_tos_info *info = (const void *)match->data; local
117 const struct xt_tos_match_info *info = (const void *)match->data; local
    [all...]
libxt_conntrack.c 186 conntrack_ps_state(struct xt_conntrack_mtinfo3 *info, const char *state,
190 info->state_mask |= XT_CONNTRACK_STATE_INVALID;
192 info->state_mask |= XT_CONNTRACK_STATE_BIT(IP_CT_NEW);
194 info->state_mask |= XT_CONNTRACK_STATE_BIT(IP_CT_ESTABLISHED);
196 info->state_mask |= XT_CONNTRACK_STATE_BIT(IP_CT_RELATED);
198 info->state_mask |= XT_CONNTRACK_STATE_UNTRACKED;
200 info->state_mask |= XT_CONNTRACK_STATE_SNAT;
202 info->state_mask |= XT_CONNTRACK_STATE_DNAT;
209 conntrack_ps_states(struct xt_conntrack_mtinfo3 *info, const char *arg)
214 if (comma == arg || !conntrack_ps_state(info, arg, comma - arg)
361 struct xt_conntrack_mtinfo3 *info = cb->data; local
475 struct xt_conntrack_mtinfo1 *info = cb->data; local
501 struct xt_conntrack_mtinfo2 *info = cb->data; local
873 const struct xt_conntrack_mtinfo1 *info = (void *)match->data; local
884 const struct xt_conntrack_mtinfo1 *info = (void *)match->data; local
951 const struct xt_conntrack_mtinfo1 *info = (void *)match->data; local
961 const struct xt_conntrack_mtinfo1 *info = (void *)match->data; local
    [all...]
libxt_osf.c 66 struct xt_osf_info *info = cb->data; local
72 info->flags |= XT_OSF_INVERT;
73 info->len = strlen(info->genre);
76 info->flags |= XT_OSF_TTL;
79 info->flags |= XT_OSF_LOG;
86 const struct xt_osf_info *info = (const struct xt_osf_info*) match->data; local
88 printf(" OS fingerprint match %s%s", (info->flags & XT_OSF_INVERT) ? "! " : "", info->genre);
93 const struct xt_osf_info *info = (const struct xt_osf_info*) match->data local
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
AttachInfo_Accessor.java 36 AttachInfo info = new AttachInfo(new BridgeWindowSession(), new BridgeWindow(), local
38 info.mHasWindowFocus = true;
39 info.mWindowVisibility = View.VISIBLE;
40 info.mInTouchMode = false; // this is so that we can display selections.
41 info.mHardwareAccelerated = false;
42 view.dispatchAttachedToWindow(info, 0);
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
shim_entry.c 18 void _pnacl_wrapper_start(uint32_t *info) {
19 Elf32_auxv_t *auxv = nacl_startup_auxv(info);
56 _start(info);
  /external/chromium_org/third_party/skia/include/views/
SkOSWindow_Android.h 32 bool attach(SkBackEndTypes /* attachType */, int /* msaaSampleCount */, AttachmentInfo* info) {
34 info->fSampleCount = 0;
35 info->fStencilBits = 8;
SkOSWindow_NaCl.h 32 bool attach(SkBackEndTypes /* attachType */, int /* msaaSampleCount */, AttachmentInfo* info) {
33 info->fSampleCount = 0;
34 info->fStencilBits = 0;
  /external/elfutils/libdw/
dwarf_filesrc.c 66 *mtime = file->info[idx].mtime;
69 *length = file->info[idx].length;
71 return file->info[idx].name;
  /external/skia/include/views/
SkOSWindow_Android.h 32 bool attach(SkBackEndTypes /* attachType */, int /* msaaSampleCount */, AttachmentInfo* info) {
34 info->fSampleCount = 0;
35 info->fStencilBits = 8;
SkOSWindow_NaCl.h 32 bool attach(SkBackEndTypes /* attachType */, int /* msaaSampleCount */, AttachmentInfo* info) {
33 info->fSampleCount = 0;
34 info->fStencilBits = 0;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
ActivityLaunchAction.java 47 public boolean doLaunchAction(DelayedLaunchInfo info, IDevice device) {
49 + (info.isDebugMode() ? " -D" //$NON-NLS-1$
52 + info.getPackageName() + "/" //$NON-NLS-1$
59 AdtPlugin.printToConsole(info.getProject(), msg);
61 // In debug mode, we need to add the info to the list of application monitoring
64 info.incrementAttemptCount();
67 device.executeShellCommand(command, new AMReceiver(info, device, mLaunchController));
71 if (info.isDebugMode() == false) {
77 AdtPlugin.printErrorToConsole(info.getProject(), "Launch error: timeout");
80 AdtPlugin.printErrorToConsole(info.getProject(), String.format
    [all...]
  /system/extras/ext4_utils/
ext4_utils.c 48 struct fs_info info; variable in typeref:struct:fs_info
72 if (!(info.feat_ro_compat & EXT4_FEATURE_RO_COMPAT_SPARSE_SUPER))
87 sparse_file_write(info.sparse_file, fd, gz, sparse, crc);
90 /* Compute the rest of the parameters of the filesystem from the basic info */
93 aux_info.first_data_block = (info.block_size > 1024) ? 0 : 1;
94 aux_info.len_blocks = info.len / info.block_size;
95 aux_info.inode_table_blocks = DIV_ROUND_UP(info.inodes_per_group * info.inode_size,
96 info.block_size)
    [all...]
  /bionic/libc/include/sys/
sysinfo.h 36 extern int sysinfo (struct sysinfo *info);
  /cts/tests/tests/drm/src/android/drm/cts/
DrmSupportInfoTest.java 92 DrmSupportInfo info = new DrmSupportInfo(); local
93 info.setDescription(description);
94 assertEquals(info.getDescriprition(), description);
98 DrmSupportInfo info = new DrmSupportInfo(); local
100 info.setDescription(description);
108 DrmSupportInfo info = new DrmSupportInfo(); local
110 info.addFileSuffix(fileSuffix);
111 info = null;
119 DrmSupportInfo info = new DrmSupportInfo(); local
120 info.addFileSuffix(fileSuffix)
127 DrmSupportInfo info = new DrmSupportInfo(); local
137 DrmSupportInfo info = new DrmSupportInfo(); local
    [all...]
  /dalvik/vm/alloc/
HeapDebug.h 30 int dvmGetHeapDebugInfo(HeapDebugInfoType info);
  /development/ndk/platforms/android-3/include/sys/
sysinfo.h 37 extern int sysinfo (struct sysinfo *info);
  /development/ndk/platforms/android-9/include/sys/
sysinfo.h 36 extern int sysinfo (struct sysinfo *info);
  /external/chromium/base/
sys_info_posix.cc 57 utsname info; local
58 if (uname(&info) < 0) {
62 return std::string(info.sysname);
67 utsname info; local
68 if (uname(&info) < 0) {
72 return std::string(info.release);
77 utsname info; local
78 if (uname(&info) < 0) {
82 return std::string(info.machine);
  /external/chromium/chrome/browser/download/
download_file.cc 16 DownloadFile::DownloadFile(const DownloadCreateInfo* info,
18 : BaseFile(info->save_info.file_path,
19 info->url(),
20 info->referrer_url,
21 info->received_bytes,
22 info->save_info.file_stream),
23 id_(info->download_id),
24 child_id_(info->child_id),
25 request_id_(info->request_id),
  /external/chromium/chrome/browser/ui/views/
appcache_info_view.h 17 void SetAppCacheInfo(const appcache::AppCacheInfo* info);
  /external/chromium_org/base/
sys_info_posix.cc 55 struct utsname info; local
56 if (uname(&info) < 0) {
60 return std::string(info.sysname);
67 struct utsname info; local
68 if (uname(&info) < 0) {
72 return std::string(info.release);
78 struct utsname info; local
79 if (uname(&info) < 0) {
83 std::string arch(info.machine);
  /external/chromium_org/chrome/app/
delay_load_hook_win.cc 30 FARPROC OnPreLoadLibrary(DelayLoadInfo* info) {
34 std::string dll_name(info->szDll);
54 DelayLoadInfo* info) {
62 return OnPreLoadLibrary(info);
delay_load_hook_win.h 16 DelayLoadInfo* info);

Completed in 263 milliseconds

<<11121314151617181920>>