Searched refs:orig (Results 26 - 50 of 273) sorted by relevance

1234567891011

/external/chromium_org/chrome/browser/resources/ntp4/
H A Drecently_closed.js95 var orig = e.originalEvent;
97 if (orig instanceof MouseEvent)
98 button = orig.button;
102 orig.altKey,
103 orig.ctrlKey,
104 orig.metaKey,
105 orig.shiftKey];
/external/ceres-solver/internal/ceres/
H A Dtriplet_sparse_matrix_test.cc102 TripletSparseMatrix orig(2, 5, 4);
103 orig.mutable_rows()[0] = 0;
104 orig.mutable_cols()[0] = 1;
105 orig.mutable_values()[0] = 2.5;
107 orig.mutable_rows()[1] = 1;
108 orig.mutable_cols()[1] = 4;
109 orig.mutable_values()[1] = 5.2;
110 orig.set_num_nonzeros(2);
112 TripletSparseMatrix cpy(orig);
130 TripletSparseMatrix orig(
[all...]
H A Dtriplet_sparse_matrix.cc72 TripletSparseMatrix::TripletSparseMatrix(const TripletSparseMatrix& orig) argument
74 num_rows_(orig.num_rows_),
75 num_cols_(orig.num_cols_),
76 max_num_nonzeros_(orig.max_num_nonzeros_),
77 num_nonzeros_(orig.num_nonzeros_),
82 CopyData(orig);
147 void TripletSparseMatrix::CopyData(const TripletSparseMatrix& orig) { argument
149 rows_[i] = orig.rows_[i];
150 cols_[i] = orig.cols_[i];
151 values_[i] = orig
[all...]
/external/ltrace/sysdeps/linux-gnu/arm/
H A Dbreakpoint.c44 union _ orig, current; local
47 orig.b[j] = sbp->orig_value[i * sizeof(long) + j];
52 current.l, orig.l, sbp->arch.thumb_mode);
77 union _ orig, current; local
80 orig.b[j] = sbp->orig_value[i * sizeof(long) + j];
85 current.l, orig.l, sbp->arch.thumb_mode);
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
H A Debt_802_3.h33 __u8 orig[3]; member in struct:hdr_ui
41 __u8 orig[3]; member in struct:hdr_ni
/external/chromium_org/third_party/skia/tests/
H A DRoundRectTest.cpp386 static void assert_transform_failure(skiatest::Reporter* reporter, const SkRRect& orig, argument
389 SkASSERT(!orig.isEmpty());
394 const SkRRect copyOfOrig = orig;
395 bool success = orig.transform(matrix, &dst);
401 REPORTER_ASSERT(reporter, copyOfOrig == orig);
402 REPORTER_ASSERT(reporter, orig != dst);
406 const SkVector& origUL = orig.radii(SkRRect::kUpperLeft_Corner); \
407 const SkVector& origUR = orig.radii(SkRRect::kUpperRight_Corner); \
408 const SkVector& origLR = orig.radii(SkRRect::kLowerRight_Corner); \
409 const SkVector& origLL = orig
416 test_transform_helper(skiatest::Reporter* reporter, const SkRRect& orig) argument
[all...]
/external/skia/tests/
H A DRoundRectTest.cpp386 static void assert_transform_failure(skiatest::Reporter* reporter, const SkRRect& orig, argument
389 SkASSERT(!orig.isEmpty());
394 const SkRRect copyOfOrig = orig;
395 bool success = orig.transform(matrix, &dst);
401 REPORTER_ASSERT(reporter, copyOfOrig == orig);
402 REPORTER_ASSERT(reporter, orig != dst);
406 const SkVector& origUL = orig.radii(SkRRect::kUpperLeft_Corner); \
407 const SkVector& origUR = orig.radii(SkRRect::kUpperRight_Corner); \
408 const SkVector& origLR = orig.radii(SkRRect::kLowerRight_Corner); \
409 const SkVector& origLL = orig
416 test_transform_helper(skiatest::Reporter* reporter, const SkRRect& orig) argument
[all...]
/external/valgrind/main/coregrind/
H A Dpub_core_demangle.h46 HChar* orig, HChar* result, Int result_size );
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_blit.c572 struct texture_orig_info *orig)
579 orig->format = tex->format;
580 orig->width0 = tex->width0;
581 orig->height0 = tex->height0;
582 orig->npix0_x = rtex->surface.level[0].npix_x;
583 orig->npix0_y = rtex->surface.level[0].npix_y;
584 orig->npix_x = rtex->surface.level[level].npix_x;
585 orig->npix_y = rtex->surface.level[level].npix_y;
592 new_width = util_format_get_nblocksx(tex->format, orig->width0);
593 new_height = util_format_get_nblocksy(tex->format, orig
570 r600_compressed_to_blittable(struct pipe_resource *tex, unsigned level, struct texture_orig_info *orig) argument
604 r600_subsampled_2x1_32bpp_to_blittable(struct pipe_resource *tex, unsigned level, struct texture_orig_info *orig) argument
624 r600_change_format(struct pipe_resource *tex, unsigned level, struct texture_orig_info *orig, enum pipe_format format) argument
642 r600_reset_blittable_to_orig(struct pipe_resource *tex, unsigned level, struct texture_orig_info *orig) argument
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c572 struct texture_orig_info *orig)
579 orig->format = tex->format;
580 orig->width0 = tex->width0;
581 orig->height0 = tex->height0;
582 orig->npix0_x = rtex->surface.level[0].npix_x;
583 orig->npix0_y = rtex->surface.level[0].npix_y;
584 orig->npix_x = rtex->surface.level[level].npix_x;
585 orig->npix_y = rtex->surface.level[level].npix_y;
592 new_width = util_format_get_nblocksx(tex->format, orig->width0);
593 new_height = util_format_get_nblocksy(tex->format, orig
570 r600_compressed_to_blittable(struct pipe_resource *tex, unsigned level, struct texture_orig_info *orig) argument
604 r600_subsampled_2x1_32bpp_to_blittable(struct pipe_resource *tex, unsigned level, struct texture_orig_info *orig) argument
624 r600_change_format(struct pipe_resource *tex, unsigned level, struct texture_orig_info *orig, enum pipe_format format) argument
642 r600_reset_blittable_to_orig(struct pipe_resource *tex, unsigned level, struct texture_orig_info *orig) argument
[all...]
/external/nanopb-c/examples/using_double_on_avr/
H A Dtest_conversions.c24 double orig = testvalues[i]; local
25 float expected_float = (float)orig;
28 float got_float = double_to_float(*(uint64_t*)&orig);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dbezier.c330 static enum shift_result shift(const struct bezier *orig, argument
336 VGboolean p1_p2_equal = (orig->x1 == orig->x2 && orig->y1 == orig->y2);
337 VGboolean p2_p3_equal = (orig->x2 == orig->x3 && orig->y2 == orig->y3);
338 VGboolean p3_p4_equal = (orig
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dbezier.c330 static enum shift_result shift(const struct bezier *orig, argument
336 VGboolean p1_p2_equal = (orig->x1 == orig->x2 && orig->y1 == orig->y2);
337 VGboolean p2_p3_equal = (orig->x2 == orig->x3 && orig->y2 == orig->y3);
338 VGboolean p3_p4_equal = (orig
[all...]
/external/chromium_org/chrome/browser/resources/options/
H A Dpreferences.js193 this.registeredPreferences_[prefix + prefName].orig = value;
219 if (pref.orig) {
220 event.value.recommendedValue = pref.orig.recommendedValue;
221 event.value.disabled = pref.orig.disabled;
241 if (pref.orig) {
242 event.value.value = pref.orig.recommendedValue;
243 event.value.recommendedValue = pref.orig.recommendedValue;
244 event.value.disabled = pref.orig.disabled;
304 event.value = pref.orig || {};
328 prefs.registeredPreferences_[notification[0]] = {orig
[all...]
/external/valgrind/main/drd/scripts/
H A Ddownload-and-build-splash237 diff -ru orig/splash2/codes/apps/radiosity/display.C splash2/codes/apps/radiosity/display.C
38 --- orig/splash2/codes/apps/radiosity/display.C 2008-05-25 10:38:52.000000000 +0200
48 --- orig/splash2/codes/apps/radiosity/Makefile 2008-05-25 10:38:52.000000000 +0200
67 diff -ru orig/splash2/codes/apps/raytrace/rltotiff/Makefile splash2/codes/apps/raytrace/rltotiff/Makefile
68 --- orig/splash2/codes/apps/raytrace/rltotiff/Makefile 2008-05-25 10:38:52.000000000 +0200
81 diff -ru orig/splash2/codes/Makefile.config splash2/codes/Makefile.config
82 --- orig/splash2/codes/Makefile.config 2008-05-25 10:38:52.000000000 +0200
103 --- orig/splash2/codes/apps/radiosity/elemman.C 2008-07-13 20:24:35.000000000 +0200
126 --- orig/splash2/codes/apps/radiosity/rad_main.C 2008-07-13 20:24:35.000000000 +0200
155 --- orig/splash
[all...]
H A Ddownload-and-build-splash2.in37 diff -ru orig/splash2/codes/apps/radiosity/display.C splash2/codes/apps/radiosity/display.C
38 --- orig/splash2/codes/apps/radiosity/display.C 2008-05-25 10:38:52.000000000 +0200
48 --- orig/splash2/codes/apps/radiosity/Makefile 2008-05-25 10:38:52.000000000 +0200
67 diff -ru orig/splash2/codes/apps/raytrace/rltotiff/Makefile splash2/codes/apps/raytrace/rltotiff/Makefile
68 --- orig/splash2/codes/apps/raytrace/rltotiff/Makefile 2008-05-25 10:38:52.000000000 +0200
81 diff -ru orig/splash2/codes/Makefile.config splash2/codes/Makefile.config
82 --- orig/splash2/codes/Makefile.config 2008-05-25 10:38:52.000000000 +0200
103 --- orig/splash2/codes/apps/radiosity/elemman.C 2008-07-13 20:24:35.000000000 +0200
126 --- orig/splash2/codes/apps/radiosity/rad_main.C 2008-07-13 20:24:35.000000000 +0200
155 --- orig/splash
[all...]
/external/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp73 WatchpointOptions::CopyOptionsNoCallback (WatchpointOptions &orig) argument
75 WatchpointHitCallback orig_callback = orig.m_callback;
76 lldb::BatonSP orig_callback_baton_sp = orig.m_callback_baton_sp;
77 bool orig_is_sync = orig.m_callback_is_synchronous;
79 orig.ClearCallback();
80 WatchpointOptions *ret_val = new WatchpointOptions(orig);
82 orig.SetCallback (orig_callback, orig_callback_baton_sp, orig_is_sync);
/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DEncodingTest.java226 private static final void assertStripped(String stripped, String orig) { argument
227 String actual = Encoding.stripBannedCodeunits(orig);
228 assertEquals(orig, stripped, actual);
229 if (stripped.equals(orig)) {
230 assertSame(actual, orig);
233 StringBuilder sb = new StringBuilder(orig);
235 assertEquals(orig, stripped, sb.toString());
/external/chromium_org/third_party/ots/test/
H A Dside-by-side.cc42 int CompareBitmaps(const FT_Bitmap *orig, const FT_Bitmap *trans) { argument
45 if (orig->width == trans->width &&
46 orig->rows == trans->rows) {
47 for (int i = 0; i < orig->rows * orig->width; ++i) {
48 if (orig->buffer[i] != trans->buffer[i]) {
56 orig->width, orig->rows, trans->width, trans->rows);
62 DumpBitmap(orig);
68 delete[] orig
[all...]
/external/chromium_org/v8/tools/
H A Dmingw-generate-makefiles.sh88 cp $F $F.orig
89 cat $F.orig \
96 rm $F.orig
/external/libpng/contrib/tools/
H A Dchkfmt37 cp "$file" "$file".orig
39 if cmp -s "$file".orig "$file"
41 rm "$file".orig
71 ! -name '*.dsp' ! -name '*.orig' ! -name '*.dfn' ! -name '*.swp' \
/external/chromium_org/base/android/
H A Djni_weak_ref.h20 JavaObjectWeakGlobalRef(const JavaObjectWeakGlobalRef& orig);
/external/chromium_org/net/dns/
H A Ddns_query.cc73 DnsQuery::DnsQuery(const DnsQuery& orig, uint16 id) { argument
74 qname_size_ = orig.qname_size_;
75 io_buffer_ = new IOBufferWithSize(orig.io_buffer()->size());
76 memcpy(io_buffer_.get()->data(), orig.io_buffer()->data(),
H A Ddns_query.h44 DnsQuery(const DnsQuery& orig, uint16 id);
/external/e2fsprogs/lib/ext2fs/
H A Direl.h19 ext2_ino_t orig; member in struct:ext2_inode_relocate_entry
46 errcode_t (*get_by_orig)(ext2_irel irel, ext2_ino_t orig, ext2_ino_t *old,
105 #define ext2fs_irel_get_by_orig(irel, orig, old, ent) \
106 ((irel)->get_by_orig((irel), orig, old, ent))

Completed in 727 milliseconds

1234567891011