HomeSort by relevance Sort by last modified time
    Searched defs:test_value (Results 1 - 25 of 33) sorted by null

1 2

  /external/python/cpython2/Doc/includes/
mp_synchronize.py 14 #### TEST_VALUE
25 def test_value(): function
240 for func in [ test_value, test_queue, test_condition,
  /external/vboot_reference/tests/
vboot_nvstorage_test.c 21 uint32_t test_value; /* Value to test writing */ member in struct:VbNvField
143 TEST_EQ(VbNvSet(&c, vnf->param, vnf->test_value), 0, " set 1");
145 TEST_EQ(data, vnf->test_value, " value 1");
vb2_nvstorage_tests.c 25 uint32_t test_value; /* Value to test writing */ member in struct:nv_field
156 vb2_nv_set(&c, vnf->param, vnf->test_value);
157 TEST_EQ(vb2_nv_get(&c, vnf->param), vnf->test_value, vnf->desc);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
byte_io_unittest.cc 62 T test_value = CreateTestValue<T>(negative, B); local
67 PopulateTestData(bytes + i, test_value, B, big_endian);
70 EXPECT_EQ(test_value, RM(bytes + i));
84 T test_value = CreateTestValue<T>(negative, B); local
90 PopulateTestData(expected_bytes + i, test_value, B, big_endian);
94 WM(bytes + i, test_value);
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
utils_test.py 35 def test_value(self): member in class:ConstantValueTest
69 def test_value(self): member in class:StaticCondTest
108 def test_value(self): member in class:SmartCondStaticTest
147 def test_value(self): member in class:SmartCondDynamicTest
  /external/libchrome/base/json/
json_value_serializer_unittest.cc 360 string16 test_value; local
361 ASSERT_TRUE(dict_root->GetString("test", &test_value));
362 ASSERT_EQ(test, test_value);
370 ASSERT_TRUE(dict_root->GetString("test", &test_value));
371 ASSERT_EQ(ASCIIToUTF16("go"), test_value);
  /external/libchrome/base/process/
process_metrics_unittest.cc 38 int64_t test_value = 0; local
40 ++test_value;
41 vec->push_back(Int64ToString(test_value));
  /external/libjpeg-turbo/
jdmerge.c 505 int test_value = 1; local
506 if (*(char *)&test_value != 1)
wrbmp.c 72 int test_value = 1; local
73 if (*(char *)&test_value != 1)
jdcolor.c 618 int test_value = 1; local
619 if (*(char *)&test_value != 1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
syncstr.h 104 CARD64 test_value; /* trigger event threshold value */ member in struct:_SyncTrigger
  /art/runtime/interpreter/
unstarted_runtime_test.cc 605 const char* test_value = &test_string[10 - i]; local
609 hs_str.NewHandle(mirror::String::AllocFromModifiedUtf8(self, test_value)));
653 const char* test_value = &test_string[10 - i]; local
657 hs_str.NewHandle(mirror::String::AllocFromModifiedUtf8(self, test_value)));
    [all...]
  /external/python/cpython2/Lib/lib-tk/test/test_ttk/
test_widgets.py 686 def test_value(self): member in class:RadiobuttonTest
778 def test_value(self): member in class:ScaleTest
884 def test_value(self): member in class:ProgressbarTest
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_ttk/
test_widgets.py 685 def test_value(self): member in class:RadiobuttonTest
777 def test_value(self): member in class:ScaleTest
883 def test_value(self): member in class:ProgressbarTest
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
variable_scope_test.py 488 def test_value(value): function in function:VariableScopeTest.testVarScopeGetOrCreateReuse
497 test_value(42.) # Variable is created.
498 test_value(13.) # Variable is reused hereafter.
499 test_value(17.)
    [all...]
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_widgets.py 230 def test_value(self): member in class:RadiobuttonTest
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_tkinter/
test_widgets.py 234 def test_value(self): member in class:RadiobuttonTest
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_multiprocessing.py 836 def test_value(self, raw=False): member in class:_TestValue
855 self.test_value(raw=True)
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cPipelineStatisticsQueryTests.cpp 2736 const unsigned char test_value = 0xFF; local
    [all...]
  /external/mesa3d/src/compiler/glsl/
ast.h 994 ast_case_label(ast_expression *test_value);
1003 ast_expression *test_value; member in class:ast_case_label
    [all...]
  /external/python/cpython2/Lib/test/
test_multiprocessing.py 924 def test_value(self, raw=False): member in class:_TestValue
944 self.test_value(raw=True)
    [all...]
  /external/vixl/test/aarch32/
test-assembler-aarch32.cc 1900 uint32_t test_value; member in struct:vixl::aarch32::LdrLiteralRangeTest
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multiprocessing.py 906 def test_value(self, raw=False): member in class:_TestValue
926 self.test_value(raw=True)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multiprocessing.py 906 def test_value(self, raw=False): member in class:_TestValue
926 self.test_value(raw=True)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 906 def test_value(self, raw=False): member in class:_TestValue
926 self.test_value(raw=True)
    [all...]

Completed in 1460 milliseconds

1 2