HomeSort by relevance Sort by last modified time
    Searched full:primitivearray (Results 1 - 18 of 18) sorted by null

  /art/runtime/mirror/
array.h 114 class MANAGED PrimitiveArray : public Array {
118 static PrimitiveArray<T>* Alloc(Thread* self, size_t length)
121 static PrimitiveArray<T>* AllocateAndFill(Thread* self, const T* data, size_t length)
159 void Memmove(int32_t dst_pos, ObjPtr<PrimitiveArray<T>> src, int32_t src_pos, int32_t count)
167 void Memcpy(int32_t dst_pos, ObjPtr<PrimitiveArray<T>> src, int32_t src_pos, int32_t count)
188 DISALLOW_IMPLICIT_CONSTRUCTORS(PrimitiveArray);
192 extern template class PrimitiveArray<uint8_t>; // BooleanArray
193 extern template class PrimitiveArray<int8_t>; // ByteArray
194 extern template class PrimitiveArray<uint16_t>; // CharArray
195 extern template class PrimitiveArray<double>; // DoubleArra
    [all...]
array.cc 150 template <typename T> GcRoot<Class> PrimitiveArray<T>::array_class_;
153 template class PrimitiveArray<uint8_t>; // BooleanArray
154 template class PrimitiveArray<int8_t>; // ByteArray
155 template class PrimitiveArray<uint16_t>; // CharArray
156 template class PrimitiveArray<double>; // DoubleArray
157 template class PrimitiveArray<float>; // FloatArray
158 template class PrimitiveArray<int32_t>; // IntArray
159 template class PrimitiveArray<int64_t>; // LongArray
160 template class PrimitiveArray<int16_t>; // ShortArray
array-inl.h 206 inline void PrimitiveArray<T>::VisitRoots(RootVisitor* visitor) {
211 inline PrimitiveArray<T>* PrimitiveArray<T>::AllocateAndFill(Thread* self,
215 Handle<PrimitiveArray<T>> arr(hs.NewHandle(PrimitiveArray<T>::Alloc(self, length)));
224 inline PrimitiveArray<T>* PrimitiveArray<T>::Alloc(Thread* self, size_t length) {
230 return down_cast<PrimitiveArray<T>*>(raw_array);
234 inline T PrimitiveArray<T>::Get(int32_t i) {
243 inline void PrimitiveArray<T>::Set(int32_t i, T value)
    [all...]
object.h 48 template<class T> class PrimitiveArray;
49 typedef PrimitiveArray<uint8_t> BooleanArray;
50 typedef PrimitiveArray<int8_t> ByteArray;
51 typedef PrimitiveArray<uint16_t> CharArray;
52 typedef PrimitiveArray<double> DoubleArray;
53 typedef PrimitiveArray<float> FloatArray;
54 typedef PrimitiveArray<int32_t> IntArray;
55 typedef PrimitiveArray<int64_t> LongArray;
56 typedef PrimitiveArray<int16_t> ShortArray;
    [all...]
  /external/junit-params/src/test/java/junitparams/
ObjectStringificationTest.java 60 int[] primitiveArray = {1, 2, 3};
63 $(nullArray, "stringOne", primitiveArray, "stringTwo", array)
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
SafeRepresenter.java 56 Represent primitiveArray = new RepresentPrimitiveArray();
57 representers.put(short[].class, primitiveArray);
58 representers.put(int[].class, primitiveArray);
59 representers.put(long[].class, primitiveArray);
60 representers.put(float[].class, primitiveArray);
61 representers.put(double[].class, primitiveArray);
62 representers.put(char[].class, primitiveArray);
63 representers.put(boolean[].class, primitiveArray);
  /external/junit-params/src/test/java/junitparams/usage/
SamplesOfUsageTest.java 151 int[] primitiveArray = {1, 2, 3};
155 $(booleanValue, primitiveArray, stringValue, stringArray)
166 boolean booleanValue, int[] primitiveArray, String stringValue, String[] stringArray) {
  /external/protobuf/csharp/protos/
unittest_issues.proto 70 repeated int32 PrimitiveArray = 2 [deprecated = true];
  /frameworks/support/room/compiler/src/test/kotlin/android/arch/persistence/room/processor/
FieldProcessorTest.kt 193 fun primitiveArray() {
  /art/runtime/native/
sun_misc_Unsafe.cc 313 ObjPtr<mirror::PrimitiveArray<T>> array,
327 ObjPtr<mirror::PrimitiveArray<T>> array,
  /art/runtime/
runtime.cc     [all...]
runtime.h 60 template<class T> class PrimitiveArray;
61 typedef PrimitiveArray<int8_t> ByteArray;
thread.h 65 template<class T> class PrimitiveArray;
66 typedef PrimitiveArray<int32_t> IntArray;
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestIssues.cs 57 new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.DeprecatedFieldsMessage), global::UnitTest.Issues.TestProtos.DeprecatedFieldsMessage.Parser, new[]{ "PrimitiveValue", "PrimitiveArray", "MessageValue", "MessageArray", "EnumValue", "EnumArray" }, null, null, null),
590 /// <summary>Field number for the "PrimitiveArray" field.</summary>
596 public pbc::RepeatedField<int> PrimitiveArray {
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
PpsMoParser.java     [all...]
  /art/runtime/interpreter/
unstarted_runtime.cc 744 mirror::PrimitiveArray<T>* src = down_cast<mirror::PrimitiveArray<T>*>(src_array);
745 mirror::PrimitiveArray<T>* dst = down_cast<mirror::PrimitiveArray<T>*>(dst_array);
    [all...]
interpreter_common.cc     [all...]
  /external/chromium-trace/catapult/systrace/systrace/test_data/
profile-chrome_systrace_perf_chrome_data 1 {"traceEvents": [{"tdur": 460, "name": "MessageLoop::RunTask", "tts": 6016200, "args": {"src_func": "PushOntoImmediateIncomingQueueLocked", "src_file": "../../components/scheduler/base/task_queue_impl.cc"}, "pid": 13931, "ts": 196489505302, "cat": "toplevel", "tid": 13956, "ph": "X", "dur": 463}, {"tdur": 412, "name": "TaskQueueManager::DoWork", "tts": 6016243, "args": {"from_main_thread": false}, "pid": 13931, "ts": 196489505345, "cat": "renderer.scheduler", "tid": 13956, "ph": "X", "dur": 415}, {"tdur": 113, "name": "TaskQueueManager::ProcessTaskFromWorkQueue", "tts": 6016280, "args": {"src_func": "SetEnabled", "src_file": "../../base/trace_event/trace_log.cc"}, "pid": 13931, "ts": 196489505382, "cat": "toplevel", "tid": 13956, "ph": "X", "dur": 117}, {"name": "FrameBlameContext", "tts": 6016311, "args": {}, "pid": 13931, "ts": 196489505414, "cat": "blink", "tid": 13956, "scope": "PlatformThread", "ph": "(", "id": "0x3684"}, {"tdur": 71, "name": "TaskQueueManager::RunTask", "tts": 6016318, "args": {"queue": "default_tq"}, "pid": 13931, "ts": 196489505421, "cat": "renderer.scheduler", "tid": 13956, "ph": "X", "dur": 74}, {"name": "TopLevel", "tts": 6016332, "args": {"snapshot": {}}, "pid": 13931, "ts": 196489505434, "cat": "blink", "tid": 13956, "scope": "PlatformThread", "ph": "O", "id": "0x3684"}, {"name": "FrameBlameContext", "tts": 6016382, "args": {}, "pid": 13931, "ts": 196489505483, "cat": "blink", "tid": 13956, "scope": "PlatformThread", "ph": ")", "id": "0x3684"}, {"tdur": 87, "name": "TaskQueueManager::ProcessTaskFromWorkQueue", "tts": 6016413, "args": {"src_func": "SetEnabled", "src_file": "../../base/trace_event/trace_log.cc"}, "pid": 13931, "ts": 196489505515, "cat": "toplevel", "tid": 13956, "ph": "X", "dur": 91}, {"name": "FrameBlameContext", "tts": 6016441, "args": {}, "pid": 13931, "ts": 196489505543, "cat": "blink", "tid": 13956, "scope": "PlatformThread", "ph": "(", "id": "0x3684"}, {"tdur": 48, "name": "TaskQueueManager::RunTask", "tts": 6016447, "args": {"queue": "default_tq"}, "pid": 13931, "ts": 196489505550, "cat": "renderer.scheduler", "tid": 13956, "ph": "X", "dur": 51}], "stackFrames": {"2850": {"category": "Kernel", "name": "datagram_poll", "parent": 2573}, "2853": {"category": "Android", "name": "android::IPCThreadState::IPCThreadState()", "parent": 152}, "1523": {"category": "Kernel", "name": "update_clk_statistics", "parent": 1522}, "2855": {"category": "Java", "name": "art::mirror::PrimitiveArray<unsigned char>::SetArrayClass(art::mirror::Class*)"}, "1993": {"category": "Kernel", "name": "_fin (…)
    [all...]

Completed in 205 milliseconds