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/
Dcargo2rulesmk.py810 with open("./Cargo.toml", "r", encoding="utf-8") as inf:
814 for line in inf:
1056 def parse(self, inf, outf_name): argument
1063 for line in inf:
1072 inf.seek(0)
1076 for line in inf:
Dadd3prf.py101 with open("METADATA", "r") as inf:
102 for line in inf: