HomeSort by relevance Sort by last modified time
    Searched refs:fm (Results 176 - 200 of 440) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.cpp 960 CProgressFinalMessage fm; local
964 fm = Sync.FinalMessage;
966 if (!fm.ErrorMessage.Message.IsEmpty())
969 if (fm.ErrorMessage.Title.IsEmpty())
970 fm.ErrorMessage.Title = L"7-Zip";
971 MessageBoxW(*this, fm.ErrorMessage.Message, fm.ErrorMessage.Title, MB_ICONERROR);
976 if (!fm.OkMessage.Message.IsEmpty())
978 if (fm.OkMessage.Title.IsEmpty())
979 fm.OkMessage.Title = L"7-Zip";
    [all...]
  /external/skia/src/core/
SkFontMgr.cpp 175 sk_sp<SkFontMgr> fm = SkFontMgr::Factory();
176 singleton = fm ? std::move(fm) : sk_make_sp<SkEmptyFontMgr>();
  /external/skia/tests/
FontNamesTest.cpp 145 sk_sp<SkFontMgr> fm(SkFontMgr::RefDefault());
146 int count = SkMin32(fm->countFamilies(), MAX_FAMILIES);
148 sk_sp<SkFontStyleSet> set(fm->createStyleSet(i));
  /external/testng/src/main/java/org/testng/internal/
TestNGClassFinder.java 140 FactoryMethod fm = new FactoryMethod( /* cls, */ local
149 // ppp("INVOKING FACTORY " + fm + " " + this.hashCode());
150 Object[] instances= fm.invoke();
170 throw new TestNGException("The factory " + fm + " returned a null instance" +
  /frameworks/base/services/core/java/com/android/server/wm/
Watermark.java 93 FontMetricsInt fm = mTextPaint.getFontMetricsInt(); local
95 mTextHeight = fm.descent - fm.ascent;
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/
MainActivity.java 72 FragmentManager fm = getSupportFragmentManager(); local
73 if (fm.findFragmentById(android.R.id.content) == null) {
78 fm.beginTransaction().add(android.R.id.content, listFragment).commit();
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCamera2Capabilities.java 161 * @param fm The integral representation.
165 public static FocusMode focusModeFromInt(int fm) {
166 switch (fm) {
181 Log.w(TAG, "Unable to convert from API 2 focus mode: " + fm);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastListActivity.java 65 FragmentManager fm = getFragmentManager(); local
68 if (fm.findFragmentById(android.R.id.content) == null) {
70 fm.beginTransaction().add(android.R.id.content, listFragment).commit();
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DumbTextComponent.java 72 private transient FontMetrics fm; field in class:DumbTextComponent
532 fm = g.getFontMetrics();
533 lineAscent = fm.getAscent();
534 lineLeading = fm.getLeading();
535 lineHeight = lineAscent + fm.getDescent() + lineLeading;
606 width = fm.stringWidth(
657 int highWidth = fm.stringWidth(contents.substring(lineStarts[line],highGuess));
665 int width = fm.stringWidth(contents.substring(lineStarts[line],guess));
680 lowWidth = fm.stringWidth(contents.substring(lineStarts[line],lowBound));
682 highWidth = fm.stringWidth(contents.substring(lineStarts[line],highBound))
    [all...]
  /hardware/libhardware/modules/radio/
radio_hw.c 55 .fm = {
330 tuner->config.fm.stereo, tuner->config.fm.rds,
331 tuner->config.fm.ta, tuner->config.fm.af,
332 tuner->config.fm.ea);
382 tuner->program.stereo = tuner->config.fm.stereo;
404 tuner->program.tuned ? tuner->config.fm.stereo : false;
432 ea_state, tuner->config.type, tuner->config.fm.ea);
438 } else if (tuner->config.fm.ea)
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
HolidayCalendarDemo.java 603 FontMetrics fm = g.getFontMetrics(); local
604 int labelHeight = fm.getHeight() + INSET * 2;
606 int v = fm.getAscent() + INSET;
612 h -= fm.stringWidth(dayName) / 2;
665 fm = g.getFontMetrics();
675 x = x - INSET - fm.stringWidth(dayNum);
676 y = y + fm.getAscent() + INSET;
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
TerminalBridge.java 411 FontMetrics fm = defaultPaint.getFontMetrics(); local
412 charTop = (int) Math.ceil(fm.top);
417 charHeight = (int) Math.ceil(fm.descent - fm.top);
718 FontMetrics fm = defaultPaint.getFontMetrics(); local
723 int termHeight = (int) Math.ceil(fm.descent - fm.top) * rows;
  /external/v8/src/arm64/
assembler-arm64.cc     [all...]
  /packages/apps/Email/provider_src/com/android/email/activity/setup/
AccountSecurity.java 320 FragmentManager fm = getFragmentManager(); local
321 if (fm.findFragmentByTag("password_expiration") == null) {
328 dialog.show(fm, "password_expiration");
337 FragmentManager fm = getFragmentManager(); local
338 if (fm.findFragmentByTag("security_needed") == null) {
344 dialog.show(fm, "security_needed");
  /frameworks/base/core/java/android/app/
FragmentBreadCrumbs.java 303 FragmentManager fm = mActivity.getFragmentManager(); local
304 int numEntries = fm.getBackStackEntryCount();
310 : fm.getBackStackEntryAt(i - numPreEntries);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
FragmentHostManager.java 73 public void onFragmentViewCreated(FragmentManager fm, Fragment f, View v,
79 public void onFragmentViewDestroyed(FragmentManager fm, Fragment f) {
84 public void onFragmentDestroyed(FragmentManager fm, Fragment f) {
  /packages/apps/DocumentsUI/src/com/android/documentsui/files/
FilesActivity.java 313 final FragmentManager fm = getFragmentManager(); local
320 DirectoryFragment.showRecentsOpen(fm, anim);
323 DirectoryFragment.showDirectory(fm, root, cwd, anim);
  /packages/apps/Settings/src/com/android/settings/notification/
WorkSoundPreferenceController.java 333 FragmentManager fm = parent.getFragmentManager(); local
334 if (fm.findFragmentByTag(TAG) == null) {
337 fragment.show(fm, TAG);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DialogActivity.java 375 FragmentManager fm = getFragmentManager(); local
376 FragmentTransaction ft = fm.beginTransaction();
377 boolean hasDialog = fm.findFragmentByTag(DialogActivity.TAG_DIALOG) != null;
  /packages/services/Telecomm/src/com/android/server/telecom/settings/
BlockedNumbersActivity.java 110 FragmentManager fm = getFragmentManager(); local
112 (BlockNumberTaskFragment) fm.findFragmentByTag(TAG_BLOCK_NUMBER_TASK_FRAGMENT);
116 fm.beginTransaction()
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Activities/
TestActivity.java 406 FragmentManager fm = getFragmentManager(); local
407 FragmentTransaction transaction = fm.beginTransaction();
427 FragmentManager fm = getFragmentManager(); local
428 FragmentTransaction transaction = fm.beginTransaction();
  /external/skia/samplecode/
SampleRegion.cpp 59 SkPaint::FontMetrics fm; local
61 paint.getFontMetrics(&fm);
62 bounds.set(x, y + fm.fTop, x + paint.measureText(text, len), y + fm.fBottom);
  /packages/apps/Settings/src/com/android/settings/
MasterClear.java 136 final FragmentManager fm = getChildFragmentManager();
137 if (fm != null && !fm.isDestroyed()) {
138 new CarrierDemoPasswordDialogFragment().show(fm, null /* tag */);
  /system/core/libsystem/include/system/
radio.h 37 RADIO_CLASS_AM_FM = 0, /* FM (including HD radio) and AM */
45 RADIO_BAND_FM = 1, /* Frequency Modulation band: FM */
46 RADIO_BAND_FM_HD = 2, /* FM HD Radio / DRM (IBOC) */
58 /* FM deemphasis variant implemented. A struct radio_hal_fm_band_config can list one or more. */
90 /* Additional attributes for an FM band configuration */
117 radio_hal_fm_band_config_t fm; member in union:radio_hal_band_config::__anon106877
  /prebuilts/go/darwin-x86/src/cmd/cgo/
out.go 38 fm := creat(*objDir + "_cgo_main.c")
54 fmt.Fprintf(fm, "int main() { return 0; }\n")
56 fmt.Fprintf(fm, "void crosscall2(void(*fn)(void*, int, __SIZE_TYPE__), void *a, int c, __SIZE_TYPE__ ctxt) { }\n")
57 fmt.Fprintf(fm, "__SIZE_TYPE__ _cgo_wait_runtime_init_done() { return 0; }\n")
58 fmt.Fprintf(fm, "void _cgo_release_context(__SIZE_TYPE__ ctxt) { }\n")
59 fmt.Fprintf(fm, "char* _cgo_topofstack(void) { return (char*)0; }\n")
63 fmt.Fprintf(fm, "void crosscall2(void(*fn)(void*, int, __SIZE_TYPE__), void *a, int c, __SIZE_TYPE__ ctxt);\n")
64 fmt.Fprintf(fm, "__SIZE_TYPE__ _cgo_wait_runtime_init_done();\n")
65 fmt.Fprintf(fm, "void _cgo_release_context(__SIZE_TYPE__);\n")
67 fmt.Fprintf(fm, "void _cgo_allocate(void *a, int c) { }\n"
    [all...]

Completed in 3319 milliseconds

1 2 3 4 5 6 78 91011>>