HomeSort by relevance Sort by last modified time
    Searched full:info (Results 51 - 75 of 40308) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/adhd/cras/src/tests/
hfp_info_unittest.cc 14 static struct hfp_info *info; variable in typeref:struct:hfp_info
32 info = hfp_info_create();
33 ASSERT_NE(info, (void *)NULL);
37 ASSERT_EQ(0, hfp_info_add_iodev(info, &dev));
38 ASSERT_TRUE(hfp_info_has_iodev(info));
41 ASSERT_EQ(0, hfp_info_rm_iodev(info, &dev));
42 ASSERT_FALSE(hfp_info_has_iodev(info));
44 hfp_info_destroy(info);
48 info = hfp_info_create();
49 ASSERT_NE(info, (void *)NULL)
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/datausage/
DataUsageInfoControllerTest.java 24 private DataUsageInfo info; field in class:DataUsageInfoControllerTest
29 info = new DataUsageInfo();
34 info.warningLevel = POSITIVE_SMALL;
35 info.limitLevel = POSITIVE_LARGE;
36 info.usageLevel = POSITIVE_SMALL;
37 assertThat(mInfoController.getSummaryLimit(info)).isEqualTo(info.limitLevel);
42 info.warningLevel = POSITIVE_LARGE;
43 info.limitLevel = POSITIVE_LARGE;
44 info.usageLevel = POSITIVE_SMALL
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
dis-init.c 27 init_disassemble_info (struct disassemble_info *info, void *stream,
30 memset (info, 0, sizeof (*info));
32 info->flavour = bfd_target_unknown_flavour;
33 info->arch = bfd_arch_unknown;
34 info->endian = BFD_ENDIAN_UNKNOWN;
35 info->endian_code = info->endian;
36 info->octets_per_byte = 1;
37 info->fprintf_func = fprintf_func
    [all...]
  /external/valgrind/helgrind/tests/
tc19_shadowmem.c 17 Info;
25 Info* info = (Info*)infoV; local
26 firstoff = info->firstoff;
27 lastoff = info->lastoff;
28 skipoff = info->skipoff;
29 arr = info->arr;
31 assert( info->child == &child8 );
49 Info* info = (Info*)infoV local
73 Info* info = (Info*)infoV; local
97 Info* info = (Info*)infoV; local
139 Info info; local
282 Info* info = (Info*)infoV; local
    [all...]
hg03_inherit.vgtest 2 vgopts: --read-var-info=yes
  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java 27 * TODO: Merge at least most of the info from the Dops class into
32 private static final Info[] INFO;
40 public static final Info SPECIAL_FORMAT =
41 new Info(Opcodes.SPECIAL_FORMAT, "<special>",
46 public static final Info PACKED_SWITCH_PAYLOAD =
47 new Info(Opcodes.PACKED_SWITCH_PAYLOAD, "packed-switch-payload",
51 public static final Info SPARSE_SWITCH_PAYLOAD =
52 new Info(Opcodes.SPARSE_SWITCH_PAYLOAD, "sparse-switch-payload",
56 public static final Info FILL_ARRAY_DATA_PAYLOAD
    [all...]
  /build/kati/testcase/
define_newline.mk 6 $(info This should have$(newline)two lines)
func_with_backslash.mk 1 $(info $(if \
quine.mk 2 $$(info define q)
3 $$(info $$(subst $$$$,$$$$$$$$,$$q))
4 $$(info endef)
5 $$(info $$$$(eval $$$$q))
  /device/google/wahoo/sepolicy/vendor/
shell.te 1 # To allow non-root to find power_supply management info
  /external/annotation-tools/scene-lib/test/annotations-expected/tests/classfile/cases/
package-info.class 
package-info_Expected.class 
  /external/deqp/android/cts/master/src/
egl-master.txt 1 dEQP-EGL.info.*
gles2-master.txt 1 dEQP-GLES2.info.*
gles3-master.txt 1 dEQP-GLES3.info.*
gles31-master.txt 1 dEQP-GLES31.info.*
  /external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.4.x/src/
egl-master.txt 1 dEQP-EGL.info.*
  /external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/master/src/
egl-master.txt 1 dEQP-EGL.info.*
  /external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.4.x/src/
gles2-master.txt 1 dEQP-GLES2.info.*
gles3-master.txt 1 dEQP-GLES3.info.*
gles31-master.txt 1 dEQP-GLES31.info.*
  /external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/master/src/
gles2-master.txt 1 dEQP-GLES2.info.*
gles3-master.txt 1 dEQP-GLES3.info.*
gles31-master.txt 1 dEQP-GLES31.info.*
  /external/valgrind/drd/tests/
linuxthreads_det.vgtest 2 vgopts: --read-var-info=yes

Completed in 1200 milliseconds

1 23 4 5 6 7 8 91011>>