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

  /external/v8/tools/clang/plugins/tests/
virtual_base_method_also_final.cpp 5 #define VIRTUAL virtual
6 #define VIRTUAL_VOID virtual void
10 virtual void F() final {}
11 // Make sure an out-of-place virtual doesn't cause an incorrect fixit removal
13 void virtual G() final {}
14 // Don't emit any fixits for virtual from macros.
15 VIRTUAL void H() final {}
16 void VIRTUAL I() final {}
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
InlineMethodResolver.java 49 public static final int VIRTUAL = 0x1; // AccessFlags.PUBLIC.value;
82 inlineMethod(VIRTUAL, "Ljava/lang/String;", "charAt", "I", "C"),
83 inlineMethod(VIRTUAL, "Ljava/lang/String;", "compareTo", "Ljava/lang/String;", "I"),
84 inlineMethod(VIRTUAL, "Ljava/lang/String;", "equals", "Ljava/lang/Object;", "Z"),
85 inlineMethod(VIRTUAL, "Ljava/lang/String;", "length", "", "I"),
124 indexOfIMethod = inlineMethod(VIRTUAL, "Ljava/lang/String;", "indexOf", "I", "I");
125 indexOfIIMethod = inlineMethod(VIRTUAL, "Ljava/lang/String;", "indexOf", "II", "I");
129 isEmptyMethod = inlineMethod(VIRTUAL, "Ljava/lang/String;", "isEmpty", "", "Z");
133 inlineMethod(VIRTUAL, "Ljava/lang/String;", "charAt", "I", "C"),
134 inlineMethod(VIRTUAL, "Ljava/lang/String;", "compareTo", "Ljava/lang/String;", "I")
    [all...]
  /device/google/crosshatch/
thermal-engine-blueline-novr-evt.conf 31 [HOT-SKIN-VIRTUAL]
32 algo_type virtual
42 [VIRTUAL-SS-GPU-SKIN]
44 sensor HOT-SKIN-VIRTUAL
thermal-engine-blueline-novr-prod.conf 31 [HOT-SKIN-VIRTUAL]
32 algo_type virtual
42 [VIRTUAL-SS-GPU-SKIN]
44 sensor HOT-SKIN-VIRTUAL
thermal-engine-crosshatch-novr-evt.conf 31 [HOT-SKIN-VIRTUAL]
32 algo_type virtual
42 [VIRTUAL-SS-GPU-SKIN]
44 sensor HOT-SKIN-VIRTUAL
thermal-engine-crosshatch-novr-prod.conf 31 [HOT-SKIN-VIRTUAL]
32 algo_type virtual
42 [VIRTUAL-SS-GPU-SKIN]
44 sensor HOT-SKIN-VIRTUAL
  /device/google/marlin/
thermal-engine-marlin.conf 77 [HOT-SKIN-VIRTUAL]
78 algo_type virtual
88 [VIRTUAL-SS-GPU-SKIN]
90 sensor HOT-SKIN-VIRTUAL
  /device/google/muskie/
thermal-engine.conf 33 [HOT-SKIN-VIRTUAL]
34 algo_type virtual
44 [VIRTUAL-SS-GPU-SKIN]
46 sensor HOT-SKIN-VIRTUAL
  /device/google/taimen/
thermal-engine.conf 32 algo_type virtual
42 [VIRTUAL-SS-GPU-SKIN2]
116 [HOT-SKIN-VIRTUAL]
117 algo_type virtual
127 [VIRTUAL-SS-GPU-SKIN]
129 sensor HOT-SKIN-VIRTUAL
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
parser.h 81 VIRTUAL = 38,
147 #define VIRTUAL 38
parser.y 123 VIRTUAL 38
481 | VIRTUAL INDICATOR Integer EQUALS Expr SEMI
parser.c 191 VIRTUAL = 38,
257 #define VIRTUAL 38
663 "LOGO", "VIRTUAL", "EQUALS", "PLUS", "MINUS", "DIVIDE", "TIMES",
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_service.h 78 enum VirtualOrNon { VIRTUAL, NON_VIRTUAL };
cpp_service.cc 76 " virtual ~$classname$();\n");
86 GenerateMethodSignatures(VIRTUAL, printer);
150 sub_vars["virtual"] = virtual_or_non == VIRTUAL ? "virtual " : "";
153 "$virtual$void $name$(::google::protobuf::RpcController* controller,\n"
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
NewMethodCaller.java 39 VIRTUAL,
147 case VIRTUAL:
  /external/libkmsxx/kms++/src/
encoder.cpp 28 DEF_ENC(VIRTUAL),
  /external/perfetto/test/trace_processor/
oom_query.sql 29 CREATE VIRTUAL TABLE anon_file USING span_join(anon_rss PARTITIONED upid, file_rss PARTITIONED upid);
31 CREATE VIRTUAL TABLE anon_file_oom USING span_join(anon_file PARTITIONED upid, oom_adj PARTITIONED upid);
  /external/u-boot/arch/x86/include/asm/arch-braswell/
gpio.h 149 VIRTUAL = 0x20000,
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.13.0.v20180512-1138.jar 
  /external/mockito/lib/
byte-buddy-1.8.15.jar 

Completed in 848 milliseconds