HomeSort by relevance Sort by last modified time
    Searched refs:match_data (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_condition_unittest.cc 102 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));
  /device/moto/shamu/camera/QCamera2/util/
QCameraQueue.h 38 typedef bool (*match_fn_data)(void *data, void *user_data, void *match_data);
QCameraQueue.cpp 345 void QCameraQueue::flushNodes(match_fn_data match, void *match_data){
362 if ( match(node->data, m_userData, match_data) ) {
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-i915/
intel_xorg.c 37 intptr_t match_data);
128 int entity_num, struct pci_device *device, intptr_t match_data)
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-r300/
xorg.c 38 intptr_t match_data);
129 int entity_num, struct pci_device *device, intptr_t match_data)
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-r600/
xorg.c 38 intptr_t match_data);
129 int entity_num, struct pci_device *device, intptr_t match_data)
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-radeonsi/
xorg.c 38 intptr_t match_data);
129 int entity_num, struct pci_device *device, intptr_t match_data)
  /external/mesa3d/src/gallium/targets/xorg-i915/
intel_xorg.c 37 intptr_t match_data);
128 int entity_num, struct pci_device *device, intptr_t match_data)
  /external/mesa3d/src/gallium/targets/xorg-r300/
xorg.c 38 intptr_t match_data);
129 int entity_num, struct pci_device *device, intptr_t match_data)
  /external/mesa3d/src/gallium/targets/xorg-r600/
xorg.c 38 intptr_t match_data);
129 int entity_num, struct pci_device *device, intptr_t match_data)
  /external/mesa3d/src/gallium/targets/xorg-radeonsi/
xorg.c 38 intptr_t match_data);
129 int entity_num, struct pci_device *device, intptr_t match_data)
  /external/chromium_org/chrome/browser/extensions/api/declarative/
declarative_rule_unittest.cc 126 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...]
declarative_rule.h 53 // // |match_data| passed through from DeclarativeConditionSet::IsFulfilled.
54 // bool IsFulfilled(const ConditionT::MatchData& match_data);
80 // IsFulfilled(|match_data|). If there is no such condition, then false is
84 const typename ConditionT::MatchData& match_data) const;
264 const typename ConditionT::MatchData& match_data) const {
271 if ((*it)->IsFulfilled(match_data))
280 triggered->second->IsFulfilled(match_data));
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-nouveau/
nouveau_xorg.c 39 intptr_t match_data);
125 int entity_num, struct pci_device *device, intptr_t match_data)
  /external/mesa3d/src/gallium/targets/xorg-nouveau/
nouveau_xorg.c 39 intptr_t match_data);
125 int entity_num, struct pci_device *device, intptr_t match_data)
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh 310 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;
375 const void *match_data; member in struct:OT::hb_apply_context_t::matcher_t
402 const void *match_data,
405 matcher.set_match_func (match_func, match_data);
472 const void *match_data,
475 matcher.set_match_func (match_func, match_data);
700 const void *match_data)
706 if (likely (!match_func (c->glyphs[i], input[i - 1], match_data)))
1053 const void *match_data; member in struct:OT::ContextApplyLookupContext
1554 const void *match_data[3]; member in struct:OT::ChainContextApplyLookupContext
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 310 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)))
1054 const void *match_data; member in struct:OT::ContextApplyLookupContext
1555 const void *match_data[3]; member in struct:OT::ChainContextApplyLookupContext
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_provider_unittest.cc 181 void RunRedundantKeywordTest(const KeywordTestData* match_data, size_t size);
353 const KeywordTestData* match_data,
360 match.fill_into_edit = match_data[i].fill_into_edit;
362 match.keyword = match_data[i].keyword;
371 EXPECT_EQ(match_data[j].expected_keyword_result,
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraPostProc.h 163 static bool matchJobId(void *data, void *user_data, void *match_data);
QCameraPostProc.cpp     [all...]
  /external/elfutils/0.153/libcpu/
i386_disasm.c 369 const uint8_t *curr = match_data;
370 const uint8_t *const match_end = match_data + sizeof (match_data);
i386_dis.h 898 static const uint8_t match_data[] = variable
    [all...]
x86_64_dis.h 886 static const uint8_t match_data[] = variable
    [all...]

Completed in 590 milliseconds