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

  /art/test/542-unresolved-access-check/src/p1/
PlaceHolder.java 22 public class PlaceHolder {
InP1.java 26 PlaceHolder.entered = true;
  /art/test/542-unresolved-access-check/src/
Main.java 21 import p1.PlaceHolder;
48 if (className.equals("p1.OtherInP1") && !p1.PlaceHolder.entered) {
  /external/clang/lib/AST/
TypePrinter.cpp 92 StringRef PlaceHolder);
93 void print(QualType T, raw_ostream &OS, StringRef PlaceHolder);
139 void TypePrinter::print(QualType t, raw_ostream &OS, StringRef PlaceHolder) {
141 print(split.Ty, split.Quals, OS, PlaceHolder);
145 StringRef PlaceHolder) {
151 SaveAndRestore<bool> PHVal(HasEmptyPlaceHolder, PlaceHolder.empty());
154 OS << PlaceHolder;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
__init__.py 650 The base handler class. Acts as a placeholder which defines the Handler
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
__init__.py 650 The base handler class. Acts as a placeholder which defines the Handler
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 650 The base handler class. Acts as a placeholder which defines the Handler
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 650 The base handler class. Acts as a placeholder which defines the Handler
    [all...]
  /external/clang/include/clang/AST/
Type.h 912 const Twine &PlaceHolder = Twine()) const {
913 print(split(), OS, Policy, PlaceHolder);
916 const PrintingPolicy &policy, const Twine &PlaceHolder) {
917 return print(split.Ty, split.Quals, OS, policy, PlaceHolder);
921 const Twine &PlaceHolder);
938 const Twine &PlaceHolder;
941 const Twine &PlaceHolder)
942 : T(T), Policy(Policy), PlaceHolder(PlaceHolder) { }
946 SQT.T.print(OS, SQT.Policy, SQT.PlaceHolder);
    [all...]

Completed in 195 milliseconds