HomeSort by relevance Sort by last modified time
    Searched full:other (Results 401 - 425 of 18848) sorted by null

<<11121314151617181920>>

  /external/proguard/src/proguard/evaluation/
TracedStack.java 131 public void copy(TracedStack other)
133 super.copy(other);
135 producerStack.copy(other.producerStack);
138 public boolean generalize(TracedStack other)
141 super.generalize(other) |
142 producerStack.generalize(other.producerStack);
298 TracedStack other = (TracedStack)object; local
301 this.producerStack.equals(other.producerStack);
  /external/qemu/docs/
ANDROID-CONFIG-FILES.TXT 35 - Other key name characters can be letters, digits, underscores, dots or
65 some.other.name value
68 sub-key 'other' which itself has a sub-key 'name' associated to
76 other {
78 name2 other-value
88 some.other.name value
89 some.other.name2 other-value
  /external/qemu/
dynlink-static.c 16 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
usb-dummy-android.c 19 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  /external/qemu/hw/
baum.h 19 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  /external/stlport/test/unit/
stldbg_include.cpp 29 * i.e. include other headers within extern "C" { scope. Bad, but this is fact.]
33 * headers may include each other by unexpected way (from STLport point of view).
  /external/strace/
README 8 specify it on the command line after the other options like this:
13 kernel architectures. Let me know if sun4d doesn't work. Other
README-linux 4 by various other people.
16 There are three ways to compile strace with other kernel headers:
  /external/webkit/JavaScriptCore/icu/
LICENSE 20 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
24 advertising or otherwise to promote the sale, use or other dealings in this Software
  /external/webkit/JavaScriptGlue/icu/
LICENSE 20 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
24 advertising or otherwise to promote the sale, use or other dealings in this Software
  /external/webkit/WebCore/css/
themeChromiumLinux.css 12 * in the documentation and/or other materials provided with the
31 /* These styles override other user-agent styles for Chromium on Linux. */
  /external/webkit/WebCore/html/
CollectionCache.h 35 CollectionCache& operator=(const CollectionCache& other)
37 CollectionCache tmp(other);
  /external/webkit/WebCore/icu/
LICENSE 20 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
24 advertising or otherwise to promote the sale, use or other dealings in this Software
  /external/webkit/WebCore/platform/network/cf/
LoaderRunLoopCF.h 11 * documentation and/or other materials provided with the distribution.
30 #error This code is not needed on platforms other than Windows, because main thread's CFRunLoop can be used.
  /external/webkit/WebKit/qt/Api/
qwebdatabase.h 36 QWebDatabase(const QWebDatabase& other);
37 QWebDatabase &operator=(const QWebDatabase& other);
  /external/webkit/WebKitTools/simplejson/
LICENSE.txt 16 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  /external/yaffs2/yaffs2/
yaffs_qsort.h 17 * other software, or any other product whatsoever.
  /external/zlib/contrib/dotzlib/
LICENSE_1_0.txt 21 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
22 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  /frameworks/base/core/java/android/view/animation/
package.html 9 one after the other. Both animation types can be used in any View object
10 to provide simple rotating timers, activity icons, and other useful UI elements.
  /frameworks/base/core/res/
Android.mk 32 # Create package-export.apk, which other packages can use to get
38 # define a global intermediate target that other module may depend on.
  /frameworks/base/docs/html/guide/topics/wireless/
index.jd 17 wirelessly exchange data with other Bluetooth devices. The application framework provides access to
19 wirelessly connect to other Bluetooth devices, enabling point-to-point and multipoint wireless
  /frameworks/base/media/libstagefright/include/
stagefright_string.h 43 bool operator<(const string &other) const;
44 bool operator==(const string &other) const;
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/linux/
makefile.26 22 # software in any way with any other Broadcom software provided under a license
23 # other than the GPL, without Broadcom's express prior written consent.
  /hardware/broadcom/wlan/bcm4329/src/
branding.inc 18 # software in any way with any other Broadcom software provided under a license
19 # other than the GPL, without Broadcom's express prior written consent.
  /hardware/broadcom/wlan/bcm4329/src/dhd/linux/
makefile.26 22 # software in any way with any other Broadcom software provided under a license
23 # other than the GPL, without Broadcom's express prior written consent.

Completed in 51 milliseconds

<<11121314151617181920>>