/external/skia/gpu/include/ |
GrGeometryBuffer.h | 37 *Retrieves whether the buffer was created with the dynamic flag 39 * @return true if the buffer was created with the dynamic flag 41 bool dynamic() const { return fDynamic; } function in class:GrGeometryBuffer 98 GrGeometryBuffer(GrGpu* gpu, size_t sizeInBytes, bool dynamic) 101 , 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:__anon12419
|
pub_core_initimg.h | 8 This file is part of Valgrind, a dynamic binary instrumentation 189 Bool dynamic; /* False iff executable is static */ member in struct:_IICreateImageInfo
|
/external/wpa_supplicant_8/src/utils/ |
trace.c | 83 bfd_boolean dynamic = FALSE; local 96 dynamic = TRUE; 109 if (dynamic) 115 dynamic ? "dynamic " : "");
|
/external/zlib/contrib/puff/ |
puff.c | 222 * in the deflate format. See the format notes for fixed() and dynamic(). 312 * one symbol, which is an error in a dynamic block. 315 * This is assured by the construction of the length arrays in dynamic() and 322 * bit instead of zero bits. See the format notes for fixed() and dynamic(). 373 * description if dynamic is a combination of literals and length/distance 488 /* done with a valid fixed or dynamic block */ 498 * which the size of the code descriptions in a dynamic block exceeds the 559 * Process a dynamic codes block. 563 * - A dynamic block starts with a description of the literal/length and 564 * distance codes for that block. New dynamic blocks allow the compressor t 645 local int dynamic(struct state *s) function [all...] |
/bionic/linker/ |
linker.h | 100 unsigned *dynamic; member in struct:soinfo
|
/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);
|
/bionic/libc/kernel/common/linux/ |
elf.h | 110 typedef struct dynamic{ struct
|
/development/ndk/platforms/android-3/include/linux/ |
elf.h | 110 typedef struct dynamic{ struct
|
/external/kernel-headers/original/linux/ |
elf.h | 59 /* This is the info that is needed to parse the dynamic section of the file */ 107 typedef struct dynamic{ struct
|
/external/quake/quake/src/WinQuake/ |
net_bw.cpp | 398 static int dynamic = 1024;
local 445 // B&W does NOT do dynamic allocation, so if port == 0 we must fake it
448 port = dynamic++;
449 if (dynamic == 4096)
450 dynamic = 1024;
|
/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/include/ |
bfdlink.h | 252 /* TRUE if BFD should export all symbols in the dynamic symbol table 295 /* TRUE if the new ELF dynamic tags are enabled. */ 349 /* TRUE if all data symbols should be dynamic. */ 352 /* TRUE if some symbols have to be dynamic, controlled by member in struct:bfd_link_info 353 --dynamic-list command line options. */ 354 unsigned int dynamic: 1; 458 /* How many spare .dynamic DT_NULL entries should be added? */ 470 /* List of symbols should be dynamic. */
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/include/ |
bfdlink.h | 252 /* TRUE if BFD should export all symbols in the dynamic symbol table 295 /* TRUE if the new ELF dynamic tags are enabled. */ 349 /* TRUE if all data symbols should be dynamic. */ 352 /* TRUE if some symbols have to be dynamic, controlled by member in struct:bfd_link_info 353 --dynamic-list command line options. */ 354 unsigned int dynamic: 1; 458 /* How many spare .dynamic DT_NULL entries should be added? */ 470 /* List of symbols should be dynamic. */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
elf.h | 60 /* This is the info that is needed to parse the dynamic section of the file */ 125 typedef struct dynamic{ struct
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/ |
bfdlink.h | 251 /* TRUE if BFD should export all symbols in the dynamic symbol table 294 /* TRUE if the new ELF dynamic tags are enabled. */ 432 /* How many spare .dynamic DT_NULL entries should be added? */ 444 /* List of symbols should be dynamic. */ 445 struct bfd_elf_dynamic_list *dynamic; 443 struct bfd_elf_dynamic_list *dynamic; member in struct:bfd_link_info
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
elf.h | 110 typedef struct dynamic{ struct
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
elf.h | 110 typedef struct dynamic{ struct
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
elf.h | 110 typedef struct dynamic{ struct
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
elf.h | 110 typedef struct dynamic{ struct
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
elf.h | 110 typedef struct dynamic{ struct
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
elf.h | 110 typedef struct dynamic{ struct
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
elf.h | 110 typedef struct dynamic{ struct
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
elf.h | 110 typedef struct dynamic{ struct
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
elf.h | 110 typedef struct dynamic{ struct
|
/external/qemu/ |
elf.h | 128 /* This is the info that is needed to parse the dynamic section of the file */ 258 typedef struct dynamic{ struct 294 /* Not a dynamic reloc, so not included in R_386_NUM. Used in TCG. */ 618 dynamic TLS code. */ 620 dynamic TLS code. */ 621 #define R_390_TLS_GD32 40 /* Direct 32 bit for general dynamic 623 #define R_390_TLS_GD64 41 /* Direct 64 bit for general dynamic 631 #define R_390_TLS_LDM32 45 /* Direct 32 bit for local dynamic 633 #define R_390_TLS_LDM64 46 /* Direct 64 bit for local dynamic 794 #define R_PARISC_IPLT 129 /* Dynamic reloc, imported PLT * [all...] |