HomeSort by relevance Sort by last modified time
    Searched refs:features (Results 101 - 125 of 234) sorted by null

1 2 3 45 6 7 8 910

  /external/openssl/crypto/des/
FILES0 3 MODES.DES - A description of the features of the different modes of DES.
  /external/stlport/test/eh/
sunpro-64.mak 33 CXXFLAGS = ${STL_INCL} -xarch=v9 -library=no%Cstd -features=rtti -DEH_VECTOR_OPERATOR_NEW -DEH_DELETE_HAS_THROW_SPEC -xildoff -g -D_REENTRANT -DNO_FAST_ALLOCATOR
sunpro42.mak 36 CXXFLAGS = $(ARCHF) +w2 -mt -features=rtti ${STL_INCL}
  /external/webkit/JavaScriptCore/runtime/
Executable.h 146 void recordParse(CodeFeatures features, int firstLine, int lastLine)
148 m_features = features;
  /external/webkit/WebKit/wx/
wscript 89 features = 'cxx cshlib implib',
  /external/webkit/WebKitTools/wx/build/
build_utils.py 63 def get_dirs_for_features(root, features, dirs):
66 enabled port(s) and features.
70 for feature in features:
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java 183 final int features = getFeatures(); local
184 if ((features != DEFAULT_FEATURES) && (featureId == FEATURE_CUSTOM_TITLE)) {
187 throw new AndroidRuntimeException("You cannot combine custom titles with other title features");
189 if (((features & (1 << FEATURE_CUSTOM_TITLE)) != 0) && (featureId != FEATURE_CUSTOM_TITLE)) {
192 throw new AndroidRuntimeException("You cannot combine custom titles with other title features");
949 // XXX Should do more management (as with drawable features) to
1038 final int features = getLocalFeatures(); local
1080 final int features = getLocalFeatures(); local
1093 final int features = getLocalFeatures(); local
2167 int features = getLocalFeatures(); local
    [all...]
  /external/bluetooth/bluez/lib/
hci.c 354 { "Read Remote Supported Features", 21 },
355 { "Read Remote Extended Features", 22 },
462 { "Read Local Supported Features", 117 },
463 { "Read Local Extended Features", 118 },
558 { "LE Read Local Supported Features", 202 },
579 { "LE Read Remote Used Features", 221 },
674 /* LMP features mapping */
758 { "<extended features>",LMP_EXT_FEAT }, /* Bit 7 */
763 char *lmp_featurestostr(uint8_t *features, char *pref, int width)
773 if (m->val & features[i]
    [all...]
  /external/bluetooth/hcidump/parser/
csr.c 134 unsigned char features[8]; local
137 memcpy(features, frm->ptr, 8);
140 printf("%s: features", str);
142 printf(" 0x%02x", features[i]);
  /frameworks/base/core/java/android/accounts/
AccountManagerService.java 457 Account account, String[] features) {
460 if (features == null) throw new IllegalArgumentException("features is null");
464 new TestFeaturesSession(response, account, features).bind();
475 Account account, String[] features) {
478 mFeatures = features;
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
cpufeature_32.h 18 #include <asm/required-features.h>
  /cts/tools/host/src/com/android/cts/
TestSessionLog.java 424 * what features are supported by the device. It parses a string from the deviceInfo argument
443 String features = deviceInfo.getFeatures(); local
444 if (features == null) {
445 features = "";
448 String[] featurePairs = features.split(";");
  /dalvik/vm/
Atomic.c 69 #include <machine/cpu-features.h>
  /development/ndk/platforms/android-5/arch-x86/include/asm/
cpufeature_32.h 18 #include <asm/required-features.h>
  /external/bluetooth/bluez/audio/
telephony.h 182 int telephony_ready_ind(uint32_t features, const struct indicator *indicators,
  /external/iproute2/include/netinet/
tcp.h 35 #include <features.h>
  /external/kernel-headers/original/asm-x86/
cpufeature_32.h 13 #include <asm/required-features.h>
17 /* Intel-defined CPU features, CPUID level 0x00000001 (edx), word 0 */
49 /* AMD-defined CPU features, CPUID level 0x80000001, word 1 */
60 /* Transmeta-defined CPU features, CPUID level 0x80860001, word 2 */
65 /* Other features, Linux-defined mapping, word 3 */
86 /* Intel-defined CPU features, CPUID level 0x00000001 (ecx), word 4 */
97 /* VIA/Cyrix/Centaur-defined CPU features, CPUID level 0xC0000001, word 5 */
114 * Auxiliary flags: Linux defined - For features scattered in various
  /external/skia/src/core/
SkBitmapProcState_filter.h 19 #include <machine/cpu-features.h>
  /external/webkit/WebKit/mac/WebView/
WebUIDelegatePrivate.h 127 - (WebView *)webView:(WebView *)sender createWebViewWithRequest:(NSURLRequest *)request windowFeatures:(NSDictionary *)features;
  /frameworks/base/test-runner/src/android/test/
IsolatedContext.java 135 final String type, final String[] features,
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_xdr.c 102 if (!xdr_rpc_uint32 (xdrs, &objp->features))
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_xdr.c 102 if (!xdr_rpc_uint32 (xdrs, &objp->features))
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api.h 60 rpc_uint32 features; member in struct:rpc_loc_api_rpc_glue_code_info_remote_rets
  /packages/apps/Email/src/com/android/email/service/
EasAuthenticatorService.java 132 String[] features) throws NetworkErrorException {
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
cpufeature_32.h 18 #include <asm/required-features.h>

Completed in 700 milliseconds

1 2 3 45 6 7 8 910