Home
last modified time | relevance | path

Searched defs:match (Results 1 – 25 of 57) sorted by relevance

123

/device/google/marlin/camera/QCamera2/util/
DQCameraQueue.cpp299 void* QCameraQueue::dequeue(match_fn_data match, void *match_data){ in dequeue()
385 void QCameraQueue::flushNodes(match_fn match){ in flushNodes()
430 void QCameraQueue::flushNodes(match_fn_data match, void *match_data){ in flushNodes()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/myfixes/
Dfix_explicit.py6 def match(self): return False member in FixExplicit
Dfix_preorder.py6 def match(self, node): return False member in FixPreorder
Dfix_last.py7 def match(self, node): return False member in FixLast
Dfix_first.py6 def match(self, node): return False member in FixFirst
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_ne.py17 def match(self, node): member in FixNe
Dfix_numliterals.py17 def match(self, node): member in FixNumliterals
Dfix_renames.py49 def match(self, node): member in FixRenames
Dfix_idioms.py79 def match(self, node): member in FixIdioms
Dfix_imports.py106 def match(self, node): member in FixImports
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dre.py134 def match(pattern, string, flags=0): function
265 def _expand(pattern, match, template): argument
276 def filter(match, template=template): argument
Dsre_parse.py195 def match(self, char, skip=1): member in Tokenizer
778 def expand_template(template, match): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dre.py138 def match(pattern, string, flags=0): function
279 def _expand(pattern, match, template): argument
290 def filter(match, template=template): argument
Dsre_parse.py206 def match(self, char, skip=1): member in Tokenizer
822 def expand_template(template, match): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Deqfix.py166 match = {'if':':', 'elif':':', 'while':':', 'return':'\n', \ variable
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Ddumpnode.c384 Junction *match; local
403 Junction *findnode(int match) in findnode()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
Ddumppyc.py21 def walk(co, match=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Ddeflate.c1033 register Bytef *match; /* matched string */ local
1180 register Bytef *match; /* matched string */ local
1232 local void check_match(s, start, match, length) in check_match() argument
1253 # define check_match(s, start, match, length) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
Dencoder.py38 def replace(match): argument
49 def replace(match): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
Dencoder.py37 def replace(match): argument
48 def replace(match): argument
/device/google/cuttlefish_common/host/commands/kernel_log_monitor/
Dkernel_log_server.cc132 auto& match = info_kv.first; in HandleIncomingMessage() local
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dinftrees.c57 unsigned match; /* use base and extra for symbol >= match */ local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dpytree.py488 def match(self, node, results=None): member in BasePattern
556 def match(self, node, results=None): member in LeafPattern
707 def match(self, node, results=None): member in WildcardPattern
842 def match(self, node): member in NegatedPattern
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.c1154 register Bytef *match; /* matched string */ local
1302 register Bytef *match; /* matched string */ local
1356 local void check_match(s, start, match, length) in check_match() argument
1377 # define check_match(s, start, match, length) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dutil.py275 def _subst (match, local_vars=local_vars): argument

123