HomeSort by relevance Sort by last modified time
    Searched full:datatypes (Results 1 - 25 of 348) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/slang/
slang_rs_spec_table.cpp 169 static int GenRSDataTypeEnums(const RSDataTypeSpec *const DataTypes[],
192 DataTypes[i]->getTypeName(), \
193 DataTypes[i]->getTypePragmaName(), \
194 (unsigned long) DataTypes[i]->getSizeInBit()); // NOLINT(runtime/int)
197 DataTypes[begin]->getTypeName(), \
198 DataTypes[end]->getTypeName())
246 static int GenRSMatrixTypeEnums(const RSDataTypeSpec *const DataTypes[],
249 if (DataTypes[i]->isRSMatrix()) {
251 static_cast<const RSMatrixDataTypeSpec *const>(DataTypes[i]);
265 static int GenRSObjectTypeEnums(const RSDataTypeSpec *const DataTypes[],
    [all...]
  /cts/tools/dex-tools/
TODO.txt 7 dex.reader.DexBuffer needs to be polished regarding unsigned datatypes
  /external/arduino/libraries/Wire/
keywords.txt 6 # Datatypes (KEYWORD1)
  /external/chromium/chrome/browser/sync/
profile_sync_factory_impl_unittest.cc 35 // Returns the collection of default datatypes.
37 std::vector<syncable::ModelType> datatypes; local
38 datatypes.push_back(syncable::BOOKMARKS);
39 datatypes.push_back(syncable::PREFERENCES);
40 datatypes.push_back(syncable::AUTOFILL);
41 datatypes.push_back(syncable::THEMES);
42 datatypes.push_back(syncable::EXTENSIONS);
43 datatypes.push_back(syncable::APPS);
44 datatypes.push_back(syncable::AUTOFILL_PROFILE);
45 datatypes.push_back(syncable::PASSWORDS)
    [all...]
  /external/arduino/libraries/SPI/
keywords.txt 6 # Datatypes (KEYWORD1)
  /external/llvm/projects/sample/lib/sample/
sample.c 14 #include "llvm/Support/DataTypes.h"
  /external/chromium/chrome/browser/sync/syncable/
nigori_util.h 24 // Returns the set of datatypes that require encryption as specified by the
29 // Extract the set of encrypted datatypes from a nigori node.
33 // Set the encrypted datatypes on the nigori node.
model_type_payload_map.h 21 // A container that contains a set of datatypes with possible string
  /external/llvm/include/llvm/Support/
AIXDataTypesFix.h 11 // done in DataTypes.h.in because it is processed by autoheader first, which
19 #error "AIXDataTypesFix.h must only be included via DataTypes.h!"
23 // These will be defined properly at the end of DataTypes.h
DataTypes.h 1 /* include/llvm/Support/DataTypes.h. Generated from DataTypes.h.in by configure. */
2 /*===-- include/Support/DataTypes.h - Define fixed size types -----*- C -*-===*\
25 /* Please keep this file in sync with DataTypes.h.cmake */
49 # error "Must #define __STDC_LIMIT_MACROS before #including Support/DataTypes.h"
54 "#including Support/DataTypes.h"
DataTypes.h.cmake 1 /*===-- include/Support/DataTypes.h - Define fixed size types -----*- C -*-===*\
24 /* Please keep this file in sync with DataTypes.h.in */
48 # error "Must #define __STDC_LIMIT_MACROS before #including Support/DataTypes.h"
53 "#including Support/DataTypes.h"
DataTypes.h.in 1 /*===-- include/Support/DataTypes.h - Define fixed size types -----*- C -*-===*\
24 /* Please keep this file in sync with DataTypes.h.cmake */
48 # error "Must #define __STDC_LIMIT_MACROS before #including Support/DataTypes.h"
53 "#including Support/DataTypes.h"
  /external/chromium/net/base/
x509_openssl_util.h 22 // into more convenient std / base datatypes.
  /external/qemu/distrib/sdl-1.2.15/
TODO 20 int and evaluate all the rest of the datatypes. This is the only place
  /external/chromium/chrome/browser/sync/engine/
download_updates_command.h 20 // Determine the enabled datatypes, download a batch of updates for them
35 // downloaded for all enabled datatypes (i.e., until the server indicates
  /external/srtp/
TODO 7 - move HAVE_U_LONG_LONG inside of datatypes.c, or some other
18 - move octet_get_weight() from datatypes.c to math.c (any other
  /external/llvm/lib/Target/X86/Utils/
X86ShuffleDecode.h 45 /// the type of the vector allowing it to handle different datatypes and vector
51 /// different datatypes and vector widths.
56 /// different datatypes and vector widths.
  /external/clang/include/clang/Basic/
LLVM.h 1 //===--- LLVM.h - Import various common LLVM datatypes ----------*- C++ -*-===//
11 /// \brief Forward declares and imports various common LLVM datatypes that
  /external/libxml2/include/libxml/
xmlschemastypes.h 2 * Summary: implementation of XML Schema Datatypes
3 * Description: module providing the XML Schema Datatypes implementation
  /external/llvm/include/llvm/MC/
EDInstInfo.h 12 #include "llvm/Support/DataTypes.h"
  /external/llvm/lib/DebugInfo/
DWARFAttribute.h 13 #include "llvm/Support/DataTypes.h"
  /external/llvm/unittests/Support/
BlockFrequencyTest.cpp 1 #include "llvm/Support/DataTypes.h"
  /external/srtp/crypto/include/
rdb.h 15 #include "datatypes.h" /* for v128_t */
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
osinclude.h 11 // This file contains contains os-specific datatypes and
  /frameworks/compile/mclinker/include/mcld/LD/
LDReader.h 15 #include <llvm/Support/DataTypes.h>

Completed in 1084 milliseconds

1 2 3 4 5 6 7 8 91011>>