Home
last modified time | relevance | path

Searched refs:inf (Results 1 – 7 of 7) sorted by relevance

/development/host/windows/usb/
Dreadme.txt1 android_winusb.inf file contained in this folder must be used to install
3 package that is compliant with android_winusb.inf, you need to create
7 * File android_winusb.inf - Installation file
24 android_winusb.inf file can be modified in order to provide support for the
26 modify [Google.NTx86], [Google.NTamd64], and [Strings] sections of .inf
27 file to add descriptions for new devices and interfaces. Note that when .inf
33 As an alternative to modification, android_winusb.inf file can be used as a
34 template to create new .inf file for new devices. Note that you also need
35 to build and sign new .cat files for that custom .inf file of yours.
40 and run inf2cat.exe on .inf file at the root of installation folder.
Dandroid_winusb.inf136 Include = winusb.inf
140 Include = winusb.inf
/development/samples/ApiDemos/src/com/example/android/apis/view/
DSearchViewActionBar.java85 for (SearchableInfo inf : searchables) { in setupSearchView()
86 if (inf.getSuggestAuthority() != null in setupSearchView()
87 && inf.getSuggestAuthority().startsWith("applications")) { in setupSearchView()
88 info = inf; in setupSearchView()
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
DRecipeListAdapter.java117 LayoutInflater inf = LayoutInflater.from(mContext); in getView() local
118 view = inf.inflate(R.layout.list_item, null); in getView()
DRecipeActivity.java114 LayoutInflater inf = LayoutInflater.from(this); in displayRecipe() local
118 View view = inf.inflate(R.layout.step_item, null); in displayRecipe()
/development/scripts/
Dadd3prf.py90 with open("METADATA", "r") as inf:
91 for line in inf:
Dcargo2android.py1084 with open(path2global, 'r') as inf:
1085 for line in inf:
1215 with open('./Cargo.toml', 'r') as inf:
1219 for line in inf:
1453 def parse(self, inf, outf_name): argument
1458 for line in inf: