HomeSort by relevance Sort by last modified time
    Searched defs:dynamic (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /external/clang/include/clang/ASTMatchers/Dynamic/
Registry.h 20 #include "clang/ASTMatchers/Dynamic/Diagnostics.h"
21 #include "clang/ASTMatchers/Dynamic/VariantValue.h"
28 namespace dynamic { namespace in namespace:clang::ast_matchers
71 } // namespace dynamic
Parser.h 36 #include "clang/ASTMatchers/Dynamic/Diagnostics.h"
37 #include "clang/ASTMatchers/Dynamic/VariantValue.h"
44 namespace dynamic { namespace in namespace:clang::ast_matchers
146 } // namespace dynamic
VariantValue.h 12 /// Supports all the types required for dynamic Matcher construction.
29 namespace dynamic { namespace in namespace:clang::ast_matchers
177 } // end namespace dynamic
Diagnostics.h 21 #include "clang/ASTMatchers/Dynamic/VariantValue.h"
30 namespace dynamic { namespace in namespace:clang::ast_matchers
181 } // namespace dynamic
  /external/clang/unittests/ASTMatchers/Dynamic/
VariantValueTest.cpp 1 //===- unittest/ASTMatchers/Dynamic/VariantValueTest.cpp - VariantValue unit tests -===//
11 #include "clang/ASTMatchers/Dynamic/VariantValue.h"
16 namespace dynamic { namespace in namespace:clang::ast_matchers
130 } // end namespace dynamic
RegistryTest.cpp 1 //===- unittest/ASTMatchers/Dynamic/RegistryTest.cpp - Registry unit tests -===//
13 #include "clang/ASTMatchers/Dynamic/Registry.h"
18 namespace dynamic { namespace in namespace:clang::ast_matchers
282 } // end namespace dynamic
ParserTest.cpp 1 //===- unittest/ASTMatchers/Dynamic/ParserTest.cpp - Parser unit tests -===//
14 #include "clang/ASTMatchers/Dynamic/Parser.h"
15 #include "clang/ASTMatchers/Dynamic/Registry.h"
21 namespace dynamic { namespace in namespace:clang::ast_matchers
269 } // end namespace dynamic
  /external/chromium_org/third_party/skia/src/gpu/
GrGeometryBuffer.h 25 *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
89 GrGeometryBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked)
92 , fDynamic(dynamic)
  /external/skia/src/gpu/
GrGeometryBuffer.h 25 *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
89 GrGeometryBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked)
92 , fDynamic(dynamic)
  /external/valgrind/main/coregrind/
pub_core_ume.h 7 This file is part of Valgrind, a dynamic binary instrumentation
60 Bool dynamic; // OUT: False iff executable is static member in struct:__anon28030
pub_core_initimg.h 8 This file is part of Valgrind, a dynamic binary instrumentation
107 Bool dynamic; /* False iff executable is static */ member in struct:_IICreateImageInfo
  /external/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp 15 #include "clang/ASTMatchers/Dynamic/VariantValue.h"
21 namespace dynamic { namespace in namespace:clang::ast_matchers
178 } // end namespace dynamic
Diagnostics.cpp 10 #include "clang/ASTMatchers/Dynamic/Diagnostics.h"
14 namespace dynamic { namespace in namespace:clang::ast_matchers
218 } // namespace dynamic
Marshallers.h 26 #include "clang/ASTMatchers/Dynamic/Diagnostics.h"
27 #include "clang/ASTMatchers/Dynamic/VariantValue.h"
33 namespace dynamic { namespace in namespace:clang::ast_matchers
317 } // namespace dynamic
Registry.cpp 15 #include "clang/ASTMatchers/Dynamic/Registry.h"
27 namespace dynamic { namespace in namespace:clang::ast_matchers
442 } // namespace dynamic
Parser.cpp 18 #include "clang/ASTMatchers/Dynamic/Parser.h"
19 #include "clang/ASTMatchers/Dynamic/Registry.h"
25 namespace dynamic { namespace in namespace:clang::ast_matchers
417 } // namespace dynamic
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 115 // initialize .dynamic data
135 "static linkage should not result in a dynamic relocation section");
146 /// dynamic - the dynamic section of the target machine.
147 /// Use co-variant return type to return its own dynamic section.
148 MipsELFDynamic& MipsGNULDBackend::dynamic() function in class:MipsGNULDBackend
154 /// dynamic - the dynamic section of the target machine.
155 /// Use co-variant return type to return its own dynamic section.
156 const MipsELFDynamic& MipsGNULDBackend::dynamic() cons function in class:MipsGNULDBackend
    [all...]
  /external/wpa_supplicant_8/src/utils/
trace.c 77 bfd_boolean dynamic = FALSE; local
90 dynamic = TRUE;
103 if (dynamic)
109 dynamic ? "dynamic " : "");
  /external/zlib/src/contrib/puff/
puff.c 79 * 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 block starts with a description of the literal/length an
665 local int dynamic(struct state *s) function
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 82 // initialize .dynamic data
98 "static linkage should not result in a dynamic relocation section");
104 "static linkage should not result in a dynamic relocation section");
115 /// dynamic - the dynamic section of the target machine.
116 /// Use co-variant return type to return its own dynamic section.
117 X86ELFDynamic& X86GNULDBackend::dynamic() function in class:X86GNULDBackend
123 /// dynamic - the dynamic section of the target machine.
124 /// Use co-variant return type to return its own dynamic section
125 const X86ELFDynamic& X86GNULDBackend::dynamic() const function in class:X86GNULDBackend
    [all...]
  /bionic/linker/
linker.h 111 Elf32_Dyn* dynamic; member in struct:soinfo
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 159 // change __exidx_start/_end to local dynamic category
205 // initialize .dynamic data
227 "static linkage should not result in a dynamic relocation section");
235 "static linkage should not result in a dynamic relocation section");
268 /// dynamic - the dynamic section of the target machine.
269 /// Use co-variant return type to return its own dynamic section.
270 ARMELFDynamic& ARMGNULDBackend::dynamic() function in class:ARMGNULDBackend
276 /// dynamic - the dynamic section of the target machine
278 const ARMELFDynamic& ARMGNULDBackend::dynamic() const function in class:ARMGNULDBackend
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
AbstractMessageTest.java 479 // Object should be equal to a dynamic copy of itself.
480 DynamicMessage dynamic = DynamicMessage.newBuilder(message).build(); local
481 checkEqualsIsConsistent(message, dynamic);
  /external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNodeCluster.java 57 protected int dynamic = 4; field in class:TestBatchNodeCluster
  /external/protobuf/java/src/test/java/com/google/protobuf/
AbstractMessageTest.java 429 // Object should be equal to a dynamic copy of itself.
430 DynamicMessage dynamic = DynamicMessage.newBuilder(message).build(); local
431 checkEqualsIsConsistent(message, dynamic);

Completed in 858 milliseconds

1 2 3 4 5