Searched defs:dynamic (Results 1 - 25 of 48) sorted by relevance

12

/external/skia/src/gpu/
H A DGrVertexBuffer.h18 GrVertexBuffer(GrGpu* gpu, size_t gpuMemorySize, bool dynamic, bool cpuBacked) argument
19 : INHERITED(gpu, gpuMemorySize, dynamic, cpuBacked) {}
H A DGrIndexBuffer.h27 GrIndexBuffer(GrGpu* gpu, size_t gpuMemorySize, bool dynamic, bool cpuBacked) argument
28 : INHERITED(gpu, gpuMemorySize, dynamic, cpuBacked) {}
H A DGrGeometryBuffer.h25 *Retrieves whether the buffer was created with the dynamic flag
27 * @return true if the buffer was created with the dynamic flag
29 bool dynamic() const { return fDynamic; } function in class:GrGeometryBuffer
102 GrGeometryBuffer(GrGpu* gpu, size_t gpuMemorySize, bool dynamic, bool cpuBacked) argument
106 , fDynamic(dynamic)
/external/clang/unittests/ASTMatchers/Dynamic/
H A DVariantValueTest.cpp16 namespace dynamic { namespace in namespace:clang::ast_matchers
167 } // end namespace dynamic
H A DParserTest.cpp21 namespace dynamic { namespace in namespace:clang::ast_matchers
326 } // end namespace dynamic
H A DRegistryTest.cpp17 namespace dynamic { namespace in namespace:clang::ast_matchers
505 } // end namespace dynamic
/external/clang/include/clang/ASTMatchers/Dynamic/
H A DRegistry.h29 namespace dynamic { namespace in namespace:clang::ast_matchers
129 } // namespace dynamic
H A DParser.h47 namespace dynamic { namespace in namespace:clang::ast_matchers
253 } // namespace dynamic
H A DDiagnostics.h29 namespace dynamic { namespace in namespace:clang::ast_matchers
181 } // namespace dynamic
H A DVariantValue.h12 /// Supports all the types required for dynamic Matcher construction.
30 namespace dynamic { namespace in namespace:clang::ast_matchers
322 } // end namespace dynamic
/external/valgrind/coregrind/
H A Dpub_core_ume.h7 This file is part of Valgrind, a dynamic binary instrumentation
63 Bool dynamic; // OUT: False iff executable is static member in struct:__anon16234
H A Dpub_core_initimg.h8 This file is part of Valgrind, a dynamic binary instrumentation
110 Bool dynamic; /* False iff executable is static */ member in struct:_IICreateImageInfo
/external/clang/test/CodeGenCXX/
H A Datomicinit.cpp60 namespace dynamic { namespace in namespace:PR18097
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/util/
H A DCollisionShapeFactory.java81 Node rootNode, CompoundCollisionShape shape, boolean meshAccurate, boolean dynamic) {
94 createCompoundShape(realRootNode, (Node) spatial, shape, meshAccurate, dynamic);
112 CollisionShape childShape = dynamic
181 * If you want to have mesh-accurate dynamic shapes (CPU intense!!!) use GImpact shapes, its probably best to do so with a low-poly version of your model.
80 createCompoundShape(Node realRootNode, Node rootNode, CompoundCollisionShape shape, boolean meshAccurate, boolean dynamic) argument
/external/lldb/source/API/
H A DSBExpressionOptions.cpp87 SBExpressionOptions::SetFetchDynamicValue (lldb::DynamicValueType dynamic) argument
89 m_opaque_ap->SetUseDynamic (dynamic);
/external/clang/test/SemaCXX/
H A Dwarn-bad-memaccess.cpp27 struct ContainsDynamic { X1 dynamic; } contains_dynamic; member in struct:ContainsDynamic
29 struct ContainsArrayDynamic { X1 dynamic[1]; } contains_array_dynamic; member in struct:ContainsArrayDynamic
30 struct ContainsPointerDynamic { X1 *dynamic; } contains_pointer_dynamic; member in struct:ContainsPointerDynamic
34 // expected-warning {{destination for this 'memset' call is a pointer to dynamic class}} \
37 // expected-warning {{destination for this 'memset' call is a pointer to dynamic class}} \
41 // expected-warning {{destination for this 'memset' call is a pointer to dynamic class}} \
45 // expected-warning{{destination for this 'memmove' call is a pointer to dynamic class 'X1'; vtable pointer will be overwritten}} \
48 // expected-warning{{source of this 'memmove' call is a pointer to dynamic class 'X1'; vtable pointer will be moved}} \
51 // expected-warning{{destination for this 'memcpy' call is a pointer to dynamic class 'X1'; vtable pointer will be overwritten}} \
54 // expected-warning{{source of this 'memcpy' call is a pointer to dynamic clas
[all...]
/external/javassist/src/main/javassist/scopedpool/
H A DScopedClassPool.java218 * @param dynamic
221 protected void cacheCtClass(String classname, CtClass c, boolean dynamic) { argument
222 if (dynamic) {
223 super.cacheCtClass(classname, c, dynamic);
/external/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp14 namespace dynamic { namespace in namespace:clang::ast_matchers
220 } // namespace dynamic
H A DRegistry.cpp28 namespace dynamic { namespace in namespace:clang::ast_matchers
526 } // namespace dynamic
H A DVariantValue.cpp21 namespace dynamic { namespace in namespace:clang::ast_matchers
390 } // end namespace dynamic
/external/jmonkeyengine/engine/src/test/jme3test/batching/
H A DTestBatchNodeCluster.java57 protected int dynamic = 4; field in class:TestBatchNodeCluster
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dtrace.c75 bfd_boolean dynamic = FALSE; local
88 dynamic = TRUE;
101 if (dynamic)
107 dynamic ? "dynamic " : "");
/external/wpa_supplicant_8/src/utils/
H A Dtrace.c75 bfd_boolean dynamic = FALSE; local
88 dynamic = TRUE;
101 if (dynamic)
107 dynamic ? "dynamic " : "");
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dtrace.c75 bfd_boolean dynamic = FALSE; local
88 dynamic = TRUE;
101 if (dynamic)
107 dynamic ? "dynamic " : "");
/external/zlib/src/contrib/puff/
H A Dpuff.c79 * 2.3 21 Jan 2013 - Check for invalid code length codes in dynamic blocks
232 * in the deflate format. See the format notes for fixed() and dynamic().
325 * one symbol, which is an error in a dynamic block.
328 * This is assured by the construction of the length arrays in dynamic() and
335 * bit instead of zero bits. See the format notes for fixed() and dynamic().
387 * description if dynamic is a combination of literals and length/distance
508 /* done with a valid fixed or dynamic block */
518 * which the size of the code descriptions in a dynamic block exceeds the
579 * Process a dynamic codes block.
583 * - A dynamic bloc
665 local int dynamic(struct state *s) function
[all...]

Completed in 692 milliseconds

12