Searched defs:after (Results 1 - 25 of 158) sorted by relevance

1234567

/external/chromium_org/chrome/browser/
H A Dloadtimes_extension_bindings_browsertest.cc27 "window.after.firstPaintAfterLoadTime = 0;"
28 "window.after.firstPaintTime = 0;"));
31 std::string after; local
40 " JSON.stringify(after))",
41 &after));
42 EXPECT_EQ(before, after);
58 contents, "window.after = window.chrome.loadTimes()"));
74 contents, "window.after = window.chrome.loadTimes()"));
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DLengthBox.cpp62 Length LengthBox::after(WritingMode writingMode) const function in class:WebCore::LengthBox
/external/junit/src/org/junit/rules/
H A DExternalResource.java23 * protected void after() {
48 after();
56 * @throws if setup fails (which will disable {@code after}
65 protected void after() { method in class:ExternalResource
H A DTemporaryFolder.java36 protected void after() { method in class:TemporaryFolder
/external/valgrind/main/none/tests/ppc64/
H A Dstd_reg_imm.c47 char after[6]; member in struct:__anon27842
/external/chromium_org/base/profiler/
H A Dtracked_time_unittest.cc66 Duration after = now - TrackedTime(ticks_after); local
67 EXPECT_GE(0, after.InMilliseconds());
106 Duration after = now - TrackedTime(ticks_after); local
107 EXPECT_GE(0, after.InMilliseconds());
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dtimeutils_unittest.cc152 time_t after = ::time(NULL); local
154 // Assert that 'tm' represents a time between 'before' and 'after'.
159 EXPECT_TRUE(before <= t && t <= after);
/external/pixman/test/
H A Dradial-perf-test.c24 double before, after; local
52 after = gettime();
56 printf ("Average time to composite: %f\n", (after - before) / N_COMPOSITE);
/external/chromium_org/ui/android/java/src/org/chromium/ui/
H A DUiUtils.java63 * Inserts a {@link View} into a {@link ViewGroup} after directly before a given {@View}.
74 * Inserts a {@link View} into a {@link ViewGroup} after directly after a given {@View}.
77 * @param existingView The {@link View} to insert the newView after.
85 ViewGroup container, View newView, View existingView, boolean after) {
95 if (after) index++;
84 insertView( ViewGroup container, View newView, View existingView, boolean after) argument
/external/chromium_org/ui/base/gtk/
H A Dgtk_signal_registrar.cc51 bool after) {
62 glong handler_id = after ?
47 ConnectInternal(gpointer instance, const gchar* detailed_signal, GCallback signal_handler, gpointer data, bool after) argument
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DLayoutBoxExtent.cpp72 LayoutUnit LayoutBoxExtent::after(WritingMode writingMode) const function in class:WebCore::LayoutBoxExtent
/external/chromium_org/third_party/freetype/src/base/
H A Dftutil.c287 FT_ListNode after = list->head; local
290 node->next = after;
293 if ( !after )
296 after->prev = node;
308 FT_ListNode before, after; local
312 after = node->next;
315 before->next = after;
317 list->head = after;
319 if ( after )
320 after
332 FT_ListNode before, after; local
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout.h211 const hb_codepoint_t *after, member in struct:__anon10781
/external/chromium_org/third_party/icu/source/i18n/
H A Ddtrule.cpp40 UBool after,
46 if (after) {
37 DateTimeRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UBool after, int32_t millisInDay, TimeRuleType timeType) argument
/external/eigen/bench/btl/data/
H A Dsmooth.cxx142 int after=i+j; local
144 if ((before>=0)&&(after<size)) // inside of the vector
147 sample.push_back(tab_mflops[after]);
/external/freetype/src/base/
H A Dftutil.c288 FT_ListNode after = list->head; local
291 node->next = after;
294 if ( !after )
297 after->prev = node;
309 FT_ListNode before, after; local
313 after = node->next;
316 before->next = after;
318 list->head = after;
320 if ( after )
321 after
333 FT_ListNode before, after; local
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout.h211 const hb_codepoint_t *after, member in struct:__anon18074
/external/icu4c/i18n/
H A Ddtrule.cpp40 UBool after,
46 if (after) {
37 DateTimeRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UBool after, int32_t millisInDay, TimeRuleType timeType) argument
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DContextTest.java44 public void after() { method in class:ContextTest
/external/chromium/testing/gtest/test/
H A Dgtest-typed-test_test.cc115 // The second test makes sure shared_ is not deleted after the first
252 // The second test makes sure shared_ is not deleted after the first
304 IntAfterTypedTestCaseP after = 0; variable
/external/chromium_org/testing/gtest/test/
H A Dgtest-typed-test_test.cc115 // The second test makes sure shared_ is not deleted after the first
252 // The second test makes sure shared_ is not deleted after the first
304 IntAfterTypedTestCaseP after = 0; variable
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSParserValues.cpp198 void CSSParserSelector::insertTagHistory(CSSSelector::Relation before, PassOwnPtr<CSSParserSelector> selector, CSSSelector::Relation after) argument
203 selector->setRelation(after);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_program.c184 void rc_insert_instruction(struct rc_instruction * after, struct rc_instruction * inst) argument
186 inst->Prev = after;
187 inst->Next = after->Next;
193 struct rc_instruction *rc_insert_new_instruction(struct radeon_compiler * c, struct rc_instruction * after) argument
197 rc_insert_instruction(after, inst);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_vs_draw.c60 /* The index of the last generic output, after which we insert a new
127 struct tgsi_full_declaration *after,
134 for (i = after->Range.First+1; i < Elements(vsctx->out_remap); i++) {
140 after->Range.First + 1);
292 * labels by 2. Subroutines are always after the END opcode so
297 /* The labels of the following opcodes are moved only after
126 insert_output_after(struct tgsi_transform_context *ctx, struct tgsi_full_declaration *after, unsigned name, unsigned index, unsigned interp) argument
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
H A DIsValidUtf8TestUtil.java394 private static void outputFailure(long byteChar, byte[] bytes, byte[] after) { argument
395 outputFailure(byteChar, bytes, after, after.length);
398 private static void outputFailure(long byteChar, byte[] bytes, byte[] after, argument
401 toHexString(bytes) + " => " + toHexString(after, len));

Completed in 958 milliseconds

1234567