HomeSort by relevance Sort by last modified time
    Searched defs:Ignore (Results 26 - 50 of 96) sorted by null

12 3 4

  /prebuilts/gdb/linux-x86/lib/python2.7/
trace.py 33 trace.py -c -f counts --ignore-dir '$prefix' spam.py eggs
34 trace.py -t --ignore-dir '$prefix' spam.py eggs
40 # create a Trace object, telling it what to ignore, and whether to
121 --ignore-module=<mod> Ignore the given module(s) and its submodules
124 --ignore-dir=<dir> Ignore files in the given directory (multiple
133 class Ignore:
146 # on the ignore list. Need to take some care since ignoring
150 if mod == modulename: # Identical names, so ignore
    [all...]
tokenize.py 50 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
91 Token = Ignore + PlainToken
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py 33 trace.py -c -f counts --ignore-dir '$prefix' spam.py eggs
34 trace.py -t --ignore-dir '$prefix' spam.py eggs
40 # create a Trace object, telling it what to ignore, and whether to
121 --ignore-module=<mod> Ignore the given module(s) and its submodules
124 --ignore-dir=<dir> Ignore files in the given directory (multiple
133 class Ignore:
146 # on the ignore list. Need to take some care since ignoring
150 if mod == modulename: # Identical names, so ignore
    [all...]
tokenize.py 50 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
91 Token = Ignore + PlainToken
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py 33 trace.py -c -f counts --ignore-dir '$prefix' spam.py eggs
34 trace.py -t --ignore-dir '$prefix' spam.py eggs
40 # create a Trace object, telling it what to ignore, and whether to
121 --ignore-module=<mod> Ignore the given module(s) and its submodules
124 --ignore-dir=<dir> Ignore files in the given directory (multiple
133 class Ignore:
146 # on the ignore list. Need to take some care since ignoring
150 if mod == modulename: # Identical names, so ignore
    [all...]
tokenize.py 50 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
91 Token = Ignore + PlainToken
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
tokenize.py 51 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
92 Token = Ignore + PlainToken
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
tokenize.py 54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
95 Token = Ignore + PlainToken
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tokenize.py 50 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
91 Token = Ignore + PlainToken
  /external/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp 95 bool Ignore;
96 if (Ops.canConstructFrom(Matcher, Ignore))
  /external/python/cpython2/Lib/lib2to3/pgen2/
tokenize.py 54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
95 Token = Ignore + PlainToken
  /external/python/cpython2/Lib/
tokenize.py 51 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
92 Token = Ignore + PlainToken
  /external/python/cpython3/Lib/lib2to3/pgen2/
tokenize.py 54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
95 Token = Ignore + PlainToken
  /external/v8/src/compiler/
frame-states.h 29 static OutputFrameStateCombine Ignore() {
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticEngine.h 45 Ignore,
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
tokenize.py 54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
95 Token = Ignore + PlainToken
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tokenize.py 50 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
91 Token = Ignore + PlainToken
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
tokenize.py 54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
95 Token = Ignore + PlainToken
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
95 Token = Ignore + PlainToken
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
95 Token = Ignore + PlainToken
  /art/cmdline/
cmdline_parser.h 202 // Used by builder to internally ignore arguments by dropping them on the floor after parsing.
383 // Provide a list of arguments to ignore for backwards compatibility.
384 Builder& Ignore(std::initializer_list<const char*> ignore_list) {
397 (void)builder; // Ignore pointless unused warning, it's used in the assert.
402 (void)builder; // Ignore pointless unused warning, it's used in the assert.
473 return Parse(TokenRange(&argv[1], argc - 1)); // ignore argv[0] because it's the program name
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
MrcWrapper.h 74 Ignore,
  /external/python/cpython3/Lib/
tokenize.py 120 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
185 Token = Ignore + PlainToken
  /external/clang/lib/Analysis/
UninitializedValues.cpp 311 Ignore
343 return Ignore;
418 // Ignore the evaluation of a DeclRefExpr on the LHS of an assignment. If this
426 classify(BO->getLHS(), Ignore);
461 classify((*I), Ignore);
467 classify(Ex, Ignore);
480 classify(CSE->getSubExpr(), Ignore);
731 case ClassifyRefs::Ignore:
  /prebuilts/sdk/current/androidx/m2repository/androidx/room/room-common/2.0.0-alpha1/
room-common-2.0.0-alpha1.jar 

Completed in 1167 milliseconds

12 3 4