HomeSort by relevance Sort by last modified time
    Searched refs:type (Results 1 - 25 of 6292) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/net/ftp/
ftp_server_type_histograms.cc 17 // seen an FTP server of a given type during that session. In the second
18 // histogram we tally the number of transactions with FTP server of a given type
20 void UpdateFtpServerTypeHistograms(FtpServerType type) {
22 if (type >= 0 && type < NUM_OF_SERVER_TYPES) {
23 if (!had_server_type[type]) {
24 had_server_type[type] = true;
26 type, NUM_OF_SERVER_TYPES);
30 type, NUM_OF_SERVER_TYPES);
  /external/chromium/net/base/
connection_type_histograms.cc 17 // of that type during that session. In the second group (counter2), each
18 // counter is the number of connections of that type the user has seen during
23 void UpdateConnectionTypeHistograms(ConnectionType type, bool success) {
26 if (type >= 0 && type < NUM_OF_CONNECTION_TYPES) {
27 if (!had_connection_type[type]) {
28 had_connection_type[type] = true;
30 type, NUM_OF_CONNECTION_TYPES);
35 type, NUM_OF_CONNECTION_TYPES);
38 type, NUM_OF_CONNECTION_TYPES)
    [all...]
  /external/webkit/WebCore/page/
Connection.cpp 34 Connection::ConnectionType Connection::type() const function in class:WebCore::Connection
36 return networkStateNotifier().type();
  /libcore/luni/src/main/java/java/security/cert/
CRL.java 28 // The CRL type
29 private final String type; field in class:CRL
32 * Creates a new certificate revocation list of the specified type.
34 * @param type
35 * the type for the CRL.
37 protected CRL(String type) {
38 this.type = type;
42 * Returns the type of this CRL.
44 * @return the type of this CRL
    [all...]
  /external/webkit/WebCore/platform/
StaticConstructors.h 27 // declare the global objects with a different type that can be POD default
55 #define DEFINE_GLOBAL(type, name) \
56 const type name;
58 #define DEFINE_GLOBAL(type, name, arg...) \
59 const type name;
61 #define DEFINE_GLOBAL(type, name, ...) \
62 const type name;
69 #define DEFINE_GLOBAL(type, name) \
70 void * name[(sizeof(type) + sizeof(void *) - 1) / sizeof(void *)];
72 #define DEFINE_GLOBAL(type, name, arg...)
    [all...]
  /external/chromium/base/third_party/xdg_user_dirs/
xdg_user_dir_lookup.h 31 char* xdg_user_dir_lookup(const char *type);
  /external/bluetooth/glib/gio/
gcontenttypeprivate.h 31 char * _g_unix_content_type_unalias (const char *type);
32 char **_g_unix_content_type_get_parents (const char *type);
  /external/webkit/WebCore/wml/
WMLIntrinsicEventHandler.cpp 32 bool WMLIntrinsicEventHandler::registerIntrinsicEvent(WMLIntrinsicEventType type, PassRefPtr<WMLIntrinsicEvent> event)
34 if (m_events.contains(type))
37 m_events.set(type, event);
41 void WMLIntrinsicEventHandler::deregisterIntrinsicEvent(WMLIntrinsicEventType type)
43 if (m_events.contains(type))
44 m_events.remove(type);
47 void WMLIntrinsicEventHandler::triggerIntrinsicEvent(WMLIntrinsicEventType type) const
49 RefPtr<WMLIntrinsicEvent> event = m_events.get(type);
54 bool WMLIntrinsicEventHandler::hasIntrinsicEvent(WMLIntrinsicEventType type) const
56 return m_events.contains(type);
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
IdItem.java 26 * {@code non-null;} the type constant for the defining class of
29 private final CstType type; field in class:IdItem
34 * @param type {@code non-null;} the type constant for the defining
37 public IdItem(CstType type) {
38 if (type == null) {
39 throw new NullPointerException("type == null");
42 this.type = type;
49 typeIds.intern(type);
    [all...]
  /external/webkit/WebCore/svg/
SVGAnimatedPropertyTraits.h 36 template<typename Type>
47 static ReturnType toReturnType(const StoredType& type) { return type; }
48 static String toString(PassType type) { return type.valueAsString(); }
59 static ReturnType toReturnType(const StoredType& type) { return type; }
60 static String toString(PassType type) { return type ? "true" : "false"; }
71 static ReturnType toReturnType(const StoredType& type) { return type;
    [all...]
  /external/webkit/WebKit/chromium/public/
WebMediaPlayerAction.h 37 enum Type {
44 Type type; member in struct:WebKit::WebMediaPlayerAction
48 : type(Unknown), enable(false) { }
49 WebMediaPlayerAction(Type type, bool enable)
50 : type(type), enable(enable) { }
  /external/webkit/WebCore/css/
themeWin.css 35 input:not([type]),
36 input[type="text"],
37 input[type="password"] {
41 input[type="search"] {
45 input[type="checkbox"] {
49 input[type="radio"] {
55 FIXME: Add input[type="file"] once we figure out our file inputs.
56 FIXME: Add input[type="image"] once we figure out our image inputs.
57 FIXME: We probably do the wrong thing if you put an invalid input type.
61 input:not([type]):disabled,
    [all...]
  /bionic/libc/kernel/arch-arm/asm/
domain.h 24 #define domain_val(dom,type) ((type) << (2*(dom)))
29 #define modify_domain(dom,type) do { } while (0)
  /development/ndk/platforms/android-3/arch-arm/include/asm/
domain.h 24 #define domain_val(dom,type) ((type) << (2*(dom)))
29 #define modify_domain(dom,type) do { } while (0)
  /external/chromium/third_party/icu/source/common/
ucln_cmn.c 32 ucln_common_registerCleanup(ECleanupCommonType type,
35 U_ASSERT(UCLN_COMMON_START < type && type < UCLN_COMMON_COUNT);
36 if (UCLN_COMMON_START < type && type < UCLN_COMMON_COUNT)
38 gCommonCleanupFunctions[type] = func;
43 ucln_registerCleanup(ECleanupLibraryType type,
46 U_ASSERT(UCLN_START < type && type < UCLN_COMMON);
47 if (UCLN_START < type && type < UCLN_COMMON
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/
domain.h 24 #define domain_val(dom,type) ((type) << (2*(dom)))
29 #define modify_domain(dom,type) do { } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/
domain.h 24 #define domain_val(dom,type) ((type) << (2*(dom)))
29 #define modify_domain(dom,type) do { } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/
domain.h 24 #define domain_val(dom,type) ((type) << (2*(dom)))
29 #define modify_domain(dom,type) do { } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/
domain.h 24 #define domain_val(dom,type) ((type) << (2*(dom)))
29 #define modify_domain(dom,type) do { } while (0)
  /external/chromium/third_party/icu/source/i18n/
ucln_in.c 40 void ucln_i18n_registerCleanup(ECleanupI18NType type,
43 U_ASSERT(UCLN_I18N_START < type && type < UCLN_I18N_COUNT);
45 if (UCLN_I18N_START < type && type < UCLN_I18N_COUNT)
47 gCleanupFunctions[type] = func;
  /external/chromium/third_party/icu/source/io/
ucln_io.c 41 void ucln_io_registerCleanup(ECleanupIOType type,
44 U_ASSERT(UCLN_IO_START < type && type < UCLN_IO_COUNT);
46 if (UCLN_IO_START < type && type < UCLN_IO_COUNT)
48 gCleanupFunctions[type] = func;
  /external/iptables/libiptc/
linux_stddef.h 12 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
19 * @type: the type of the container struct this is embedded in.
23 #define container_of(ptr, type, member) ({ \
24 const typeof( ((type *)0)->member ) *__mptr = (ptr); \
25 (type *)( (char *)__mptr - offsetof(type,member) );})
28 * Check at compile time that something is of a particular type.
31 #define typecheck(type,x)
    [all...]
  /external/webkit/WebCore/html/canvas/
CanvasPattern.cpp 34 void CanvasPattern::parseRepetitionType(const String& type, bool& repeatX, bool& repeatY, ExceptionCode& ec)
37 if (type.isEmpty() || type == "repeat") {
42 if (type == "no-repeat") {
47 if (type == "repeat-x") {
52 if (type == "repeat-y") {
  /external/bluetooth/glib/glib/
gslice.h 46 #define g_slice_new(type) ((type*) g_slice_alloc (sizeof (type)))
47 #define g_slice_new0(type) ((type*) g_slice_alloc0 (sizeof (type)))
60 /* we go through extra hoops to ensure type safety */
61 #define g_slice_dup(type, mem) \
62 (1 ? (type*) g_slice_copy (sizeof (type), (mem))
    [all...]
  /system/core/nexus/
SupplicantEvent.cpp 26 SupplicantEvent::SupplicantEvent(int type, int level) {
27 mType = type;

Completed in 2017 milliseconds

1 2 3 4 5 6 7 8 91011>>