HomeSort by relevance Sort by last modified time
    Searched defs:since (Results 1 - 12 of 12) sorted by null

  /external/smack/src/org/jivesoftware/smackx/muc/
DiscussionHistory.java 40 * <li>since -> only the messages received since the datetime specified will be included in
53 private Date since; field in class:DiscussionHistory
85 * Returns the since date to use to filter the messages received during that time.
86 * In other words, only the messages received since the datetime specified will be
89 * @return the since date to use to filter the messages received during that time.
92 return since;
126 * Sets the since date to use to filter the messages received during that time.
127 * In other words, only the messages received since the datetime specified will be
130 * @param since the since date to use to filter the messages received during that time
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/browsing_data/
browsing_data_test.cc 36 const char kRemoveEverythingArguments[] = "[{\"since\": 1000}, {"
95 std::string("[{\"since\": 1},") + data_types + "]",
128 std::string("[{\"since\": 1}]"),
148 double since; local
149 EXPECT_TRUE(options->GetDouble("since", &since));
160 // Since the smallest selectable period is an hour, that should be
162 EXPECT_LE(expected_since, since + 10.0 * 1000.0);
243 std::string args = "[{\"since\": 1}," + data_types + "]";
429 std::string("[{\"since\": 1},") + json + "]"
    [all...]
browsing_data_api.cc 54 const char kSinceKey[] = "since";
138 double since = 0; local
141 since = time.ToJsTime();
147 options->SetDouble(extension_browsing_data_api_constants::kSinceKey, since);
244 // base::Time takes a double that represents seconds since epoch. JavaScript
  /external/smack/src/org/jivesoftware/smackx/packet/
MUCInitialPresence.java 119 private Date since; field in class:MUCInitialPresence.History
151 * Returns the since date to use to filter the messages received during that time.
152 * In other words, only the messages received since the datetime specified will be
155 * @return the since date to use to filter the messages received during that time.
158 return since;
192 * Sets the since date to use to filter the messages received during that time.
193 * In other words, only the messages received since the datetime specified will be
196 * @param since the since date to use to filter the messages received during that time.
198 public void setSince(Date since) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SASSSourceMapping.js 267 var headers = { "if-modified-since": new Date(data.sassTimestamp.getTime() - 1000).toUTCString() };
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/resources/
ResourceHelperTest.java 91 public int since() { method in class:ResourceHelperTest.FakeQualifierClass
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
HttpResponseCacheTest.java 621 assertTrue(headers.contains("If-Modified-Since: " + lastModifiedDate));
660 assertTrue(headers.contains("If-Modified-Since: " + lastModifiedDate));
684 assertTrue(headers.contains("If-Modified-Since: " + lastModifiedDate));
1134 Date since = new Date(); local
    [all...]
  /prebuilts/devtools/tools/lib/
sdk-common.jar 
lint-checks.jar 
layoutlib-api.jar 
  /prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /libcore/benchmarks/libs/
caliper.jar 

Completed in 1248 milliseconds