HomeSort by relevance Sort by last modified time
    Searched defs:second (Results 76 - 100 of 1918) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libchrome/base/profiler/
tracked_time_unittest.cc 42 Duration second = Duration::FromMilliseconds(kSecondMilliseconds); local
45 EXPECT_EQ(kSecondMilliseconds, second.InMilliseconds());
47 Duration sum = first + second;
  /external/mockito/src/test/java/org/mockitousage/stacktrace/
PointingStackTraceToActualInvocationInOrderTest.java 35 second(); method
43 private void second() { method in class:PointingStackTraceToActualInvocationInOrderTest
87 assertThat(e).hasMessageContaining("second(");
109 assertThat(e).hasMessageContaining("second(");
  /external/owasp/sanitizer/src/main/org/owasp/html/
ElementPolicy.java 80 join(jep.second);
121 final ElementPolicy first, second; field in class:JoinedElementPolicy
123 JoinedElementPolicy(ElementPolicy first, ElementPolicy second) {
125 this.second = second;
130 return elementName != null ? second.apply(elementName, attrs) : null;
  /external/testng/src/test/java/test/jarpackages/
JarPackagesTest.java 33 String second = tla.getPassedTests().get(1).getName(); local
34 boolean fThenG = "f".equals(first) && "g".equals(second);
35 boolean gThenF = "g".equals(first) && "f".equals(second);
44 String second = tla.getPassedTests().get(1).getName(); local
45 boolean fThenG = "f".equals(first) && "g".equals(second);
46 boolean gThenF = "g".equals(first) && "f".equals(second);
  /external/v8/src/
dateparser.cc 74 int& second = comp_[2]; local
84 !IsSecond(second) || !IsMillisecond(millisecond)) {
86 if (hour != 24 || minute != 0 || second != 0 || millisecond != 0) {
93 output->set(SECOND, Smi::FromInt(second));
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemRequestRectAboveThinFirstItemTest.java 53 // having the second item call requestRectangleOnScreen with a rect above
61 final View second = mListView.getChildAt(1); local
63 second.getDrawingRect(rect);
64 rect.offset(0, -2 * second.getBottom());
  /libcore/luni/src/test/java/libcore/java/time/
DurationTest.java 139 Duration second = Duration.ofSeconds(1); local
146 second.addTo(temporal);
151 second.subtractFrom(temporal);
  /system/core/logcat/tests/
logcat_benchmark.cpp 41 int second; member in class:timestamp
50 &minute, &second, &millisecond) == 6;
67 ((second < T.second) ||
68 ((second == T.second) &&
  /system/tools/aidl/tests/
aidl_test_client_parcelables.cpp 60 SimpleParcelable("second", 1),
125 PersistableBundle second; local
128 second.putLong(String16("test_long"), 222222l);
130 const vector<PersistableBundle> original{first, second, third};
  /frameworks/support/slices/core/src/androidTest/java/androidx/slice/
SliceTest.java 127 private void assertEquivalent(IconCompat first, IconCompat second) {
128 assertEquals(first.getType(), second.getType());
129 assertEquals(first.getResId(), second.getResId());
130 assertEquals(first.getResPackage(), second.getResPackage());
  /cts/tests/tests/graphics/src/android/graphics/cts/
SumPathEffectTest.java 64 PathEffect second = new DashPathEffect(new float[] { 10, 5 }, 5); local
65 paint.setPathEffect(second);
68 SumPathEffect sumPathEffect = new SumPathEffect(second, first);
  /developers/build/prebuilts/gradle/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ElizaResponder.java 143 String second = WORDS_TO_REPLACE[i * 2 + 1]; local
146 parts[j] = second;
147 } else if (parts[j].equals(second)) {
  /developers/samples/android/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ElizaResponder.java 143 String second = WORDS_TO_REPLACE[i * 2 + 1]; local
146 parts[j] = second;
147 } else if (parts[j].equals(second)) {
  /development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
ElizaResponder.java 143 String second = WORDS_TO_REPLACE[i * 2 + 1]; local
146 parts[j] = second;
147 } else if (parts[j].equals(second)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_generators.py 1188 def second(): function in function:Knights.__init__
    [all...]
  /external/clang/test/Index/
index-templates.cpp 78 U second; member in struct:Pair
  /external/clang/test/SemaCXX/
typo-correction-cxx11.cpp 43 A *second; member in struct:NewTypoExprFromResolvingTypoAmbiguity::pair
57 auto &new_anotation = new_it.second; // expected-note {{'new_anotation' declared here}}
  /external/python/cpython2/Lib/test/
test_generators.py 1188 # Generate the second moves.
1189 def second(): function in function:Knights.__init__
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
win64.asm 21 jmp second
25 second: label
54 mov rdx, rsp ; stack is second parameter
  /external/python/cpython3/Modules/_ctypes/libffi_msvc/
win64.asm 21 jmp second
25 second: label
54 mov rdx, rsp ; stack is second parameter
  /external/skia/src/core/
SkRecordPattern.h 108 // - first, second, third, ... return the data stored by their respective matchers in the pattern.
142 template <typename T> T* second() { return fRest.template first<T>(); } function in class:SkRecords::Pattern
143 template <typename T> T* third() { return fRest.template second<T>(); }
  /external/skia/src/pathops/
SkPathOpsQuad.h 17 const SkDQuad& second() const { return (const SkDQuad&) pts[2]; } function in struct:SkDQuadPair
  /external/skqp/src/core/
SkRecordPattern.h 108 // - first, second, third, ... return the data stored by their respective matchers in the pattern.
142 template <typename T> T* second() { return fRest.template first<T>(); } function in class:SkRecords::Pattern
143 template <typename T> T* third() { return fRest.template second<T>(); }
  /external/skqp/src/pathops/
SkPathOpsQuad.h 17 const SkDQuad& second() const { return (const SkDQuad&) pts[2]; } function in struct:SkDQuadPair
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/stats/
gradient-stats.h 118 // GradientStats holds first and second order gradient stats.
123 GradientStats(float g, float h) : first(g), second(h) {}
125 GradientStats(const Tensor& g, const Tensor& h) : first(g), second(h) {}
129 second(h.Slice(example_index, example_index + 1)) {}
133 second += other.second;
139 second *= value;
145 second -= other.second;
149 bool IsZero() const { return first.IsZero() && second.IsZero();
163 TensorStat second; member in struct:tensorflow::boosted_trees::learner::stochastic::GradientStats
    [all...]

Completed in 597 milliseconds

1 2 34 5 6 7 8 91011>>