/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | ApnSettingTest.java | 42 assertEquals(a1.types.length, a2.types.length); in assertApnSettingEqual() 44 for (i = 0; i < a1.types.length; i++) { in assertApnSettingEqual() 45 assertEquals(a1.types[i], a2.types[i]); in assertApnSettingEqual() 99 String[] types = {"default", "*"}; in testToString() local 103 types, "IPV4V6", "IP", true, 14); in testToString()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ApnSetting.java | 36 public final String[] types; field in ApnSetting 57 String user, String password, int authType, String[] types, in ApnSetting() argument 71 this.types = types; in ApnSetting() 168 for (int i = 0; i < types.length; i++) { in toString() 169 sb.append(types[i]); in toString() 170 if (i < types.length - 1) { in toString() 182 for (String t : types) { in canHandleType()
|
/frameworks/base/tools/aidl/ |
D | AST.cpp | 75 Field::GatherTypes(set<Type*>* types) const in GatherTypes() 77 types->insert(this->variable->type); in GatherTypes() 140 Variable::GatherTypes(set<Type*>* types) const in GatherTypes() 142 types->insert(this->type); in GatherTypes() 653 Method::GatherTypes(set<Type*>* types) const in GatherTypes() 658 types->insert(this->returnType); in GatherTypes() 663 this->parameters[i]->GatherTypes(types); in GatherTypes() 668 types->insert(this->exceptions[i]); in GatherTypes() 735 Class::GatherTypes(set<Type*>* types) const in GatherTypes() 739 types->insert(this->type); in GatherTypes() [all …]
|
D | AST.h | 38 virtual void GatherTypes(set<Type*>* types) const = 0; 68 virtual void GatherTypes(set<Type*>* types) const; 97 virtual void GatherTypes(set<Type*>* types) const; 309 virtual void GatherTypes(set<Type*>* types) const; 331 virtual void GatherTypes(set<Type*>* types) const;
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/ |
D | FakeExpandableAdapter.java | 47 final int repeatCount, List<ResourceReference> types, int depth) { in createItems() argument 57 int typeIndex = types.indexOf(viewRef); in createItems() 59 typeIndex = types.size(); in createItems() 60 types.add(viewRef); in createItems()
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
D | CdmaDataConnection.java | 74 if ((cp.apn != null) && (cp.apn.types.length > 0) && (cp.apn.types[0] != null) && in onConnect() 75 (cp.apn.types[0].equals(Phone.APN_TYPE_DUN))) { in onConnect()
|
D | CdmaDataConnectionTracker.java | 330 String[] types; in setupData() local 333 types = new String[1]; in setupData() 334 types[0] = Phone.APN_TYPE_DUN; in setupData() 337 types = mDefaultApnTypes; in setupData() 341 "", 0, types, "IP", "IP", true, 0); in setupData()
|
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/ |
D | BridgeXmlBlockParserTest.java | 85 String[] types = { in dump() local 103 types[node.getNodeType()], in dump()
|
/frameworks/compile/slang/tests/F_float3_array/ |
D | stderr.txt.expect | 1 float3_array.rs:4:8: error: arrays of width 3 vector types cannot be exported: 'f'
|
/frameworks/compile/slang/tests/F_struct_float3_array/ |
D | stderr.txt.expect | 1 struct_float3_array.rs:4:8: error: arrays of width 3 vector types cannot be exported: 'float3_array'
|
/frameworks/compile/slang/tests/F_struct_array_copy/ |
D | stderr.txt.expect | 1 struct_array_copy.rs:35:5: error: Arrays of RS object types within structures cannot be copied
|
/frameworks/compile/slang/tests/F_union/ |
D | stderr.txt.expect | 2 union.rs:9:14: error: unions containing RS object types are not allowed
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
D | GsmDataConnection.java | 136 if (!mApn.types[0].equals(Phone.APN_TYPE_MMS) in isDnsOk() 140 mApn.types[0], Phone.APN_TYPE_MMS, mApn.mmsProxy, in isDnsOk()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | RingtonePickerActivity.java | 141 int types = intent.getIntExtra(RingtoneManager.EXTRA_RINGTONE_TYPE, -1); in onCreate() local 142 if (types != -1) { in onCreate() 143 mRingtoneManager.setType(types); in onCreate()
|
/frameworks/base/libs/utils/ |
D | ResourceTypes.cpp | 1412 size_t i = types.size(); in ~Package() 1415 delete types[i]; in ~Package() 1422 Vector<Type*> types; member 1428 return idx < types.size() ? types[idx] : NULL; in getType() 1520 theme_entry* te = pi->types[j].entries; in free_package() 1534 size_t cnt = pi->types[j].numEntries; in copy_package() 1535 newpi->types[j].numEntries = cnt; in copy_package() 1536 theme_entry* te = pi->types[j].entries; in copy_package() 1539 newpi->types[j].entries = newte; in copy_package() 1542 newpi->types[j].entries = NULL; in copy_package() [all …]
|
/frameworks/base/voip/java/android/net/sip/ |
D | SimpleSessionDescription.java | 318 int[] types = new int[mFormats.size()]; in getRtpPayloadTypes() local 322 types[length] = Integer.parseInt(format); in getRtpPayloadTypes() 326 return Arrays.copyOf(types, length); in getRtpPayloadTypes()
|
/frameworks/compile/slang/ |
D | README.rst | 281 If both in and out are present, root must only be invoked with types of 311 Globals of two types may be reflected into the Java class. The first 312 type is basic non-pointer types. Types defined in rs_types.rsh may also be 314 Java. Globals of single pointer types behave differently. These may 315 use more complex types. Simple structures composed of the types in 328 Vector types such as float2, float4, and uint4 are included to support
|
/frameworks/base/docs/html/resources/articles/ |
D | creating-input-method.jd | 91 <p>An application's text fields can have different input types specified on 93 implement a new input method, you need to be aware of the different input types. 94 Input methods are not automatically switched for different input types and so 95 you need to support all types in your IME. However, the IME is not responsible 166 raw key events for certain input types, as applications may be watching 246 <p>For a real world example, with support for multiple input types and text
|
/frameworks/base/docs/html/guide/topics/views/ |
D | intro.jd | 16 …ts</em> — a set of fully implemented subclasses that provide common types of screen layout. … 20 …up using Android's set of predefined widgets and layouts or custom view types that you create yo… 36 contains property types that define a child's size and position, in properties
|
/frameworks/base/docs/html/sdk/ |
D | android-3.0-highlights.jd | 73 …n, users have access to contextual options, navigation, widgets, or other types of content in an A… 113 …ss bands and filters. New support for Bluetooth tethering means that more types of devices can sha… 134 …ication offers improved formatting of international phone numbers as user types, based on home cou… 170 …types of content to their applications. The new UI widgets are redesigned for use on larger screen… 178 …level, offering more types of content and new modes of interaction with users. Developers can now … 188 …ties already available in previous versions. Notifications can offer more types of content by buil… 234 <p style="margin-top:1.25em;margin-bottom:.75em;"><strong>More types of connectivity</strong></p> 241 <p>In Android 3.0, developers of device administration applications can support new types of polici…
|
D | android-1.6-highlights.jd | 76 the top when a user types the first few letters of a relevant query.</p> 95 to configure and connect to the following types of VPNs:</p> 184 display resolutions and densities. Developers can also specify the types of screens supported by th…
|
/frameworks/base/docs/html/guide/topics/clipboard/ |
D | copy-paste.jd | 124 supports both simple and complex data types, including text strings, complex data 171 types of data. You can examine the data on the clipboard before you give users the option to 173 you what MIME type or types are available. This metadata helps you decide if your application 204 particular, it contains an array of available MIME types for the clip's data. When you put a 206 see if they can handle any of available the MIME types. 267 provided in <code>resolver</code> to retrieve the available MIME types from the 385 including the supported MIME types. 435 // get MIME types from provider. The clip object's label is "URI", and its data is 563 have determined that you can handle one of its MIME types, create a 576 // Declares a MIME type constant to match against the MIME types offered by the provider [all …]
|
/frameworks/base/docs/html/guide/tutorials/views/ |
D | hello-autocomplete.jd | 7 auto-complete suggestions as the user types. The suggestions are extracted from a collection of str… 99 <p>This is the list of suggestions that will be offered as the user types into the
|
/frameworks/base/tools/layoutlib/create/ |
D | README.txt | 78 using an ASM visitor on the class, the field types, the method types and annotations types. 105 all inner classes and references in methods and types. Note that other classes are
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | data-element.jd | 89 case-sensitive, unlike formal RFC MIME types. As a result, you should always 90 specify MIME types using lowercase letters.</p> 120 For more information on these three types of patterns, see the descriptions of
|