/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_map.h | 430 * @brief Subscript ( @c [] ) access to %map data. 434 * Allows for easy lookup with the subscript ( @c [] ) 436 * subscript. If the key does not exist, a pair with that key
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_map.h | 430 * @brief Subscript ( @c [] ) access to %map data. 434 * Allows for easy lookup with the subscript ( @c [] ) 436 * subscript. If the key does not exist, a pair with that key
|
/external/llvm/include/llvm/ADT/ |
SparseSet.h | 216 /// array subscript - If an element already exists with this key, return it.
|
/packages/apps/Phone/src/com/android/phone/ |
ManageConferenceUtils.java | 304 // set the caller number in subscript, or make the field disappear.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/ |
macros.h | 192 // Verify that the subscript _N is less than the container's size.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/ |
macros.h | 192 // Verify that the subscript _N is less than the container's size.
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
WebEditorClient.cpp | 508 case EditActionSubscript: return WEB_UI_STRING_KEY("Subscript", "Subscript (Undo action name)", "Undo action name");
|
/external/harfbuzz/contrib/tables/ |
Scripts.txt | 141 2080..2089 ; Common # No [10] SUBSCRIPT ZERO..SUBSCRIPT NINE 142 208A..208C ; Common # Sm [3] SUBSCRIPT PLUS SIGN..SUBSCRIPT EQUALS SIGN 143 208D ; Common # Ps SUBSCRIPT LEFT PARENTHESIS 144 208E ; Common # Pe SUBSCRIPT RIGHT PARENTHESIS [all...] |
DerivedCombiningClass.txt | [all...] |
BidiMirroring.txt | 61 208D; 208E # SUBSCRIPT LEFT PARENTHESIS 62 208E; 208D # SUBSCRIPT RIGHT PARENTHESIS
|
/external/icu4c/data/unidata/ |
DerivedNumericValues.txt | 62 2080 ; 0.0 ; ; 0 # No SUBSCRIPT ZERO 283 2081 ; 1.0 ; ; 1 # No SUBSCRIPT ONE 384 2082 ; 2.0 ; ; 2 # No SUBSCRIPT TWO 488 2083 ; 3.0 ; ; 3 # No SUBSCRIPT THREE 588 2084 ; 4.0 ; ; 4 # No SUBSCRIPT FOUR [all...] |
DerivedBidiClass.txt | 439 1D62..1D77 ; L # L& [22] LATIN SUBSCRIPT SMALL LETTER I..LATIN SMALL LETTER TURNED G 465 2090..209C ; L # Lm [13] LATIN SUBSCRIPT SMALL LETTER A..LATIN SUBSCRIPT SMALL LETTER T [all...] |
BidiMirroring.txt | 70 208D; 208E # SUBSCRIPT LEFT PARENTHESIS 71 208E; 208D # SUBSCRIPT RIGHT PARENTHESIS
|
DerivedAge.txt | 276 2074..208E ; 1.1 # [27] SUPERSCRIPT FOUR..SUBSCRIPT RIGHT PARENTHESIS [all...] |
/external/astl/include/ |
vector | 125 // Subscript access to the vector's elements. Don't do boundary
|
/external/chromium/chrome/browser/chromeos/ |
user_cros_settings_provider.cc | 56 // in chroot stl_algo.h:231: error: array subscript is above array bounds.
|
/external/clang/lib/CodeGen/ |
CGValue.h | 114 // Index into a vector subscript: V[i]
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
Program.cpp | 245 int subscript = 0; 247 // Strip any trailing array operator and retrieve the subscript 252 subscript = atoi(_name.substr(open + 1).c_str()); 260 mUniformIndex[location].element == subscript) [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
tran.c | 50 char **SUBSEP; /* subscript separator for a[i,j,k]; default \034 */
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebEditorClient.mm | 511 case EditActionSubscript: return UI_STRING_KEY_INTERNAL("Subscript", "Subscript (Undo action name)", "Undo action name"); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
keysymdef.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
keysymdef.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
keysymdef.h | [all...] |
/external/clang/include/clang/AST/ |
Expr.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_vector.h | 599 * @brief Subscript access to the data contained in the %vector. 622 * @brief Subscript access to the data contained in the %vector. [all...] |