HomeSort by relevance Sort by last modified time
    Searched full:values (Results 101 - 125 of 13487) sorted by null

1 2 3 45 6 7 8 91011>>

  /development/tools/emulator/skins/WSVGA/
hardware.ini 1 # skin-specific hardware values
  /development/tools/emulator/skins/WXGA720/
hardware.ini 1 # skin-specific hardware values
  /development/tools/emulator/skins/WXGA800/
hardware.ini 1 # skin-specific hardware values
  /device/sample/sdk_addon/
hardware.ini 3 # Each skin can also override those values with its own hardware.ini file
  /external/kernel-headers/original/asm-x86/
auxvec.h 4 * Architecture-neutral AT_ values in 0-17, leave some room
  /external/libffi/testsuite/libffi.call/
return_fl1.c 18 void *values[MAX_ARGS]; local
23 values[0] = &fl1;
24 values[1] = &fl2;
32 ffi_call(&cif, FFI_FN(return_fl), &rfl, values);
return_ll.c 18 void *values[MAX_ARGS]; local
23 values[0] = ≪
31 ffi_call(&cif, FFI_FN(return_ll), &rlonglong, values);
37 ffi_call(&cif, FFI_FN(return_ll), &rlonglong, values);
return_sl.c 18 void *values[MAX_ARGS]; local
24 values[0] = &l1;
25 values[1] = &l2;
33 ffi_call(&cif, FFI_FN(return_sl), &res, values);
return_ul.c 18 void *values[MAX_ARGS]; local
24 values[0] = &ul1;
25 values[1] = &ul2;
33 ffi_call(&cif, FFI_FN(return_ul), &res, values);
float.c 24 void *values[MAX_ARGS]; local
33 values[0] = &si1;
35 values[1] = &f;
37 values[2] = &d;
39 values[3] = &ld;
52 ffi_call(&cif, FFI_FN(floating), &rint, values);
promotion.c 21 void *values[MAX_ARGS]; local
33 values[0] = ≻
34 values[1] = &ss;
35 values[2] = &uc;
36 values[3] = &us;
53 ffi_call(&cif, FFI_FN(promotion), &rint, values);
  /external/llvm/test/Assembler/
2004-10-22-BCWriterUndefBug.ll 1 ;; The bytecode writer was trying to treat undef values as ConstantArray's when
  /external/llvm/test/TableGen/
foreach.td 24 list<string> values = ["Ken Griffey", "Seymour Cray"];
29 def Seniors : B<People.values>;
30 def Juniors : C<People.values>;
32 def Unprocessed : D<People.values>;
strconcat.td 7 // String values concatenate lexically, as in C.
  /external/valgrind/main/memcheck/tests/
atomic_incs.stdout.exp-32bit 5 FINAL VALUES: 8 bit -74, 16 bit 32694, 32 bit 6913974, 64 bit 0
atomic_incs.stdout.exp-64bit 5 FINAL VALUES: 8 bit -74, 16 bit 32694, 32 bit 6913974, 64 bit 682858642110
  /external/webkit/LayoutTests/fast/encoding/
url-host-name-non-ascii-expected.txt 1 Test for http://bugs.webkit.org/show_bug.cgi?id=17676 REGRESSION (r30240-r30267): href attribute values with non-ASCII characters in the host part do not work.
  /external/webkit/LayoutTests/http/tests/resources/
post-and-verify.cgi 15 $values{$key} = $value;
18 open FILE, $values{'path'} || die("Could not open file\n");
19 seek FILE, $values{'start'}, 0;
20 read FILE, $expectedData, $values{'length'};
  /external/webkit/Source/WebCore/svg/properties/
SVGListProperty.h 56 void clearValues(PropertyType& values, ExceptionCode& ec)
61 values.clear();
72 animatedList->values().clear();
77 unsigned numberOfItemsValues(PropertyType& values) const
79 return values.size();
85 return animatedList->values().size();
89 ListItemType initializeValues(PropertyType& values, const ListItemType& newItem, ExceptionCode& ec)
98 values.clear();
99 values.append(newItem);
117 PropertyType& values = animatedList->values() local
160 PropertyType& values = animatedList->values(); local
214 PropertyType& values = animatedList->values(); local
277 PropertyType& values = animatedList->values(); local
344 PropertyType& values = animatedList->values(); local
392 PropertyType& values = animatedList->values(); local
    [all...]
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
resource.h 5 // Next default values for new objects
  /frameworks/compile/libbcc/tests/data/src/
floatdouble.c 3 // Test coercing values when storing.
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDiff.java 44 * keyed using {@link BaseColumns#_ID} values.
51 ContentValues values; local
54 // Before doesn't exist, so insert "after" values
62 builder.withValues(child.values);
70 // After doesn't exist, so delete "before" values
73 builder.withSelection(getSelectIdClause(child.values), null);
82 // Somewhere between, so update any changed values
83 values = after.getEntityValues();
84 if (!before.getEntityValues().equals(values)) {
85 // Top-level values changed, so updat
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
auxvec.h 4 * Architecture-neutral AT_ values in 0-17, leave some room
  /frameworks/base/core/java/android/animation/
ObjectAnimator.java 47 * a setter function that will be called to set animated values.
54 * name of the property being animated, use <code>float</code> or <code>int</code> typed values,
82 // New property/values/target should cause re-initialization prior to starting
107 // New property/values/target should cause re-initialization prior to starting
113 * a setter function that will be called to set animated values.
157 * Constructs and returns an ObjectAnimator that animates between int values. A single
158 * value implies that that value is the one being animated to. Two values imply a starting
159 * and ending values. More than two values imply a starting value, values to animate throug
    [all...]
  /external/clang/test/FixIt/
no-macro-fixit.c 8 va_list values; local
12 while (value = va_arg(values, int)) { // expected-warning {{using the result of an assignment as a condition without parentheses}} \

Completed in 478 milliseconds

1 2 3 45 6 7 8 91011>>