/development/cmds/monkey/ |
D | example_script.txt | 33 key down l 34 key up l 35 key down l 36 key up l 47 key down l 48 key up l 49 key down l 50 key up l
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | Grid3.java | 72 CheckableLayout l; in getView() local 79 l = new CheckableLayout(Grid3.this); in getView() 80 l.setLayoutParams(new GridView.LayoutParams(GridView.LayoutParams.WRAP_CONTENT, in getView() 82 l.addView(i); in getView() 84 l = (CheckableLayout) convertView; in getView() 85 i = (ImageView) l.getChildAt(0); in getView() 91 return l; in getView()
|
D | List17.java | 51 protected void onListItemClick(ListView l, View v, int position, long id) { in onListItemClick() argument
|
D | SecureViewOverlay.java | 52 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
|
/development/tools/repo_diff/service/repodiff/tools/ |
D | clear_service_account_keys.py | 20 for line in [l for l in output.splitlines() if l][1:-1]:
|
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/ |
D | QuotedPrintable.java | 54 int l = Character.digit((char) bytes[++i], 16); in decodeQuotedPrintable() local 55 if (u == -1 || l == -1) { in decodeQuotedPrintable() 58 buffer.write((char) ((u << 4) + l)); in decodeQuotedPrintable()
|
/development/tools/ninja_dependency_analysis/ |
D | collect_ninja_inputs.py | 32 for l in map(str.strip, fin.readlines()): 33 if l and not l.startswith('#'): 34 cmd.extend(['-e', l])
|
/development/samples/browseable/HorizontalPaging/src/com.example.android.horizontalpaging/ |
D | MainActivity.java | 181 Locale l = Locale.getDefault(); in getPageTitle() local 184 return getString(R.string.title_section1).toUpperCase(l); in getPageTitle() 186 return getString(R.string.title_section2).toUpperCase(l); in getPageTitle() 188 return getString(R.string.title_section3).toUpperCase(l); in getPageTitle()
|
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/ |
D | CubeWallpaper2.java | 134 String [] l = getResources().getStringArray(lid); in readModel() local 135 int numlines = l.length; in readModel() 140 String [] idx = l[i].split(" "); in readModel() 281 ThreeDLine l = mLines[i]; in drawLines() local 282 ThreeDPoint start = mRotatedPoints[l.startPoint]; in drawLines() 283 ThreeDPoint end = mRotatedPoints[l.endPoint]; in drawLines()
|
/development/vndk/tools/elfcheck/bpflatten/ |
D | main.go | 55 var l []interface{} 58 l = append(l, s) 61 propMap[name] = l
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | ColorPickerDialog.java | 41 ColorPickerView(Context c, OnColorChangedListener l, int color) { in ColorPickerView() argument 43 mListener = l; in ColorPickerView() 223 OnColorChangedListener l = new OnColorChangedListener() { in onCreate() local 230 setContentView(new ColorPickerView(getContext(), l, mInitialColor)); in onCreate()
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
D | FixedGridLayout.java | 75 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 78 int columns = (r - l) / cellWidth; in onLayout()
|
/development/samples/devbytes/ui/RequestDuringLayout/src/com/example/android/requestduringlayout/ |
D | RequestDuringLayout.java | 98 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 99 super.onLayout(changed, l, t, r, b); in onLayout()
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
D | FitCenterFrameLayout.java | 53 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 58 final int parentRight = r - l - getPaddingRight(); in onLayout()
|
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/ |
D | FixedGridLayout.java | 86 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 89 int columns = (r - l) / cellWidth; in onLayout()
|
/development/samples/TtsEngine/assets/ |
D | eng-GBR.freq | 15 l:4000
|
D | eng-USA.freq | 12 l:800
|
/development/vndk/tools/image-diff-tool/ |
D | diff.py | 32 l = [] 36 l.append(hashlib.sha1(apk.read(f)).hexdigest()) 37 l.append(f) 38 return hashlib.sha1(",".join(l).encode()).hexdigest()
|
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
D | WiFiDirectServicesList.java | 46 public void onListItemClick(ListView l, View v, int position, long id) { in onListItemClick() argument 48 ((DeviceClickListener) getActivity()).connectP2p((WiFiP2pService) l in onListItemClick()
|
/development/vndk/snapshot/ |
D | gen_buildfiles.py | 626 def list_to_prop_value(l, name): argument 627 if len(l) == 0: 630 ind=self.INDENT).join(['"%s"' % d for d in l]) 650 l = ['include/%s' % d for d in dirs] 651 include_dirs = list_to_prop_value(l, 'export_include_dirs') 654 l = ['include/%s' % d for d in dirs] 655 system_include_dirs = list_to_prop_value(l, 'export_system_include_dirs')
|
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/ |
D | MainActivity.java | 32 protected void onListItemClick(ListView l, View v, int position, long id) { in onListItemClick() argument
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | FragmentListArray.java | 56 public void onListItemClick(ListView l, View v, int position, long id) { in onListItemClick() argument
|
/development/samples/training/basic/FragmentBasics/src/com/example/fragments/ |
D | HeadlinesFragment.java | 72 public void onListItemClick(ListView l, View v, int position, long id) { in onListItemClick() argument
|
/development/samples/ApiDemos/src/com/example/android/apis/ |
D | ApiDemos.java | 143 protected void onListItemClick(ListView l, View v, int position, long id) { in onListItemClick() argument 144 Map<String, Object> map = (Map<String, Object>)l.getItemAtPosition(position); in onListItemClick()
|
/development/samples/browseable/DirectShare/src/com.example.android.directshare/ |
D | SelectContactActivity.java | 90 public void onItemClick(AdapterView<?> adapterView, View view, int i, long l) {
|