/device/google/marlin/camera/QCamera2/util/ |
D | QCameraQueue.cpp | 299 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/ |
D | fix_explicit.py | 6 def match(self): return False member in FixExplicit
|
D | fix_preorder.py | 6 def match(self, node): return False member in FixPreorder
|
D | fix_last.py | 7 def match(self, node): return False member in FixLast
|
D | fix_first.py | 6 def match(self, node): return False member in FixFirst
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/ |
D | fix_ne.py | 17 def match(self, node): member in FixNe
|
D | fix_numliterals.py | 17 def match(self, node): member in FixNumliterals
|
D | fix_renames.py | 49 def match(self, node): member in FixRenames
|
D | fix_idioms.py | 79 def match(self, node): member in FixIdioms
|
D | fix_imports.py | 106 def match(self, node): member in FixImports
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | re.py | 134 def match(pattern, string, flags=0): function 265 def _expand(pattern, match, template): argument 276 def filter(match, template=template): argument
|
D | sre_parse.py | 195 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/ |
D | re.py | 138 def match(pattern, string, flags=0): function 279 def _expand(pattern, match, template): argument 290 def filter(match, template=template): argument
|
D | sre_parse.py | 206 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/ |
D | eqfix.py | 166 match = {'if':':', 'elif':':', 'while':':', 'return':'\n', \ variable
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | dumpnode.c | 384 Junction *match; local 403 Junction *findnode(int match) in findnode()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/ |
D | dumppyc.py | 21 def walk(co, match=None): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | deflate.c | 1033 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/ |
D | encoder.py | 38 def replace(match): argument 49 def replace(match): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/ |
D | encoder.py | 37 def replace(match): argument 48 def replace(match): argument
|
/device/google/cuttlefish_common/host/commands/kernel_log_monitor/ |
D | kernel_log_server.cc | 132 auto& match = info_kv.first; in HandleIncomingMessage() local
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
D | inftrees.c | 57 unsigned match; /* use base and extra for symbol >= match */ local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/ |
D | pytree.py | 488 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/ |
D | deflate.c | 1154 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/ |
D | util.py | 275 def _subst (match, local_vars=local_vars): argument
|