/external/libgdx/extensions/gdx-bullet/jni/swig/collision/ |
btCollisionObject.i | 24 public final static com.badlogic.gdx.utils.LongMap<btCollisionObject> instances = new com.badlogic.gdx.utils.LongMap<btCollisionObject>(); 27 public static btCollisionObject getInstance(final long swigCPtr) { 32 public static btCollisionObject getInstance(final long swigCPtr, boolean owner) { 43 public static void addInstance(final btCollisionObject obj) { 49 public static void removeInstance(final btCollisionObject obj) {
|
btCollisionObjectWrapper.i | 14 protected final static btCollisionObjectWrapper temp = new btCollisionObjectWrapper(0, false); 24 protected static btCollisionObjectWrapper obtainForArgument(final long swigCPtr, boolean owner) {
|
/external/regex-re2/re2/testing/ |
charclass_test.cc | 21 } final[10]; member in struct:re2::CCTest 98 for (int k = 0; t->final[k].lo >= 0; k++) 99 printf(" %d-%d", t->final[k].lo, t->final[k].hi); 110 for (int j = 0; t->final[j].lo >= 0; j++) 111 if (t->final[j].lo <= x && x <= t->final[j].hi) 140 for (int j = 0; t->final[j].lo >= 0; j++, ++it) { 142 it->lo != t->final[j].lo || 143 it->hi != t->final[j].hi) [all...] |
/external/v8/test/unittests/compiler/ |
node-test-utils.cc | 77 class IsBranchMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 85 void DescribeTo(std::ostream* os) const final { 94 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { 108 class IsSwitchMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 116 void DescribeTo(std::ostream* os) const final { 125 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { 139 class IsIfValueMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 147 void DescribeTo(std::ostream* os) const final { 156 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { 170 class IsControl1Matcher final : public NodeMatcher class in namespace:v8::internal::compiler::__anon25346 194 class IsControl2Matcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 226 class IsControl3Matcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 265 class IsBeginRegionMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 288 class IsFinishRegionMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 319 class IsReturnMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 357 class IsTerminateMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 389 class IsConstantMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 412 class IsSelectMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 458 class IsPhiMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 503 class IsPhi2Matcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 555 class IsEffectPhiMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 593 class IsEffectSetMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 636 class IsProjectionMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 667 class IsCallMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 733 class IsTailCallMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 799 class IsReferenceEqualMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 825 class IsAllocateMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 852 class IsLoadFieldMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 897 class IsStoreFieldMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 949 class IsLoadBufferMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 1008 class IsStoreBufferMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 1074 class IsLoadElementMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 1126 class IsStoreElementMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 1185 class IsLoadMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 1245 class IsStoreMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 1312 class IsToNumberMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 1357 class IsLoadContextMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 1388 class IsBinopMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 1419 class IsUnopMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 1442 class IsParameterMatcher final : public NodeMatcher { class in namespace:v8::internal::compiler::__anon25346 [all...] |
/prebuilts/go/darwin-x86/test/ |
slice3err.go | 20 _ = array[::] // ERROR "middle index required in 3-index slice" "final index required in 3-index slice" 21 _ = array[i::] // ERROR "middle index required in 3-index slice" "final index required in 3-index slice" 22 _ = array[:j:] // ERROR "final index required in 3-index slice" 23 _ = array[i:j:] // ERROR "final index required in 3-index slice" 33 _ = slice[::] // ERROR "middle index required in 3-index slice" "final index required in 3-index slice" 34 _ = slice[i::] // ERROR "middle index required in 3-index slice" "final index required in 3-index slice" 35 _ = slice[:j:] // ERROR "final index required in 3-index slice" 36 _ = slice[i:j:] // ERROR "final index required in 3-index slice" 46 _ = str[::] // ERROR "3-index slice of string" "middle index required in 3-index slice" "final index required in 3-index slice" 47 _ = str[i::] // ERROR "3-index slice of string" "middle index required in 3-index slice" "final index required in 3-index slice [all...] |
/prebuilts/go/linux-x86/test/ |
slice3err.go | 20 _ = array[::] // ERROR "middle index required in 3-index slice" "final index required in 3-index slice" 21 _ = array[i::] // ERROR "middle index required in 3-index slice" "final index required in 3-index slice" 22 _ = array[:j:] // ERROR "final index required in 3-index slice" 23 _ = array[i:j:] // ERROR "final index required in 3-index slice" 33 _ = slice[::] // ERROR "middle index required in 3-index slice" "final index required in 3-index slice" 34 _ = slice[i::] // ERROR "middle index required in 3-index slice" "final index required in 3-index slice" 35 _ = slice[:j:] // ERROR "final index required in 3-index slice" 36 _ = slice[i:j:] // ERROR "final index required in 3-index slice" 46 _ = str[::] // ERROR "3-index slice of string" "middle index required in 3-index slice" "final index required in 3-index slice" 47 _ = str[i::] // ERROR "3-index slice of string" "middle index required in 3-index slice" "final index required in 3-index slice [all...] |
/external/clang/test/Parser/ |
cxx0x-decl.cpp | 92 virtual auto f() -> void *final; member in struct:FinalOverride::Derived 94 virtual auto h() -> void *final override; 95 virtual auto i() -> void *override final; member in struct:FinalOverride::Derived
|
/external/v8/src/compiler/ |
branch-elimination.h | 17 class BranchElimination final : public AdvancedReducer { class in namespace:v8::internal::compiler 20 ~BranchElimination() final; member in class:v8::internal::compiler::final 22 Reduction Reduce(Node* node) final; member in class:v8::internal::compiler::final
|
change-lowering.h | 22 class ChangeLowering final : public Reducer { class in namespace:v8::internal::compiler 25 ~ChangeLowering() final; member in class:v8::internal::compiler::final 27 Reduction Reduce(Node* node) final; member in class:v8::internal::compiler::final
|
/prebuilts/gdb/darwin-x86/lib/python2.7/encodings/ |
bz2_codec.py | 60 def encode(self, input, final=False): 61 if final: 76 def decode(self, input, final=False):
|
/prebuilts/gdb/linux-x86/lib/python2.7/encodings/ |
bz2_codec.py | 60 def encode(self, input, final=False): 61 if final: 76 def decode(self, input, final=False):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
bz2_codec.py | 60 def encode(self, input, final=False): 61 if final: 76 def decode(self, input, final=False):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
bz2_codec.py | 60 def encode(self, input, final=False): 61 if final: 76 def decode(self, input, final=False):
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/ |
cros_power_monitor.py | 138 final = CrosPowerMonitor.ParsePowerStatus(final_stats) 143 final_power_mw = float(final['battery_energy_rate']) * 10 ** 3 148 """Copy fields from battery final state.""" 149 if field in final: 150 battery[key] = float(final[field])
|
/external/libgdx/extensions/gdx-bullet/jni/swig/extras/serialize/ |
gdxBulletSerialize.i | 27 public boolean loadFile(final com.badlogic.gdx.files.FileHandle fileHandle) { 28 final int len = (int)fileHandle.length();
|
/external/libweave/src/ |
access_api_handler.h | 26 class AccessApiHandler final { class in namespace:weave
|
base_api_handler.h | 26 class BaseApiHandler final { class in namespace:weave
|
/external/llvm/lib/Target/AMDGPU/ |
AMDGPUTargetObjectFile.h | 31 class AMDGPUHSATargetObjectFile final : public AMDGPUTargetObjectFile { class in namespace:llvm
|
/external/llvm/lib/Target/WebAssembly/InstPrinter/ |
WebAssemblyInstPrinter.h | 26 class WebAssemblyInstPrinter final : public MCInstPrinter { class in namespace:llvm
|
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
WebAssemblyELFObjectWriter.cpp | 23 class WebAssemblyELFObjectWriter final : public MCELFObjectTargetWriter { class in namespace:__anon19288
|
/external/llvm/lib/Target/WebAssembly/ |
WebAssemblyFastISel.cpp | 43 class WebAssemblyFastISel final : public FastISel { class in namespace:__anon19295
|
WebAssemblyRegisterInfo.h | 29 class WebAssemblyRegisterInfo final : public WebAssemblyGenRegisterInfo { class in namespace:llvm
|
WebAssemblyTargetMachine.h | 24 class WebAssemblyTargetMachine final : public LLVMTargetMachine { class in namespace:llvm
|
/external/parameter-framework/upstream/skeleton-subsystem/test/ |
main.cpp | 34 class MyLogger final : public CParameterMgrFullConnector::ILogger class in inherits:CParameterMgrFullConnector::ILogger
|
/external/proguard/examples/ |
library.pro | 66 static final long serialVersionUID; 67 static final java.io.ObjectStreamField[] serialPersistentFields;
|