Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 73) sorted by relevance

123

/development/tools/winscope/src/common/
Dfunction_utils_test.ts28 b = 'b'; property in B
36 const b = new B(); constant
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
DSyncUtils.java90 Bundle b = new Bundle(); in TriggerRefresh() local
97 b); // Extras in TriggerRefresh() local
/development/samples/browseable/AppShortcuts/src/com.example.android.appshortcuts/
DShortcutHelper.java141 final ShortcutInfo.Builder b = new ShortcutInfo.Builder( in refreshShortcuts() local
162 final ShortcutInfo.Builder b = new ShortcutInfo.Builder(mContext, urlAsString); in createShortcutForUrl() local
173 private ShortcutInfo.Builder setSiteInformation(ShortcutInfo.Builder b, Uri uri) { in setSiteInformation()
189 private ShortcutInfo.Builder setExtras(ShortcutInfo.Builder b) { in setExtras()
/development/samples/ShortcutSample/src/com/example/android/shortcutsample/
DShortcutHelper.java143 final ShortcutInfo.Builder b = new ShortcutInfo.Builder( in refreshShortcuts() local
165 final ShortcutInfo.Builder b = new ShortcutInfo.Builder(mContext, urlAsString); in createShortcutForUrl() local
176 private ShortcutInfo.Builder setSiteInformation(ShortcutInfo.Builder b, Uri uri) { in setSiteInformation()
192 private ShortcutInfo.Builder setExtras(ShortcutInfo.Builder b) { in setExtras()
/development/vndk/tools/header-checker/tests/integration/c_and_cpp/
Dsource1.cpp4 Foo foo(int *a, int *b) { in foo()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DBitmapPixels.java53 private static int pack8888(int r, int g, int b, int a) { in pack8888()
57 private static short pack565(int r, int g, int b) { in pack565()
61 private static short pack4444(int r, int g, int b, int a) { in pack4444()
76 int b = Color.blue(c); in premultiplyColor() local
91 int b = getB32(from) << 23; in makeRamp() local
DCreateBitmap.java44 int b = 255 - Math.min(r, g); in createColors() local
/development/vndk/tools/header-checker/tests/integration/c_and_cpp/include/
Dc_and_cpp.h15 Foo(int *a, int *b) : a_(a), b_(b) {} in Foo()
Dc_include.h14 struct Cinner *b; member
/development/vndk/tools/header-checker/tests/integration/bit_field/include/
Dbase.h8 char b : 1; member
Ddiff.h8 char b : 2; member
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DQuotedPrintable.java45 int b = bytes[i]; in decodeQuotedPrintable() local
/development/samples/SimpleJNI/src/com/example/android/simplejni/
DSimpleJNI.java42 static native int add(int a, int b); in add()
/development/samples/browseable/CustomChoiceList/src/com.example.android.customchoicelist/
DCheckableLinearLayout.java47 public void setChecked(boolean b) { in setChecked()
/development/samples/browseable/RuntimePermissionsBasic/src/com.example.android.basicpermissions/
DMainActivity.java69 Button b = (Button) findViewById(R.id.button_open_camera); in onCreate() local
/development/tools/winscope/src/parsers/
Draw_data_utils.ts95 const [r, g, b, a] = [ constant
/development/samples/browseable/WatchViewStub/src/com.example.android.google.wearable.watchviewstub/
DMainActivity.java39 public void onCreate(Bundle b) { in onCreate()
/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Dcanvas_drawer.ts49 const {r, g, b} = rgbColor; constant
/development/tools/external_crates/name_and_version/src/
Dname_and_version_map.rs54 'a: 'b, in filter_versions()
122 'a: 'b, in filter_versions()
/development/samples/browseable/DelayedConfirmation/Application/src/com.example.android.wearable.delayedconfirmation/
DMainActivity.java47 public void onCreate(Bundle b) { in onCreate()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DSecureViewOverlay.java52 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
DDateWidgets1.java81 Button b = (Button) findViewById(buttonId); in setDialogOnClickListener() local
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
DShortcutListFragment.java52 final Bundle b = new Bundle(); in setArguments() local
157 final Bundle b = getArguments(); in refreshList() local
/development/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentArguments.java62 Bundle b = new Bundle(); in newInstance() local
/development/samples/browseable/SkeletonWearableApp/src/com.example.android.google.wearable.app/
DMainActivity.java47 public void onCreate(Bundle b) { in onCreate()

123