HomeSort by relevance Sort by last modified time
    Searched defs:TRUE (Results 301 - 325 of 477) sorted by null

<<11121314151617181920

  /external/tpm2/
Implementation.h 12 #undef TRUE
25 #define TRUE 1
    [all...]
tpm_types.h 24 #define TRUE 1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
curses.h 159 #undef TRUE
160 #define TRUE 1
    [all...]
ncurses.h 159 #undef TRUE
160 #define TRUE 1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
curses.h 178 #undef TRUE
179 #define TRUE 1
    [all...]
ncurses.h 178 #undef TRUE
179 #define TRUE 1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntdef.h 93 /* TRUE/FALSE */
95 #define TRUE 1
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
org.sat4j.core_2.2.0.v20100429.jar 
org.eclipse.core.runtime_3.6.0.v20100505.jar 
org.apache.commons.el_1.0.0.v201004212143.jar 
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /external/pcre/dist/
pcre_internal.h 700 /* Returns with the additional number of characters if IS_MULTICHAR(c) is TRUE.
705 /* Returns TRUE, if the given character is not the first character
813 /* Returns with the additional number of characters if IS_MULTICHAR(c) is TRUE.
818 /* Returns TRUE, if the given character is not the first character
    [all...]
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2.h 254 #ifndef TRUE
255 # define TRUE 1
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elflink.c 92 (*bed->elf_backend_hide_symbol) (info, h, TRUE);
108 return TRUE;
154 return TRUE;
174 return TRUE;
196 return TRUE;
296 elf_hash_table (info)->dynamic_sections_created = TRUE;
298 return TRUE;
392 return TRUE;
428 return TRUE;
469 return TRUE;
    [all...]
  /system/tpm/trunks/
tpm_generated.h 103 #if !defined(TRUE)
104 #define TRUE 1
    [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.runtime_3.11.0.v20150405-1723.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.runtime_3.9.100.v20131218-1515.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.runtime_3.9.0.v20130326-1255.jar 
  /external/doclava/src/com/google/doclava/parser/
JavaParser.java 168 * Character.isJavaIdentifierStart(int) returns true." A "Java
170 * Character.isJavaIdentifierPart(int) returns true."
174 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "IDENTIFIER", "INTLITERAL", "LONGLITERAL", "FLOATLITERAL", "DOUBLELITERAL", "CHARLITERAL", "STRINGLITERAL", "TRUE", "FALSE", "NULL", "IntegerNumber", "LongSuffix", "HexPrefix", "HexDigit", "Exponent", "NonIntegerNumber", "FloatSuffix", "DoubleSuffix", "EscapeSequence", "UNICODECHAR", "UNICODEPART", "WS", "COMMENT", "LINE_COMMENT", "ABSTRACT", "ASSERT", "BOOLEAN", "BREAK", "BYTE", "CASE", "CATCH", "CHAR", "CLASS", "CONST", "CONTINUE", "DEFAULT", "DO", "DOUBLE", "ELSE", "ENUM", "EXTENDS", "FINAL", "FINALLY", "FLOAT", "FOR", "GOTO", "IF", "IMPLEMENTS", "IMPORT", "INSTANCEOF", "INT", "INTERFACE", "LONG", "NATIVE", "NEW", "PACKAGE", "PRIVATE", "PROTECTED", "PUBLIC", "RETURN", "SHORT", "STATIC", "STRICTFP", "SUPER", "SWITCH", "SYNCHRONIZED", "THIS", "THROW", "THROWS", "TRANSIENT", "TRY", "VOID", "VOLATILE", "WHILE", "LPAREN", "RPAREN", "LBRACE", "RBRACE", "LBRACKET", "RBRACKET", "SEMI", "COMMA", "DOT", "ELLIPSIS", "EQ", "BANG", "TILDE", "QUES", "COLON", "EQEQ", "AMPAMP", "BARBAR", "PLUSPLUS", "SUBSUB", "PLUS", "SUB", "STAR", "SLASH", "AMP", "BAR", "CARET", "PERCENT", "PLUSEQ", "SUBEQ", "STAREQ", "SLASHEQ", "AMPEQ", "BAREQ", "CARETEQ", "PERCENTEQ", "MONKEYS_AT", "BANGEQ", "GT", "LT", "IdentifierStart", "IdentifierPart", "SurrogateIdentifer"
184 public static final int TRUE=11;
402 false, true, false, false, false, false, false, false, false, false,
403 false, true, false, false, true, false, false, false, false,
405 false, false, true, false, false, false, false, false, false,
406 false, true, false, false, true, false, false, false, false
    [all...]

Completed in 620 milliseconds

<<11121314151617181920