HomeSort by relevance Sort by last modified time
    Searched refs:NATIVE (Results 76 - 100 of 177) sorted by null

1 2 34 5 6 7 8

  /cts/tools/dasm/src/dasm/
parser.cup 72 ABSTRACT, FINAL, INTERFACE, NATIVE, PRIVATE, PROTECTED, PUBLIC, STATIC,
219 NATIVE {: access_val |= com.android.dx.rop.code.AccessFlags.ACC_NATIVE; :}
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfPizCompressor.cpp 221 // We can support uncompressed data in the machine's native format
223 // native represenations of a half have the same size.
227 _format = NATIVE;
390 // Native, machine-dependent data format
632 // Native, machine-dependent data format
ImfB44Compressor.cpp 488 // if uncompressed pixel data should be in native or Xdr format.
540 // We can support uncompressed data in the machine's native
547 _format = NATIVE;
681 // convert them back into native format for compression.
716 // are in native, machine-dependent format. Copy the pixels
743 // block in _tmpBuffer. HALF channels are in native format; UINT
ImfOutputFile.cpp 317 // Convert the contents of a lineBuffer from the machine's native
320 // its input pixel data in the machine's native format, but then
324 // Note that this routine assumes that the machine's native
612 else if (_ofd->format == Compressor::NATIVE)
617 // native format, so we need to convert the lineBuffer
    [all...]
ImfTiledOutputFile.cpp 585 // machine's native representation to Xdr format. This function is called
587 // in the machine's native format, but then failed to compress the data
590 // Note that this routine assumes that the machine's native representation
799 else if (_ofd->format == Compressor::NATIVE)
803 // we cannot write to the file using native format,
    [all...]
  /cts/tests/signature/src/android/signature/cts/
JDiffClassDescription.java 211 if ((modifiers & Modifier.NATIVE) != 0) {
217 sb.append("native");
460 * - the native modified is ignored
476 // Mask off NATIVE since it is a don't care. Also mask off
478 int ignoredMods = (Modifier.NATIVE | Modifier.SYNCHRONIZED | Modifier.STRICT);
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/jack/jack-api/0.10.0/
jack-api-0.10.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/jack/jack-api/0.11.0/
jack-api-0.11.0.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/jack/jack-api/0.10.0/
jack-api-0.10.0.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/jack/jack-api/0.11.0/
jack-api-0.11.0.jar 
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
AndroidTranslator.java 279 newModifiers = Modifier.clear(newModifiers, Modifier.NATIVE);
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasClient.java 281 NATIVE, UTF_8;
    [all...]
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java     [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/jack/jack-api/0.1/
jack-api-0.1.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/jack/jack-api/0.9.0/
jack-api-0.9.0.jar 
  /libcore/ojluni/src/main/java/java/io/
ObjectStreamClass.java     [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
FloatyUnitTest.java 291 t = new Target(Target.FunctionType.NATIVE, Target.ReturnType.HALF, false);
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
ICUJDKCompare.java 820 Modifier.VOLATILE|Modifier.TRANSIENT|Modifier.NATIVE);
  /external/testng/ant/3rdparty/
cobertura.jar 
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
MethodTest.java 108 public static synchronized native void pustatsynchnat();
324 | Modifier.NATIVE;
    [all...]
FieldTest.java     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/javacc/javacc/5.0/
javacc-5.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/
gmaven-runtime-support-1.5.jar 
  /external/doclava/src/com/google/doclava/parser/
JavaParser.java 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"
230 public static final int NATIVE=57;
598 if ( (LA4_0==IDENTIFIER||LA4_0==ABSTRACT||LA4_0==BOOLEAN||LA4_0==BYTE||(LA4_0>=CHAR && LA4_0<=CLASS)||LA4_0==DOUBLE||LA4_0==ENUM||LA4_0==FINAL||LA4_0==FLOAT||(LA4_0>=INT && LA4_0<=NATIVE)||(LA4_0>=PRIVATE && LA4_0<=PUBLIC)||(LA4_0>=SHORT && LA4_0<=STRICTFP)||LA4_0==SYNCHRONIZED||LA4_0==TRANSIENT||(LA4_0>=VOID && LA4_0<=VOLATILE)||LA4_0==SEMI||LA4_0==MONKEYS_AT||LA4_0==LT) ) {
    [all...]
  /dalvik/dx/etc/
jasmin.jar 

Completed in 1652 milliseconds

1 2 34 5 6 7 8