/external/bluetooth/glib/gio/ |
gfileenumerator.c | 197 GFileEnumeratorClass *class; local 224 class = G_FILE_ENUMERATOR_GET_CLASS (enumerator); 230 info = (* class->next_file) (enumerator, cancellable, error); 259 GFileEnumeratorClass *class; local 264 class = G_FILE_ENUMERATOR_GET_CLASS (enumerator); 280 (* class->close_fn) (enumerator, cancellable, error); 338 GFileEnumeratorClass *class; local 376 class = G_FILE_ENUMERATOR_GET_CLASS (enumerator); 381 (* class->next_files_async) (enumerator, num_files, io_priority, cancellable, 403 GFileEnumeratorClass *class; local 461 GFileEnumeratorClass *class; local 520 GFileEnumeratorClass *class; local 625 GFileEnumeratorClass *class; local 710 GFileEnumeratorClass *class; local [all...] |
gfileoutputstream.c | 150 GFileOutputStreamClass *class; local 166 class = G_FILE_OUTPUT_STREAM_GET_CLASS (stream); 167 if (class->query_info) 168 info = class->query_info (stream, attributes, cancellable, error); 263 GFileOutputStreamClass *class; local 275 class = G_FILE_OUTPUT_STREAM_GET_CLASS (stream); 276 return class->query_info_finish (stream, result, error); 292 GFileOutputStreamClass *class; local 308 class = G_FILE_OUTPUT_STREAM_GET_CLASS (stream); 309 if (class->get_etag 318 GFileOutputStreamClass *class; local 341 GFileOutputStreamClass *class; local 372 GFileOutputStreamClass *class; local 418 GFileOutputStreamClass *class; local 448 GFileOutputStreamClass *class; local 512 GFileOutputStreamClass *class; local [all...] |
/external/bluetooth/glib/gobject/ |
gclosure.c | 36 * @short_description: Functions as first-class objects 312 * For example, class closures for signals (see 314 * fixed offset in the class structure. The meta marshaller retrieves 870 GTypeClass *class; local 875 class = G_TYPE_INSTANCE_GET_CLASS (g_value_peek_pointer (param_values + 0), itype, GTypeClass); 876 callback = G_STRUCT_MEMBER (gpointer, class, offset); 893 GTypeClass *class; local 898 class = G_TYPE_INSTANCE_GET_INTERFACE (g_value_peek_pointer (param_values + 0), itype, GTypeClass); 899 callback = G_STRUCT_MEMBER (gpointer, class, offset); 911 * @struct_offset: the offset of the member function of @itype's class [all...] |
/external/bluetooth/hcidump/parser/ |
capi.c | 751 uint32_t ctr, class, func; local 770 class = CAPI_U32(frm); 776 printf(" [class %d func %d len %d]\n", class, func, len);
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/ |
ReflectionUtils.java | 33 public class ReflectionUtils { 49 * is <code>true</code> if we need name for class loading, <code>false</code> if we need 56 // Class 57 if (type instanceof Class<?>) { 58 Class<?> clazz = (Class<?>) type; 131 public static Map<String, Method> getMethods(Class<?> clazz) { 134 for (Class<?> c = clazz; c != null; c = c.getSuperclass()) { 144 for (Class<?> interfaceClass : clazz.getInterfaces()) { 159 * JDT, just some string that unique identifies method in its {@link Class} [all...] |
/external/elfutils/libebl/ |
eblopenbackend.c | 77 int class; member in struct:__anon6262 87 // XXX class and machine fields need to be filled in for all archs. 327 result->class = machines[cnt].class; 333 result->class = elf->state.elf32.ehdr->e_ident[EI_CLASS];
|
/external/harfbuzz/src/ |
harfbuzz-gdef.c | 694 HB_UShort class = 0, index = 0; /* shut compiler up */ local 706 error = _HB_OPEN_Get_Class( &gdef->MarkAttachClassDef, glyphID, &class, &index ); 711 *property = class << 8; 716 error = _HB_OPEN_Get_Class( &gdef->GlyphClassDef, glyphID, &class, &index ); 720 /* if we have a constructed class table, check whether additional 724 class = Get_New_Class( gdef, glyphID, index ); 726 switch ( class ) 757 HB_UShort class ) 780 crr[index].Class = class; 987 HB_UShort class, new_class, index = 0; \/* shut compiler up *\/ local [all...] |
/external/nist-sip/java/gov/nist/javax/sip/message/ |
SIPResponse.java | 71 public final class SIPResponse 393 sprint(SIPResponse.class.getCanonicalName());
|
/external/openssh/openbsd-compat/ |
getrrsetbyname.c | 153 u_int16_t class; member in struct:dns_query 160 u_int16_t class; member in struct:dns_rr 202 /* check for invalid class and type */ 208 /* don't allow queries of class or type ANY */ 271 rrset->rri_rdclass = response->query->class; 318 if (rr->class == rrset->rri_rdclass && 322 if (rr->class == rrset->rri_rdclass && 487 /* class */ 488 curr->class = _getshort(*cp); 534 /* class */ [all...] |
/external/tcpdump/ |
print-domain.c | 323 register u_int i, class; local 338 class = (i & ~C_QU); 340 class = i; 341 if (class != C_IN) 342 printf(" %s", tok2str(ns_class2str, "(Class %d)", class)); 359 register u_int i, class, opt_flags = 0; local 376 /* print the class (if it's not IN and the type isn't OPT) */ 380 class = (i & ~C_CACHE_FLUSH); 382 class = i [all...] |
print-zephyr.c | 49 char *class; member in struct:z_packet 110 z_triple(char *class, char *inst, const char *recipient) 114 snprintf(z_buf, sizeof(z_buf), "<%s,%s,%s>", class, inst, recipient); 167 PARSE_FIELD_STR(z.class); 198 if (!strcmp(z.class, "USER_LOCATE")) { 208 if (!strcmp(z.class, "ZEPHYR_ADMIN")) { 213 if (!strcmp(z.class, "ZEPHYR_CTL")) { 270 if (!strcmp(z.class, "HM_CTL")) { 276 if (!strcmp(z.class, "HM_STAT")) { 283 if (!strcmp(z.class, "WG_CTL")) [all...] |
/frameworks/base/core/java/android/widget/ |
AdapterViewFlipper.java | 42 public class AdapterViewFlipper extends AdapterViewAnimator { 291 event.setClassName(AdapterViewFlipper.class.getName()); 297 info.setClassName(AdapterViewFlipper.class.getName());
|
CheckedTextView.java | 41 public class CheckedTextView extends TextView implements Checkable { 252 event.setClassName(CheckedTextView.class.getName()); 259 info.setClassName(CheckedTextView.class.getName());
|
Chronometer.java | 38 * Class that implements a simple timer. 49 public class Chronometer extends TextView { 286 event.setClassName(Chronometer.class.getName()); 292 info.setClassName(Chronometer.class.getName());
|
MultiAutoCompleteTextView.java | 40 * <pre class="prettyprint"> 41 * public class CountriesActivity extends Activity { 59 public class MultiAutoCompleteTextView extends AutoCompleteTextView { 203 event.setClassName(MultiAutoCompleteTextView.class.getName()); 209 info.setClassName(MultiAutoCompleteTextView.class.getName()); 236 public static class CommaTokenizer implements Tokenizer { 278 Object.class, sp, 0);
|
RadioGroup.java | 31 * <p>This class is used to create a multiple-exclusion scope for a set of radio 54 public class RadioGroup extends LinearLayout { 246 event.setClassName(RadioGroup.class.getName()); 252 info.setClassName(RadioGroup.class.getName()); 258 * XML file. Otherwise, this class ussed the value read from the XML file.</p> 262 * for a list of all child view attributes that this class supports.</p> 265 public static class LayoutParams extends LinearLayout.LayoutParams { 344 private class CheckedStateTracker implements CompoundButton.OnCheckedChangeListener { 367 private class PassThroughHierarchyChangeListener implements
|
ViewAnimator.java | 31 * Base class for a {@link FrameLayout} container that will perform animations 38 public class ViewAnimator extends FrameLayout { 350 event.setClassName(ViewAnimator.class.getName()); 356 info.setClassName(ViewAnimator.class.getName());
|
ViewFlipper.java | 41 public class ViewFlipper extends ViewAnimator { 147 event.setClassName(ViewFlipper.class.getName()); 153 info.setClassName(ViewFlipper.class.getName());
|
/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
ProxyTest.java | 30 public class ProxyTest extends junit.framework.TestCase { 51 class Broken1Invoke implements InvocationHandler { 58 class ProxyCoonstructorTest extends Proxy { 66 * java.lang.Class[]) 69 Class proxy = Proxy.getProxyClass(Support_Proxy_I1.class 70 .getClassLoader(), new Class[] { Support_Proxy_I1.class }); 73 proxy.getSuperclass() == Proxy.class); 74 assertTrue("Does not believe its a Proxy class ", Prox [all...] |
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSettings.java | 67 public class AccountSettings extends PreferenceActivity { 138 Intent i = new Intent(fromContext, AccountSettings.class); 375 debugHeader.fragment = DebugFragment.class.getCanonicalName(); 394 mAppPreferencesHeader.fragment = GeneralPreferences.class.getCanonicalName(); 411 private class LoadAccountListTask extends AsyncTask<Long, Void, Object[]> { 439 newHeader.fragment = AccountSettingsFragment.class.getCanonicalName(); 547 private class AccountSettingsFragmentCallback implements AccountSettingsFragment.Callback { 577 private class AccountServerSettingsFragmentCallback 629 startPreferencePanel(AccountSettingsEditQuickResponsesFragment.class.getName(), args, 645 Class<? extends android.app.Activity> setting = store.getSettingActivityClass() [all...] |
/packages/apps/Email/src/com/android/email/service/ |
EmailBroadcastProcessorService.java | 55 public class EmailBroadcastProcessorService extends IntentService { 68 // Class name will be the thread name. 69 super(EmailBroadcastProcessorService.class.getName()); 79 Intent i = new Intent(context, EmailBroadcastProcessorService.class); 91 Intent i = new Intent(context, EmailBroadcastProcessorService.class); 158 setComponentEnabled(EasAuthenticatorServiceAlternate.class, true); 159 setComponentEnabled(EasAuthenticatorService.class, false); 208 private void setComponentEnabled(Class<?> clazz, boolean enabled) {
|
/packages/apps/KeyChain/src/com/android/keychain/ |
KeyChainService.java | 44 public class KeyChainService extends IntentService { 67 super(KeyChainService.class.getSimpleName()); 248 private class DatabaseHelper extends SQLiteOpenHelper { 273 if (IKeyChainService.class.getName().equals(intent.getAction())) {
|
/packages/apps/Settings/src/com/android/settings/ |
CryptKeeperSettings.java | 40 public class CryptKeeperSettings extends Fragment { 201 preference.setFragment(CryptKeeperConfirm.class.getName());
|
DockSettings.java | 35 public class DockSettings extends SettingsPreferenceFragment { 142 i.setClass(getActivity(), DockEventReceiver.class);
|
MasterClear.java | 53 public class MasterClear extends Fragment { 98 preference.setFragment(MasterClearConfirm.class.getName());
|