HomeSort by relevance Sort by last modified time
    Searched full:infos (Results 101 - 125 of 629) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmBackend.cpp 73 const static MCFixupKindInfo Infos[SystemZ::NumTargetFixupKinds] = {
84 return Infos[Kind - FirstTargetFixupKind];
  /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestCase.java 130 List<InputMethodInfo> infos = im.getInputMethodList(); local
132 for (InputMethodInfo info : infos) {
  /packages/apps/Settings/src/com/android/settings/display/
AppGridView.java 110 final List<ResolveInfo> infos = pm.queryIntentActivities(mainIntent, 0); local
111 for (ResolveInfo info : infos) {
  /packages/apps/TV/src/com/android/tv/parental/
ContentRatingsManager.java 46 List<TvContentRatingSystemInfo> infos = manager.getTvContentRatingSystemList(); local
47 for (TvContentRatingSystemInfo info : infos) {
  /packages/services/Telephony/src/com/android/phone/settings/
VoicemailProviderSettings.java 68 public VoicemailProviderSettings(String voicemailNumber, CallForwardInfo[] infos) {
70 mForwardingSettings = infos;
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
browser_info.py 21 """A wrapper around browser object that allows looking up infos of the
  /external/chromium-trace/catapult/third_party/html5lib-python/
.gitignore 50 # before PyInstaller builds the exe, so as to inject date/other infos into it.
  /hardware/ti/omap4-aah/libtiutils/
DebugUtils.cpp 70 // populate data with new thread infos
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionOverlay.java 127 List<String> infos = rulesEngine.callGetSelectionHint(parentNode, node); local
128 if (infos != null && infos.size() > 0) {
152 gcWrapper.drawBoxedStrings(x, y, infos);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyPermissionUtil.java 175 List<PermissionInfo> infos = mPermissionMap.get(pkg); local
176 return new MonkeyPermissionEvent(pkg, infos.get(random.nextInt(infos.size())));
  /external/chromium-trace/catapult/tracing/tracing/ui/analysis/
memory_dump_overview_pane_test.html 539 [] /* no infos */,
544 [] /* no infos */,
629 [] /* no infos */,
634 [] /* no infos */,
640 ], [] /* no infos */, false /* blue color */);
646 ], [] /* no infos */, false /* blue color */);
704 [] /* no infos */,
709 [] /* no infos */,
712 // No infos.
715 ], [] /* no infos */);
    [all...]
memory_dump_allocator_details_pane.html 234 addInfos: function(numerics, memoryAllocatorDumps, infos) {
294 infos.push({
329 infos.push({
359 addInfos: function(numerics, memoryAllocatorDumps, infos) {
362 this.addOverlapInfo_(numerics, memoryAllocatorDumps, infos);
363 this.addProvidedSizeWarningInfos_(numerics, memoryAllocatorDumps, infos);
366 addOverlapInfo_: function(numerics, memoryAllocatorDumps, infos) {
402 infos.push({
411 infos) {
422 dump.infos.forEach(function(dumpInfo)
    [all...]
  /external/eigen/bench/btl/generic_bench/timers/
x86_timer.hh 104 // INFOS("fine grained time : "<< get_elapsed_time_in_second());
105 // INFOS("coarse grained time : "<< final-initial);
107 /// INFOS("CPU frequency : "<< _frequency);
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
TcpConnectionTest.java 228 final List<SessionInfo> infos = infoStore.getInfos(); local
229 assertEquals(1, infos.size());
230 assertEquals("stubid", infos.get(0).getId());
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/tools/
ExecFileLoaderTest.java 147 final List<SessionInfo> infos = sessionStore.getInfos(); local
150 assertEquals(expected.length, infos.size());
154 assertEquals(id, infos.get(idx++).getId());
  /frameworks/av/media/libstagefright/tests/
MediaCodecListOverrides_test.cpp 120 Vector<sp<MediaCodecInfo>> infos; local
122 infos.push_back(list->getCodecInfo(i));
128 infos, &global_results, &encoder_results, &decoder_results, true /* forceToMeasure */);
  /frameworks/base/core/java/android/accounts/
ChooseAccountActivity.java 159 public AccountArrayAdapter(Context context, int textViewResourceId, AccountInfo[] infos) {
160 super(context, textViewResourceId, infos);
161 mInfos = infos;
ChooseAccountTypeActivity.java 176 ArrayList<AuthInfo> infos) {
177 super(context, textViewResourceId, infos);
178 mInfos = infos;
  /frameworks/base/core/java/android/widget/
HeaderViewListAdapter.java 85 private boolean areAllListInfosSelectable(ArrayList<ListView.FixedViewInfo> infos) {
86 if (infos != null) {
87 for (ListView.FixedViewInfo info : infos) {
  /packages/apps/Settings/src/com/android/settings/applications/
DefaultEmergencyPreference.java 100 List<ResolveInfo> infos = packageManager.queryIntentActivities(QUERY_INTENT, 0); local
103 final int size = infos.size();
105 ResolveInfo info = infos.get(i);
  /packages/apps/Camera2/src/com/android/camera/settings/
AppUpgrader.java 136 CameraDeviceInfo infos = CameraAgentFactory local
139 upgradeCameraSizeSetting(settingsManager, context, infos,
141 upgradeCameraSizeSetting(settingsManager, context, infos,
309 Context context, CameraDeviceInfo infos,
321 // infos might be null if the underlying camera device is broken. In
325 if (infos == null) {
331 int camera = SettingsUtil.getCameraId(infos, facing);
  /prebuilts/go/darwin-x86/src/go/token/
position.go 97 // lines and infos are protected by set.mutex
99 infos []lineInfo
225 if i := len(f.infos); i == 0 || f.infos[i-1].Offset < offset && offset < f.size {
226 f.infos = append(f.infos, lineInfo{offset, filename, line})
273 if adjusted && len(f.infos) > 0 {
274 // almost no files have extra line infos
275 if i := searchLineInfos(f.infos, offset); i >= 0 {
276 alt := &f.infos[i
    [all...]
  /prebuilts/go/linux-x86/src/go/token/
position.go 97 // lines and infos are protected by set.mutex
99 infos []lineInfo
225 if i := len(f.infos); i == 0 || f.infos[i-1].Offset < offset && offset < f.size {
226 f.infos = append(f.infos, lineInfo{offset, filename, line})
273 if adjusted && len(f.infos) > 0 {
274 // almost no files have extra line infos
275 if i := searchLineInfos(f.infos, offset); i >= 0 {
276 alt := &f.infos[i
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 109 bool switchPIDs(const Vector<StreamInfo> &infos);
286 bool ATSParser::Program::switchPIDs(const Vector<StreamInfo> &infos) {
289 if (mStreams.size() == infos.size()) {
300 for (i = 0; i < infos.size(); ++i) {
301 ssize_t index = newType2PIDs.indexOfKey(infos[i].mType);
303 newType2PIDs.add(infos[i].mType, Vector<int32_t>());
305 newType2PIDs.editValueFor(infos[i].mType).push_back(infos[i].mPID);
394 Vector<StreamInfo> infos; local
438 infos.push(info)
    [all...]
  /external/jmdns/src/javax/jmdns/
JmDNS.java 32 * @param infos
35 public void cannotRecoverFromIOError(JmDNS dns, Collection<ServiceInfo> infos);
378 * Returns a list of service infos of the specified type.
387 * Returns a list of service infos of the specified type.
398 * Returns a list of service infos of the specified type sorted by subtype. Any service that do not register a subtype is listed in the empty subtype section.
407 * Returns a list of service infos of the specified type sorted by subtype. Any service that do not register a subtype is listed in the empty subtype section.

Completed in 806 milliseconds

1 2 3 45 6 7 8 91011>>