Menu

Tree [592042] kitkat-x86 android-x86-4.4-r2 android-x86-4.4-r3 /
 History

HTTPS access


File Date Author Commit
 dexdump 2011-08-04 Carl Shapiro Carl Shapiro [da4a09] Print proto_ids_{size,off} along with the rest ...
 dexgen 2011-08-30 Raphael Moll Raphael Moll [4130f7] am 1dd1d924: am e4e76feb: Merge "Set DX stack s...
 dexlist 2013-05-03 Brian Carlstrom Brian Carlstrom [62018a] Remove unnecessary JNI_H_INCLUDE from LOCAL_C_I...
 dexopt 2013-05-03 Brian Carlstrom Brian Carlstrom [62018a] Remove unnecessary JNI_H_INCLUDE from LOCAL_C_I...
 docs 2012-01-06 Elliott Hughes Elliott Hughes [c6284c] Remove misleading and outdated documentation.
 dx 2013-08-22 Yohann Roussel Yohann Roussel [418c84] Make a more verbose too many id error message.
 hit 2010-10-11 Jean-Baptiste Queru Jean-Baptiste Queru [65da91] am 16926bc4: Merge "Remove obsolete variable "l...
 libdex 2013-08-02 Elliott Hughes Elliott Hughes [4b44ea] Ignore invalid access flags.
 opcode-gen 2012-01-04 Elliott Hughes Elliott Hughes [ab35b5] Remove unsupported experimental opcodes.
 tests 2013-08-22 Yohann Roussel Yohann Roussel [418c84] Make a more verbose too many id error message.
 tools 2013-05-22 Brian Carlstrom Brian Carlstrom [c9ccb3] Remove jdwpspy from dalvik as it has been added...
 unit-tests 2011-08-30 Raphael Moll Raphael Moll [798048] am 4130f726: am 1dd1d924: am e4e76feb: Merge "S...
 vm 2014-03-17 Jeff Hao Jeff Hao [35533a] Changed dvmDexCacheStatus to check for odex fil...
 Android.mk 2013-06-17 Brian Carlstrom Brian Carlstrom [a9b672] Move to new art dalvikvm
 CleanSpec.mk 2013-07-24 Colin Cross Colin Cross [6f4dda] add static dependency on liblog
 MODULE_LICENSE_APACHE2 2009-03-04 The Android Open Source Project The Android Open Source Project [f6c387] auto import from //depot/cupcake/@135843
 NOTICE 2012-07-03 Dong-Yuan Chen Dong-Yuan Chen [0c2dc5] [X86] X86 trace JIT compiler support
 README.txt 2009-08-10 Jean-Baptiste Queru Jean-Baptiste Queru [be323e] merge from open-source master

Read Me

This directory contains the Dalvik virtual machine and core class library,
as well as related tools, libraries, and tests.

A note about the licenses and header comments
---------------------------------------------

Much of the code under this directory originally came from the Apache
Harmony project, and as such contains the standard Apache header
comment. Some of the code was written originally for the Android
project, and as such contains the standard Android header comment.
Some files contain code from both projects. In these cases, the header
comment is a combination of the other two, and the portions of the
code from Harmony are identified as indicated in the comment.

Here is the combined header comment:

/*
 * Copyright (C) <year> The Android Open Source Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 * ----------
 *
 * Portions of the code surrounded by "// BEGIN Harmony code" and
 * "// END Harmony code" are copyrighted and licensed separately, as
 * follows:
 *
 * Licensed to the Apache Software Foundation (ASF) under one or more
 * contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License, Version 2.0
 * (the "License"); you may not use this file except in compliance with
 * the License.  You may obtain a copy of the License at
 *
 *    http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */


Native SH call bridge
---------------------

Native SH call bridge is written by
Shin-ichiro KAWASAKI <shinichiro.kawasaki.mg@hitachi.com>
and Contributed to Android by Hitachi, Ltd. and Renesas Solutions Corp.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.