HomeSort by relevance Sort by last modified time
    Searched full:somevalue (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/chrome/installer/util/
registry_test_data.cc 72 result = key.WriteValue(L"SomeValue", 1UL);
93 EXPECT_EQ(ERROR_SUCCESS, key.ReadValueDW(L"SomeValue", &dw_value));
registry_test_data.h 28 // \NonEmptyKey\Subkey ("SomeValue" = DWORD 1)
delete_reg_key_work_item_unittest.cc 97 EXPECT_EQ(ERROR_SUCCESS, subkey.WriteValue(L"SomeValue", 1U));
129 EXPECT_EQ(ERROR_SUCCESS, key.ReadValueDW(L"SomeValue", &dw_value));
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
IntentTest.java 441 private final String someValue;
443 public TestSerializable(String someValue) {
444 this.someValue = someValue;
454 if (someValue != null ? !someValue.equals(that.someValue) : that.someValue != null) return false;
461 return someValue != null ? someValue.hashCode() : 0
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
MinSEParser.java 70 "Min-SE: 45;some-param=somevalue\n",
  /external/clang/test/Sema/
MicrosoftExtensions.c 70 SomeValue = 0x100000000
  /art/tools/
generate-operator-out.py 115 # By default, we turn "kSomeValue" into "SomeValue".
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 109 u.addRequestProperty(null, "someValue");
145 u.addRequestProperty(null, "someValue");
747 u.setRequestProperty(null, "someValue");
757 u.setRequestProperty(null, "someValue");
  /external/smali/baksmali/src/test/smali/
baksmali_test_class.smali 93 somevalue = 1234
  /external/chromium_org/content/renderer/media/
mock_peer_connection_impl.cc 265 value.value = "somevalue";
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 87 u.addRequestProperty(null, "someValue");
97 u.addRequestProperty(null, "someValue");
114 u.setRequestProperty(null, "someValue");
131 u.setRequestProperty(null, "someValue");
    [all...]
  /external/clang/test/SemaCXX/
MicrosoftExtensions.cpp 120 SomeValue = 0x100000000
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
TemplateInterpreter.java 387 * <?cs alt:someValue > ... <?cs /alt > command. If value exists, write it, otherwise
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateTranslator.java 477 * <?cs alt:someValue > ... <?cs /alt > command. If value exists, write it, otherwise
    [all...]
  /external/protobuf/src/google/protobuf/
text_format_unittest.cc 829 "invalid_field: somevalue\n",
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format_unittest.cc     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 410 badoption='somevalue')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 410 badoption='somevalue')
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
dojo-1.6.1.js     [all...]

Completed in 1458 milliseconds