HomeSort by relevance Sort by last modified time
    Searched defs:type (Results 51 - 75 of 10128) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/tools/aapt2/
Resource_test.cpp 24 const ResourceType* type = ParseResourceType("anim"); local
25 ASSERT_NE(type, nullptr);
26 EXPECT_EQ(*type, ResourceType::kAnim);
28 type = ParseResourceType("animator");
29 ASSERT_NE(type, nullptr);
30 EXPECT_EQ(*type, ResourceType::kAnimator);
32 type = ParseResourceType("array");
33 ASSERT_NE(type, nullptr);
34 EXPECT_EQ(*type, ResourceType::kArray);
36 type = ParseResourceType("attr")
    [all...]
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
c.go 14 type ()
23 type A struct{} const
26 type (
30 type (
36 type (
42 type (
55 type T1 struct{}
60 type T2 struct {
12 type () const
16 type A struct{} const
28 type ( const
33 type ( const
39 type ( const
49 type T1 struct{} const
57 type T2 struct { const
  /prebuilts/go/darwin-x86/test/
empty.go 15 type ( )
14 type ( ) const
  /prebuilts/go/darwin-x86/test/import4.dir/
empty.go 10 type ( )
9 type ( ) const
  /prebuilts/go/linux-x86/src/go/doc/testdata/
c.go 14 type ()
23 type A struct{} const
26 type (
30 type (
36 type (
42 type (
55 type T1 struct{}
60 type T2 struct {
12 type () const
16 type A struct{} const
28 type ( const
33 type ( const
39 type ( const
49 type T1 struct{} const
57 type T2 struct { const
  /prebuilts/go/linux-x86/test/
empty.go 15 type ( )
14 type ( ) const
  /prebuilts/go/linux-x86/test/import4.dir/
empty.go 10 type ( )
9 type ( ) const
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/file/
FileType.java 52 String type; local
54 type = "directory";
56 type = Files.probeContentType(file);
57 if (type == null)
58 type = "<not recognized>";
60 System.out.format("%s\t%s%n", file, type);
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
Content.java 51 String type(); method in interface:Content
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/file/
FileType.java 52 String type; local
54 type = "directory";
56 type = Files.probeContentType(file);
57 if (type == null)
58 type = "<not recognized>";
60 System.out.format("%s\t%s%n", file, type);
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
Content.java 51 String type(); method in interface:Content
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/function.objects/func.require/
invoke.pass.cpp 20 typedef T type[N]; typedef in struct:Array
23 struct Type
25 Array<char, 1>::type& f1();
26 Array<char, 2>::type& f2() const;
28 Array<char, 1>::type& g1() &;
29 Array<char, 2>::type& g2() const &;
30 Array<char, 3>::type& g3() &&;
31 Array<char, 4>::type& g4() const &&;
37 static_assert(sizeof(std::__invoke(&Type::f1, std::declval<Type >())) == 1, "")
    [all...]
  /external/clang/test/Analysis/
elementtype.c 4 int type; member in struct:added_obj_st
7 // Test if we are using the canonical type for ElementRegion.
11 ao[0]->type=0;
  /external/clang/test/CXX/over/over.match/over.match.best/over.best.ics/over.ics.user/
p3-0x.cpp 5 { typedef T type; }; typedef in struct:PR6285::identity
9 operator typename identity<T>::type(); // expected-note{{candidate}}
  /external/clang/test/CodeGen/
2007-04-24-str-const.c 6 unsigned type; member in struct:__anon15764
PR4611-bitfield-layout.c 3 // CHECK: struct.object_entry = type { i32 }
6 unsigned int type:3, pack_id:16, depth:13; member in struct:object_entry
  /external/libnetfilter_conntrack/src/expect/
parse_mnl.c 18 int type = mnl_attr_get_type(attr); local
24 switch(type) {
46 tb[type] = attr;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_gettype/speculative/
3-1.c 32 int type, ret; local
38 ret = pthread_mutexattr_gettype(&mta, &type);
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
dependent_type.hpp 25 typedef T type; typedef in struct:asio::detail::dependent_type
  /external/parameter-framework/asio-1.10.6/include/asio/
handler_type.hpp 21 /// Default handler type traits provided for all handlers.
24 * type to be used for an asynchronous operation. It allows the handler type to
33 /// The handler type for the specific signature.
34 typedef Handler type; typedef in struct:asio::handler_type
102 #define ASIO_HANDLER_TYPE(h, sig) typename handler_type<h, sig>::type
  /external/pdfium/core/fxcrt/css/
cfx_cssvaluelistparser_unittest.cpp 14 CFX_CSSPrimitiveType type; local
19 EXPECT_TRUE(parser->NextValue(&type, &start, &len));
20 EXPECT_EQ(CFX_CSSPrimitiveType::RGB, type);
22 EXPECT_FALSE(parser->NextValue(&type, &start, &len));
25 EXPECT_TRUE(parser->NextValue(&type, &start, &len));
26 EXPECT_EQ(CFX_CSSPrimitiveType::RGB, type);
28 EXPECT_FALSE(parser->NextValue(&type, &start, &len));
32 EXPECT_TRUE(parser->NextValue(&type, &start, &len));
33 EXPECT_EQ(CFX_CSSPrimitiveType::RGB, type);
37 EXPECT_TRUE(parser->NextValue(&type, &start, &len))
44 CFX_CSSPrimitiveType type; local
86 CFX_CSSPrimitiveType type; local
109 CFX_CSSPrimitiveType type; local
    [all...]
  /external/pdfium/fxjs/xfa/
cjx_handler.cpp 21 void CJX_Handler::type(CFXJSE_Value* pValue, function in class:CJX_Handler
cjx_timestamp.cpp 21 void CJX_TimeStamp::type(CFXJSE_Value* pValue, function in class:CJX_TimeStamp
  /external/tcpdump/
print-carp.c 9 * - print version, type string and packet length
51 int version, type; local
56 type = bp[0] & 0x0f;
57 if (type == 1)
64 if (version != 2 || type != 1)
  /external/tensorflow/tensorflow/compiler/tf2xla/
shape_util.cc 53 xla::PrimitiveType type; local
54 TF_RETURN_IF_ERROR(DataTypeToPrimitiveType(dtype, &type));
56 *shape = xla::ShapeUtil::MakeShapeWithLayout(type, dimensions, layout);

Completed in 1316 milliseconds

1 23 4 5 6 7 8 91011>>