Searched refs:paren (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dvpx-astyle.sh5 --pad-oper --pad-header --unpad-paren \
/external/libvpx/libvpx/tools/
H A Dvpx-astyle.sh5 --pad-oper --pad-header --unpad-paren \
/external/openfst/src/include/fst/extensions/pdt/
H A Dshortest-path.h25 #include <fst/extensions/pdt/paren.h>
86 StateId start; // PDT paren 'source' state
90 // Specifies paren id, source and dest 'start' states of a paren.
100 StateId src_start; // sub-graph 'start' state for paren source.
101 StateId dest_start; // sub-graph 'start' state for paren dest.
120 int16 paren_id; // If parent arc has paren, paren ID, o.w. kNoLabel
153 Weight Distance(const ParenSpec &paren) const {
154 SearchData *data = GetSearchData(paren);
183 SetDistance(const ParenSpec &paren, Weight w) argument
193 SetParent(const ParenSpec &paren, SearchState p) argument
716 ParenSpec paren = paren_stack.top(); local
[all...]
H A Dparen.h0 // paren.h
59 Label paren_id; // ID of open (close) paren
60 StateId state_id; // destination (source) state of open (close) paren
75 return paren_id < this->paren.id ||
76 (p.paren_id == this->paren.id && p.state_id < this->state_id);
123 // Maps from state ID to reachable paren IDs from (to) that state.
126 // Maps from paren ID and state ID to reachable state set ID
130 // Maps from paren ID and state ID to arcs exiting that state with that
164 FSTERROR() << "PdtParenReachable: open paren info not implemented";
171 // Given a state ID, returns an iterator over paren ID
[all...]
H A Dexpand.h28 #include <fst/extensions/pdt/paren.h>
481 ParenMultimap close_paren_multimap_; // Maps open paren arcs to
482 // balancing close paren arcs.
502 // 'cached_source_' and paren id 'cached_paren_id': the set of
503 // source state of a close parenthesis with paren id
505 // paren id 'cached_paren_id' in state 'cached_source_'.
515 // Initializes close paren multimap, mapping pairs (s,paren_id) to
535 if (arc.ilabel == parens[pit->second].second) { // Close paren
545 // in 'ifst_', 'dest' must be the source state of a close paren arc.
735 // Processes an open paren ar
[all...]
/external/llvm/test/MC/ARM/
H A Dsymbol-variants-errors.s10 @ check for missing closed paren
/external/libpcap/
H A Dgrammar.y263 %type <blk> and or paren not null prog
337 | paren pid ')' { $$ = $2; }
397 paren: '(' { $$ = $<blk>0; } label
418 | paren expr ')' { $$.b = $2.b; $$.q = $1.q; }
626 | paren narth ')' { $$ = $2; }
636 | paren pnum ')' { $$ = $2; }
659 | paren atmlistvalue ')' { $$.b = $2.b; $$.q = qerr; }
692 | paren mtp3listvalue ')' { $$.b = $2.b; $$.q = qerr; }
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DDirectiveParser.cpp166 bool paren = false;
170 paren = true;
184 if (paren)
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-private.hh684 const char *paren = strchr (func, '('); local
685 if (paren)
686 func_len = paren - func;
/external/harfbuzz_ng/src/
H A Dhb-private.hh636 const char *paren = strchr (func, '('); local
637 if (paren)
638 func_len = paren - func;
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp297 int paren = 0; local
302 paren++;
306 paren--;
311 if (paren == 1) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c4203 int paren = 0; local
4246 if (ch == ',' && !paren && brackets <= 0)
4278 paren++;
4280 if (--paren < 0)
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp2389 int paren = 0; local
2394 paren++;
2398 paren--;
2402 if (paren == 1)
4985 argPtr++; // skip past the left paren.
H A DRewriteObjC.cpp1857 "bogus @catch paren location");
1884 assert((*rParenBuf == ')') && "bogus @catch paren location");
2274 int paren = 0; local
2279 paren++;
2283 paren--;
2287 if (paren == 1)
4052 argPtr++; // skip past the left paren.
/external/clang/lib/Sema/
H A DSemaType.cpp1258 /// \brief Build a paren type including \p T.
4003 } else if (const ParenType *paren = dyn_cast<ParenType>(type)) {
4004 type = paren->getInnerType();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 400 milliseconds