Searched defs:type (Results 1 - 25 of 57) sorted by relevance

123

/development/apps/Development/src/com/android/development/
H A DLogTextBox.java69 public void setText(CharSequence text, BufferType type) { argument
H A DAppHwPref.java127 void displayTextView(int viewId, ConfigurationInfo[] config, int type) { argument
135 switch(type) {
H A DConnectivity.java407 private void onRoutedRequest(int type) { argument
420 switch (type) {
H A DSyncAdapterDriver.java105 names[i] = item.type.authority + " - " + item.type.accountType;
143 mActiveServiceConnection.mSyncAdapter.type.accountType);
171 mActiveServiceConnection.mSyncAdapter.type.accountType);
173 mActiveServiceConnection.mSyncAdapter.type.authority,
204 public void onServiceChanged(SyncAdapterType type, boolean removed) { argument
238 final SyncAdapterType type = mActiveServiceConnection.mSyncAdapter.type;
240 type.authority, type
[all...]
H A DAccountsTester.java144 if (desc.type.equals(account.type)) {
210 String type = getSelectedAuthenticator().type;
211 onAccountsUpdated(mAccountManager.getAccountsByType(type));
222 mAccountManager.addAccount(getSelectedAuthenticator().type,
228 mAccountManager.editProperties(getSelectedAuthenticator().type,
366 getSelectedAuthenticator().type,
391 AccountManagerCallback<Bundle> newAccountsCallback(String type, String[] features) { argument
392 return new GetAccountsCallback(type, feature
399 GetAccountsCallback(String type, String[] features) argument
425 newAuthTokensCallback(String type, String authTokenType, String[] features) argument
435 GetAuthTokenCallback(String type, String authTokenType, String[] features) argument
[all...]
/development/ndk/platforms/android-3/arch-arm/include/asm/arch/
H A Dgpio-switch.h27 unsigned type:4; member in struct:omap_gpio_switch
/development/ndk/platforms/android-9/arch-x86/include/asm/
H A De820.h35 __u32 type; member in struct:e820entry
H A Ddesc_defs.h27 unsigned base1 : 8, type : 4, s : 1, dpl : 2, p : 1; member in struct:desc_struct
45 unsigned ist : 3, zero0 : 5, type : 5, dpl : 2, p : 1; member in struct:gate_struct
64 unsigned base1 : 8, type : 5, dpl : 2, p : 1; member in struct:ldttss_desc
/development/samples/ApiDemos/src/com/example/android/apis/text/
H A DLogTextBox.java61 public void setText(CharSequence text, BufferType type) { argument
/development/tools/apkcheck/src/com/android/apkcheck/
H A DFieldInfo.java32 * @param type Fully-qualified binary or non-binary type name.
34 public FieldInfo(String name, String type) { argument
36 mType = type;
40 * Returns the combined name and type. This value is used as a hash
50 * Normalize the type used in fields.
54 String type = TypeUtils.ambiguousToBinaryName(mType, apiList);
55 if (!type.equals(mType)) {
56 /* name changed, force regen on name+type */
57 mType = type;
[all...]
H A DMethodInfo.java33 * Constructs MethodInfo. Tuck the method return type away for
62 * Adds a parameter to the method. The "type" is a primitive or
63 * object type, formatted in human-centric form. For now we just
66 public void addParameter(String type) { argument
67 mParameters.add(type);
H A DTypeUtils.java48 * Convert a human-centric type into something suitable for a method
55 public static String typeToDescriptor(String type) { argument
56 String quick = sQuickConvert.get(type);
63 while ((posn = type.indexOf('[', posn+1)) != -1) {
71 type = type.substring(0, firstPosn);
78 quick = sQuickConvert.get(type);
83 builder.append(type.replace('.', '/'));
147 * <parameter name="collection" type="java.util.Collection&lt;? extends E&gt;">
148 * <parameter name="interfaces" type
[all...]
/development/tools/yuv420sp2rgb/
H A Dcmdline.c17 {"type", required_argument, 0, 't'},
62 char **type,
73 ASSERT(type); *type = NULL;
121 SET_STRING_OPTION(type);
57 get_options(int argc, char **argv, char **outfile, int *height, int *width, int *gray, char **type, int *rotate, int *verbose) argument
H A Dyuv420sp2rgb.c196 int type,
207 switch (type) {
264 type == CONVERT_TYPE_ARGB ? argb_cb : rgb24_cb);
272 char *infile, *outfile, *type; local
283 &type,
318 INFO("encode as: %s\n", type);
324 if (!type || !strcmp(type, "ppm"))
326 else if (!strcmp(type, "rgb"))
328 else if (!strcmp(type, "arg
191 convert(const char *infile, const char *outfile, int height, int width, int gray, int type, int rotate) argument
[all...]
/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeyEvent.java44 public MonkeyEvent(int type) { argument
45 eventType = type;
49 * @return event type
H A DMonkeyMotionEvent.java46 protected MonkeyMotionEvent(int type, int source, int action) { argument
47 super(type);
/development/ndk/platforms/android-3/include/linux/
H A Dauto_fs.h33 int type; member in struct:autofs_packet_hdr
H A Dmsm_adsp.h28 uint16_t type; member in struct:adsp_event_t
H A Dicmp.h59 __u8 type; member in struct:icmphdr
H A Dmsm_audio.h42 uint32_t type; member in struct:msm_audio_config
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
H A Dip_conntrack_tuple.h63 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon164::__anon165::__anon168
/development/ndk/platforms/android-9/arch-mips/include/asm/
H A Dbootinfo.h62 long type; member in struct:boot_mem_map::boot_mem_map_entry
/development/ndk/platforms/android-9/include/android/
H A Dsensor.h113 int32_t type; member in struct:ASensorEvent
160 * Returns the default sensor for the given type, or NULL if no sensor
161 * of that type exist.
163 ASensor const* ASensorManager_getDefaultSensor(ASensorManager* manager, int type);
235 * Return this sensor's type
/development/samples/ContactManager/src/com/example/android/contactmanager/
H A DContactAdder.java89 // Also, be aware that type IDs differ between Phone and Email, and MUST be computed
256 String systemAccountType = a[i].type;
268 * Obtain the AuthenticatorDescription for a given account type.
269 * @param type The account type to locate.
271 * @return The description for the specified account type.
273 private static AuthenticatorDescription getAuthenticatorDescription(String type, argument
276 if (dictionary[i].type.equals(type)) {
305 * type o
[all...]
/development/tools/mkstubs/src/com/android/mkstubs/stubber/
H A DMethodStubber.java100 public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) { argument
171 public void visitTryCatchBlock(Label start, Label end, Label handler, String type) { argument
176 public void visitTypeInsn(int opcode, String type) { argument

Completed in 759 milliseconds

123