HomeSort by relevance Sort by last modified time
    Searched defs:info (Results 126 - 150 of 4428) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/toybox/toys/other/
uptime.c 25 struct sysinfo info; local
33 sysinfo(&info);
37 // Obtain info about logged on users
45 info.uptime /= 60;
46 minutes = info.uptime%60;
47 info.uptime /= 60;
48 hours = info.uptime%24;
49 days = info.uptime/24;
54 printf(" load average: %.02f, %.02f, %.02f\n", info.loads[0]/65536.0,
55 info.loads[1]/65536.0, info.loads[2]/65536.0)
    [all...]
  /external/v8/src/compiler/
pipeline.h 28 explicit Pipeline(CompilationInfo* info) : info_(info) {}
43 static Handle<Code> GenerateCodeForTesting(CompilationInfo* info,
54 static Handle<Code> GenerateCodeForTesting(CompilationInfo* info,
69 CompilationInfo* info() const { return info_; } function in class:v8::internal::compiler::Pipeline
  /external/valgrind/none/tests/
pending.c 75 siginfo_t info; local
76 if (sigwaitinfo(&all, &info) == -1) {
80 if (info.si_signo != SIGHUP) {
82 info.si_signo);
  /external/valgrind/none/tests/s390x/
ecag.c 35 unsigned info = get_level_info(topology, level); local
37 if ((info & 0xc) == 0) continue; // cache does not exist at this level
39 unsigned cache_type = info & 0x3;
40 unsigned cache_scope = (info & 0xc) >> 2;
  /external/vboot_reference/firmware/lib/include/
bmpblk_font.h 52 ImageInfo info; /* Describes the bitmap. */ member in struct:FontArrayEntryHeader
  /external/webrtc/webrtc/modules/audio_coding/codecs/
audio_encoder.cc 34 EncodedInfo info = local
36 RTC_CHECK_LE(info.encoded_bytes, max_encoded_bytes);
37 return info;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
timestamp_scaler.cc 40 const DecoderDatabase::DecoderInfo* info = local
42 if (!info) {
46 switch (info->codec_type) {
  /frameworks/base/core/java/android/hardware/
CameraInfo.java 30 public Camera.CameraInfo info = new Camera.CameraInfo(); field in class:CameraInfo
39 out.writeInt(info.facing);
40 out.writeInt(info.orientation);
44 info.facing = in.readInt();
45 info.orientation = in.readInt();
52 CameraInfo info = new CameraInfo();
53 info.readFromParcel(in);
55 return info;
  /frameworks/base/core/jni/
android_text_AndroidBidi.cpp 37 jbyte* info = env->GetByteArrayElements(infoArray, NULL); local
38 if (info != NULL) {
44 info[i] = ubidi_getLevelAt(bidi, i);
52 env->ReleaseByteArrayElements(infoArray, info, 0);
  /frameworks/support/v4/gingerbread/android/support/v4/net/
ConnectivityManagerCompatGingerbread.java 35 final NetworkInfo info = cm.getActiveNetworkInfo(); local
36 if (info == null) {
41 final int type = info.getType();
  /frameworks/support/v4/honeycomb_mr2/android/support/v4/net/
ConnectivityManagerCompatHoneycombMR2.java 37 final NetworkInfo info = cm.getActiveNetworkInfo(); local
38 if (info == null) {
43 final int type = info.getType();
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
video_writer.c 18 VpxVideoInfo info; member in struct:VpxVideoWriterStruct
23 static void write_header(FILE *file, const VpxVideoInfo *info,
26 cfg.g_w = info->frame_width;
27 cfg.g_h = info->frame_height;
28 cfg.g_timebase.num = info->time_base.numerator;
29 cfg.g_timebase.den = info->time_base.denominator;
31 ivf_write_file_header(file, &cfg, info->codec_fourcc, frame_count);
36 const VpxVideoInfo *info) {
48 writer->info = *info;
    [all...]
  /hardware/libhardware/tests/camera3/
camera3tests.cpp 32 camera_info info; local
33 ASSERT_EQ(0, cam_module()->get_camera_info(i, &info))
34 << "Can't get camera info for" << i;
39 info.static_camera_characteristics),
47 info.static_camera_characteristics),
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_print.h 31 char *info; /* PERF instance information text */ member in struct:PERF_PRINT_Private
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_ipv4/
ipt_SAME.h 10 unsigned char info; member in struct:ipt_same_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv4/
ipt_SAME.h 11 unsigned char info; member in struct:ipt_same_info
  /prebuilts/gdb/darwin-x86/include/python2.7/
memoryobject.h 56 PyAPI_FUNC(PyObject *) PyMemoryView_FromBuffer(Py_buffer *info); variable
  /prebuilts/gdb/linux-x86/include/python2.7/
memoryobject.h 56 PyAPI_FUNC(PyObject *) PyMemoryView_FromBuffer(Py_buffer *info); variable
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
memoryobject.h 56 PyAPI_FUNC(PyObject *) PyMemoryView_FromBuffer(Py_buffer *info); variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
memoryobject.h 56 PyAPI_FUNC(PyObject *) PyMemoryView_FromBuffer(Py_buffer *info); variable
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceTag.java 21 public final String info; field in class:SystraceTag
25 info = details;
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvTrackInfoTest.java 34 final TvTrackInfo info = new TvTrackInfo.Builder(TvTrackInfo.TYPE_AUDIO, "id_audio") local
40 assertEquals(TvTrackInfo.TYPE_AUDIO, info.getType());
41 assertEquals("id_audio", info.getId());
42 assertEquals(2, info.getAudioChannelCount());
43 assertEquals(48000, info.getAudioSampleRate());
44 assertEquals("eng", info.getLanguage());
45 assertEquals(bundle.get("testTrue"), info.getExtra().get("testTrue"));
46 assertEquals(0, info.describeContents());
50 info.writeToParcel(p, 0);
69 final TvTrackInfo info = new TvTrackInfo.Builder(TvTrackInfo.TYPE_VIDEO, "id_video" local
113 final TvTrackInfo info = new TvTrackInfo.Builder(TvTrackInfo.TYPE_SUBTITLE, "id_subtitle") local
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
LaunchWarningWindow.java 46 icon.setImageDrawable(next.info.applicationInfo.loadIcon(context.getPackageManager()));
49 next.info.applicationInfo.loadLabel(context.getPackageManager()).toString()));
51 icon.setImageDrawable(cur.info.applicationInfo.loadIcon(context.getPackageManager()));
54 cur.info.applicationInfo.loadLabel(context.getPackageManager()).toString()));
  /cts/tests/tests/drm/src/android/drm/cts/
DrmInfoTest.java 79 // Store all the attributes in DrmInfo object info.
80 DrmInfo info = new DrmInfo(DEFAULT_TYPE, DEFAULT_DATA, DEFAULT_MIME); local
84 info.put(key, attributes.get(key));
87 // info object must have all the keys that attributes does.
88 Iterator<String> infoKeys = info.keyIterator();
91 assertEquals(info.get(key), attributes.get(key));
94 // Attributes object must have all the keys that info does.
97 assertEquals(info.get(key), attributes.get(key));
101 Iterator<Object> iterator = info.iterator();
111 DrmInfo info = new DrmInfo(DEFAULT_TYPE, data, DEFAULT_MIME) local
120 DrmInfo info = new DrmInfo(DEFAULT_TYPE, DEFAULT_DATA, mimeType); local
128 DrmInfo info = new DrmInfo(DEFAULT_TYPE, data, DEFAULT_MIME); local
133 DrmInfo info = new DrmInfo(DEFAULT_TYPE, DEFAULT_DATA, mimeType); local
138 DrmInfo info = new DrmInfo(type, DEFAULT_DATA, DEFAULT_MIME); local
144 DrmInfo info = new DrmInfo(type, DEFAULT_DATA, DEFAULT_MIME); local
152 DrmInfo info = new DrmInfo(type, DEFAULT_DATA, DEFAULT_MIME); local
    [all...]
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
GatherAPIDataOld.java 208 APIInfo info = createInfo(doc); local
209 if (info != null) {
210 results.add(info);
238 APIInfo info = (APIInfo)iter.next(); local
239 info.writeln(w);
267 APIInfo info = new APIInfo(); local
269 info.includeStatusVersion(true);
274 info.setType(APIInfo.STA, tagStatus(doc, version));
275 info.setStatusVersion(version[0]);
279 info.setPublic()
    [all...]

Completed in 474 milliseconds

1 2 3 4 56 7 8 91011>>