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

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
smp.h 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function())
18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
smp.h 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function())
18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
smp.h 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function())
18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
platforminfo_unittest.py 75 info = PlatformInfo(sys, platform, Executive())
76 self.assertNotEquals(info.os_name, '')
77 self.assertNotEquals(info.os_version, '')
78 self.assertNotEquals(info.display_name(), '')
79 self.assertTrue(info.is_mac() or info.is_win() or info.is_linux() or info.is_freebsd())
80 self.assertIsNotNone(info.terminal_width())
82 if info.is_mac()
    [all...]
  /external/iptables/extensions/
libxt_cluster.c 54 struct xt_cluster_match_info *info = cb->data; local
60 info->flags |= XT_CLUSTER_F_INV;
61 info->node_mask = 1 << (cb->val.u32 - 1);
65 info->flags |= XT_CLUSTER_F_INV;
72 const struct xt_cluster_match_info *info = cb->data; local
77 if (info->node_mask >= (1ULL << info->total_nodes))
87 if (info->node_mask >= (1ULL << info->total_nodes))
103 const struct xt_cluster_match_info *info = (void *)match->data local
118 const struct xt_cluster_match_info *info = (void *)match->data; local
    [all...]
libxt_set.c 57 struct xt_set_info_v0 *info = &myinfo->match_set; local
64 if (info->u.flags[0])
68 info->u.flags[0] |= IPSET_MATCH_INV;
81 get_set_byname(optarg, (struct xt_set_info *)info);
82 parse_dirs_v0(argv[optind], info);
83 DEBUGP("parse: set index %u\n", info->index);
94 print_match_v0(const char *prefix, const struct xt_set_info_v0 *info)
99 get_set_byid(setname, info->index);
101 (info->u.flags[0] & IPSET_MATCH_INV) ? " !" : "",
105 if (!info->u.flags[i]
117 const struct xt_set_info_match_v0 *info = (const void *)match->data; local
125 const struct xt_set_info_match_v0 *info = (const void *)match->data; local
137 struct xt_set_info *info = &myinfo->match_set; local
195 const struct xt_set_info_match_v1 *info = (const void *)match->data; local
203 const struct xt_set_info_match_v1 *info = (const void *)match->data; local
232 struct xt_set_info *info = &myinfo->match_set; local
275 const struct xt_set_info_match_v1 *info = (const void *)match->data; local
285 const struct xt_set_info_match_v1 *info = (const void *)match->data; local
337 struct xt_set_info_match_v3 *info = local
487 const struct xt_set_info_match_v3 *info = (const void *)match->data; local
495 const struct xt_set_info_match_v3 *info = (const void *)match->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);
94 const struct xt_connmark_mtinfo1 *info = (const void *)match->data; local
97 if (info->invert
104 const struct xt_connmark_info *info = (const void *)match->data; local
116 const struct xt_connmark_mtinfo1 *info = (const void *)match->data; local
    [all...]
libxt_mark.c 30 struct xt_mark_mtinfo1 *info = cb->data; local
34 info->invert = true;
35 info->mark = cb->val.mark;
36 info->mask = cb->val.mask;
61 const struct xt_mark_mtinfo1 *info = (const void *)match->data; local
64 if (info->invert)
66 print_mark(info->mark, info->mask);
72 const struct xt_mark_info *info = (const void *)match->data; local
76 if (info->invert
84 const struct xt_mark_mtinfo1 *info = (const void *)match->data; local
96 const struct xt_mark_info *info = (const void *)match->data; local
    [all...]
  /external/chromium_org/ash/display/
display_info_unittest.cc 27 DisplayInfo info = DisplayInfo::CreateFromSpecWithID("200x100", 10); local
28 EXPECT_EQ(10, info.id());
29 EXPECT_EQ("0,0 200x100", info.bounds_in_native().ToString());
30 EXPECT_EQ("200x100", info.size_in_pixel().ToString());
31 EXPECT_EQ(gfx::Display::ROTATE_0, info.rotation());
32 EXPECT_EQ("0,0,0,0", info.overscan_insets_in_dip().ToString());
33 EXPECT_EQ(1.0f, info.configured_ui_scale());
35 info = DisplayInfo::CreateFromSpecWithID("10+20-300x400*2/o", 10);
36 EXPECT_EQ("10,20 300x400", info.bounds_in_native().ToString());
37 EXPECT_EQ("288x380", info.size_in_pixel().ToString())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestTypedefs.cpp 38 static void uLongLongAttributeAttributeGetter(const v8::PropertyCallbackInfo<v8::Value>& info)
40 v8::Handle<v8::Object> holder = info.Holder();
42 v8SetReturnValue(info, static_cast<double>(impl->uLongLongAttribute()));
45 static void uLongLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
48 TestTypedefsV8Internal::uLongLongAttributeAttributeGetter(info);
52 static void uLongLongAttributeAttributeSetter(v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
54 v8::Handle<v8::Object> holder = info.Holder();
55 ExceptionState exceptionState(ExceptionState::SetterContext, "uLongLongAttribute", "TestTypedefs", holder, info.GetIsolate());
61 static void uLongLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
64 TestTypedefsV8Internal::uLongLongAttributeAttributeSetter(v8Value, info);
    [all...]
  /external/chromium_org/extensions/common/permissions/
settings_override_permission.cc 21 return info()->message_id() > PermissionMessage::kNone;
45 PermissionMessage(info()->message_id(),
57 CHECK_EQ(info(), rhs->info());
63 CHECK_EQ(info(), rhs->info());
79 return new SettingsOverrideAPIPermission(info(), setting_value_);
84 CHECK_EQ(info(), rhs->info());
90 CHECK_EQ(info(), rhs->info())
    [all...]
  /external/chromium_org/third_party/skia/tests/
AsADashTest.cpp 16 SkPathEffect::DashInfo info; local
18 SkPathEffect::DashType dashType = pe->asADash(&info);
38 SkPathEffect::DashInfo info; local
40 SkPathEffect::DashType dashType = pe->asADash(&info);
42 REPORTER_ASSERT(reporter, 4 == info.fCount);
43 REPORTER_ASSERT(reporter, SkScalarMod(phase, totalIntSum) == info.fPhase);
46 SkAutoTArray<SkScalar> intervals(info.fCount);
47 info.fIntervals = intervals.get();
48 pe->asADash(&info);
49 REPORTER_ASSERT(reporter, inIntervals[0] == info.fIntervals[0])
    [all...]
  /external/skia/tests/
AsADashTest.cpp 16 SkPathEffect::DashInfo info; local
18 SkPathEffect::DashType dashType = pe->asADash(&info);
38 SkPathEffect::DashInfo info; local
40 SkPathEffect::DashType dashType = pe->asADash(&info);
42 REPORTER_ASSERT(reporter, 4 == info.fCount);
43 REPORTER_ASSERT(reporter, SkScalarMod(phase, totalIntSum) == info.fPhase);
46 SkAutoTArray<SkScalar> intervals(info.fCount);
47 info.fIntervals = intervals.get();
48 pe->asADash(&info);
49 REPORTER_ASSERT(reporter, inIntervals[0] == info.fIntervals[0])
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
AppWidgetManagerCompatV16.java 47 public String loadLabel(AppWidgetProviderInfo info) {
48 return info.label.trim();
52 public boolean bindAppWidgetIdIfAllowed(int appWidgetId, AppWidgetProviderInfo info,
55 return mAppWidgetManager.bindAppWidgetIdIfAllowed(appWidgetId, info.provider);
57 return mAppWidgetManager.bindAppWidgetIdIfAllowed(appWidgetId, info.provider, options);
62 public UserHandleCompat getUser(AppWidgetProviderInfo info) {
67 public void startConfigActivity(AppWidgetProviderInfo info, int widgetId, Activity activity,
70 intent.setComponent(info.configure);
76 public Drawable loadPreview(AppWidgetProviderInfo info) {
78 info.provider.getPackageName(), info.previewImage, null)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
tri.c 8 static struct graw_info info; variable in typeref:struct:graw_info
52 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
53 info.ctx->bind_vertex_elements_state(info.ctx, handle);
58 vbuf.buffer = pipe_buffer_create_with_data(info.ctx,
64 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...]
  /external/mesa3d/src/gallium/tests/graw/
tri.c 8 static struct graw_info info; variable in typeref:struct:graw_info
52 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
53 info.ctx->bind_vertex_elements_state(info.ctx, handle);
58 vbuf.buffer = pipe_buffer_create_with_data(info.ctx,
64 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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfoTest.java 50 ManifestInfo info = getManifestInfo( local
55 Map<String, ActivityAttributes> map = info.getActivityAttributesMap();
57 assertEquals("com.android.unittest", info.getPackage());
58 assertEquals("Theme", ResourceHelper.styleToTheme(info.getDefaultTheme(null, NORMAL)));
59 assertEquals("@android:style/Theme", info.getDefaultTheme(null, null));
60 assertEquals("Theme", ResourceHelper.styleToTheme(info.getDefaultTheme(null, XLARGE)));
64 ManifestInfo info = getManifestInfo( local
69 Map<String, ActivityAttributes> map = info.getActivityAttributesMap();
71 assertEquals("com.android.unittest", info.getPackage());
72 assertEquals("Theme.Holo", ResourceHelper.styleToTheme(info.getDefaultTheme(null
78 ManifestInfo info = getManifestInfo( local
92 ManifestInfo info = getManifestInfo( local
123 ManifestInfo info = getManifestInfo( local
160 ManifestInfo info = getManifestInfo( local
179 ManifestInfo info = getManifestInfo( local
197 ManifestInfo info = getManifestInfo( local
223 ManifestInfo info = ManifestInfo.get(getProject()); local
229 ManifestInfo info; local
    [all...]
  /external/chromium_org/media/midi/
midi_port_info.cc 22 MidiPortInfo::MidiPortInfo(const MidiPortInfo& info)
23 : id(info.id),
24 manufacturer(info.manufacturer),
25 name(info.name),
26 version(info.version) {}
  /external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
V8SQLTransactionCustom.cpp 47 void V8SQLTransaction::executeSqlMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
49 ExceptionState exceptionState(ExceptionState::ExecutionContext, "executeSql", "SQLTransaction", info.Holder(), info.GetIsolate());
50 if (!info.Length()) {
56 TOSTRING_VOID(V8StringResource<>, statement, info[0]);
60 if (info.Length() > 1 && !isUndefinedOrNull(info[1])) {
61 if (!info[1]->IsObject()) {
68 v8::Local<v8::Object> sqlArgsObject = info[1]->ToObject();
69 TONATIVE_VOID(v8::Local<v8::Value>, length, sqlArgsObject->Get(v8AtomicString(info.GetIsolate(), "length")))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/testing/
NavigatorContentUtilsClientMock.cpp 17 ProtocolInfo info; local
18 info.scheme = scheme;
19 info.url = url;
20 info.title = title;
22 m_protocolMap.set(scheme, info);
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/test/support/
float_rfft_detect.c 30 void SetThresholds(struct TestInfo* info) {
32 info->forward_threshold_ = FLOAT_RFFT_FORWARD_THRESHOLD_NEON;
33 info->inverse_threshold_ = FLOAT_RFFT_INVERSE_THRESHOLD_NEON;
35 info->forward_threshold_ = FLOAT_RFFT_FORWARD_THRESHOLD_ARMV7;
36 info->inverse_threshold_ = FLOAT_RFFT_INVERSE_THRESHOLD_ARMV7;
  /external/compiler-rt/test/msan/
ioctl_sound.cc 22 void *info = malloc(sz + 1); local
23 assert(__msan_test_shadow(info, sz) == 0);
24 assert(ioctl(fd, SNDRV_CTL_IOCTL_CARD_INFO, info) >= 0);
25 assert(__msan_test_shadow(info, sz + 1) == sz);
27 free(info);
sigwaitinfo.cc 19 siginfo_t info; local
20 int res = sigwaitinfo(&s, &info);
23 assert(info.si_signo == SIGUSR1);
24 assert(-1 == __msan_test_shadow(&info, sizeof(info)));
  /external/skia/tools/
sk_tool_utils.cpp 25 SkImageInfo info = tmp.info(); local
26 info.fColorType = colorType;
27 info.fAlphaType = alphaType;
29 canvas->writePixels(info, tmp.getPixels(), tmp.rowBytes(), x, y);
  /external/strace/
loop.c 39 struct loop_info info; local
50 if (!verbose(tcp) || umove(tcp, arg, &info) < 0)
53 tprintf(", {number=%d", info.lo_number);
57 (unsigned long) info.lo_device,
58 info.lo_inode,
59 (unsigned long) info.lo_rdevice);
62 tprintf(", offset=%#x", info.lo_offset);
64 if (!abbrev(tcp) || info.lo_encrypt_type != LO_CRYPT_NONE) {
66 printxval(loop_crypt_type_options, info.lo_encrypt_type,
68 tprintf(", encrypt_key_size=%d", info.lo_encrypt_key_size)
    [all...]

Completed in 2118 milliseconds

<<11121314151617181920>>