HomeSort by relevance Sort by last modified time
    Searched full:identifiers (Results 176 - 200 of 1044) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
frame.h 62 * Note: The order of the TX and RX_Type identifiers has been chosen in
  /frameworks/base/core/java/android/app/backup/
RestoreDescription.java 47 // Data type identifiers
  /frameworks/base/core/java/android/webkit/
WebHistoryItem.java 31 * another item, the identifiers will be the same even if they are not the
  /frameworks/compile/slang/
slang_rs_reflection_cpp.h 52 // C++ identifiers.
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
SamplingProfiler.java 95 * identifiers at one but seem to start at these arbitrary
97 * identifiers when manual searching hprof output.
110 * Map of currently active threads to their identifiers. When
112 * identifiers to prevent retaining garbage threads.
  /libcore/luni/src/main/java/javax/xml/transform/
Result.java 67 * and warnings, or to resolve relative output identifiers.</p>
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Implicit.java 51 * 3) string: both identifiers are valid
  /packages/services/Telephony/src/com/android/phone/settings/
VoicemailDialogUtil.java 28 // Voicemail dialog identifiers.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
pthreadtypes.h 34 /* Thread identifiers. The structure of the attribute type is not
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_pppox.h 112 /* Tag identifiers */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/ipset/
ip_set.h 17 /* The max length of strings including NUL: set and type identifiers */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
symtab.h 48 /* Identifiers are allocated from here. */
timevar.h 68 /* An enumeration of timing variable identifiers. Constructed from
cpplib.h 378 /* Nonzero means UCNs are accepted in identifiers. */
381 /* True if we should warn about dollars in identifiers or numbers
385 /* Nonzero means warn if undefined identifiers are evaluated in an #if. */
599 entries for all identifiers: either macros defined by #define
602 like __LINE__ are flagged NODE_BUILTIN. Poisoned identifiers are
607 applies to __VA_ARGS__, poisoned identifiers, and -Wc++-compat
671 ends. Also used to store CPP identifiers, which are a superset of
672 identifiers in the grammatical sense. */
    [all...]
  /external/clang/include/clang/Basic/
Builtins.h 75 /// \brief Mark the identifiers for all the builtins with their
76 /// appropriate builtin ID # and mark any non-portable builtin identifiers as
  /external/clang/lib/Lex/
MacroInfo.cpp 1 //===--- MacroInfo.cpp - Information about #defined identifiers -----------===//
69 /// if they use different identifiers for the function macro parameters.
  /external/clang/utils/
FindSpecRefs 29 ('6.2.1 Scopes of identifiers', '29'),
30 ('6.2.2 Linkages of identifiers', '30'),
31 ('6.2.3 Name spaces of identifiers', '31'),
41 ('6.4.2 Identifiers', '51'),
99 ('6.11.2 Linkages of identifiers', '163'),
111 ('7.1.3 Reserved identifiers', '166'),
262 ('Annex D (normative) Universal character names for identifiers', '439'),
321 ('2.10 Identifiers', '20'),
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ucbuf.h 149 * Some Unicode charsets are stateful and need byte identifiers to be converted also to bring
169 * Some Unicode charsets are stateful and need byte identifiers to be converted also to bring
  /external/libnl/lib/
object.c 252 * Check if the identifiers of two objects are identical
256 * @return true if both objects have equal identifiers, otherwise false.
  /external/proguard/docs/
results.html 143 the identifiers of their many internal references can be replaced by short
144 identifiers.
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationUpdater.java 131 * identifiers, for example R.id.unread, or R.id.delete.
139 * identifiers, for example R.id.unread, or R.id.delete.
  /prebuilts/tools/common/proguard/proguard4.7/docs/
results.html 142 the identifiers of their many internal references can be replaced by short
143 identifiers.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceNameValidator.java 129 // Resource names must be valid Java identifiers, since they will
130 // be represented as Java identifiers in the R file:
  /external/clang/include/clang/AST/
DeclarationName.h 275 /// declaration names, including normal identifiers and C++
311 /// Ordering on two declaration names. If both names are identifiers,
317 /// Ordering on two declaration names. If both names are identifiers,
323 /// Ordering on two declaration names. If both names are identifiers,
329 /// Ordering on two declaration names. If both names are identifiers,
337 /// identifiers, C++ constructor names, etc. This class contains
  /external/clang/lib/Parse/
ParseOpenMP.cpp 69 SmallVector<Expr *, 5> Identifiers;
75 if (!ParseOpenMPSimpleVarList(OMPD_threadprivate, Identifiers, true)) {
85 return Actions.ActOnOpenMPThreadprivateDirective(Loc, Identifiers);
138 SmallVector<Expr *, 5> Identifiers;
155 if (!ParseOpenMPSimpleVarList(OMPD_threadprivate, Identifiers, false)) {
164 Actions.ActOnOpenMPThreadprivateDirective(Loc, Identifiers);

Completed in 3909 milliseconds

1 2 3 4 5 6 78 91011>>