HomeSort by relevance Sort by last modified time
    Searched refs:original_value (Results 1 - 23 of 23) sorted by null

  /external/mesa3d/src/glx/tests/
query_renderer_implementation_unittest.cpp 174 static const char original_value[] = "0xDEADBEEF"; local
175 const char *value = original_value;
181 EXPECT_EQ(original_value, value);
211 static const char original_value[] = "original value"; local
212 const char *value = original_value;
  /external/autotest/client/site_tests/desktopui_SonicExtension/extension_pages/
web_elements.py 73 original_value = self._element.get_attribute('value')
74 for i in range(len(original_value)):
  /external/autotest/server/site_tests/firmware_ECLidSwitch/
firmware_ECLidSwitch.py 143 original_value = self._get_keyboard_backlight()
155 self._set_keyboard_backlight(original_value)
  /external/avb/libavb/
avb_util.c 104 uint64_t original_value; local
108 original_value = *value;
111 if (*value < original_value) {
  /frameworks/base/tools/aapt2/compile/
PseudolocaleGenerator.cpp 314 ResourceConfigValue* original_value,
317 original_value->value->Accept(&visitor);
331 ModifyConfigForPseudoLocale(original_value->config, method);
334 entry->FindOrCreateValue(config_with_accent, original_value->product);
  /external/google-breakpad/src/testing/gtest/test/
gtest-param-test_test.cc 211 int original_value = *it; // Have to compute it outside of macro call to be local
213 EXPECT_EQ(original_value, *(it++));
    [all...]
  /external/protobuf/gtest/test/
gtest-param-test_test.cc 211 int original_value = *it; // Have to compute it outside of macro call to be local
213 EXPECT_EQ(original_value, *(it++));
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-param-test_test.cc 211 int original_value = *it; // Have to compute it outside of macro call to be local
213 EXPECT_EQ(original_value, *(it++));
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest-param-test_test.cc 211 int original_value = *it; // Have to compute it outside of macro call to be local
213 EXPECT_EQ(original_value, *(it++));
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest-param-test_test.cc 211 int original_value = *it; // Have to compute it outside of macro call to be local
213 EXPECT_EQ(original_value, *(it++));
    [all...]
  /external/autotest/frontend/afe/
model_logic.py     [all...]
  /external/autotest/server/cros/faft/
firmware_test.py 418 original_value = self.servo.get_usbkey_direction()
432 if original_value != self.servo.get_usbkey_direction():
433 self.servo.switch_usbkey(original_value)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_support.py 716 self.original_value = sys.path[:]
725 sys.path[:] = self.original_value
    [all...]
  /external/googletest/googletest/test/
gtest-param-test_test.cc 211 int original_value = *it; // Have to compute it outside of macro call to be local
213 EXPECT_EQ(original_value, *(it++));
    [all...]
  /external/v8/testing/gtest/test/
gtest-param-test_test.cc 211 int original_value = *it; // Have to compute it outside of macro call to be local
213 EXPECT_EQ(original_value, *(it++));
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set_unittest.cc 130 int64 original_value = local
143 message.SetExtension(unittest::optional_int64_extension, original_value);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_support.py 792 self.original_value = sys.path[:]
801 sys.path[:] = self.original_value
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_support.py 792 self.original_value = sys.path[:]
801 sys.path[:] = self.original_value
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 792 self.original_value = sys.path[:]
801 sys.path[:] = self.original_value
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 792 self.original_value = sys.path[:]
801 sys.path[:] = self.original_value
    [all...]
  /external/libchrome/base/
values_unittest.cc 258 DeletionTestValue* original_value = value.get(); local
262 list.Remove(*original_value, &index);
    [all...]
  /external/python/cpython2/Lib/test/
test_support.py     [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 390 int64 original_value = message.optional_int64(); local
402 message.set_optional_int64(original_value);
    [all...]

Completed in 2957 milliseconds