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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
badsyntax_future9.py 3 from __future__ import nested_scopes, braces namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
badsyntax_future9.py 3 from __future__ import nested_scopes, braces namespace
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TextEditorModel.js 629 return attribute.braces;
650 var braces = this._braceRanges(lineNumber);
651 if (!braces)
654 var braceIndex = braces.length - 1;
655 while (braceIndex >= 0 && braces[braceIndex].startColumn > column)
658 var brace = braceIndex >= 0 ? braces[braceIndex] : null;
666 while ((braces = this._braceRanges(--lineNumber)) && !braces.length) {};
667 if (!braces)
669 braceIndex = braces.length - 1
    [all...]
TextEditorHighlighter.js 200 state.braces = state.braces || [];
206 state.braces.push({
  /external/chromium_org/tools/gyp/tools/
pretty_gyp.py 13 # Regex to remove comments when we're counting braces.
16 # Regex to remove quoted strings when we're counting braces.
29 """Mask the quoted strings so we skip braces inside quoted strings."""
42 """Mask the quoted strings so we skip braces inside quoted strings."""
67 These are used to split lines which have multiple braces on them, so
69 braces make a nice diagonal line).
84 """keeps track of the number of braces on a given line and returns the result.
86 It starts at zero and subtracts for closed braces, and adds for open braces.
146 # Split up the double braces
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
filter.py 31 ["-whitespace", "+whitespace/braces"]
33 ["whitespace/tabs", "whitespace/braces"]
optparser.py 63 any such category. The filter input "-whitespace,+whitespace/braces" fails
64 the category "whitespace/tab" and passes "whitespace/braces".
66 Examples: --filter=-whitespace,+whitespace/braces
306 '"--filter -whitespace,+whitespace/braces". To display '
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
genperf.c 309 int braces; local
339 braces = 0;
341 /* count braces to determine when we're done */
345 braces++;
347 braces--;
354 if (braces <= 0)
  /external/chromium_org/tools/grit/grit/gather/
rc.py 285 '''Implementation for resource types w/braces (not BEGIN/END)
298 # We stop once the braces balance (could happen in one line).
  /external/chromium_org/third_party/icu/source/common/
ustring.c 1217 UBool braces = FALSE; local
    [all...]
  /external/icu4c/common/
ustring.cpp 1224 UBool braces = FALSE; local
    [all...]
  /art/tools/
cpplint.py 126 Examples: --filter=-whitespace,+whitespace/braces
178 'readability/braces',
208 'whitespace/braces',
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 126 Examples: --filter=-whitespace,+whitespace/braces
178 'readability/braces',
208 'whitespace/braces',
    [all...]
  /external/grub/docs/
texinfo.tex 435 % If a _delimited_ argument is enclosed in braces, they get stripped; so
441 % that a pair of braces would be stripped.
562 % Used to generate quoted braces.
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 488 % If a _delimited_ argument is enclosed in braces, they get stripped; so
494 % that a pair of braces would be stripped.
615 % Used to generate quoted braces.
    [all...]
  /external/bison/build-aux/
texinfo.tex 467 % If a _delimited_ argument is enclosed in braces, they get stripped; so
473 % that a pair of braces would be stripped.
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 219 % The argument can be delimited with [...] or with "..." or braces
293 % Used to generate quoted braces.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 870 milliseconds