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

1 2

  /external/pdfium/third_party/agg23/
agg_conv_dash.h 47 void shorten(FX_FLOAT s) function in struct:agg::conv_dash
49 base_type::generator().shorten(s);
51 double shorten() const function in struct:agg::conv_dash
53 return base_type::generator().shorten();
agg_vcgen_dash.h 43 void shorten(FX_FLOAT s) function in class:agg::vcgen_dash
47 double shorten() const function in class:agg::vcgen_dash
agg_conv_stroke.h 96 void shorten(FX_FLOAT s) function in struct:agg::conv_stroke
98 base_type::generator().shorten(s);
100 FX_FLOAT shorten() const function in struct:agg::conv_stroke
102 return base_type::generator().shorten();
  /toolchain/binutils/binutils-2.25/gas/
flonum-copy.c 60 int shorten; /* 1-origin. Number of littlenums we drop. */ local
62 shorten = in_length - out_length;
64 memcpy ((void *) (out->low), (void *) (in->low + shorten),
67 out->exponent = in->exponent + shorten;
  /development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DebugReceiver.java 47 Log.d(TAG, shorten(intent.getAction()));
52 Log.d(TAG, "\t" + shorten(extra) + " = " + bundle.get(extra));
56 // shorten string to shorthand
58 private static String shorten(String action) { method in class:DebugReceiver
  /external/fio/
tickmarks.c 42 static void shorten(struct tickmark *tm, int nticks, int *power_of_ten, function
117 shorten(*tm, i, power_of_ten, use_KMG_symbols, base_offset);
  /external/e2fsprogs/util/
symlinks.c 34 static int verbose = 0, fix_links = 0, recurse = 0, delete = 0, shorten = 0, variable
214 if (shorten)
253 if (shorten) (void) shorten_path(new, path);
312 "\t-s == shorten lengthy links (displayed in output only when -c not specified)\n"
363 else if (c == 's') shorten = 1;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_vbo.c 452 nv30_draw_elements(struct nv30_context *nv30, boolean shorten,
526 if (shorten)
584 boolean shorten = info->max_index <= 65535; local
593 shorten = FALSE;
605 shorten = FALSE;
608 nv30_draw_elements(nv30, shorten,
  /external/chromium-trace/catapult/third_party/Paste/paste/debug/
watchthreads.py 221 thread.uri_short = shorten(thread.uri)
322 def shorten(s): function
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_vbo.c 563 nv50_draw_elements(struct nv50_context *nv50, boolean shorten,
643 if (shorten)
769 boolean shorten = info->max_index <= 65535; local
778 shorten = FALSE;
790 shorten = FALSE;
793 nv50_draw_elements(nv50, shorten,
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_vbo.c 686 nvc0_draw_elements(struct nvc0_context *nvc0, boolean shorten,
733 if (shorten)
843 boolean shorten = info->max_index <= 65535; local
852 shorten = FALSE;
863 shorten = FALSE;
866 nvc0_draw_elements(nvc0, shorten,
  /prebuilts/go/darwin-x86/src/go/types/
check_test.go 217 // not the last entry - swap in last element and shorten list by 1
  /prebuilts/go/darwin-x86/src/strconv/
atof_test.go 182 // float32 is 8388607p+69 will shorten incorrectly to 4.95176e+27.
  /prebuilts/go/linux-x86/src/go/types/
check_test.go 217 // not the last entry - swap in last element and shorten list by 1
  /prebuilts/go/linux-x86/src/strconv/
atof_test.go 182 // float32 is 8388607p+69 will shorten incorrectly to 4.95176e+27.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
layer1.py     [all...]
  /prebuilts/go/darwin-x86/src/net/
ip.go 290 // The symbol "::" MUST NOT be used to shorten just one 16 bit 0 field.
  /prebuilts/go/linux-x86/src/net/
ip.go 290 // The symbol "::" MUST NOT be used to shorten just one 16 bit 0 field.
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
float.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
float.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
test.go 216 Tell long-running tests to shorten their run time.
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
float.go     [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
float.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
float.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
test.go 216 Tell long-running tests to shorten their run time.
    [all...]

Completed in 811 milliseconds

1 2