/external/elfutils/libebl/ |
eblopenbackend.c | 77 int class; member in struct:__anon7911 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/harfbuzz_ng/src/hb-old/ |
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/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
WifiManagerTest.java | 29 @RunWith(WithTestDefaultsRunner.class) 30 public class WifiManagerTest { 43 assertEquals(wifiManager.getConnectionInfo().getClass(), WifiInfo.class); 46 @Test(expected = SecurityException.class) 52 @Test(expected = SecurityException.class) 58 @Test(expected = SecurityException.class) 167 @Test(expected = RuntimeException.class) 173 @Test(expected = UnsupportedOperationException.class) 198 @Test(expected = IllegalArgumentException.class) 203 @Test(expected = IllegalArgumentException.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 { 276 event.setClassName(CheckedTextView.class.getName()); 283 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 { 363 event.setClassName(ViewAnimator.class.getName()); 369 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); 159 setComponentEnabled(EasAuthenticatorServiceAlternate.class, true); 160 setComponentEnabled(EasAuthenticatorService.class, false); 209 private void setComponentEnabled(Class<?> clazz, boolean enabled) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
GalleryAppImpl.java | 36 public class GalleryAppImpl extends Application implements GalleryApp { 120 // AsyncTask class needs to be loaded in UI thread. 123 Class.forName(AsyncTask.class.getName());
|
/packages/apps/Gallery2/src/com/android/photos/ |
AlbumFragment.java | 43 public class AlbumFragment extends MultiSelectGridFragment implements LoaderCallbacks<Cursor> { 111 intent.setClass(getActivity(), Gallery.class);
|
/packages/apps/KeyChain/src/com/android/keychain/ |
KeyChainService.java | 44 public class KeyChainService extends IntentService { 67 super(KeyChainService.class.getSimpleName()); 246 private class DatabaseHelper extends SQLiteOpenHelper { 271 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());
|
MasterClear.java | 53 public class MasterClear extends Fragment { 98 preference.setFragment(MasterClearConfirm.class.getName());
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
InputMethodAndLanguageSettings.java | 55 public class InputMethodAndLanguageSettings extends SettingsPreferenceFragment 174 intent.setClass(getActivity(), SpellCheckersSettingsActivity.class); 207 com.android.settings.UserDictionarySettings.class.getName()); 209 // extras. This will be interpreted by the UserDictionarySettings class as 220 userDictionaryPreference.setFragment(UserDictionaryList.class.getName()); 324 // Fragment will be handled correctly by the super class. 507 intent.setClass(getActivity(), KeyboardLayoutPickerActivity.class); 550 private class SettingsObserver extends ContentObserver {
|
/ndk/build/core/ |
definitions.mk | 424 # where <prefix> and <suffix> depend on the module class. 488 $(if $(call module-class-is-installable,$(LOCAL_MODULE_CLASS)),\ 499 # Retrieve the class of module $1 500 module-get-class = $(__ndk_modules.$1.MODULE_CLASS) 509 module-is-installable = $(call module-class-is-installable,$(call module-get-class,$1)) 516 module-is-copyable = $(call module-class-is-copyable,$(call module-get-class,$1)) 614 $(call module-get-class,$1))) 624 $(call module-get-class,$1)) [all...] |