HomeSort by relevance Sort by last modified time
    Searched full:partner (Results 1 - 25 of 73) sorted by null

1 2 3

  /bootable/bootloader/legacy/
README 23 partner/semi/boot/include/65002 headers
24 partner/semi/boot/arch_65002 liboot_arch_65002.a
28 partner/oem/brick/product_config.mk configuration
29 partner/oem/brick/boot libboot_board_brick.a
44 partner/semi/boot/boot.ld
47 partner/semi/boot/init.S
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
mii.h 20 #define MII_LPA 0x05 /* Link partner ability reg */
91 /* Link partner ability register. */
105 #define LPA_RFAULT 0x2000 /* Link partner faulted */
106 #define LPA_LPACK 0x4000 /* Link partner acked us */
116 #define EXPANSION_NPCAPABLE 0x0008 /* Link partner supports npage */
133 #define LPA_1000LOCALRXOK 0x2000 /* Link partner local receiver status */
134 #define LPA_1000REMRXOK 0x1000 /* Link partner remote receiver status */
135 #define LPA_1000FULL 0x0800 /* Link partner 1000BASE-T full duplex */
136 #define LPA_1000HALF 0x0400 /* Link partner 1000BASE-T half duplex */
  /frameworks/base/core/res/res/xml/
apns.xml 21 <!-- If you edit this version, also edit the version in the partner-supplied
  /packages/experimental/procstatlog/
Android.mk 18 # (we want to run this on oddball partner-integrated devices).
  /external/chromium/chrome/browser/sync/
profile_sync_service_harness.cc 347 ProfileSyncServiceHarness* partner) {
351 return partner->WaitUntilTimestampMatches(this,
366 "Sync cycle completion on partner client.");
387 ProfileSyncServiceHarness* partner, const std::string& reason) {
394 if (MatchesOtherClient(partner)) {
400 timestamp_match_partner_ = partner;
401 partner->service()->AddObserver(this);
457 ProfileSyncServiceHarness* partner) {
462 // common with the partner client.
465 partner->service()->GetPreferredDataTypes(&other_types)
    [all...]
profile_sync_service_harness.h 68 // has downloaded all the changes seen by the |partner| harness's client.
70 ProfileSyncServiceHarness* partner, const std::string& reason);
73 // |partner| have both completed a sync cycle. When calling this method,
74 // the |partner| should be the passive responder who responds to the actions
79 bool AwaitMutualSyncCycleCompletion(ProfileSyncServiceHarness* partner);
192 bool MatchesOtherClient(ProfileSyncServiceHarness* partner);
  /packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/
GoogleSettingsContract.java 72 * "Partner" settings, Actually this is the only settings table, and
74 * called "Partner" is just a historical accident.
76 public static final class Partner extends NameValueTable {
185 Uri.parse("content://" + AUTHORITY + "/partner");
189 * Partner Table Version
195 * Google Partner Client Id
GservicesValue.java 130 return GoogleSettingsContract.Partner.getString(mContentResolver, key, defaultValue);
  /dalvik/vm/compiler/codegen/
RallocUtil.cpp 77 p[i].reg, p[i].inUse, p[i].pair, p[i].partner, p[i].live,
110 (info1->partner == info2->reg) &&
111 (info2->partner == info1->reg));
120 info1->reg, info1->partner);
144 dvmCompilerFlushRegWide(cUnit, p[i].reg, p[i].partner);
156 clobberRegBody(cUnit, p, numTemps, p[i].partner);
510 assert(infoLo->partner == infoHi->reg);
511 assert(infoHi->partner == infoLo->reg);
587 dvmCompilerFlushRegWide(cUnit, info[i].reg, info[i].partner);
637 infoLo->partner = highReg
    [all...]
  /development/pdk/docs/porting/
audio.jd 21 Solid elements represent Android blocks and dashed elements represent partner-specific blocks.
intro_source_code.jd 118 <li>partner
168 <p>Add project-specific source code to the Android source tree under the <code>partner</code> directory in a directory specific to the application or service you are building. For example, all Google-specific applications would be placed under <code>vendor/google/</code>. A Google search application would be placed under <code>vendor/google/apps/Search</code>.
  /external/chromium/chrome/browser/chromeos/login/
registration_screen.h 64 // Partner registration page notifies host page on registration result.
registration_screen.cc 118 // OEM partner doesn't contain links to external URLs.
  /external/chromium/chrome/browser/rlz/
rlz.h 25 // For partner or bundled installs, the RLZ might send more information
  /packages/apps/Settings/src/com/android/settings/
GoogleLocationSettingHelper.java 56 Uri.parse("content://" + GOOGLE_SETTINGS_AUTHORITY + "/partner");
  /external/ipsec-tools/src/racoon/
gssapi.c 281 gss_name_t partner; local
299 GSS_C_NO_OID, &partner);
306 if (gssapi_get_default_name(iph1, 1, &partner) < 0)
313 &gps->gss_context, partner, GSS_C_NO_OID,
321 maj_stat = gss_release_name(&min_stat, &partner);
326 maj_stat = gss_release_name(&min_stat, &partner);
handler.h 155 vchar_t *dhpub_p; /* DH; partner's public value */
158 vchar_t *nonce_p; /* partner's nonce value */
175 vchar_t *id_p; /* partner's ID minus general header */
330 vchar_t *dhpub_p; /* DH; partner's public value */
333 vchar_t *nonce_p; /* partner's nonce value in phase 2 */
  /docs/source.android.com/src/source/
initializing.md 53 $ sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
54 $ sudo add-apt-repository "deb-src http://archive.canonical.com/ubuntu lucid partner"
  /dalvik/vm/compiler/codegen/x86/
X86LIR.h 67 int partner; // If pair, other reg of pair member in struct:RegisterInfo
  /development/pdk/docs/about/
philosophy.jd 57 goals. We develop the next version of Android by working with a device partner
  /development/tools/findunused/
find_unused_resources.rb 33 @@appDir = "partner/google/apps/Gmail"
  /docs/source.android.com/src/about/
philosophy.md 83 goals. We develop the next version of Android by working with a device partner
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource.java 63 * This is intended to be called from one of our partner coroutines,
  /external/tcpdump/
print-slow.c 73 { (SLOW_PROTO_LACP << 8) + LACP_TLV_PARTNER_INFO, "Partner Information"},
  /libcore/luni/src/test/java/libcore/java/net/
OldAndroidDatagramTest.java 122 // Setup the reflector, so we have a partner to send to

Completed in 1018 milliseconds

1 2 3