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

1 23 4 5 6 7 8 91011>>

  /device/moto/shamu/self-extractors/
PART1 6 echo You must agree to this license before using this software.
  /device/samsung/manta/self-extractors/
PART1 6 echo You must agree to this license before using this software.
  /external/chromium_org/third_party/skia/tools/
git-skia-verify 19 # It would delete {before,after,diff} directory under the current directory,
62 rm -rf {before,after,diff}
63 mkdir {before,after,diff}
89 ./out/Release/gm -w before
95 ./out/Release/skdiff before after diff
  /external/compiler-rt/test/asan/TestCases/
max_redzone.cc 17 size_t before = __sanitizer_get_heap_size(); local
24 size_t diff = after - before;
  /external/junit/src/org/junit/internal/runners/statements/
RunBefores.java 26 for (FrameworkMethod before : fBefores)
27 before.invokeExplosively(fTarget);
  /external/skia/tools/
git-skia-verify 19 # It would delete {before,after,diff} directory under the current directory,
62 rm -rf {before,after,diff}
63 mkdir {before,after,diff}
89 ./out/Release/gm -w before
95 ./out/Release/skdiff before after diff
  /external/valgrind/main/memcheck/tests/
sigprocmask.stderr.exp 0 before
  /external/chromium_org/chrome/browser/resources/login/
bubble.css 20 .bubble::before {
28 .bubble-top::before {
33 html[dir=ltr] .bubble-top::before {
37 html[dir=rtl] .bubble-top::before {
41 html[dir=ltr] .bubble-right::before,
42 html[dir=rtl] .bubble-left::before {
48 .bubble-bottom::before {
53 html[dir=ltr] .bubble-bottom::before {
57 html[dir=rtl] .bubble-bottom::before {
61 html[dir=ltr] .bubble-left::before,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_schedule_instructions.cpp 129 void add_dep(schedule_node *before, schedule_node *after, int latency);
130 void add_dep(schedule_node *before, schedule_node *after);
163 * The @after node will be scheduled after @before. We will try to
164 * schedule it @latency cycles after @before, but no guarantees there.
167 instruction_scheduler::add_dep(schedule_node *before, schedule_node *after,
170 if (!before || !after)
173 assert(before != after);
175 for (int i = 0; i < before->child_count; i++) {
176 if (before->children[i] == after) {
177 before->child_latency[i] = MAX2(before->child_latency[i], latency)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_schedule_instructions.cpp 129 void add_dep(schedule_node *before, schedule_node *after, int latency);
130 void add_dep(schedule_node *before, schedule_node *after);
163 * The @after node will be scheduled after @before. We will try to
164 * schedule it @latency cycles after @before, but no guarantees there.
167 instruction_scheduler::add_dep(schedule_node *before, schedule_node *after,
170 if (!before || !after)
173 assert(before != after);
175 for (int i = 0; i < before->child_count; i++) {
176 if (before->children[i] == after) {
177 before->child_latency[i] = MAX2(before->child_latency[i], latency)
    [all...]
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactDeltaTests.java 80 final RawContact before = new RawContact(contact); local
81 before.addDataItemValues(phone);
82 return before;
89 * "before" {@link RawContact}.
92 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); local
93 final RawContactDelta source = RawContactDelta.fromBefore(before);
94 final RawContactDelta dest = RawContactDelta.fromBefore(before);
102 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); local
103 final RawContactDelta source = RawContactDelta.fromBefore(before);
104 final RawContactDelta dest = RawContactDelta.fromBefore(before);
120 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); local
134 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); local
147 final ContentValues before = new ContentValues(); local
166 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); local
177 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); local
214 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); local
259 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); local
293 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); local
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/provider/
HostAuthTests.java 254 final HostAuth before = new HostAuth(); local
255 before.mProtocol = "IMAP";
256 before.mAddress = "dhoff@example.com";
257 before.mPort = 1337;
258 before.mFlags = 293847;
259 before.setLogin("dhoff", "daknightrida");
260 before.mDomain = "example.com";
261 before.mClientCertAlias = "I'm a client cert alias";
262 before.mServerCert = new byte[] {(byte) 0xFF, (byte) 0xAA};
263 before.mCredentialKey = 9873425
    [all...]
  /abi/cpp/src/
type_info.cc 65 type_info::before(const type_info& rhs) const function in class:std::type_info
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
MeshNode.h 27 virtual void before(Program& program, Matrix& model, Matrix& view, Matrix& projection) = 0;
PerspectiveMeshNode.h 28 virtual void before(Program& program, Matrix& model, Matrix& view, Matrix& projection);
Program.cpp 21 void Program::before(Matrix& model, Matrix& view, Matrix& projection) { function in class:Program
Program.h 25 virtual void before(Matrix& model, Matrix& view, Matrix& projection);
TexturedMeshNode.h 28 virtual void before(Program& program, Matrix& model, Matrix& view, Matrix& projection);
TransformationNode.h 26 virtual void before(Program& program, Matrix& model, Matrix& view,
  /external/chromium_org/third_party/freetype/src/base/
ftutil.c 267 FT_ListNode before = list->tail; local
271 node->prev = before;
273 if ( before )
274 before->next = node;
309 FT_ListNode before, after; local
312 before = node->prev;
315 if ( before )
316 before->next = after;
321 after->prev = before;
323 list->tail = before;
333 FT_ListNode before, after; local
    [all...]
  /external/freetype/src/base/
ftutil.c 267 FT_ListNode before = list->tail; local
271 node->prev = before;
273 if ( before )
274 before->next = node;
309 FT_ListNode before, after; local
312 before = node->prev;
315 if ( before )
316 before->next = after;
321 after->prev = before;
323 list->tail = before;
333 FT_ListNode before, after; local
    [all...]
  /external/lldb/test/pexpect-2.4/examples/
python.py 14 print f(c.before)
monitor.py 83 print child.before, child.after
115 print child.before
126 print child.before
127 if 'linux' in child.before.lower():
157 print child.before
162 print child.before
168 print child.before
173 print child.before
178 print child.before
183 # print child.before
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/utils/
autocorrection_threshold_utils.cpp 32 /* static */ int AutocorrectionThresholdUtils::editDistance(const int *before,
35 before, beforeLength, after, afterLength);
58 // (full match up to min(before.length(), after.length())
62 // - If before.length() == after.length()
64 // So, maximum original score is powf(2, min(before.length(), after.length())) * 255 * 2 * 1.2
70 /* static */ float AutocorrectionThresholdUtils::calcNormalizedScore(const int *before,
75 const int distance = editDistance(before, beforeLength, after, afterLength);
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
controller.js 101 var before = this.view.getValues();
102 var after = !before.accumulator ? values : {};
104 accumulator: this.getUpdatedValue_(before, after, 'accumulator'),
105 operator: this.getUpdatedValue_(before, after, 'operator'),
106 operand: this.getUpdatedValue_(before, after, 'operand', !before.operator)
108 return !before.accumulator;
112 Controller.prototype.getUpdatedValue_ = function(before, after, key, zero) {
113 var value = (typeof after[key] !== 'undefined') ? after[key] : before[key];

Completed in 2258 milliseconds

1 23 4 5 6 7 8 91011>>