HomeSort by relevance Sort by last modified time
    Searched refs:adjusted (Results 1 - 25 of 190) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
AndroidLocale.java 40 String adjusted = languageCode.toLowerCase(Locale.US); local
44 adjusted = "iw";
46 adjusted = "in";
48 adjusted = "ji";
51 return adjusted;
  /libcore/ojluni/src/test/java/time/test/java/time/temporal/
TestIsoWeekFields.java 172 LocalDate adjusted = DAY_OF_WEEK.adjustInto(date, j); local
173 assertEquals(adjusted.get(DAY_OF_WEEK), j);
174 assertEquals(adjusted.get(weekField), week);
175 assertEquals(adjusted.get(yearField), wby);
201 LocalDate adjusted = weekField.adjustInto(date, j); local
202 assertEquals(adjusted.get(weekField), j);
203 assertEquals(adjusted.get(DAY_OF_WEEK), dow);
204 assertEquals(adjusted.get(yearField), wby);
229 LocalDate adjusted = yearField.adjustInto(date, j); local
230 assertEquals(adjusted.get(yearField), j)
232 assertEquals(adjusted.get(weekField), (week == 53 && wbyLen(j) == 52 ? 52 : week), "" + date + " " + adjusted); local
257 LocalDate adjusted = IsoFields.WEEK_BASED_YEARS.addTo(date, j); local
260 assertEquals(adjusted.get(weekField), (week == 53 && wbyLen(wby + j) == 52 ? 52 : week), "" + date + " " + adjusted); local
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
rgn-at10.d 4 # Test that lma is adjusted in case the section start vma is aligned and
rgn-at9.d 5 # Test that lma is adjusted in case the section start vma is aligned and
rgn-at11.d 4 # Test that lma is not adjusted in case the section start vma is aligned and
  /external/elfutils/tests/
dwfl-addr-sect.c 36 Dwarf_Addr adjusted = address; local
38 Elf_Scn *scn = dwfl_module_address_section (mod, &adjusted, &bias);
48 elf_ndxscn (scn), adjusted);
  /external/skia/debugger/QT/
SkListWidget.cpp 84 r = option.rect.adjusted(5, 10, -10, -10);
88 r = option.rect.adjusted(19, 10, -10, -10);
93 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+kTimeSpace+indent, 0, -10, -7);
96 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+indent, 0, -10, -7);
102 r = option.rect.adjusted(kImageSpace, 0, -10, -7);
108 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace, 0, -10, -7);
  /external/skqp/debugger/QT/
SkListWidget.cpp 84 r = option.rect.adjusted(5, 10, -10, -10);
88 r = option.rect.adjusted(19, 10, -10, -10);
93 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+kTimeSpace+indent, 0, -10, -7);
96 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+indent, 0, -10, -7);
102 r = option.rect.adjusted(kImageSpace, 0, -10, -7);
108 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace, 0, -10, -7);
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-m68hc11/
bug-1417.s 8 bne L1 ; Branch was adjusted but it must not
adj-jump.s 11 ;; The branch offset must then be adjusted by consecutive relax.
15 bne L1 ; Branch not adjusted
relax-group.s 7 ;;; The following group of instructions are adjusted.
45 ;; Next branch is always relative. It must be adjusted while
  /external/tensorflow/tensorflow/core/kernels/
adjust_contrast_op.h 79 auto adjusted = local
85 output.device(d) = adjusted.cwiseMin(max_bcast).cwiseMax(min_bcast);
148 auto adjusted = (input - output) * contrast_factor_tensor; local
149 output.device(d) += adjusted;
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue16515.go 7 // issue 16515: spilled Duff-adjusted address may be invalid
20 // Duff-adjusted address will be spilled and loaded
  /prebuilts/go/linux-x86/test/fixedbugs/
issue16515.go 7 // issue 16515: spilled Duff-adjusted address may be invalid
20 // Duff-adjusted address will be spilled and loaded
  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/
AndroidInterceptors.java 168 String adjusted = languageCode.toLowerCase(Locale.US);
172 adjusted = "iw";
174 adjusted = "in";
176 adjusted = "ji";
179 return adjusted;
  /external/tensorflow/tensorflow/python/kernel_tests/
summary_image_op_test.py 68 adjusted = np.floor(scale[:, None, None, None] * const + offset)
81 image[1, 2] = adjusted[0, 1, 2]
82 self.assertAllClose(image, adjusted[0], rtol=2e-5, atol=2e-5)
  /external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
prediction_ops.cc 275 DecisionTreeEnsembleConfig adjusted = local
281 ? adjusted.trees_size() - averaging_config_.average_last_n_trees()
282 : adjusted.trees_size() *
284 const int num_ensembles = adjusted.trees_size() - start_averaging;
285 for (int i = start_averaging; i < adjusted.trees_size(); ++i) {
286 float weight = adjusted.tree_weights(i);
287 adjusted.mutable_tree_weights()->Set(
290 MultipleAdditiveTrees::Predict(adjusted, trees_to_include, batch_features,
  /external/llvm/test/Instrumentation/AddressSanitizer/X86/
asm_rsp_mem_op.s 2 # adjusted after instrumentation.
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_meta_util.c 436 uint32_t adjusted = 0; local
441 adjusted |= 1 << (GEN7_SURFACE_CLEAR_COLOR_SHIFT + (3 - i));
445 updated = (old_color_value != adjusted);
446 *(uint32_t *)curr_color = adjusted;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DebugInfoItem.java 169 int adjusted = opcode - 0x0A; local
170 int addressDiff = adjusted / 15;
171 int lineDiff = (adjusted % 15) - 4;
  /prebuilts/go/darwin-x86/src/go/token/
position.go 267 // If adjusted is set, unpack will return the filename and line information
268 // possibly adjusted by //line comments; otherwise those comments are ignored.
270 func (f *File) unpack(offset int, adjusted bool) (filename string, line, column int) {
277 if adjusted && len(f.infos) > 0 {
290 func (f *File) position(p Pos, adjusted bool) (pos Position) {
293 pos.Filename, pos.Line, pos.Column = f.unpack(offset, adjusted)
298 // If adjusted is set, the position may be adjusted by position-altering
302 func (f *File) PositionFor(p Pos, adjusted bool) (pos Position) {
307 pos = f.position(p, adjusted)
    [all...]
  /prebuilts/go/linux-x86/src/go/token/
position.go 267 // If adjusted is set, unpack will return the filename and line information
268 // possibly adjusted by //line comments; otherwise those comments are ignored.
270 func (f *File) unpack(offset int, adjusted bool) (filename string, line, column int) {
277 if adjusted && len(f.infos) > 0 {
290 func (f *File) position(p Pos, adjusted bool) (pos Position) {
293 pos.Filename, pos.Line, pos.Column = f.unpack(offset, adjusted)
298 // If adjusted is set, the position may be adjusted by position-altering
302 func (f *File) PositionFor(p Pos, adjusted bool) (pos Position) {
307 pos = f.position(p, adjusted)
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
DebugInfo.java 268 int adjusted = next - 0x0A; local
269 codeAddress += adjusted / 15;
270 lineNumber += (adjusted % 15) - 4;
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/symbolz/
symbolz.go 92 return fmt.Errorf("unexpected negative adjusted address, mapping %v source %d, offset %d", l.Mapping, l.Address, offset)
128 return fmt.Errorf("unexpected negative adjusted address, source %s, offset %d", symbol[1], offset)
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/symbolz/
symbolz.go 92 return fmt.Errorf("unexpected negative adjusted address, mapping %v source %d, offset %d", l.Mapping, l.Address, offset)
128 return fmt.Errorf("unexpected negative adjusted address, source %s, offset %d", symbol[1], offset)

Completed in 391 milliseconds

1 2 3 4 5 6 7 8