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

1 2 34 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/tools/build_info/
gen_build_info.py 86 type=str, variable
89 parser.add_argument("--raw_generate", type=str, help="Generate build_info.py")
91 parser.add_argument("--key_value", type=str, nargs="*",
  /external/vulkan-validation-layers/libs/glm/detail/
func_matrix.hpp 66 typedef tmat2x2<T, P> type; typedef in struct:glm::detail::outerProduct_trait
72 typedef tmat2x3<T, P> type; typedef in struct:glm::detail::outerProduct_trait
78 typedef tmat2x4<T, P> type; typedef in struct:glm::detail::outerProduct_trait
84 typedef tmat3x2<T, P> type; typedef in struct:glm::detail::outerProduct_trait
90 typedef tmat3x3<T, P> type; typedef in struct:glm::detail::outerProduct_trait
96 typedef tmat3x4<T, P> type; typedef in struct:glm::detail::outerProduct_trait
102 typedef tmat4x2<T, P> type; typedef in struct:glm::detail::outerProduct_trait
108 typedef tmat4x3<T, P> type; typedef in struct:glm::detail::outerProduct_trait
114 typedef tmat4x4<T, P> type; typedef in struct:glm::detail::outerProduct_trait
143 GLM_FUNC_DECL typename detail::outerProduct_trait<T, P, vecTypeA, vecTypeB>::type outerProduct(vecTypeA<T, P> const & c, vecTypeB<T, P> const & r)
    [all...]
  /frameworks/base/libs/androidfw/tests/
ResourceUtils_test.cpp 24 StringPiece package, type, entry; local
25 ASSERT_TRUE(ExtractResourceName("android:string/foo", &package, &type, &entry));
27 EXPECT_EQ("string", type);
30 ASSERT_TRUE(ExtractResourceName("@android:string/foo", &package, &type, &entry));
32 EXPECT_EQ("string", type);
35 ASSERT_TRUE(ExtractResourceName("string/foo", &package, &type, &entry));
37 EXPECT_EQ("string", type);
40 ASSERT_TRUE(ExtractResourceName("@string/foo", &package, &type, &entry));
42 EXPECT_EQ("string", type);
45 ASSERT_TRUE(ExtractResourceName("foo", &package, &type, &entry))
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
value.h 30 int type; member in struct:__anon45868
  /frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
InverseBindingMethod.java 28 * type = android.widget.TextView.class,
78 * The View type that is associated with the attribute.
80 Class type(); method in interface:InverseBindingMethod
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_dmn_conn_handler.cpp 52 AGpsExtType type; local
53 switch (pmsg->cmsg.cmsg_if_request.type) {
57 type = AGPS_TYPE_SUPL;
63 type = AGPS_TYPE_WIFI;
69 type = AGPS_TYPE_ANY;
84 type,
97 type,
110 type,
123 type,
148 AGpsExtType type; local
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_dmn_conn_handler.cpp 52 AGpsExtType type; local
53 switch (pmsg->cmsg.cmsg_if_request.type) {
57 type = AGPS_TYPE_SUPL;
63 type = AGPS_TYPE_WIFI;
69 type = AGPS_TYPE_ANY;
84 type,
97 type,
110 type,
123 type,
148 AGpsExtType type; local
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_dmn_conn_handler.cpp 52 AGpsExtType type; local
53 switch (pmsg->cmsg.cmsg_if_request.type) {
57 type = AGPS_TYPE_SUPL;
63 type = AGPS_TYPE_WIFI;
69 type = AGPS_TYPE_ANY;
84 type,
97 type,
110 type,
123 type,
148 AGpsExtType type; local
    [all...]
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_dmn_conn_handler.cpp 52 AGpsExtType type; local
53 switch (pmsg->cmsg.cmsg_if_request.type) {
57 type = AGPS_TYPE_SUPL;
63 type = AGPS_TYPE_WIFI;
69 type = AGPS_TYPE_ANY;
84 type,
97 type,
110 type,
123 type,
148 AGpsExtType type; local
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_dmn_conn_handler.cpp 52 AGpsExtType type; local
53 switch (pmsg->cmsg.cmsg_if_request.type) {
57 type = AGPS_TYPE_SUPL;
63 type = AGPS_TYPE_WIFI;
69 type = AGPS_TYPE_ANY;
84 type,
97 type,
110 type,
123 type,
148 AGpsExtType type; local
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_dmn_conn_handler.cpp 52 AGpsExtType type; local
53 switch (pmsg->cmsg.cmsg_if_request.type) {
57 type = AGPS_TYPE_SUPL;
63 type = AGPS_TYPE_WIFI;
69 type = AGPS_TYPE_ANY;
84 type,
97 type,
110 type,
123 type,
148 AGpsExtType type; local
    [all...]
  /libcore/ojluni/src/main/java/java/net/
SocketOption.java 37 * @param <T> The type of the socket option value.
54 * Returns the type of the socket option value.
56 * @return the type of the socket option value
58 Class<T> type(); method in interface:SocketOption
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
func_matrix.hpp 66 typedef tmat2x2<T, P> type; typedef in struct:glm::detail::outerProduct_trait
72 typedef tmat2x3<T, P> type; typedef in struct:glm::detail::outerProduct_trait
78 typedef tmat2x4<T, P> type; typedef in struct:glm::detail::outerProduct_trait
84 typedef tmat3x2<T, P> type; typedef in struct:glm::detail::outerProduct_trait
90 typedef tmat3x3<T, P> type; typedef in struct:glm::detail::outerProduct_trait
96 typedef tmat3x4<T, P> type; typedef in struct:glm::detail::outerProduct_trait
102 typedef tmat4x2<T, P> type; typedef in struct:glm::detail::outerProduct_trait
108 typedef tmat4x3<T, P> type; typedef in struct:glm::detail::outerProduct_trait
114 typedef tmat4x4<T, P> type; typedef in struct:glm::detail::outerProduct_trait
143 GLM_FUNC_DECL typename detail::outerProduct_trait<T, P, vecTypeA, vecTypeB>::type outerProduct(vecTypeA<T, P> const & c, vecTypeB<T, P> const & r)
    [all...]
  /system/chre/util/nanoapp/
sensor.cc 30 SensorType type = getSensorTypeFromUnsignedInt(sensorType); local
31 return getSensorTypeName(type);
  /dalvik/dx/src/com/android/dx/cf/code/
ValueAwareMachine.java 21 import com.android.dx.rop.type.Prototype;
22 import com.android.dx.rop.type.Type;
23 import com.android.dx.rop.type.TypeBearer;
28 * smart/realistic reference type calculations.
151 Type type = ((TypeBearer) getAuxCst()).getType(); local
152 if (type == Type.VOID) {
155 setResult(type);
164 Type type = ((TypeBearer) getAuxCst()).getType(); local
173 Type type = ((CstCallSiteRef) getAuxCst()).getReturnType(); local
182 Type type = ((CstType) getAuxCst()).getClassType(); local
189 Type type = ((CstType) getAuxCst()).getClassType(); local
194 Type type = ((CstType) getAuxCst()).getClassType(); local
    [all...]
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
Field.java 29 * The type of the field.
31 public final Type type; field in class:Field
37 * @param type type of the field
39 public Field(String name, Type type) {
41 this.type = type;
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_llround.c 4 #define type double macro
s_llroundf.c 4 #define type float macro
s_llroundl.c 4 #define type long double macro
s_lrint.c 31 #ifndef type
33 #define type double macro
43 * significant bits than 'type'. Hence, we bend over backwards for the
47 fn(type x)
s_lroundf.c 4 #define type float macro
s_lroundl.c 4 #define type long double macro
  /device/generic/goldfish-opengl/system/egl/
eglSync.h 30 // c. type/status: track status of fence so SyncAttrib works
34 type(EGL_SYNC_FENCE_KHR),
38 EGLint type; member in struct:EGLSync_t
  /external/annotation-tools/scene-lib/src/type/
ArrayType.java 1 package type; package
4 * A representation of an array type.
6 public class ArrayType extends Type {
9 * The type of elements this array holds.
11 private Type componentType;
14 * Constructs a new array type.
15 * @param componentType the type of elements this array holds
17 public ArrayType(Type componentType) {
23 * Gets the component type.
24 * @return the component type
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p12-1y.cpp 4 template<typename T> struct S { typedef int type; }; typedef in struct:S
9 S<decltype(x)>::type n; // expected-error 2{{}}
15 S<decltype(x)>::type n; // expected-error 2{{}}

Completed in 763 milliseconds

1 2 34 5 6 7 8 91011>>