Searched refs:type (Results 51 - 75 of 19236) sorted by relevance

1234567891011>>

/external/smack/src/org/xbill/DNS/
H A DSetResponse.java18 * The Cache contains no information about the requested name/type
29 * The Zone contains the name, but no data of the requested type,
31 * of the requested type.
54 * requested name/type/class.
62 private int type; field in class:SetResponse
68 SetResponse(int type, RRset rrset) { argument
69 if (type < 0 || type > 6)
70 throw new IllegalArgumentException("invalid type");
71 this.type
75 SetResponse(int type) argument
83 ofType(int type) argument
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DTypeUtils.java39 public static boolean isWideType(@Nonnull String type) { argument
40 char c = type.charAt(0);
44 public static boolean isWideType(@Nonnull TypeReference type) { argument
45 return isWideType(type.getType());
48 public static boolean isPrimitiveType(String type) { argument
49 return type.length() == 1;
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/socket/
H A Dsocketpair.c10 int socketpair(int domain, int type, int protocol, int* sv) { argument
11 return ki_socketpair(domain, type, protocol, sv);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/core/
H A DSVGTestInterface.idl37 [Reflect] attribute DOMString type; // Test SVGNames namespace
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebNetworkStateNotifier.cpp43 void WebNetworkStateNotifier::setWebConnectionType(WebConnectionType type) argument
45 networkStateNotifier().setWebConnectionType(type);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
H A Dgas-instlabel.asm2 .type SUB, @function
/external/clang/test/CXX/over/over.match/over.match.best/over.best.ics/over.ics.user/
H A Dp3-0x.cpp5 { typedef T type; }; typedef in struct:PR6285::identity
9 operator typename identity<T>::type(); // expected-note{{candidate}}
/external/clang/test/CodeGen/
H A D2002-07-31-BadAssert.c5 unsigned char type; /* Indicates, NORMAL, SUBNORMAL, etc. */ member in struct:__anon18520
10 dest->type=0;
/external/clang/test/Modules/Inputs/submodules/
H A Dtype_traits.h3 typedef T type; typedef in struct:remove_reference
8 typedef T type; typedef in struct:remove_reference
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DAbstractMediaHeaderBox.java26 protected AbstractMediaHeaderBox(String type) { argument
27 super(type);
/external/objenesis/main/src/org/objenesis/instantiator/basic/
H A DAccessibleInstantiator.java28 public AccessibleInstantiator(Class type) { argument
29 super(type);
/external/clang/test/SemaCXX/
H A Dunknown-type-name.cpp14 foo::bar x; // expected-error{{no type named 'bar' in 'N::Wibble'}}
20 int f(foo::bar); // expected-error{{no type named 'bar' in 'N::Wibble'}}
24 int fun(zapotron); // expected-error{{unknown type name 'zapotron'}}
29 typedef T type; typedef in struct:A
31 type f();
33 type g();
36 static type m;
37 static int h(T::type, int); // expected-error{{missing 'typename'}}
38 static int h(T::type x, char); // expected-error{{missing 'typename'}}
42 A<T>::type
[all...]
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DCommonTypes.c3 static PyTypeObject* __Pyx_FetchCommonType(PyTypeObject* type);
7 static PyTypeObject* __Pyx_FetchCommonType(PyTypeObject* type) { argument
15 cached_type = (PyTypeObject*) PyObject_GetAttrString(fake_module, type->tp_name);
19 "Shared Cython type %.200s is not a type object",
20 type->tp_name);
23 if (cached_type->tp_basicsize != type->tp_basicsize) {
25 "Shared Cython type %.200s has the wrong size, try recompiling",
26 type->tp_name);
32 if (PyType_Ready(type) <
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCSessionDescription.cpp40 static bool verifyType(const String& type) argument
42 return type == "offer" || type == "pranswer" || type == "answer";
45 static String constructIllegalTypeExceptionMessage(const String& type) argument
47 return "Illegal value of attribute 'type' : " + type;
52 String type; local
53 bool ok = DictionaryHelper::get(descriptionInitDict, "type", type);
75 String RTCSessionDescription::type() function in class:blink::RTCSessionDescription
80 setType(const String& type, ExceptionState& exceptionState) argument
[all...]
/external/chromium_org/third_party/speex/libspeex/
H A Dstack_alloc.h60 * @def PUSH(stack, size, type)
62 * Allocates 'size' elements of type 'type' on the stack
66 * @param type Type of element
78 * @def ALLOC(var, size, type)
80 * Allocate 'size' elements of 'type' on stack
84 * @param type Type of element
93 #define PUSH(stack, size, type) (VALGRIND_MAKE_NOACCESS(stack, 1000),ALIGN((stack),sizeof(type)),VALGRIND_MAKE_WRITABLE(stack, ((size)*sizeof(type))),(stac
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DBasicValue.java35 * A {@link Value} that is represented by its type in a seven types type system.
36 * This type system distinguishes the UNINITIALZED, INT, FLOAT, LONG, DOUBLE,
57 private final Type type; field in class:BasicValue
59 public BasicValue(final Type type) { argument
60 this.type = type;
64 return type;
68 return type == Type.LONG_TYPE || type
[all...]
/external/speex/libspeex/
H A Dstack_alloc.h60 * @def PUSH(stack, size, type)
62 * Allocates 'size' elements of type 'type' on the stack
66 * @param type Type of element
78 * @def ALLOC(var, size, type)
80 * Allocate 'size' elements of 'type' on stack
84 * @param type Type of element
93 #define PUSH(stack, size, type) (VALGRIND_MAKE_NOACCESS(stack, 1000),ALIGN((stack),sizeof(type)),VALGRIND_MAKE_WRITABLE(stack, ((size)*sizeof(type))),(stac
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DthemeWin.css35 input:not([type]),
36 input[type="email" i],
37 input[type="number" i],
38 input[type="password" i],
39 input[type="tel" i],
40 input[type="url" i],
41 input[type="text" i] {
45 input[type="search" i] {
49 input[type="checkbox" i] {
53 input[type
[all...]
/external/chromium_org/base/allocator/
H A Dtype_profiler_map_unittest.cc25 const std::type_info* type; local
27 type = LookupType(dummy.get());
28 EXPECT_EQ(g_const_null, type);
31 type = LookupType(dummy.get());
32 ASSERT_NE(g_const_null, type);
33 EXPECT_STREQ(typeid(int).name(), type->name());
36 type = LookupType(dummy.get());
37 EXPECT_EQ(g_const_null, type);
42 const std::type_info* type; local
46 type
53 const std::type_info* type; local
69 const std::type_info* type; local
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Dundeletable-functions.js118 function CheckEcmaSemantics(type, props, name) {
121 CheckDeletable(type, props[i]);
126 function CheckDontDelete(type, props, name) {
129 CheckDontDeleteAttr(type, props[i]);
134 function CheckDeletable(type, prop) {
135 var old = type[prop];
137 if (!type[prop]) return;
138 assertTrue(type.hasOwnProperty(prop), "inherited: " + prop);
139 var deleted = delete type[prop];
141 assertFalse(hasOwnProperty.call(type, pro
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DClassicToken.java39 protected int type; field in class:ClassicToken
47 public ClassicToken(int type) { argument
48 this.type = type;
53 type = oldToken.getType();
59 public ClassicToken(int type, String text) { argument
60 this.type = type;
64 public ClassicToken(int type, String text, int channel) { argument
65 this.type
106 setType(int type) argument
[all...]
/external/chromium_org/android_webview/common/
H A Daw_hit_test_data.cc9 AwHitTestData::AwHitTestData() : type(UNKNOWN_TYPE) {}
/external/chromium_org/ash/wm/
H A Dwm_event.cc10 WMEvent::WMEvent(WMEventType type) argument
11 : type_(type) {
17 SetBoundsEvent::SetBoundsEvent(WMEventType type, const gfx::Rect& bounds) argument
18 : WMEvent(type),
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dgenerichelper.js33 if (this.handlerFactories_.hasOwnProperty(request.type)) {
34 return this.handlerFactories_[request.type](request);
40 * Registers a handler factory for a given type.
41 * @param {string} type The request type.
43 * for a request of a given type.
46 function(type, factory) {
47 this.handlerFactories_[type] = factory;
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node_data_mac.cc16 void BookmarkNodeData::WriteToClipboard(ui::ClipboardType type) { argument
17 WriteBookmarksToPasteboard(type, elements, profile_path_);
20 bool BookmarkNodeData::ReadFromClipboard(ui::ClipboardType type) { argument
22 if (ReadBookmarksFromPasteboard(type, elements, &file_path)) {

Completed in 1823 milliseconds

1234567891011>>