HomeSort by relevance Sort by last modified time
    Searched defs:Key (Results 101 - 125 of 265) sorted by null

1 2 3 45 6 7 8 91011

  /external/clang/include/clang/AST/
ExprObjC.h 208 /// \brief The key for the dictionary element.
209 Expr *Key;
234 /// \brief Key/value pair used to store the key and value of a given element.
238 Expr *Key;
261 /// key/value pairs, which provide the locations of the ellipses (if
319 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None };
783 /// array[4] = array[3]; dictionary[key] = dictionary[alt_key];
791 enum { BASE, KEY, END_EXPR };
802 ObjCSubscriptRefExpr(Expr *base, Expr *key, QualType T
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 50 /// Create a key for a binding to region \p r, which has a symbolic offset
58 /// Create a key for a binding at \p offset from base region \p r.
420 BindingKey Key = BindingKey::Make(R, BindingKey::Default);
421 if (B.lookup(Key)) {
428 B = B.addBinding(Key, V);
807 /// Each binding is a pair whose \c first is the key (a BindingKey) and whose
868 // Case 3: The next key is symbolic and we just changed something within
875 // Case 4: The next key is symbolic, but we changed a know
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 623 "': COMDAT key involves incomputable alias size.");
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 36 /// using as a key to a DenseMap. Because there isn't a particularly
61 TableGenStringKey Empty("<<<EMPTY KEY>>>");
65 TableGenStringKey Tombstone("<<<TOMBSTONE KEY>>>");
754 typedef std::pair<std::pair<unsigned, Init *>, RecTy *> Key;
755 static Pool<DenseMap<Key, UnOpInit *> > ThePool;
757 Key TheKey(std::make_pair(std::make_pair(opc, lhs), Type));
892 > Key;
894 static Pool<DenseMap<Key, BinOpInit *> > ThePool;
896 Key TheKey(std::make_pair(std::make_pair(std::make_pair(opc, lhs), rhs),
1029 > Key;
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmscgats.c 93 struct _KeyVal* NextSubkey; // If key is a dictionary, points to the next item
94 char* Subkey; // If key is a dictionary, points to the subkey name
687 SYMBOL key; local
711 key = BinSrchKey(it8->id);
712 if (key == SNONE) it8->sy = SIDENT;
713 else it8->sy = key;
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 90 CFX_ByteString Key;
92 m_FaceMap.GetNextAssoc(pos, Key, (void*&)face);
120 CFX_ByteString key(face_name);
121 key += ',';
122 key += CFX_ByteString::FormatInteger(weight);
123 key += bItalic ? 'I' : 'N';
125 m_FaceMap.Lookup(key, (void*&)pFontDesc);
158 CFX_ByteString key(face_name);
159 key += ',';
160 key += CFX_ByteString::FormatInteger(weight)
314 CFX_ByteString key; local
332 CFX_ByteString key; local
1293 CFX_ByteString key; local
    [all...]
fx_ge_text.cpp 1486 FX_LPVOID key; local
    [all...]
  /external/v8/src/
serialize.h 96 uint32_t Encode(Address key) const;
98 const char* NameOfAddress(Address key) const;
102 static uint32_t Hash(Address key) {
103 return static_cast<uint32_t>(reinterpret_cast<uintptr_t>(key) >> 2);
106 int IndexOf(Address key) const;
108 void Put(Address key, int index);
119 Address Decode(uint32_t key) const {
120 if (key == 0) return NULL;
121 return *Lookup(key);
127 Address* Lookup(uint32_t key) const
    [all...]
jsregexp.h 349 typedef uc16 Key;
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java 78 public static class Key<T> {
88 * <p>Use the CameraCharacteristics.Key, CaptureResult.Key, or CaptureRequest.Key
91 public Key(String name, Class<T> type) {
93 throw new NullPointerException("Key needs a valid name");
106 * <p>Use the CameraCharacteristics.Key, CaptureResult.Key, or CaptureRequest.Key
110 public Key(String name, TypeReference<T> typeReference)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 50 * Class for describing the position and characteristics of a single key in the keyboard.
52 public class Key implements Comparable<Key> {
54 * The key code (unicode or custom code) that this key generates.
60 /** Hint label to display on the key in conjunction with the label */
72 // Start of key text ratio enum values
78 // End of key text ratio mask enum values
82 // The bit to calculate the ratio of key label width against key width. If autoXScale bit is o
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iscsidsc.h 197 PUCHAR Key;
306 HRESULT WINAPI AddIScsiConnectionA(PISCSI_UNIQUE_SESSION_ID UniqueSessionId,PVOID Reserved,ULONG InitiatorPortNumber,PISCSI_TARGET_PORTALA TargetPortal,ISCSI_SECURITY_FLAGS SecurityFlags,PSCSI_LOGIN_OPTIONS LoginOptions,ULONG KeySize,PCHAR Key,PISCSI_UNIQUE_CONNECTION_ID ConnectionId);
307 HRESULT WINAPI AddIScsiConnectionW(PISCSI_UNIQUE_SESSION_ID UniqueSessionId,PVOID Reserved,ULONG InitiatorPortNumber,PISCSI_TARGET_PORTALW TargetPortal,ISCSI_SECURITY_FLAGS SecurityFlags,PSCSI_LOGIN_OPTIONS LoginOptions,ULONG KeySize,PCHAR Key,PISCSI_UNIQUE_CONNECTION_ID ConnectionId);
437 PCHAR Key,
453 PCHAR Key,
719 PUCHAR Key,
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 132 // Emit the key and store it to the appropriate array slot.
133 const Expr *Key = DLE->getKeyValueElement(i).Key;
136 ElementType, Context.getTypeAlignInChars(Key->getType()), Context);
137 llvm::Value *keyValue = EmitScalarExpr(Key);
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 539 std::pair<unsigned, unsigned> Key = Item.first;
540 if (Key.first == Key.second)
545 auto BaseKey = std::make_pair(Key.first, Key.first);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/v8/src/heap/
heap.h 2311 Key& key = keys_[index]; local
2321 Key& key = keys_[index]; local
    [all...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.h 466 VeneerPool::kReclaimFactor>::Key(
477 VeneerPool::BranchInfo* branch_info, ptrdiff_t key) {
478 branch_info->max_reachable_pc_ = key;
    [all...]
  /external/vogar/lib/
miniguice.jar 

Completed in 634 milliseconds

1 2 3 45 6 7 8 91011