Searched defs:match_data (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/declarative_content/
H A Dcontent_condition_unittest.cc102 RendererContentMatchData match_data; local
103 match_data.css_selectors.insert("input");
107 match_data.page_url_matches = matcher.MatchURL(
109 EXPECT_THAT(match_data.page_url_matches,
112 EXPECT_TRUE(result->IsFulfilled(match_data));
114 match_data.css_selectors.clear();
115 match_data.css_selectors.insert("body");
116 EXPECT_FALSE(result->IsFulfilled(match_data));
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-i915/
H A Dintel_xorg.c37 intptr_t match_data);
128 int entity_num, struct pci_device *device, intptr_t match_data)
127 intel_xorg_pci_probe(DriverPtr driver, int entity_num, struct pci_device *device, intptr_t match_data) argument
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-nouveau/
H A Dnouveau_xorg.c39 intptr_t match_data);
125 int entity_num, struct pci_device *device, intptr_t match_data)
124 nouveau_xorg_pci_probe(DriverPtr driver, int entity_num, struct pci_device *device, intptr_t match_data) argument
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-r300/
H A Dxorg.c38 intptr_t match_data);
129 int entity_num, struct pci_device *device, intptr_t match_data)
128 r300_xorg_pci_probe(DriverPtr driver, int entity_num, struct pci_device *device, intptr_t match_data) argument
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-r600/
H A Dxorg.c38 intptr_t match_data);
129 int entity_num, struct pci_device *device, intptr_t match_data)
128 r600_xorg_pci_probe(DriverPtr driver, int entity_num, struct pci_device *device, intptr_t match_data) argument
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-radeonsi/
H A Dxorg.c38 intptr_t match_data);
129 int entity_num, struct pci_device *device, intptr_t match_data)
128 radeonsi_xorg_pci_probe(DriverPtr driver, int entity_num, struct pci_device *device, intptr_t match_data) argument
/external/mesa3d/src/gallium/targets/xorg-i915/
H A Dintel_xorg.c37 intptr_t match_data);
128 int entity_num, struct pci_device *device, intptr_t match_data)
127 intel_xorg_pci_probe(DriverPtr driver, int entity_num, struct pci_device *device, intptr_t match_data) argument
/external/mesa3d/src/gallium/targets/xorg-nouveau/
H A Dnouveau_xorg.c39 intptr_t match_data);
125 int entity_num, struct pci_device *device, intptr_t match_data)
124 nouveau_xorg_pci_probe(DriverPtr driver, int entity_num, struct pci_device *device, intptr_t match_data) argument
/external/mesa3d/src/gallium/targets/xorg-r300/
H A Dxorg.c38 intptr_t match_data);
129 int entity_num, struct pci_device *device, intptr_t match_data)
128 r300_xorg_pci_probe(DriverPtr driver, int entity_num, struct pci_device *device, intptr_t match_data) argument
/external/mesa3d/src/gallium/targets/xorg-r600/
H A Dxorg.c38 intptr_t match_data);
129 int entity_num, struct pci_device *device, intptr_t match_data)
128 r600_xorg_pci_probe(DriverPtr driver, int entity_num, struct pci_device *device, intptr_t match_data) argument
/external/mesa3d/src/gallium/targets/xorg-radeonsi/
H A Dxorg.c38 intptr_t match_data);
129 int entity_num, struct pci_device *device, intptr_t match_data)
128 radeonsi_xorg_pci_probe(DriverPtr driver, int entity_num, struct pci_device *device, intptr_t match_data) argument
/external/chromium_org/extensions/browser/api/declarative/
H A Ddeclarative_rule_unittest.cc126 bool IsFulfilled(const MatchData& match_data) const {
128 !ContainsKey(match_data.url_matches, condition_set_id))
130 return match_data.value <= max_value;
178 FulfillableCondition::MatchData match_data = { 0, url_matches }; local
179 EXPECT_FALSE(result->IsFulfilled(1, match_data))
182 EXPECT_FALSE(result->IsFulfilled(-1, match_data))
185 match_data.value = -5;
186 EXPECT_TRUE(result->IsFulfilled(-1, match_data))
191 match_data.value = 3;
192 EXPECT_TRUE(result->IsFulfilled(1, match_data))
[all...]
/external/elfutils/0.153/libcpu/
H A Di386_dis.h898 static const uint8_t match_data[] = variable
H A Dx86_64_dis.h886 static const uint8_t match_data[] = variable
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_provider_unittest.cc188 // Constructs an AutocompleteResult from |match_data|, sets the |controller_|
193 const KeywordTestData* match_data,
377 const KeywordTestData* match_data,
384 match.fill_into_edit = match_data[i].fill_into_edit;
386 match.keyword = match_data[i].keyword;
399 EXPECT_EQ(match_data[j].expected_associated_keyword,
376 RunKeywordTest(const base::string16& input, const KeywordTestData* match_data, size_t size) argument
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh310 match_data (NULL) {};
321 { match_func = match_func_; match_data = match_data_; }
337 return match_func (info.codepoint, *glyph_data, match_data) ? MATCH_YES : MATCH_NO;
371 const void *match_data; member in struct:OT::hb_apply_context_t::matcher_t
398 const void *match_data,
401 matcher.set_match_func (match_func, match_data);
468 const void *match_data,
471 matcher.set_match_func (match_func, match_data);
698 const void *match_data)
704 if (likely (!match_func (c->glyphs[i], input[i - 1], match_data)))
397 set_match_func(matcher_t::match_func_t match_func, const void *match_data, const USHORT glyph_data[]) argument
467 set_match_func(matcher_t::match_func_t match_func, const void *match_data, const USHORT glyph_data[]) argument
694 would_match_input(hb_would_apply_context_t *c, unsigned int count, const USHORT input[], match_func_t match_func, const void *match_data) argument
709 match_input(hb_apply_context_t *c, unsigned int count, const USHORT input[], match_func_t match_func, const void *match_data, unsigned int *end_offset, unsigned int match_positions[MAX_CONTEXT_LENGTH], bool *p_is_mark_ligature = NULL, unsigned int *p_total_component_count = NULL) argument
886 match_backtrack(hb_apply_context_t *c, unsigned int count, const USHORT backtrack[], match_func_t match_func, const void *match_data) argument
905 match_lookahead(hb_apply_context_t *c, unsigned int count, const USHORT lookahead[], match_func_t match_func, const void *match_data, unsigned int offset) argument
1054 const void *match_data; member in struct:OT::ContextApplyLookupContext
1555 const void *match_data[3]; member in struct:OT::ChainContextApplyLookupContext
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh310 match_data (NULL) {};
321 { match_func = match_func_; match_data = match_data_; }
337 return match_func (info.codepoint, *glyph_data, match_data) ? MATCH_YES : MATCH_NO;
371 const void *match_data; member in struct:OT::hb_apply_context_t::matcher_t
398 const void *match_data,
401 matcher.set_match_func (match_func, match_data);
468 const void *match_data,
471 matcher.set_match_func (match_func, match_data);
698 const void *match_data)
704 if (likely (!match_func (c->glyphs[i], input[i - 1], match_data)))
397 set_match_func(matcher_t::match_func_t match_func, const void *match_data, const USHORT glyph_data[]) argument
467 set_match_func(matcher_t::match_func_t match_func, const void *match_data, const USHORT glyph_data[]) argument
694 would_match_input(hb_would_apply_context_t *c, unsigned int count, const USHORT input[], match_func_t match_func, const void *match_data) argument
709 match_input(hb_apply_context_t *c, unsigned int count, const USHORT input[], match_func_t match_func, const void *match_data, unsigned int *end_offset, unsigned int match_positions[MAX_CONTEXT_LENGTH], bool *p_is_mark_ligature = NULL, unsigned int *p_total_component_count = NULL) argument
886 match_backtrack(hb_apply_context_t *c, unsigned int count, const USHORT backtrack[], match_func_t match_func, const void *match_data) argument
905 match_lookahead(hb_apply_context_t *c, unsigned int count, const USHORT lookahead[], match_func_t match_func, const void *match_data, unsigned int offset) argument
1054 const void *match_data; member in struct:OT::ContextApplyLookupContext
1556 const void *match_data[3]; member in struct:OT::ChainContextApplyLookupContext
[all...]
/external/pcre/dist/
H A Dpcre_internal.h2496 typedef struct match_data { struct
2546 } match_data; typedef in typeref:struct:match_data

Completed in 769 milliseconds