HomeSort by relevance Sort by last modified time
    Searched refs:structure (Results 251 - 275 of 832) sorted by null

<<11121314151617181920>>

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
viddec_h264_parse.c 112 pInfo->img.structure = FRAME;
220 pInfo->SliceHeader.sh_error |= (pInfo->SliceHeader.structure << 17);
541 /* Should return size of my structure */
  /packages/apps/Messaging/build/
gcheckstyle.mk 29 # to match the jar structure
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
zcse.go 69 // keyFor returns the AuxInt portion of a key structure uniquely identifying a
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/
reparse_windows.go 18 // REPARSE_DATA_BUFFER_HEADER is a common part of REPARSE_DATA_BUFFER structure.
  /prebuilts/go/darwin-x86/src/os/
types_windows.go 97 // devNullStat is fileStat structure describing DevNull file ("NUL").
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
zcse.go 69 // keyFor returns the AuxInt portion of a key structure uniquely identifying a
  /prebuilts/go/linux-x86/src/internal/syscall/windows/
reparse_windows.go 18 // REPARSE_DATA_BUFFER_HEADER is a common part of REPARSE_DATA_BUFFER structure.
  /prebuilts/go/linux-x86/src/os/
types_windows.go 97 // devNullStat is fileStat structure describing DevNull file ("NUL").
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
SymbolTable.cpp 134 for (unsigned int i = 0; i < structure->size(); ++i) {
136 (*structure)[i].type->buildMangledName(mangledName);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
neon-ldst-es.s 1 @ test element and structure loads and stores.
  /external/curl/tests/python_dependencies/impacket/
ntlm.py 16 from impacket.structure import Structure
264 class NTLMAuthNegotiate(Structure, NTLMAuthMixin):
266 structure = ( variable in class:NTLMAuthNegotiate
281 Structure.__init__(self)
312 return Structure.getData(self)
315 Structure.fromString(self,data)
331 class NTLMAuthChallenge(Structure):
333 structure = ( variable in class:NTLMAuthChallenge
360 return Structure.getData(self
375 structure = ( variable in class:NTLMAuthChallengeResponse
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/asn1/
common.go 71 // tagging with tag strings on the fields of a structure.
73 // fieldParameters is the parsed representation of tag string from a structure field.
90 // parseFieldParameters will parse it into a fieldParameters structure,
  /prebuilts/go/darwin-x86/src/syscall/
security_windows.go 100 // The security identifier (SID) structure is a variable-length
101 // structure used to uniquely identify users or groups.
349 // A pointer to a SID structure representing a group that will become
types_freebsd.go 63 // This structure is a duplicate of stat on FreeBSD 8-STABLE.
107 // This structure is a duplicate of if_data on FreeBSD 8-STABLE.
137 // This structure is a duplicate of if_msghdr on FreeBSD 8-STABLE.
  /prebuilts/go/linux-x86/src/encoding/asn1/
common.go 71 // tagging with tag strings on the fields of a structure.
73 // fieldParameters is the parsed representation of tag string from a structure field.
90 // parseFieldParameters will parse it into a fieldParameters structure,
  /prebuilts/go/linux-x86/src/syscall/
security_windows.go 100 // The security identifier (SID) structure is a variable-length
101 // structure used to uniquely identify users or groups.
349 // A pointer to a SID structure representing a group that will become
types_freebsd.go 63 // This structure is a duplicate of stat on FreeBSD 8-STABLE.
107 // This structure is a duplicate of if_data on FreeBSD 8-STABLE.
137 // This structure is a duplicate of if_msghdr on FreeBSD 8-STABLE.
  /prebuilts/go/darwin-x86/src/encoding/gob/
gobencdec_test.go 242 // First a field that's a structure.
257 // Now a field that's not a structure.
280 // First a field that's a structure.
301 // First a field that's a structure.
610 // First a field that's a structure.
629 // First a field that's a structure.
651 // First a field that's a structure.
  /prebuilts/go/linux-x86/src/encoding/gob/
gobencdec_test.go 242 // First a field that's a structure.
257 // Now a field that's not a structure.
280 // First a field that's a structure.
301 // First a field that's a structure.
610 // First a field that's a structure.
629 // First a field that's a structure.
651 // First a field that's a structure.
  /frameworks/base/core/java/android/view/
View.java 593 * themselves rather than by putting them in a separate structure.
    [all...]
  /cts/tests/tests/assist/src/android/assist/cts/
AssistTestBase.java 236 * Verifies the view hierarchy of the backgroundApp matches the assist structure.
249 Log.i(TAG, "Traversing down structure for: " + backgroundApp.flattenToString());
262 * Recursively traverse and compare properties in the View hierarchy with the Assist Structure.
264 public void verifyHierarchy(AssistStructure structure, boolean isSecureWindow) {
267 int numWindows = structure.getWindowNodeCount();
274 AssistStructure.WindowNode windowNode = structure.getWindowNodeAt(i);
419 * Compare view properties of the view hierarchy with that reported in the assist structure.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
Thunk16.S 32 # define the structure of IA32_REGS
78 # in IA32_REGS structure. This facilitates wrapper function to extract them
79 # into that structure.
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
Thunk16.S 32 # define the structure of IA32_REGS
78 # in IA32_REGS structure. This facilitates wrapper function to extract them
79 # into that structure.
  /external/freetype/src/base/
ftstream.c 716 void* structure )
765 p = (FT_Byte*)structure + fields->offset;
827 p = (FT_Byte*)structure + fields->offset;
  /external/mesa3d/src/compiler/glsl/
ast.h 832 : type_name(name), structure(NULL), array_specifier(NULL),
838 /** Construct a type specifier from a structure definition */
840 : type_name(s->name), structure(s), array_specifier(NULL),
855 ast_struct_specifier *structure; member in class:ast_type_specifier
    [all...]

Completed in 661 milliseconds

<<11121314151617181920>>