HomeSort by relevance Sort by last modified time
    Searched refs:paren (Results 1 - 25 of 35) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
versionpredicate.py 108 self.name, paren = match.groups()
109 paren = paren.strip()
110 if paren:
111 match = re_paren.match(paren)
113 raise ValueError("expected parenthesized list: %r" % paren)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
versionpredicate.py 108 self.name, paren = match.groups()
109 paren = paren.strip()
110 if paren:
111 match = re_paren.match(paren)
113 raise ValueError("expected parenthesized list: %r" % paren)
  /external/libvpx/libvpx/tools/
vpx-astyle.sh 5 --pad-oper --pad-header --unpad-paren \
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
vpx-astyle.sh 5 --pad-oper --pad-header --unpad-paren \
  /external/openfst/src/include/fst/extensions/pdt/
shortest-path.h 25 #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);
716 ParenSpec paren = paren_stack.top(); local
    [all...]
paren.h 0 // 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...]
expand.h 28 #include <fst/extensions/pdt/paren.h>
481 ParenMultimap close_paren_multimap_; // Maps open paren arcs to
482 // balancing close paren arcs.
496 ssize_t current_paren_id_; // Paren id at top of current stack
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
    [all...]
  /external/llvm/test/MC/ARM/
symbol-variants-errors.s 10 @ check for missing closed paren
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/detail/
in_place_factory_prefix.hpp 20 #include <boost/preprocessor/punctuation/paren.hpp>
  /art/tools/
analyze-init-failures.py 77 (left_of_paren,paren,right_of_paren) = method.partition('(')
96 (left_of_paren,paren,right_of_paren) = method.partition('(')
  /external/libpcap/
grammar.y 263 %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; }
  /ndk/sources/host-tools/make-3.81/
read.c 964 are whitespace and a left paren. If others are possible,
2388 char *paren = 0; local
    [all...]
  /external/harfbuzz_ng/src/
hb-private.hh 643 const char *paren = strchr (func, '('); local
644 if (paren)
645 func_len = paren - func;
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 409 int paren = 0; local
414 paren++;
418 paren--;
423 if (paren == 1) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 2377 int paren = 0; local
    [all...]
RewriteObjC.cpp 2265 int paren = 0; local
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 320 case DeclaratorChunk::Paren:
337 case DeclaratorChunk::Paren:
393 case DeclaratorChunk::Paren:
442 case DeclaratorChunk::Paren:
499 case DeclaratorChunk::Paren:
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /build/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]

Completed in 1475 milliseconds

1 2