Searched defs:Character (Results 1 - 11 of 11) sorted by relevance

/external/flatbuffers/tests/union_vector/
H A DCharacter.php4 class Character class
H A Dunion_vector_generated.js6 var Character = {
260 * @returns {Character}
264 return offset ? /** @type {Character} */ (this.bb.readUint8(this.bb_pos + offset)) : Character.NONE;
268 * @param {Character} value
293 * @returns {Character}
297 return offset ? /** @type {Character} */ (this.bb.readUint8(this.bb.__vector(this.bb_pos + offset) + index)) : /** @type {Character} */ (0);
343 * @param {Character} mainCharacterType
346 builder.addFieldInt8(0, mainCharacterType, Character
[all...]
H A Dunion_vector_generated.h19 enum Character { enum
31 inline Character (&EnumValuesCharacter())[7] {
32 static Character values[] = {
58 inline const char *EnumNameCharacter(Character e) {
64 Character type;
80 static void *UnPack(const void *obj, Character type, const flatbuffers::resolver_function_t *resolver);
133 bool VerifyCharacter(flatbuffers::Verifier &verifier, const void *obj, Character type);
249 Character main_character_type() const {
250 return static_cast<Character>(GetField<uint8_t>(VT_MAIN_CHARACTER_TYPE, 0));
252 bool mutate_main_character_type(Character _main_character_typ
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DRecognitionException.cs230 public int Character { property in class:Antlr.Runtime.RecognitionException
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DRecognitionException.cs268 public int Character property in class:Antlr.Runtime.RecognitionException
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/
H A DDumperOptions.java39 DOUBLE_QUOTED(Character.valueOf('"')), SINGLE_QUOTED(Character.valueOf('\'')), LITERAL(
40 Character.valueOf('|')), FOLDED(Character.valueOf('>')), PLAIN(null);
41 private Character styleChar;
43 private ScalarStyle(Character style) {
47 public Character getChar() {
56 public static ScalarStyle createStyle(Character style) {
/external/clang/lib/AST/
H A DExprConstant.cpp2550 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { argument
2552 Info, Subobj.getLValueBase().get<const Expr *>(), Character));
2612 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { argument
3046 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { argument
3199 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { argument
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 444 milliseconds