HomeSort by relevance Sort by last modified time
    Searched full:getinfo (Results 1 - 25 of 1032) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/search/
DefaultAppSearchAlgorithmTest.java 40 assertTrue(DefaultAppSearchAlgorithm.matches(getInfo("white cow"), "cow", MATCHER));
41 assertTrue(DefaultAppSearchAlgorithm.matches(getInfo("whiteCow"), "cow", MATCHER));
42 assertTrue(DefaultAppSearchAlgorithm.matches(getInfo("whiteCOW"), "cow", MATCHER));
43 assertTrue(DefaultAppSearchAlgorithm.matches(getInfo("whitecowCOW"), "cow", MATCHER));
44 assertTrue(DefaultAppSearchAlgorithm.matches(getInfo("white2cow"), "cow", MATCHER));
46 assertFalse(DefaultAppSearchAlgorithm.matches(getInfo("whitecow"), "cow", MATCHER));
47 assertFalse(DefaultAppSearchAlgorithm.matches(getInfo("whitEcow"), "cow", MATCHER));
49 assertTrue(DefaultAppSearchAlgorithm.matches(getInfo("whitecowCow"), "cow", MATCHER));
50 assertTrue(DefaultAppSearchAlgorithm.matches(getInfo("whitecow cow"), "cow", MATCHER));
51 assertFalse(DefaultAppSearchAlgorithm.matches(getInfo("whitecowcow"), "cow", MATCHER))
    [all...]
  /external/nist-sip/java/javax/sip/header/
CallInfoHeader.java 8 URI getInfo();
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
send_time_history_unittest.cc 77 EXPECT_TRUE(history_.GetInfo(&received_packet, false));
81 EXPECT_TRUE(history_.GetInfo(&received_packet2, true));
85 EXPECT_FALSE(history_.GetInfo(&received_packet3, true));
98 EXPECT_TRUE(history_.GetInfo(&info, true));
132 EXPECT_TRUE(history_.GetInfo(&packet, false));
136 EXPECT_TRUE(history_.GetInfo(&packet, true));
139 EXPECT_FALSE(history_.GetInfo(&packet, false));
150 EXPECT_TRUE(history_.GetInfo(&info, false));
156 EXPECT_FALSE(history_.GetInfo(&info, false));
159 EXPECT_TRUE(history_.GetInfo(&info2, false))
    [all...]
  /cts/tests/tests/print/src/android/print/cts/
PrintJobTest.java 187 eventually(() -> assertEquals(state, job.getInfo().getState()));
249 printJob.getInfo().getStatus(getActivity().getPackageManager())));
255 printJob.getInfo().getStatus(getActivity().getPackageManager())));
261 printJob.getInfo().getStatus(getActivity().getPackageManager())));
265 printJob.getInfo().getStatus(getActivity().getPackageManager())));
279 printJob.getInfo().getStatus(getActivity().getPackageManager())));
285 printJob.getInfo().getStatus(getActivity().getPackageManager())));
417 .filter(printJob -> printJob.getInfo().getLabel().equals("advancedOption"))
419 assertFalse(printJob.getInfo().hasAdvancedOption(VALID_STRING_KEY));
421 printJob.getInfo().getAdvancedStringOption(VALID_STRING_KEY))
    [all...]
InterfaceForAppsTest.java 121 job.getInfo().getState()));
217 eventually(() -> assertEquals(cancelAfterState, job.getInfo().getState()));
259 eventually(() -> assertEquals(PrintJobInfo.STATE_CREATED, job.getInfo().getState()));
335 assertEquals(job1.getId(), job1.getInfo().getId());
341 assertEquals(job2.getId(), job2.getInfo().getId());
381 assertEquals(TEST_PRINTER, job.getInfo().getPrinterId().getLocalId());
382 assertEquals(2, job.getInfo().getCopies());
384 job.getInfo().getAttributes().getColorMode());
386 job.getInfo().getAttributes().getDuplexMode());
388 job.getInfo().getAttributes().getMediaSize())
    [all...]
  /external/clang/lib/Sema/
AttributeList.cpp 176 static const ParsedAttrInfo &getInfo(const AttributeList &A) {
181 return getInfo(*this).NumArgs;
185 return getMinArgs() + getInfo(*this).OptArgs;
189 return getInfo(*this).HasCustomParsing;
193 return getInfo(*this).DiagAppertainsToDecl(S, *this, D);
197 return getInfo(*this).DiagLangOpts(S, *this);
201 return getInfo(*this).IsTargetSpecific;
205 return getInfo(*this).IsType;
209 return getInfo(*this).IsStmt;
213 return getInfo(*this).ExistsInTarget(Target)
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
ServiceEventImpl.java 97 buf.append(this.getInfo());
107 * @see javax.jmdns.ServiceEvent#getInfo()
110 public ServiceInfo getInfo() {
120 ServiceInfoImpl newInfo = new ServiceInfoImpl(this.getInfo());
  /external/syslinux/bios/com32/lua/src/
pci.c32 
  /external/syslinux/efi32/com32/lua/src/
pci.c32 
  /cts/tools/device-setup/TestDeviceSetup/
AndroidManifest.xml 26 <activity android:name="android.tests.getinfo.DeviceInfoActivity"
35 <instrumentation android:name="android.tests.getinfo.DeviceInfoInstrument"
  /external/jmdns/src/javax/jmdns/
ServiceEvent.java 56 * @see javax.jmdns.ServiceEvent#getInfo()
58 public abstract ServiceInfo getInfo();
  /external/skia/tests/
BadIcoTest.cpp 41 bm.allocPixels(codec->getInfo());
42 codec->getPixels(codec->getInfo(), bm.getPixels(),
CodecPriv.h 25 bm->allocPixels(codec->getInfo());
26 const SkCodec::Result result = codec->getPixels(codec->getInfo(), bm->getPixels(),
  /external/skqp/tests/
BadIcoTest.cpp 41 bm.allocPixels(codec->getInfo());
42 codec->getPixels(codec->getInfo(), bm.getPixels(),
CodecPriv.h 25 bm->allocPixels(codec->getInfo());
26 const SkCodec::Result result = codec->getPixels(codec->getInfo(), bm->getPixels(),
  /frameworks/base/core/java/android/print/
PrintJob.java 63 public @NonNull PrintJobInfo getInfo() {
84 final int state = getInfo().getState();
115 return getInfo().getState() == PrintJobInfo.STATE_QUEUED;
128 return getInfo().getState() == PrintJobInfo.STATE_STARTED;
141 return getInfo().getState() == PrintJobInfo.STATE_BLOCKED;
152 return getInfo().getState() == PrintJobInfo.STATE_COMPLETED;
166 return getInfo().getState() == PrintJobInfo.STATE_FAILED;
177 return getInfo().getState() == PrintJobInfo.STATE_CANCELED;
  /external/clang/lib/Driver/
Types.cpp 34 static const TypeInfo &getInfo(unsigned id) {
40 return getInfo(Id).Name;
44 return getInfo(Id).PreprocessedType;
54 return getInfo(Id).TempSuffix;
58 return strchr(getInfo(Id).Flags, 'a');
62 return strchr(getInfo(Id).Flags, 'p');
66 return strchr(getInfo(Id).Flags, 'u');
70 return strchr(getInfo(Id).Flags, 'A');
215 strcmp(Name, getInfo(Id).Name) == 0)
  /cts/hostsidetests/incident/src/com/android/server/cts/
JobSchedulerIncidentTest.java 48 testJobStatusShortInfoProto(rj.getInfo(), filterLevel);
69 testJobStatusShortInfoProto(pj.getInfo(), filterLevel);
79 testJobStatusShortInfoProto(ajRj.getInfo(), filterLevel);
260 testJobStatusShortInfoProto(tj.getInfo(), filterLevel);
265 testJobStatusShortInfoProto(tj.getInfo(), filterLevel);
270 testJobStatusShortInfoProto(tj.getInfo(), filterLevel);
276 testJobStatusShortInfoProto(tj.getInfo(), filterLevel);
287 testJobStatusShortInfoProto(ji.getInfo(), filterLevel);
306 testJobStatusShortInfoProto(tj.getInfo(), filterLevel);
311 testJobStatusShortInfoProto(tj.getInfo(), filterLevel)
    [all...]
  /external/fonttools/Lib/fontTools/misc/
homeResFile.py 67 def getInfo(self):
80 self.getInfo()
85 self.getInfo()
  /external/pdfium/core/fxcodec/codec/
cjpx_decoder.h 25 void GetInfo(uint32_t* width, uint32_t* height, uint32_t* components);
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiMhlLocalDeviceStub.java 24 HdmiDeviceInfo getInfo() {
  /external/skia/gm/
bitmapimage.cpp 41 bitmap.allocPixels(codec->getInfo());
42 codec->getPixels(codec->getInfo(), bitmap.getPixels(), bitmap.rowBytes());
  /external/skia/tools/
Resources.cpp 34 return gen && dst->tryAllocPixels(gen->getInfo()) &&
35 gen->getPixels(gen->getInfo().makeColorSpace(nullptr), dst->getPixels(), dst->rowBytes(),
  /external/skqp/gm/
bitmapimage.cpp 41 bitmap.allocPixels(codec->getInfo());
42 codec->getPixels(codec->getInfo(), bitmap.getPixels(), bitmap.rowBytes());
  /external/skqp/tools/
Resources.cpp 34 return gen && dst->tryAllocPixels(gen->getInfo()) &&
35 gen->getPixels(gen->getInfo().makeColorSpace(nullptr), dst->getPixels(), dst->rowBytes(),

Completed in 539 milliseconds

1 2 3 4 5 6 7 8 91011>>