/external/iptables/libiptc/ |
libip6tc.c | 270 if (strcmp(h->info.name, "filter") == 0) { 271 assert(h->info.valid_hooks 277 assert(h->info.hook_entry[NF_IP6_LOCAL_IN] == 0); 281 assert(h->info.hook_entry[NF_IP6_FORWARD] == n); 285 assert(h->info.hook_entry[NF_IP6_LOCAL_OUT] == n); 287 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT]; 288 } else if (strcmp(h->info.name, "nat") == 0) { 289 assert((h->info.valid_hooks 293 (h->info.valid_hooks 299 assert(h->info.hook_entry[NF_IP6_PRE_ROUTING] == 0) [all...] |
/external/chromium_org/base/memory/ |
discardable_memory_manager.cc | 73 const AllocationInfo& info = it->second; local 75 if (info.purgable) { 76 size_t bytes_purgable = info.bytes; 91 AllocationInfo* info = &it->second; local 93 if (!info->bytes) 97 size_t bytes_required = info->purgable ? 0u : info->bytes; 113 info->purgable = false; 114 info->last_usage = now; 128 AllocationInfo* info = &it->second local 184 AllocationInfo* info = &it->second; local [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/ |
V8TestException.cpp | 34 static void readonlyUnsignedShortAttributeAttributeGetter(const v8::PropertyCallbackInfo<v8::Value>& info) 36 v8::Handle<v8::Object> holder = info.Holder(); 38 v8SetReturnValueUnsigned(info, impl->readonlyUnsignedShortAttribute()); 41 static void readonlyUnsignedShortAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) 44 TestExceptionV8Internal::readonlyUnsignedShortAttributeAttributeGetter(info); 48 static void readonlyStringAttributeAttributeGetter(const v8::PropertyCallbackInfo<v8::Value>& info) 50 v8::Handle<v8::Object> holder = info.Holder(); 52 v8SetReturnValueString(info, impl->readonlyStringAttribute(), info.GetIsolate()); 55 static void readonlyStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
api_filters.c | 179 struct filter_info *info) 193 switch (info->tiling_mode) { 220 views[0] = info->src->sampler_view; 221 views[1] = info->extra_texture_view; 223 shader = info->setup_shader(ctx, info->user_data); 226 info->dst->sampler_view->texture, VG_TRUE, 228 samplers, views, (info->extra_texture_view) ? 2 : 1, 229 shader->driver, info->const_buffer, info->const_buffer_len)) 244 struct filter_info info; local 296 struct filter_info info; local 489 struct filter_info info; local 591 struct filter_info info; local 646 struct filter_info info; local [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/ |
opt_tree_grafting.cpp | 98 struct find_deref_info *info = (struct find_deref_info *)data; local 101 if (deref && deref->var == info->var) 102 info->found = true; 108 struct find_deref_info info; local 110 info.var = var; 111 info.found = false; 113 visit_tree(ir, dereferences_variable_callback, &info); 115 return info.found; 338 struct tree_grafting_info *info = (struct tree_grafting_info *)data; local 357 ir_variable_refcount_entry *entry = info->refs->get_variable_entry(lhs_var) 383 struct tree_grafting_info info; local [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
api_filters.c | 179 struct filter_info *info) 193 switch (info->tiling_mode) { 220 views[0] = info->src->sampler_view; 221 views[1] = info->extra_texture_view; 223 shader = info->setup_shader(ctx, info->user_data); 226 info->dst->sampler_view->texture, VG_TRUE, 228 samplers, views, (info->extra_texture_view) ? 2 : 1, 229 shader->driver, info->const_buffer, info->const_buffer_len)) 244 struct filter_info info; local 296 struct filter_info info; local 489 struct filter_info info; local 591 struct filter_info info; local 646 struct filter_info info; local [all...] |
/external/mesa3d/src/glsl/ |
opt_tree_grafting.cpp | 98 struct find_deref_info *info = (struct find_deref_info *)data; local 101 if (deref && deref->var == info->var) 102 info->found = true; 108 struct find_deref_info info; local 110 info.var = var; 111 info.found = false; 113 visit_tree(ir, dereferences_variable_callback, &info); 115 return info.found; 338 struct tree_grafting_info *info = (struct tree_grafting_info *)data; local 357 ir_variable_refcount_entry *entry = info->refs->get_variable_entry(lhs_var) 383 struct tree_grafting_info info; local [all...] |
/external/chromium_org/net/dns/ |
mock_host_resolver.cc | 60 : info(req_info), addresses(addr), callback(cb) {} 61 RequestInfo info; member in struct:net::MockHostResolverBase::Request 70 int MockHostResolverBase::Resolve(const RequestInfo& info, 80 int rv = ResolveFromIPLiteralOrCache(info, addresses); 85 return ResolveProc(id, info, addresses); 88 Request* req = new Request(info, addresses, callback); 102 int MockHostResolverBase::ResolveFromCache(const RequestInfo& info, 108 int rv = ResolveFromIPLiteralOrCache(info, addresses); 154 int MockHostResolverBase::ResolveFromIPLiteralOrCache(const RequestInfo& info, 157 if (ParseIPLiteralToNumber(info.hostname(), &ip)) [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-shape-fallback.cc | 170 hb_glyph_info_t *info = buffer->info; local 172 if (_hb_glyph_info_get_general_category (&info[i]) == HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK) { 173 unsigned int combining_class = _hb_glyph_info_get_modified_combining_class (&info[i]); 174 combining_class = recategorize_combining_class (info[i].codepoint, combining_class); 175 _hb_glyph_info_set_modified_combining_class (&info[i], combining_class); 185 hb_glyph_info_t *info = buffer->info; local 187 if (_hb_glyph_info_get_general_category (&info[i]) == HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK) 203 if (!font->get_glyph_extents (buffer->info[i].codepoint 332 hb_glyph_info_t *info = buffer->info; local 446 hb_glyph_info_t *info = buffer->info; local [all...] |
hb-ot-shape-complex-arabic.cc | 247 hb_glyph_info_t *info = buffer->info; local 265 unsigned int this_type = get_joining_type (info[i].codepoint, _hb_glyph_info_get_general_category (&info[i])); 268 info[i].arabic_shaping_action() = NONE; 275 info[prev].arabic_shaping_action() = entry->prev_action; 277 info[i].arabic_shaping_action() = entry->curr_action; 292 info[prev].arabic_shaping_action() = entry->prev_action; 302 hb_glyph_info_t *info = buffer->info; local 322 hb_glyph_info_t *info = buffer->info; local 336 hb_glyph_info_t *info = buffer->info; local [all...] |
/external/deqp/framework/platform/win32/ |
tcuWGL.cpp | 330 PixelFormatInfo info; local 332 info.pixelFormat = pixelFormat; 333 info.surfaceTypes |= (values[0] ? PixelFormatInfo::SURFACE_WINDOW : 0); 334 info.surfaceTypes |= (values[1] ? PixelFormatInfo::SURFACE_PIXMAP : 0); 335 info.acceleration = translateAcceleration(values[2]); 336 info.supportOpenGL = values[3] != 0; 337 info.doubleBuffer = values[4] != 0; 338 info.pixelType = translatePixelType(values[5]); 339 info.redBits = values[6]; 340 info.greenBits = values[7] 460 PixelFormatInfo info = wgl.getPixelFormatInfo(deviceCtx, *fmtIter); local [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-shape-fallback.cc | 170 hb_glyph_info_t *info = buffer->info; local 172 if (_hb_glyph_info_get_general_category (&info[i]) == HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK) { 173 unsigned int combining_class = _hb_glyph_info_get_modified_combining_class (&info[i]); 174 combining_class = recategorize_combining_class (info[i].codepoint, combining_class); 175 _hb_glyph_info_set_modified_combining_class (&info[i], combining_class); 185 hb_glyph_info_t *info = buffer->info; local 187 if (_hb_glyph_info_get_general_category (&info[i]) == HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK) 203 if (!font->get_glyph_extents (buffer->info[i].codepoint 332 hb_glyph_info_t *info = buffer->info; local 444 hb_glyph_info_t *info = buffer->info; local [all...] |
hb-ot-shape-complex-arabic.cc | 247 hb_glyph_info_t *info = buffer->info; local 266 unsigned int this_type = get_joining_type (info[i].codepoint, _hb_glyph_info_get_general_category (&info[i])); 269 info[i].arabic_shaping_action() = NONE; 276 info[prev].arabic_shaping_action() = entry->prev_action; 278 info[i].arabic_shaping_action() = entry->curr_action; 294 info[prev].arabic_shaping_action() = entry->prev_action; 304 hb_glyph_info_t *info = buffer->info; local 324 hb_glyph_info_t *info = buffer->info; local 338 hb_glyph_info_t *info = buffer->info; local [all...] |
/external/chromium_org/components/autofill/core/browser/ |
contact_info.cc | 145 NameInfo::NameInfo(const NameInfo& info) : FormGroup() { 146 *this = info; 151 NameInfo& NameInfo::operator=(const NameInfo& info) { 152 if (this == &info) 155 given_ = info.given_; 156 middle_ = info.middle_; 157 family_ = info.family_; 158 full_ = info.full_; 162 bool NameInfo::ParsedNamesAreEqual(const NameInfo& info) { 164 base::StringToLowerASCII(info.given_) & [all...] |
/external/chromium_org/tools/chrome_proxy/integration_tests/ |
chrome_proxy_metrics.js | 6 // a page and collect info from them. 63 info = {}; 64 info.proxies = getEffectiveProxies(document); 65 info.enabled = (info.proxies.length > 1 && 66 info.proxies[info.proxies.length - 1] == 'direct://' && 67 info.proxies[info.proxies.length - 2] != 'direct://'); 68 info.badProxies = getBadProxyList(document) [all...] |
/external/chromium_org/chrome/browser/media_galleries/ |
media_galleries_preferences_unittest.cc | 338 StorageInfo info; local 340 MediaStorageUtil::GetDeviceInfoFromPath(path, &info, &relative_path); 342 MediaGalleryPrefId id = AddGalleryWithNameV2(info.device_id(), gallery_name, 344 AddGalleryExpectation(id, gallery_name, info.device_id(), relative_path, 394 StorageInfo info; local 395 MediaStorageUtil::GetDeviceInfoFromPath(path, &info, &relative_path); 397 id = AddGalleryWithNameV2(info.device_id(), gallery_name, relative_path, 401 AddGalleryExpectation(id, gallery_name, info.device_id(), relative_path, 406 id = AddGalleryWithNameV2(info.device_id(), gallery_name, relative_path, 410 id = AddGalleryWithNameV2(info.device_id(), gallery_name, relative_path 604 StorageInfo info; local 643 StorageInfo info; local 681 StorageInfo info; local 724 StorageInfo info; local 764 StorageInfo info; local 794 StorageInfo info; local 974 StorageInfo info; local 1002 StorageInfo info; local 1082 StorageInfo info; local 1195 StorageInfo info; local 1256 MediaGalleryPrefInfo info; local [all...] |
/external/chromium_org/content/child/ |
web_url_loader_impl.cc | 171 // Extracts info from a data scheme URL into |info| and |data|. Returns net::OK 174 ResourceResponseInfo* info, 178 info->load_timing.request_start = TimeTicks::Now(); 179 info->load_timing.request_start_time = now; 180 info->request_time = now; 181 info->response_time = now; 192 info->headers = headers; 193 info->mime_type.swap(mime_type); 194 info->charset.swap(charset) 701 ResourceResponseInfo info; local [all...] |
/external/lldb/examples/darwin/heap_find/heap/ |
heap_find.cpp | 162 typedef void zone_callback_t (void *info, const malloc_zone_t *zone); 597 foreach_zone_in_this_process (range_callback_info_t *info) 599 if (info == NULL || info->zone_callback == NULL) 610 info->zone_callback (info, (const malloc_zone_t *)zones[i]); 614 if (info->check_vm_regions) 629 ((range_contains_data_callback_info_t *)info->baton)->unique = true; 649 info->baton, 662 // info from the enumeration callback perpective 673 range_callback_info_t *info = (range_callback_info_t *)baton; local 683 range_callback_info_t *info = (range_callback_info_t *)baton; local 687 info, local 699 range_contains_data_callback_info_t *info = (range_contains_data_callback_info_t *)baton; local 917 range_callback_info_t info = { enumerate_range_in_zone, range_info_callback, &data_info, check_vm_regions }; local 971 range_callback_info_t info = { enumerate_range_in_zone, range_info_callback, &data_info, check_vm_regions }; local 999 range_callback_info_t info = { enumerate_range_in_zone, range_info_callback, &data_info, check_vm_regions }; local 1046 range_callback_info_t info = { enumerate_range_in_zone, range_info_callback, &data_info, check_vm_regions }; local 1068 range_callback_info_t info = { enumerate_range_in_zone, range_info_callback, &data_info, check_vm_regions }; local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/ |
connectivitychecker_unittest.cc | 291 void VerifyNic(const NicInfo& info, 294 EXPECT_EQ(kExternalAddr, info.external_address); 297 EXPECT_EQ(1U, info.stun_server_addresses.size()); 298 EXPECT_EQ(kStunAddr, *(info.stun_server_addresses.begin())); 302 EXPECT_EQ(kRelayAddr.ipaddr(), info.media_server_address.ipaddr()); 305 EXPECT_EQ(local_address.ipaddr(), info.ip); 309 EXPECT_GE(info.stun.rtt, 0); 310 EXPECT_GE(info.udp.rtt, 0); 311 EXPECT_GE(info.tcp.rtt, 0); 312 EXPECT_GE(info.ssltcp.rtt, 0) 352 NicInfo info = i->second; local [all...] |
/external/chromium_org/components/history/core/browser/ |
url_database.cc | 74 bool URLDatabase::GetURLRow(URLID url_id, URLRow* info) { 84 FillURLRow(statement, info); 95 URLRow info; local 96 FillURLRow(statement, &info); 97 urls->push_back(info); 102 URLID URLDatabase::GetRowForURL(const GURL& url, history::URLRow* info) { 111 if (info) 112 FillURLRow(statement, info); 117 const history::URLRow& info) { 122 statement.BindString16(0, info.title()) 300 history::URLRow info; local 384 history::URLResult info; local [all...] |
/external/elfutils/0.153/src/ |
objdump.c | 653 struct disasm_info *info = (struct disasm_info *) arg; local 655 if (info->address_color != NULL) 657 info->address_color, (uint64_t) info->addr, color_off); 659 printf ("%8" PRIx64 ": ", (uint64_t) info->addr); 661 if (info->bytes_color != NULL) 662 fputs_unlocked (info->bytes_color, stdout); 664 for (cnt = 0; cnt < (size_t) MIN (info->cur - info->last_end, 8); ++cnt) 665 printf (" %02" PRIx8, info->last_end[cnt]) 729 struct disasm_info info; local [all...] |
/art/runtime/ |
runtime_android.cc | 34 void HandleUnexpectedSignal(int signal_number, siginfo_t* info, void* raw_context) { 50 if (kDumpHeapObjectOnSigsevg && heap != nullptr && info != nullptr) { 52 heap->DumpObject(LOG(INTERNAL_FATAL), reinterpret_cast<mirror::Object*>(info->si_addr)); 56 old_action.sa_sigaction(signal_number, info, raw_context);
|
/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
AccessibilityActivityTestCase.java | 54 AccessibilityServiceInfo info = getInstrumentation().getUiAutomation().getServiceInfo(); local 55 info.flags |= AccessibilityServiceInfo.FLAG_REQUEST_TOUCH_EXPLORATION_MODE; 56 info.flags &= ~AccessibilityServiceInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS; 57 getInstrumentation().getUiAutomation().setServiceInfo(info);
|
/development/host/windows/usb/api/ |
adb_api_private_defines.h | 75 @param[in] info Buffer to save this entry to. Must be big enough to fit it.
79 void Save(AdbInterfaceInfo* info) const {
80 info->class_id = class_id();
81 info->flags = flags();
82 wcscpy(info->device_name, device_name().c_str());
|
adb_interface_enum.h | 45 This routine uses SetupDiGetClassDevs to get our device info and calls
63 @param[out] info Upon successful completion will receive interface
67 addressed by info param. On the way out (only if buffer is not
72 in info param was not big enough and *size specifies memory size
76 bool Next(AdbInterfaceInfo* info, ULONG* size);
|