Home
last modified time | relevance | path

Searched defs:ref (Results 1 – 25 of 980) sorted by relevance

12345678910>>...40

/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/javaparser/contexts/
DClassOrInterfaceDeclarationContextResolutionTest.java111 …SymbolReference<? extends ResolvedValueDeclaration> ref = context.solveSymbol("i", new MemoryTypeS… in solveSymbolReferringToDeclaredInstanceField() local
122 …SymbolReference<? extends ResolvedValueDeclaration> ref = context.solveSymbol("j", new MemoryTypeS… in solveSymbolReferringToDeclaredStaticField() local
133 …SymbolReference<? extends ResolvedValueDeclaration> ref = context.solveSymbol("k", new MemoryTypeS… in solveSymbolReferringToInheritedInstanceField() local
144 …SymbolReference<? extends ResolvedValueDeclaration> ref = context.solveSymbol("o", new MemoryTypeS… in solveSymbolReferringToInterfaceInheritedInstanceField() local
155 …SymbolReference<? extends ResolvedValueDeclaration> ref = context.solveSymbol("m", new MemoryTypeS… in solveSymbolReferringToInheritedStaticField() local
166 …SymbolReference<? extends ResolvedValueDeclaration> ref = context.solveSymbol("zzz", new MemoryTyp… in solveSymbolReferringToUnknownElement() local
176 Optional<Value> ref = context.solveSymbolAsValue("i", new MemoryTypeSolver()); in solveSymbolAsValueReferringToDeclaredInstanceField() local
187 Optional<Value> ref = context.solveSymbolAsValue("j", new MemoryTypeSolver()); in solveSymbolAsValueReferringToDeclaredStaticField() local
198 Optional<Value> ref = context.solveSymbolAsValue("k", new MemoryTypeSolver()); in solveSymbolAsValueReferringToInheritedInstanceField() local
209 Optional<Value> ref = context.solveSymbolAsValue("o", new MemoryTypeSolver()); in solveSymbolAsValueReferringToInterfaceInheritedInstanceField() local
[all …]
DCompilationUnitContextResolutionTest.java102 … SymbolReference<? extends ResolvedValueDeclaration> ref = context.solveSymbol("out", typeSolver); in solveSymbolReferringToStaticallyImportedValue() local
115 … SymbolReference<? extends ResolvedValueDeclaration> ref = context.solveSymbol("err", typeSolver); in solveSymbolReferringToStaticallyImportedUsingAsteriskValue() local
125 …SymbolReference<? extends ResolvedValueDeclaration> ref = context.solveSymbol("java.lang.System.ou… in solveSymbolReferringToStaticField() local
138 Optional<Value> ref = context.solveSymbolAsValue("out", typeSolver); in solveSymbolAsValueReferringToStaticallyImportedValue() local
151 Optional<Value> ref = context.solveSymbolAsValue("err", typeSolver); in solveSymbolAsValueReferringToStaticallyImportedUsingAsteriskValue() local
161 …Optional<Value> ref = context.solveSymbolAsValue("java.lang.System.out", new ReflectionTypeSolver(… in solveSymbolAsValueReferringToStaticField() local
176 …SymbolReference<ResolvedTypeDeclaration> ref = context.solveType("OtherClassInSamePackage", memory… in solveTypeInSamePackage() local
186 …SymbolReference<ResolvedTypeDeclaration> ref = context.solveType("Assert", new JarTypeSolver(adapt… in solveTypeImported() local
196 …SymbolReference<ResolvedTypeDeclaration> ref = context.solveType("org.junit.Assume", new JarTypeSo… in solveTypeNotImported() local
210 …SymbolReference<ResolvedMethodDeclaration> ref = context.solveMethod("assertFalse", ImmutableList.… in solveMethodStaticallyImportedWithAsterisk() local
[all …]
DEnumDeclarationContextResolutionTest.java56 …SymbolReference<? extends ResolvedValueDeclaration> ref = context.solveSymbol("i", new MemoryTypeS… in solveSymbolReferringToDeclaredInstanceField() local
67 …SymbolReference<? extends ResolvedValueDeclaration> ref = context.solveSymbol("j", new MemoryTypeS… in solveSymbolReferringToDeclaredStaticField() local
78 …SymbolReference<? extends ResolvedValueDeclaration> ref = context.solveSymbol("E1", new MemoryType… in solveSymbolReferringToValue() local
89 Optional<Value> ref = context.solveSymbolAsValue("i", new MemoryTypeSolver()); in solveSymbolAsValueReferringToDeclaredInstanceField() local
100 Optional<Value> ref = context.solveSymbolAsValue("j", new MemoryTypeSolver()); in solveSymbolAsValueReferringToDeclaredStaticField() local
111 Optional<Value> ref = context.solveSymbolAsValue("E1", new MemoryTypeSolver()); in solveSymbolAsValueReferringToValue() local
/external/deqp/framework/delibs/deutil/
DdeCommandLine.c164 const char* ref[] = { "hello" }; in deCommandLine_selfTest() local
169 const char* ref[] = { "hello", "world" }; in deCommandLine_selfTest() local
174 const char* ref[] = { "hello/world" }; in deCommandLine_selfTest() local
179 const char* ref[] = { "hello/world", "--help" }; in deCommandLine_selfTest() local
184 const char* ref[] = { "hello/world", "--help", "foo" }; in deCommandLine_selfTest() local
189 const char* ref[] = { "hello\\world", "--help", "foo" }; in deCommandLine_selfTest() local
194 const char* ref[] = { "hello/worl d", "--help", "--foo=bar", "ba z\"" }; in deCommandLine_selfTest() local
199 const char* ref[] = { "hello/worl d", "--help", "--foo=bar", "ba z'" }; in deCommandLine_selfTest() local
204 const char* ref[] = { "hello", "'world'" }; in deCommandLine_selfTest() local
209 const char* ref[] = { "hello", "\"world\"" }; in deCommandLine_selfTest() local
[all …]
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DFakeTsiTest.java48 private final RegisterRef ref = field in FakeTsiTest
171 TsiTest.pingPongTest(newHandshakers(), ref); in pingPong() local
176 TsiTest.pingPongExactFrameSizeTest(newHandshakers(), ref); in pingPongExactFrameSize() local
181 TsiTest.pingPongSmallBufferTest(newHandshakers(), ref); in pingPongSmallBuffer() local
196 TsiTest.corruptedCounterTest(newHandshakers(), ref); in corruptedCounter() local
201 TsiTest.corruptedCiphertextTest(newHandshakers(), ref); in corruptedCiphertext() local
206 TsiTest.corruptedTagTest(newHandshakers(), ref); in corruptedTag() local
211 TsiTest.reflectedCiphertextTest(newHandshakers(), ref); in reflectedCiphertext() local
DAltsTsiTest.java49 private final RegisterRef ref = field in AltsTsiTest
115 TsiTest.pingPongTest(newHandshakers(), ref); in pingPong() local
120 TsiTest.pingPongExactFrameSizeTest(newHandshakers(), ref); in pingPongExactFrameSize() local
125 TsiTest.pingPongSmallBufferTest(newHandshakers(), ref); in pingPongSmallBuffer() local
140 TsiTest.corruptedCounterTest(newHandshakers(), ref); in corruptedCounter() local
145 TsiTest.corruptedCiphertextTest(newHandshakers(), ref); in corruptedCiphertext() local
150 TsiTest.corruptedTagTest(newHandshakers(), ref); in corruptedTag() local
155 TsiTest.reflectedCiphertextTest(newHandshakers(), ref); in reflectedCiphertext() local
DTsiTest.java123 RegisterRef ref) in sendMessage()
159 public static void pingPongTest(Handshakers handshakers, RegisterRef ref) in pingPongTest()
174 public static void pingPongExactFrameSizeTest(Handshakers handshakers, RegisterRef ref) in pingPongExactFrameSizeTest()
196 public static void pingPongSmallBufferTest(Handshakers handshakers, RegisterRef ref) in pingPongSmallBufferTest()
212 int frameProtectorOverhead, Handshakers handshakers, RegisterRef ref) in pingPongSmallFrameTest()
231 int frameProtectorOverhead, Handshakers handshakers, RegisterRef ref) in pingPongSmallFrameSmallBufferTest()
252 public static void corruptedCounterTest(Handshakers handshakers, RegisterRef ref) in corruptedCounterTest()
293 public static void corruptedCiphertextTest(Handshakers handshakers, RegisterRef ref) in corruptedCiphertextTest()
332 public static void corruptedTagTest(Handshakers handshakers, RegisterRef ref) in corruptedTagTest()
371 public static void reflectedCiphertextTest(Handshakers handshakers, RegisterRef ref) in reflectedCiphertextTest()
/external/mesa3d/src/mesa/swrast/
Ds_alpha.c114 GLubyte ref; in _swrast_alpha_test() local
120 GLushort ref; in _swrast_alpha_test() local
126 const GLfloat ref = ctx->Color.AlphaRef; in _swrast_alpha_test() local
136 GLubyte ref; in _swrast_alpha_test() local
143 GLushort ref; in _swrast_alpha_test() local
150 const GLfloat ref = ctx->Color.AlphaRef; in _swrast_alpha_test() local
/external/tensorflow/tensorflow/python/ops/
Dstate_ops.py117 def is_variable_initialized(ref, name=None): argument
137 def assign_sub(ref, value, use_locking=None, name=None): argument
166 def assign_add(ref, value, use_locking=None, name=None): argument
195 def assign(ref, value, validate_shape=None, use_locking=None, name=None): argument
229 def count_up_to(ref, limit, name=None): argument
252 def scatter_update(ref, indices, updates, use_locking=True, name=None): argument
306 def scatter_nd_update(ref, indices, updates, use_locking=True, name=None): argument
368 def scatter_add(ref, indices, updates, use_locking=False, name=None): argument
420 def scatter_nd_add(ref, indices, updates, use_locking=False, name=None): argument
483 def scatter_sub(ref, indices, updates, use_locking=False, name=None): argument
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/
Dscatter_ops_test.py35 def _NumpyAdd(ref, indices, updates): argument
42 def _NumpyAddScalar(ref, indices, update): argument
47 def _NumpySub(ref, indices, updates): argument
52 def _NumpySubScalar(ref, indices, update): argument
57 def _NumpyMul(ref, indices, updates): argument
62 def _NumpyMulScalar(ref, indices, update): argument
67 def _NumpyDiv(ref, indices, updates): argument
72 def _NumpyDivScalar(ref, indices, update): argument
77 def _NumpyMin(ref, indices, updates): argument
82 def _NumpyMinScalar(ref, indices, update): argument
[all …]
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/contexts/
DCompilationUnitContext.java91 …SymbolReference<? extends ResolvedValueDeclaration> ref = new SymbolSolver(typeSolver).solveSymbol… in solveSymbol() local
153 … SymbolReference<ResolvedReferenceTypeDeclaration> ref = typeSolver.tryToSolveType(qName); in solveType() local
164 … SymbolReference<ResolvedReferenceTypeDeclaration> ref = typeSolver.tryToSolveType(qName); in solveType() local
175 … SymbolReference<ResolvedReferenceTypeDeclaration> ref = typeSolver.tryToSolveType(qName); in solveType() local
182 … SymbolReference<ResolvedReferenceTypeDeclaration> ref = typeSolver.tryToSolveType(qName); in solveType() local
189 …SymbolReference<ResolvedReferenceTypeDeclaration> ref = typeSolver.tryToSolveType("java.lang." + n… in solveType() local
247 ResolvedTypeDeclaration ref = typeSolver.solveType(importString); in solveMethod() local
258 ResolvedTypeDeclaration ref = typeSolver.solveType(typeName); in solveMethod() local
/external/llvm/include/llvm/Support/
DCBindingWrapping.h20 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument
29 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \ argument
37 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \ argument
/external/skia/src/gpu/
DGrNonAtomicRef.h34 void ref() const { in ref() function
55 template<typename T> inline void GrTDeleteNonAtomicRef(const T* ref) { in GrTDeleteNonAtomicRef()
56 delete ref; in GrTDeleteNonAtomicRef() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCBindingWrapping.h20 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument
29 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \ argument
37 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \ argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCBindingWrapping.h20 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument
29 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \ argument
37 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \ argument
/external/skqp/src/gpu/
DGrNonAtomicRef.h34 void ref() const { in ref() function
55 template<typename T> inline void GrTDeleteNonAtomicRef(const T* ref) { in GrTDeleteNonAtomicRef()
56 delete ref; in GrTDeleteNonAtomicRef() local
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
DStatementContextResolutionTest.java45 …SymbolReference<? extends ResolvedValueDeclaration> ref = JavaParserFacade.get(new ReflectionTypeS… in resolveLocalVariableInParentOfParent() local
57 …SymbolReference<? extends ResolvedValueDeclaration> ref = JavaParserFacade.get(new ReflectionTypeS… in resolveLocalVariableInParent() local
69 …SymbolReference<? extends ResolvedValueDeclaration> ref = JavaParserFacade.get(new ReflectionTypeS… in resolveLocalVariableInSameParent() local
83 …SymbolReference<? extends ResolvedValueDeclaration> ref = JavaParserFacade.get(typeSolver).solve(c… in resolveLocalAndSeveralAnnidatedLevels() local
100 …SymbolReference<? extends ResolvedValueDeclaration> ref = JavaParserFacade.get(typeSolver).solve(c… in resolveMethodOnGenericClass() local
DFieldsResolutionTest.java50 ResolvedType ref = JavaParserFacade.get(new ReflectionTypeSolver()).getType(expression); in accessClassFieldThroughThis() local
66 …SymbolReference<? extends ResolvedValueDeclaration> ref = symbolSolver.solveSymbol(fieldAccessExpr… in accessClassFieldThroughThisWithCompetingSymbolInParentContext() local
79 SymbolReference ref = JavaParserFacade.get(new ReflectionTypeSolver()).solve(expression); in accessEnumFieldThroughThis() local
92 ResolvedType ref = JavaParserFacade.get(new ReflectionTypeSolver()).getType(expression); in accessEnumMethodThroughThis() local
104 ResolvedType ref = JavaParserFacade.get(new ReflectionTypeSolver()).getType(expression); in accessFieldThroughSuper() local
/external/libchrome/base/metrics/
Dpersistent_memory_allocator.h195 const T* GetAsObject(Reference ref) const { in GetAsObject()
201 const T* GetAsArray(Reference ref, uint32_t type_id, size_t count) const { in GetAsArray()
385 T* GetAsObject(Reference ref) { in GetAsObject()
393 const T* GetAsObject(Reference ref) const { in GetAsObject()
413 T* GetAsArray(Reference ref, uint32_t type_id, size_t count) { in GetAsArray()
419 const T* GetAsArray(Reference ref, uint32_t type_id, size_t count) const { in GetAsArray()
512 Reference ref = Allocate(size, T::kPersistentTypeId); in New() local
535 T* New(Reference ref, uint32_t from_type_id, bool clear) { in New()
569 Reference ref = GetAsReference<T>(obj); in Delete() local
655 volatile BlockHeader* GetBlock(Reference ref, uint32_t type_id, uint32_t size, in GetBlock()
[all …]
/external/tensorflow/tensorflow/core/lib/core/
Drefcount_test.cc42 MyRef* ref = new MyRef; in TEST_F() local
51 MyRef* ref = new MyRef; in TEST_F() local
63 MyRef* ref = new MyRef; in TEST_F() local
69 MyRef* ref = new MyRef; in TEST_F() local
89 MyRef* ref = new MyRef; in TEST_F() local
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/reflectionmodel/
DSymbolResolutionResolutionTest.java46 ResolvedType ref = JavaParserFacade.get(typeSolver).getType(field); in getTypeOfField() local
57 ResolvedType ref = JavaParserFacade.get(typeSolver).getType(field.getInitializer().get()); in getTypeOfFieldAccess() local
70 ResolvedType ref = JavaParserFacade.get(typeSolver).getType(expression); in conditionalExpressionExample() local
82 ResolvedType ref = JavaParserFacade.get(typeSolver).getType(expression); in conditionalExpressionExampleFollowUp1() local
/external/libaom/libaom/aom_dsp/x86/
Dsad_highbd_avx2.c41 const uint8_t *ref, int ref_stride) { in aom_highbd_sad16x8_avx2()
113 const uint8_t *ref, int ref_stride) { in aom_highbd_sad16x16_avx2()
216 const uint8_t *ref, int ref_stride) { in aom_highbd_sad32x16_avx2()
233 const uint8_t *ref, int ref_stride) { in aom_highbd_sad16x32_avx2()
242 const uint8_t *ref, int ref_stride) { in aom_highbd_sad32x32_avx2()
251 const uint8_t *ref, int ref_stride) { in aom_highbd_sad32x64_avx2()
339 const uint8_t *ref, int ref_stride) { in aom_highbd_sad64x32_avx2()
356 const uint8_t *ref, int ref_stride) { in aom_highbd_sad64x64_avx2()
443 const uint8_t *ref, int ref_stride) { in aom_highbd_sad128x64_avx2()
458 const uint8_t *ref, int ref_stride) { in aom_highbd_sad64x128_avx2()
[all …]
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/reflection/v1alpha/
DServerReflectionRequest.java175 java.lang.Object ref = host_; in getHost() local
191 java.lang.Object ref = host_; in getHostBytes() local
212 java.lang.Object ref = ""; in getFileByFilename() local
237 java.lang.Object ref = ""; in getFileByFilenameBytes() local
265 java.lang.Object ref = ""; in getFileContainingSymbol() local
292 java.lang.Object ref = ""; in getFileContainingSymbolBytes() local
366 java.lang.Object ref = ""; in getAllExtensionNumbersOfType() local
398 java.lang.Object ref = ""; in getAllExtensionNumbersOfTypeBytes() local
425 java.lang.Object ref = ""; in getListServices() local
451 java.lang.Object ref = ""; in getListServicesBytes() local
[all …]
/external/mesa3d/src/gallium/state_trackers/clover/util/
Dpointer.hpp66 ref_holder(const ref_holder &ref) : in ref_holder()
70 ref_holder(ref_holder &&ref) : in ref_holder() function in clover::ref_holder
81 operator=(ref_holder ref) { in operator =()
180 intrusive_ref(const intrusive_ref &ref) : in intrusive_ref()
184 intrusive_ref(intrusive_ref &&ref) : in intrusive_ref() function in clover::intrusive_ref
195 operator=(intrusive_ref ref) { in operator =()
230 intrusive_ref<T> ref { *new T(std::forward<As>(as)...) }; in create() local
/external/perfetto/include/perfetto/base/
Dno_destructor.h57 const T& ref() const { return *reinterpret_cast<const T*>(storage_); } in ref() function
58 T& ref() { return *reinterpret_cast<T*>(storage_); } in ref() function

12345678910>>...40