HomeSort by relevance Sort by last modified time
    Searched defs:getInfo (Results 1 - 25 of 430) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jmdns/src/javax/jmdns/
ServiceEvent.java 56 * @see javax.jmdns.ServiceEvent#getInfo()
58 public abstract ServiceInfo getInfo();
  /external/nist-sip/java/javax/sip/header/
CallInfoHeader.java 8 URI getInfo();
  /frameworks/native/services/inputflinger/
InputApplication.h 43 inline const InputApplicationInfo* getInfo() const {
  /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/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/fonttools/Lib/fontTools/misc/
homeResFile.py 67 def getInfo(self):
80 self.getInfo()
85 self.getInfo()
  /external/icu/icu4c/source/tools/ctestfw/
testdata.cpp 93 UBool RBTestData::getInfo(const DataMap *& info, UErrorCode &/*status*/) const
tstdtmod.cpp 144 UBool RBTestDataModule::getInfo(const DataMap *& info, UErrorCode &/*status*/) const
  /external/nist-sip/java/gov/nist/javax/sip/header/
CallInfo.java 92 public javax.sip.address.URI getInfo() {
  /external/skia/include/codec/
SkAndroidCodec.h 26 * getInfo's width and height will match the header of the image, and
34 * getInfo's width and height will represent what they should be after
76 const SkImageInfo& getInfo() const { return fInfo; }
153 * (as specified by getInfo).
208 * Must be within the bounds returned by getInfo().
237 * to the info returned by getInfo().
243 * A size that does not match getInfo() implies a request
  /external/skqp/include/codec/
SkAndroidCodec.h 26 * getInfo's width and height will match the header of the image, and
34 * getInfo's width and height will represent what they should be after
76 const SkImageInfo& getInfo() const { return fInfo; }
153 * (as specified by getInfo).
208 * Must be within the bounds returned by getInfo().
237 * to the info returned by getInfo().
243 * A size that does not match getInfo() implies a request
  /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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
PunctuationSuggestions.java 97 public SuggestedWordInfo getInfo(final int index) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
ResourceModule.java 99 public DataMap getInfo() {
279 m.getInfo();
327 public DataMap getInfo() {
TestDataModule.java 28 public DataMap getInfo();
74 public DataMap getInfo();
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
ResourceModule.java 98 public DataMap getInfo() {
278 m.getInfo();
326 public DataMap getInfo() {
TestDataModule.java 27 public DataMap getInfo();
73 public DataMap getInfo();
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiMhlLocalDeviceStub.java 24 HdmiDeviceInfo getInfo() {
  /packages/apps/Dialer/java/com/android/incallui/contactgrid/
BottomRow.java 75 public static Info getInfo(Context context, PrimaryCallState state, PrimaryInfo primaryInfo) {
  /system/libvintf/test/
utils-fake.h 109 std::shared_ptr<MockRuntimeInfo> getInfo() const { return object_; }
  /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)
  /external/skia/include/core/
SkImageGenerator.h 51 const SkImageInfo& getInfo() const { return fInfo; }
71 * to the info returned by getInfo().
77 * A size that does not match getInfo() implies a request
133 * whole = SkIRect::MakeWH(getInfo().width(), getInfo().height())
  /external/skqp/include/core/
SkImageGenerator.h 51 const SkImageInfo& getInfo() const { return fInfo; }
71 * to the info returned by getInfo().
77 * A size that does not match getInfo() implies a request
133 * whole = SkIRect::MakeWH(getInfo().width(), getInfo().height())
  /frameworks/av/media/libstagefright/include/
HevcUtils.h 94 Info getInfo() const { return mInfo; }
  /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;

Completed in 516 milliseconds

1 2 3 4 5 6 7 8 91011>>