HomeSort by relevance Sort by last modified time
    Searched refs:before (Results 101 - 125 of 4251) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/experimental/RpcPerformance/
rpcperftest.cpp 80 struct timespec before, after; local
81 clock_gettime(CLOCK_MONOTONIC, &before);
91 double seconds = (after.tv_sec - before.tv_sec);
92 seconds += (after.tv_nsec - before.tv_nsec) / 1000000000.0;
  /external/chromium_org/chrome/browser/
loadtimes_extension_bindings_browsertest.cc 19 // before we read them. We ought to test that too. Until the race is fixed,
25 "window.before.firstPaintAfterLoadTime = 0;"
26 "window.before.firstPaintTime = 0;"
30 std::string before; local
35 " JSON.stringify(before))",
36 &before));
42 EXPECT_EQ(before, after);
54 contents, "window.before = window.chrome.loadTimes()"));
71 contents, "window.before = window.chrome.loadTimes()"));
  /external/valgrind/main/memcheck/tests/
badrw.stderr.exp 3 Address 0x........ is 4 bytes before a block of size 10 alloc'd
9 Address 0x........ is 4 bytes before a block of size 10 alloc'd
15 Address 0x........ is 4 bytes before a block of size 10 alloc'd
21 Address 0x........ is 4 bytes before a block of size 10 alloc'd
27 Address 0x........ is 1 bytes before a block of size 10 alloc'd
33 Address 0x........ is 1 bytes before a block of size 10 alloc'd
  /external/chromium_org/v8/src/
date.cc 311 DST* before = NULL; local
317 if (before == NULL || before->start_sec < dst_[i].start_sec) {
318 before = &dst_[i];
327 // If before or after segments were not found,
329 if (before == NULL) {
330 before = InvalidSegment(before_) ? before_ : LeastRecentlyUsedDST(after);
333 after = InvalidSegment(after_) && before != after_
334 ? after_ : LeastRecentlyUsedDST(before);
337 ASSERT(before != NULL)
    [all...]
  /external/lldb/test/functionalities/embedded_interpreter/
TestConvenienceVariables.py 62 self.expect(child.before, exe=False,
67 self.expect(child.before, exe=False,
72 self.expect(child.before, exe=False,
77 self.expect(child.before, exe=False,
82 self.expect(child.before, exe=False,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
BinaryDictionaryUtils.java 45 private static native float calcNormalizedScoreNative(int[] before, int[] after, int score);
46 private static native int editDistanceNative(int[] before, int[] after);
109 public static float calcNormalizedScore(final String before, final String after,
111 return calcNormalizedScoreNative(StringUtils.toCodePointArray(before),
115 public static int editDistance(final String before, final String after) {
116 if (before == null || after == null) {
119 return editDistanceNative(StringUtils.toCodePointArray(before),
  /external/valgrind/main/none/tests/amd64/
avx2-1.stdout.exp 2 before
15 before
29 before
42 before
56 before
69 before
83 before
96 before
110 before
123 before
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
testfile.py 43 def delete_file(cls, key, master, builder, test_type, name, before, limit):
53 files = cls.get_files(master, builder, test_type, name, before, load_data=False, limit=limit)
56 "File not found, master: %s, builder: %s, test_type:%s, name: %s, before: %s.",
57 master, builder, test_type, name, before)
66 def get_files(cls, master, builder, test_type, name, before=None, load_data=True, limit=1):
76 if before:
77 date = datetime.strptime(before, "%Y-%m-%dT%H:%M:%SZ")
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDiff.java 42 * from "before" to "after". Tries its best to keep operations to
46 public static EntityDiff buildDiff(Entity before, Entity after, Uri targetUri,
53 if (before == null) {
54 // Before doesn't exist, so insert "after" values
70 // After doesn't exist, so delete "before" values
71 for (NamedContentValues child : before.getSubValues()) {
78 builder.withSelection(getSelectIdClause(before.getEntityValues()), null);
84 if (!before.getEntityValues().equals(values)) {
93 final HashMap<String, NamedContentValues> beforeChildren = buildChildrenMap(before);
96 // Walk through "before" children looking for deletes and update
    [all...]
  /art/runtime/
monitor_pool.cc 78 Monitor* before = reinterpret_cast<Monitor*>(reinterpret_cast<uintptr_t>(last) - local
80 before->next_free_ = last;
82 before->monitor_id_ = OffsetToMonitorId(MonitorIdToOffset(last->monitor_id_) -
85 last = before;
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
SceneGraphNode.cpp 27 before(program, model, view, projection);
SceneGraphNode.h 27 virtual void before(Program& program, Matrix& model, Matrix& view, Matrix& projection) = 0;
  /cts/suite/cts/deviceTests/opengl/jni/reference/scene/flocking/
WaterMeshNode.h 28 virtual void before(Program& program, Matrix& model, Matrix& view, Matrix& projection);
  /cts/suite/cts/deviceTests/opengl/jni/reference/scene/glowing/
BlurMeshNode.h 28 virtual void before(Program& program, Matrix& model, Matrix& view, Matrix& projection);
  /external/chromium_org/base/profiler/
tracked_time_unittest.cc 64 Duration before = now - TrackedTime(ticks_before); local
65 EXPECT_LE(0, before.InMilliseconds());
104 Duration before = now - TrackedTime(ticks_before); local
105 EXPECT_LE(0, before.InMilliseconds());
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
reset.css 34 blockquote:before, blockquote:after, q:before, q:after { content: ""; }
  /external/lldb/test/pexpect-2.4/examples/
ssh_session.py 51 self.f.write(str(child.before) + str(child.after)+'\n')
68 sys.stderr.write("<- " + child.before + "|\n")
70 self.f.write(str(child.before) + str(child.after)+'\n')
74 return child.before
  /external/llvm/test/MC/COFF/
symbol-alias.s 26 # Order is important here. Assign _bar_alias_alias before _bar_alias.
  /external/stlport/stlport/
assert.h 35 # error assert has been defined before inclusion of assert.h header.
errno.h 45 /* If errno has been defined before inclusion of native errno.h including it from STLport errno.h
53 * To fix this problem you have to find where this definition comes from and include errno.h before it.
55 # error errno has been defined before inclusion of errno.h header.
setjmp.h 41 # error setjmp has been defined before inclusion of setjmp.h header.
  /external/valgrind/main/none/tests/ppc64/
std_reg_imm.c 45 char before[2]; member in struct:__anon36908
  /ndk/sources/cxx-stl/gabi++/src/
type_info.cc 66 type_info::before(const type_info& rhs) const function in class:std::type_info
  /ndk/sources/cxx-stl/stlport/stlport/
assert.h 35 # error assert has been defined before inclusion of assert.h header.
errno.h 45 /* If errno has been defined before inclusion of native errno.h including it from STLport errno.h
53 * To fix this problem you have to find where this definition comes from and include errno.h before it.
55 # error errno has been defined before inclusion of errno.h header.

Completed in 314 milliseconds

1 2 3 45 6 7 8 91011>>