OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:infoArray
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/system_wrappers/source/
cpu_mac.cc
23
processor_info_array_t
infoArray
;
29
&
infoArray
,
41
(processor_cpu_load_info_data_t*)
infoArray
;
51
vm_deallocate(mach_task_self(), (vm_address_t)
infoArray
, infoCount);
72
processor_info_array_t
infoArray
;
96
&
infoArray
,
104
(processor_cpu_load_info_data_t*)
infoArray
;
126
vm_deallocate(mach_task_self(), (vm_address_t)
infoArray
, infoCount);
/frameworks/base/core/jni/
android_text_AndroidBidi.cpp
29
jbyteArray
infoArray
, int n, jboolean haveInfo)
37
jbyte* info = env->GetByteArrayElements(
infoArray
, NULL);
52
env->ReleaseByteArrayElements(
infoArray
, info, 0);
/external/llvm/utils/TableGen/
EDEmitter.cpp
799
/// @arg
infoArray
- The array of InstInfo objects to populate
801
static void populateInstInfo(CompoundConstantEmitter &
infoArray
,
813
infoArray
.addEntry(infoStruct);
958
CompoundConstantEmitter
infoArray
;
961
populateInstInfo(
infoArray
, target);
968
infoArray
.emit(o, i);
Completed in 864 milliseconds