HomeSort by relevance Sort by last modified time
    Searched full:package (Results 151 - 175 of 56018) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/nist-sip/java/javax/sip/header/
ProxyAuthorizationHeader.java 0 package javax.sip.header;
ProxyRequireHeader.java 0 package javax.sip.header;
RecordRouteHeader.java 0 package javax.sip.header;
ReferToHeader.java 0 package javax.sip.header;
RouteHeader.java 0 package javax.sip.header;
SIPIfMatchHeader.java 0 package javax.sip.header;
  /external/proguard/src/proguard/optimize/evaluation/
package.html 2 This package contains visitors that perform partial evaluation and subsequent
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/internal/
EmptyRunnable.java 0 package com.xtremelabs.robolectric.internal;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/
TestApplication.java 0 package com.xtremelabs.robolectric;
  /frameworks/base/core/java/android/nfc/
INfcUnlockHandler.aidl 0 package android.nfc;
  /frameworks/ex/common/
AndroidManifest.xml 2 <manifest package="com.android.common"/
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
AlarmHandler.java 0 package com.android.server.wifi.hotspot2;
PasspointMatch.java 0 package com.android.server.wifi.hotspot2;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/support/
B.java 0 package org.apache.harmony.tests.java.util.support;
  /packages/apps/Dialer/tests/src/com/android/dialer/util/
TestConstants.java 0 package com.android.dialer.util;
  /packages/apps/Launcher3/src/com/android/launcher3/
ToggleWeightWatcher.java 0 package com.android.launcher3;
  /packages/apps/Nfc/
migrate_nfc.txt 1 # Migrate the prefs from the old package name
  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
LocalProvider.java 0 package com.android.rpc_performance;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mem.h 3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
7 * This file is part of the Mingw32 package.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
unistd.h 3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
7 * This file is part of the Mingw32 package.
  /external/libpng/scripts/
makefile.cegcc 29 PACKAGE = $(NAME)-$(VER)
44 @rm -rf $(PACKAGE)/ $(PACKAGE)-bin/ $(PACKAGE)-dev/
48 @rm -rf $(PACKAGE)-bin*
49 @rm -rf $(PACKAGE)-dev*
53 @cp -R ../src/$(PACKAGE) .
55 @mkdir -p $(PACKAGE)-bin/bin
56 @mkdir -p $(PACKAGE)-bin/manifest
57 @mkdir -p $(PACKAGE)-dev/lib/pkgconfi
    [all...]
  /development/tools/templates/
AndroidManifest.tests.template 2 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
4 package="PACKAGE.tests"
8 this package needs to link against the android.test library,
15 the package of PACKAGE. To run the tests use the command:
16 "adb shell am instrument -w PACKAGE.tests/android.test.InstrumentationTestRunner"
19 android:targetPackage="PACKAGE"
20 android:label="Tests for PACKAGE"/>
    [all...]
  /packages/services/Telephony/src/com/android/phone/
BluetoothManager.java 17 package com.android.phone;
23 /* package */ boolean isBluetoothHeadsetAudioOn() {
27 /* package */ boolean isBluetoothAvailable() {
31 /* package */ boolean isBluetoothAudioConnected() {
35 /* package */ boolean isBluetoothAudioConnectedOrPending() {
39 /* package */ boolean showBluetoothIndication() {
43 /* package */ void updateBluetoothIndication() {
52 /* package */ void connectBluetoothAudio() {
55 /* package */ void disconnectBluetoothAudio() {
58 /* package */ interface BluetoothIndicatorListener
    [all...]
  /external/doclava/res/assets/templates/
package.cs 5 <body class="<?cs var:package.since ?>">
12 <?cs call:since_tags(package) ?>
13 <?cs call:federated_refs(package) ?>
18 package
19 <h1><?cs var:package.name ?></h1>
24 <div id="jd-content" class="api apilevel-<?cs var:package.since ?>">
26 <?cs if:subcount(package.descr) ?>
28 <?cs call:tag_list(package.descr) ?>
41 <?cs call:class_table("Interfaces", package.interfaces) ?>
42 <?cs call:class_table("Classes", package.classes) ?
    [all...]
  /packages/apps/Nfc/etc/
sample_nfcee_access.xml 3 <!-- The built in list of signatures and package names that are allowed
8 <package android:name="PACKAGE_NAME" />
16 PACKAGE_NAME is a Android package name
19 Zero or more package tags are allowed per signer.
20 Each package tag must have one android:name.
21 If a signer has zero package tags, then ANY application with the
23 If a signer has one or more package tags, then an application signed
24 with the specified certificate must have a package name that is an
25 exact match of one of the specified package names to be granted
28 Duplicate package tags for a single signer are not allowed
    [all...]

Completed in 607 milliseconds

1 2 3 4 5 67 8 91011>>