Searched refs:types (Results 1 - 25 of 301) sorted by last modified time

1234567891011>>

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java1449 // Event types other than Birthday is not supported by vCard.
1753 // about miscellaneous types.
2040 private void appendTypeParameters(final List<String> types) { argument
2044 for (final String typeValue : types) {
H A DVCardUtils.java122 // Note that not all types are included in this map/set, since, for example, TYPE_HOME_FAX is
189 * Returns Interger when the given types can be parsed as known type. Returns String object
192 public static Object getPhoneTypeFromStrings(Collection<String> types, argument
202 if (types != null) {
203 for (final String typeStringOrg : types) {
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp31 #include <sys/types.h>
/frameworks/compile/libbcc/include/bcc/
H A Dbcc_cache.h21 #include <sys/types.h>
H A Dbcc_mccache.h21 #include <sys/types.h>
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DCompiler.cpp76 #include <sys/types.h>
H A DFileHandle.cpp25 #include <sys/types.h>
H A DFileHandle.h20 #include <sys/types.h>
H A DMCCacheReader.cpp30 #include <sys/types.h>
H A DScript.cpp42 #include <sys/types.h>
/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
H A DCacheReader.cpp30 #include <sys/types.h>
/frameworks/compile/libbcc/tests/
H A Ddisassem.h44 #include <sys/types.h>
H A Dmain.cpp28 #include <sys/types.h>
/frameworks/compile/linkloader/android/
H A Dtest-librsloader.c28 #include <sys/types.h>
/frameworks/compile/linkloader/
H A Dmain.cpp28 #include <sys/types.h>
/frameworks/base/voip/java/android/net/sip/
H A DSimpleSessionDescription.java183 * Returns the types of the bandwidth limits.
315 * Returns the RTP payload types.
318 int[] types = new int[mFormats.size()];
322 types[length] = Integer.parseInt(format);
326 return Arrays.copyOf(types, length);
459 * Returns the types of the bandwidth limits.
/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp23 #include <sys/types.h>
H A DRtpStream.cpp21 #include <sys/types.h>
/frameworks/base/native/include/android/
H A Dinput.h44 #include <sys/types.h>
139 * Input event types.
411 * Constants that identify tool types.
455 * Keyboard types.
491 * Calling these functions on input events of other types will yield undefined behavior.
H A Dkeycodes.h36 #include <sys/types.h>
H A Dnative_activity.h22 #include <sys/types.h>
H A Dobb.h21 #include <sys/types.h>
H A Dsensor.h43 #include <sys/types.h>
53 * Sensor types
/frameworks/base/opengl/libagl/
H A DBufferObjectManager.cpp19 #include <sys/types.h>
H A DBufferObjectManager.h23 #include <sys/types.h>

Completed in 368 milliseconds

1234567891011>>