Searched refs:all (Results 101 - 106 of 106) sorted by relevance

12345

/development/build/
H A DAndroid.mk3 # Add all files to be generated from the source.prop templates to the SDK pre-requisites
41 # these files don't really matter, because they are all generated as part of
/development/samples/SampleSyncAdapter/samplesyncadapter_server/
H A Dweb_services.py46 We actually accept any and all usernames that start with this
48 accept 'user', 'user75', 'userbuddy', etc, all as legal account
184 contacts = datastore.Contact.all()
187 # We'll return this as the syncstate (x) value for all the friends
196 # Now build the updated_contacts containing all the friends that have been
245 # on the client-side, all we want to do is set the deleted
310 # Delete all the existing contacts from the database
311 contacts = datastore.Contact.all()
H A Ddashboard.py180 Display a page that lists all the contacts associated with
185 contacts = datastore.Contact.all()
/development/build/tools/
H A Dsdk_repo.mk19 # Defines the rule to build an SDK repository package by zipping all
110 # so we capture all extras first.
/development/scripts/
H A Dreverse_tether.sh7 # (Route all network traffic via the host.)
44 echo " stop-all -- clean up everything"
119 # kill all default route interfaces (just in case something remains)
178 sudo brctl addbr $BRIDGE || return 0 # all good
249 stop-all)
/development/ndk/platforms/android-3/include/linux/
H A Dhdreg.h37 unsigned all : 16;

Completed in 127 milliseconds

12345