HomeSort by relevance Sort by last modified time
    Searched refs:CHECK (Results 676 - 700 of 952) sorted by null

<<21222324252627282930>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LocaleMenuListener.java 85 MenuItem item = new MenuItem(menu, SWT.CHECK);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeWizard.java 75 mReplaceAllOccurrences = new Button(composite, SWT.CHECK);
ExtractStyleWizard.java 117 mRemoveExtracted = new Button(composite, SWT.CHECK);
123 mRemoveAll = new Button(composite, SWT.CHECK);
131 mExtend = new Button(composite, SWT.CHECK);
139 mSetStyle = new Button(composite, SWT.CHECK);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateTestPage.java 73 mProjectToggle = new Button(container, SWT.CHECK);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdStartDialog.java 143 mScaleButton = new Button(parent, SWT.CHECK);
192 // check for digit only.
247 final Button wipeButton = new Button(parent, SWT.CHECK);
264 mSnapshotLaunchCheckbox = new Button(parent, SWT.CHECK);
276 final Button snapshotSaveCheckbox = new Button(parent, SWT.CHECK);
549 // check if this is a new item
SdkTargetSelector.java 95 style |= SWT.CHECK;
275 * Creates a selection listener that will check or uncheck the whole line when
283 // Add a selection listener that will check/uncheck items when they are double-clicked
453 Button checkBox = new Button(shell, SWT.CHECK);
  /sdk/sdkstats/src/com/android/sdkstats/
SdkStatsPermissionDialog.java 136 final Button checkbox = new Button(composite, SWT.CHECK);
  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/preferences/ui/
EmulatorPreferencePage.java 83 unembedCheckBox = new Button(emulatorViewGroup, SWT.CHECK);
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/wizards/buildingblocks/
NewActivityBasedOnTemplatePage.java 134 Button checkButtonMainActivity = new Button(parent, SWT.CHECK | SWT.LEFT);
  /tools/motodev/src/plugins/logger.collector/src/com/motorola/studio/android/logger/collector/ui/
LogFileColumn.java 104 tableLogFile = new Table(this, SWT.CHECK | SWT.BORDER);
  /external/chromium/chrome/browser/chromeos/login/
login_performer.cc 149 CHECK(profile);
202 // Whitelist check passed, continue with authentication.
241 // Whitelist check is always performed during initial login and
262 // Otherwise, do whitelist check first.
264 CHECK(local_state);
276 // trust whitelist returned by PrefService. So make separate check.
  /external/chromium/chrome/browser/extensions/
extension_management_api.cc 301 CHECK(profile);
315 CHECK(extension);
  /external/chromium/chrome/browser/safe_browsing/
filter_false_positive_perftest.cc 16 // SafeBrowsing data, we can check a known set of URLs against the filter and
96 CHECK(PathService::Get(chrome::DIR_TEST_DATA, &full_path));
99 CHECK(file_util::PathExists(full_path));
341 // Check a large number of random prefixes against the filter.
349 TimeDelta check = Time::Now() - check_before; local
353 int64 time_per_check = check.InMicroseconds() / num_checks;
358 << ", check time (ms): " << check.InMilliseconds()
361 << ", per-check (us): " << time_per_check
  /frameworks/av/media/libstagefright/
AudioSource.cpp 59 CHECK(channelCount == 1 || channelCount == 2);
238 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.cpp 331 CHECK(!enabled);
339 CHECK(enabled);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
WelcomeWizardPage.java 91 mInstallLatestCheckbox = new Button(container, SWT.CHECK);
99 mInstallCommonCheckbox = new Button(container, SWT.CHECK);
  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/wizards/project/
NewAndroidProjectMainPage.java 197 nativeCkb = new Button(innerScrollComposite, SWT.CHECK);
204 obfuscateCkbox = new Button(innerScrollComposite, SWT.CHECK);
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 425 CHECK(mFormat->findInt32(kKeySampleRate, &sampleRate));
426 CHECK(mFormat->findInt32(kKeyChannelCount, &numChannels));
489 CHECK(!mRangeInfos.empty());
647 CHECK(GetMPEGAudioFrameSize(
928 CHECK((chunkType & 0xf0) == 0x20);
930 CHECK(ExtractDimensionsFromVOLHeader(
  /external/icu4c/test/intltest/
caltest.cpp 369 // Later: Check for lenient behavior
    [all...]
numfmtst.cpp 52 #define CHECK(status,str) if (U_FAILURE(status)) { errcheckln(status, UnicodeString("FAIL: ") + str + " - " + u_errorName(status)); return; }
    [all...]
  /external/v8/test/cctest/
test-macro-assembler-x64.cc 117 // Check that C++ Smi operations work as expected.
159 CHECK(buffer);
249 CHECK(buffer);
301 CHECK(buffer);
431 CHECK(buffer);
477 CHECK(buffer);
727 CHECK(buffer);
817 CHECK(buffer);
1009 CHECK(buffer);
1101 CHECK(buffer)
    [all...]
  /external/v8/src/
serialize.cc     [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc 54 // Not much to check without repeating the ToValue() code.
133 // Also check that GET_BY_ID works.
149 // Test writing data to an entity. Also check that GET_BY_HANDLE works.
863 // Try to evoke a check failure...
895 grandchild.Put(IS_DEL, true); // Used to CHECK fail here.
    [all...]
  /external/chromium/chrome/browser/ui/webui/
net_internals_ui.cc 623 CHECK(renderer_ready_io_callback_.get());
    [all...]
  /frameworks/ex/variablespeed/jni/
variablespeed.cc 88 CHECK(SL_RESULT_SUCCESS == result);
117 CHECK(false);
126 CHECK(false);
135 CHECK(false);
170 // The regular macro: log an api call, make the api call, check the result.
193 // Special case for api call whose result we want to store, not check.
377 CHECK(HasSampleRateAndChannels());

Completed in 7860 milliseconds

<<21222324252627282930>>