HomeSort by relevance Sort by last modified time
    Searched refs:info (Results 226 - 250 of 7061) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-5/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-8/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-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 77 info = PlatformInfo(sys, platform, Executive())
78 self.assertNotEquals(info.os_name, '')
79 self.assertNotEquals(info.os_version, '')
80 self.assertNotEquals(info.display_name(), '')
81 self.assertTrue(info.is_mac() or info.is_win() or info.is_linux() or info.is_freebsd())
82 self.assertIsNotNone(info.terminal_width())
84 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_recent.c 76 struct xt_recent_mtinfo *info = (void *)(match)->data; local
78 strncpy(info->name,"DEFAULT", XT_RECENT_NAME_LEN);
81 info->name[XT_RECENT_NAME_LEN-1] = '\0';
82 info->side = XT_RECENT_SOURCE;
87 struct xt_recent_mtinfo *info = cb->data; local
92 info->check_set |= XT_RECENT_SET;
94 info->invert = true;
97 info->check_set |= XT_RECENT_CHECK;
99 info->invert = true;
102 info->check_set |= XT_RECENT_UPDATE
134 const struct xt_recent_mtinfo *info = (const void *)match->data; local
161 const struct xt_recent_mtinfo *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...]
libxt_CONNMARK.c 127 struct xt_connmark_tginfo1 *info = (void *)target->data; local
133 info->ctmask = UINT32_MAX;
134 info->nfmask = UINT32_MAX;
162 struct xt_connmark_tginfo1 *info = cb->data; local
167 info->mode = XT_CONNMARK_SET;
168 info->ctmark = cb->val.mark;
169 info->ctmask = cb->val.mask;
172 info->mode = XT_CONNMARK_SET;
173 info->ctmark = cb->val.mark;
174 info->ctmask = cb->val.mark | cb->val.mask
252 const struct xt_connmark_tginfo1 *info = (const void *)target->data; local
330 const struct xt_connmark_tginfo1 *info = (const void *)target->data; local
    [all...]
  /external/chromium_org/chrome/common/extensions/permissions/
settings_override_permission.cc 24 return info()->message_id() > PermissionMessage::kNone;
48 info()->message_id(),
59 CHECK(info() == rhs->info());
66 CHECK(info() == rhs->info());
81 return new SettingsOverrideAPIPermission(info(), setting_value_);
86 CHECK(info() == rhs->info());
92 CHECK(info() == rhs->info())
    [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/chromium_org/third_party/skia/src/image/
SkSurface_Raster.cpp 39 bool SkSurface_Raster::Valid(const SkImageInfo& info, size_t rowBytes) {
42 SkBitmap::Config config = SkImageInfoToBitmapConfig(info);
65 uint64_t minRB = (uint64_t)info.fWidth << shift;
75 uint64_t size = (uint64_t)info.fHeight * rowBytes;
83 SkSurface_Raster::SkSurface_Raster(const SkImageInfo& info, void* pixels, size_t rb)
84 : INHERITED(info.fWidth, info.fHeight) {
85 SkBitmap::Config config = SkImageInfoToBitmapConfig(info);
86 fBitmap.setConfig(config, info.fWidth, info.fHeight, rb, info.fAlphaType)
    [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...]
  /external/skia/src/image/
SkSurface_Raster.cpp 39 bool SkSurface_Raster::Valid(const SkImageInfo& info, size_t rowBytes) {
42 SkBitmap::Config config = SkImageInfoToBitmapConfig(info);
65 uint64_t minRB = (uint64_t)info.fWidth << shift;
75 uint64_t size = (uint64_t)info.fHeight * rowBytes;
83 SkSurface_Raster::SkSurface_Raster(const SkImageInfo& info, void* pixels, size_t rb)
84 : INHERITED(info.fWidth, info.fHeight) {
85 SkBitmap::Config config = SkImageInfoToBitmapConfig(info);
86 fBitmap.setConfig(config, info.fWidth, info.fHeight, rb, info.fAlphaType)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfaceConstructor.cpp 62 // (More info on the MSVC bug here: http://connect.microsoft.com/VisualStudio/feedback/details/664619/the-namespace-of-local-function-declarations-in-c)
75 static void constructor1(const v8::FunctionCallbackInfo<v8::Value>& info)
77 ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterfaceConstructor", info.Holder(), info.GetIsolate());
81 v8::Handle<v8::Object> wrapper = info.Holder();
85 V8DOMWrapper::associateObjectWithWrapper<V8TestInterfaceConstructor>(impl.release(), &V8TestInterfaceConstructor::wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Dependent);
86 v8SetReturnValue(info, wrapper);
89 static void constructor2(const v8::FunctionCallbackInfo<v8::Value>& info)
91 ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterfaceConstructor", info.Holder(), info.GetIsolate())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfoTest.java 46 ManifestInfo info = getManifestInfo( local
51 Map<String, String> map = info.getActivityThemes();
53 assertEquals("com.android.unittest", info.getPackage());
54 assertEquals("Theme", ResourceHelper.styleToTheme(info.getDefaultTheme(null, NORMAL)));
55 assertEquals("@android:style/Theme", info.getDefaultTheme(null, null));
56 assertEquals("Theme", ResourceHelper.styleToTheme(info.getDefaultTheme(null, XLARGE)));
60 ManifestInfo info = getManifestInfo( local
65 Map<String, String> map = info.getActivityThemes();
67 assertEquals("com.android.unittest", info.getPackage());
68 assertEquals("Theme.Holo", ResourceHelper.styleToTheme(info.getDefaultTheme(null
74 ManifestInfo info = getManifestInfo( local
88 ManifestInfo info = getManifestInfo( local
119 ManifestInfo info = getManifestInfo( local
156 ManifestInfo info = getManifestInfo( local
175 ManifestInfo info = getManifestInfo( local
193 ManifestInfo info = getManifestInfo( local
219 ManifestInfo info = ManifestInfo.get(getProject()); local
225 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/skia/src/gpu/
GrSurface.cpp 15 void GrSurface::asImageInfo(SkImageInfo* info) const {
16 if (!GrPixelConfig2ColorType(this->config(), &info->fColorType)) {
19 info->fWidth = this->width();
20 info->fHeight = this->height();
21 info->fAlphaType = kPremul_SkAlphaType;
  /external/skia/src/gpu/
GrSurface.cpp 15 void GrSurface::asImageInfo(SkImageInfo* info) const {
16 if (!GrPixelConfig2ColorType(this->config(), &info->fColorType)) {
19 info->fWidth = this->width();
20 info->fHeight = this->height();
21 info->fAlphaType = kPremul_SkAlphaType;
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ActionMultiMap.java 27 public void put(String mimeType, Action info) {
28 put(mimeType, info, false);
35 public void put(String mimeType, Action info, boolean front) {
36 // Put the info first
45 collectList.add(0, info);
47 collectList.add(info);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmptyLaunchAction.java 28 public boolean doLaunchAction(DelayedLaunchInfo info, Collection<IDevice> devices) {
30 doLaunchAction(info, d);
36 public boolean doLaunchAction(DelayedLaunchInfo info, IDevice device) {
39 info.getPackageFile().getFullPath().toOSString());
40 AdtPlugin.printToConsole(info.getProject(), msg, "Done!");
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8InjectedScriptHostCustom.cpp 86 void V8InjectedScriptHost::inspectedObjectMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
88 if (info.Length() < 1)
91 if (!info[0]->IsInt32()) {
92 throwTypeError("argument has to be an integer", info.GetIsolate());
96 InjectedScriptHost* host = V8InjectedScriptHost::toNative(info.Holder());
97 InjectedScriptHost::InspectableObject* object = host->inspectedObject(info[0]->ToInt32()->Value());
98 v8SetReturnValue(info, object->get(ScriptState::current()).v8Value());
101 void V8InjectedScriptHost::internalConstructorNameMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
103 if (info.Length() < 1)
106 if (!info[0]->IsObject()
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_scan.c 48 * \return info the result of the scan
52 struct tgsi_shader_info *info)
57 memset(info, 0, sizeof(*info));
59 info->file_max[i] = -1;
80 info->num_tokens++;
92 info->opcode_count[fullinst->Instruction.Opcode]++;
104 for (ind = 0; ind < info->num_inputs; ++ind) {
105 info->input_usage_mask[ind] |= usage_mask;
110 info->input_usage_mask[ind] |= usage_mask
    [all...]

Completed in 1228 milliseconds

1 2 3 4 5 6 7 8 91011>>