HomeSort by relevance Sort by last modified time
    Searched defs:CFG (Results 1 - 8 of 8) sorted by null

  /external/icu/icu4c/source/extra/uconv/
makedata.mak 12 !IF "$(CFG)" == ""
13 CFG=Debug
18 !IF "$(CFG)" != "Release" && "$(CFG)" != "release" && "$(CFG)" != "Debug" && "$(CFG)" != "debug" && "$(CFG)" != "x86\Release" && "$(CFG)" != "x86\Debug" && "$(CFG)" != "x64\Release" && "$(CFG)" != "x64\Debug
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/resolver/
ImplicitResolverTest.java 39 private static final Tag CFG = new Tag("!cfg");
46 this.yamlConstructors.put(CFG, new ConfigObjectConstruct());
58 if (CFG.equals(node.getTag())) {
87 yaml.addImplicitResolver(CFG, Pattern.compile("\\$\\([a-zA-Z\\d\\u002E\\u005F]+\\)"), "$");
88 TestBean bean = (TestBean) yaml.load("!testbean {myval: !cfg $(user.home)}");
  /external/clang/include/clang/Analysis/
CFG.h 1 //===--- CFG.h - Classes for representing and building CFGs------*- C++ -*-===//
10 // This file defines the CFG and CFGBuilder classes for representing and
43 class CFG;
327 /// CFGBlock - Represents a single basic block in a source-level CFG.
412 /// of the CFG.
416 /// This class represents a potential adjacent block in the CFG. It encodes
471 /// CFG blocks.
487 /// Parent - The parent CFG that owns this CFGBlock.
488 CFG *Parent;
491 explicit CFGBlock(unsigned blockid, BumpVectorContext &C, CFG *parent
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.update.configurator_3.3.100.v20100512.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 307 milliseconds