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

1 2 3 4 5 6

  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
inout_typemaps.i 45 (cl::push (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) ACL_result),
46 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in));
48 (cl::push (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) ACL_result),
49 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in));
51 (cl::push (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) ACL_result),
52 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in));
54 (cl::push (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) ACL_result),
55 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in));
57 (cl::push (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) ACL_result),
58 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in))
    [all...]
  /frameworks/rs/
rsList.h 22 T typed; member in union:android::renderscript::List::LinkedBuffer::__anon41650
30 List() : last(nullptr), first(&firstBuffer.data.typed),
62 current = &currentBuffer->data.typed;
74 p = &buffer->data.typed;
  /cts/tests/tests/proto/src/android/util/proto/cts/
ProtoOutputStreamSwitchedWriteTest.java 31 * Tests that the write() functions produce the same values as their typed counterparts.
46 private static final HashMap<Long,WriteTester> TYPED = new HashMap<Long,WriteTester>();
50 TYPED.put(FIELD_TYPE_DOUBLE | FIELD_COUNT_SINGLE,
57 TYPED.put(FIELD_TYPE_FLOAT | FIELD_COUNT_SINGLE,
64 TYPED.put(FIELD_TYPE_INT32 | FIELD_COUNT_SINGLE,
71 TYPED.put(FIELD_TYPE_INT64 | FIELD_COUNT_SINGLE,
78 TYPED.put(FIELD_TYPE_UINT32 | FIELD_COUNT_SINGLE,
85 TYPED.put(FIELD_TYPE_UINT64 | FIELD_COUNT_SINGLE,
92 TYPED.put(FIELD_TYPE_SINT32 | FIELD_COUNT_SINGLE,
99 TYPED.put(FIELD_TYPE_SINT64 | FIELD_COUNT_SINGLE
198 final WriteTester typed = entry.getValue(); local
    [all...]
  /prebuilts/go/darwin-x86/test/
const3.go 7 // Test typed integer constants.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug434.go 7 // Test that typed and untyped negative zero floating point constants
issue16949.go 7 // Ensure that typed non-integer len and cap make arguments are not accepted.
  /prebuilts/go/linux-x86/test/
const3.go 7 // Test typed integer constants.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug434.go 7 // Test that typed and untyped negative zero floating point constants
issue16949.go 7 // Ensure that typed non-integer len and cap make arguments are not accepted.
  /external/protobuf/gtest/src/
gtest-typed-test.cc 32 #include <gtest/gtest-typed-test.h>
  /external/v8/tools/foozzie/
v8_mock_archs.js 13 // Mock maximum typed-array length and limit to 1MiB.
v8_mock.js 66 // Mock buffer access in float typed arrays because of varying NaN patterns.
  /external/doclava/src/com/google/doclava/
TypeInfo.java 535 public static Map<String, TypeInfo> getTypeArgumentMapping(TypeInfo generic, TypeInfo typed) {
539 if (typed.typeArguments() != null && typed.typeArguments().size() > i) {
540 map.put(generic.typeArguments().get(i).simpleTypeName(), typed.typeArguments().get(i));
551 public static Map<String, TypeInfo> getTypeArgumentMapping(ClassInfo cls, TypeInfo typed) {
552 return getTypeArgumentMapping(cls.asTypeInfo(), typed);
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
ReflectionUtil.cs 42 /// Basically they allow the creation of relatively weakly typed delegates from MethodInfos
43 /// which are more strongly typed. They do this by creating an appropriate strongly typed
  /prebuilts/ndk/r11/sources/third_party/googletest/
Android.mk 41 src/gtest-typed-test.cc \
101 test/gtest-typed-test_test.cc \
102 test/gtest-typed-test2_test.cc \
  /prebuilts/ndk/r13/sources/third_party/googletest/
Android.mk 41 src/gtest-typed-test.cc \
101 test/gtest-typed-test_test.cc \
102 test/gtest-typed-test2_test.cc \
  /external/google-breakpad/src/testing/gtest/
CMakeLists.txt 135 cxx_test(gtest-typed-test_test gtest_main
136 test/gtest-typed-test2_test.cc)
  /external/v8/testing/gtest/
CMakeLists.txt 147 cxx_test(gtest-typed-test_test gtest_main
148 test/gtest-typed-test2_test.cc)
  /external/vulkan-validation-layers/tests/gtest-1.7.0/
CMakeLists.txt 137 cxx_test(gtest-typed-test_test gtest_main
138 test/gtest-typed-test2_test.cc)
  /prebuilts/go/darwin-x86/src/sync/atomic/
value.go 11 // A Value provides an atomic load and store of a consistently typed value.
80 panic("sync/atomic: store of inconsistently typed value into Value")
  /prebuilts/go/linux-x86/src/sync/atomic/
value.go 11 // A Value provides an atomic load and store of a consistently typed value.
80 panic("sync/atomic: store of inconsistently typed value into Value")
  /external/googletest/googletest/
Android.mk 96 gtest-typed-test_test,test/gtest-typed-test2_test.cc, \
CMakeLists.txt 173 cxx_test(gtest-typed-test_test gtest_main
174 test/gtest-typed-test2_test.cc)
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
SuggestionSpanUtilsTest.java 132 final SuggestedWordInfo typed = local
164 suggestedWordList.add(typed);
193 // Typed word itself is not added to SuggestionSpan.
  /external/protobuf/gtest/
CMakeLists.txt 270 cxx_test(gtest-typed-test_test gtest_main
271 test/gtest-typed-test2_test.cc)

Completed in 892 milliseconds

1 2 3 4 5 6