/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_INVOKE_METHOD_CHAIN.S | 35 @ Update "thread" values for the new method
|
/development/testrunner/test_defs/ |
test_defs.py | 103 return self._testname_map.values()
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_UnmodifiableMapTest.java | 31 // values Integer(0) to Integer(99) 94 // values 96 .values()); 133 "UnmodifiableMapTest - keySetTest - Iterator returned wrong values",
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
example-bind.cpp | 53 template<typename... Values> class tuple; 102 template<typename... Values> 103 tuple<typename make_tuple_result<Values>::type...> 104 make_tuple(const Values&... values) { 105 return tuple<typename make_tuple_result<Values>::type...>(values...); 108 template<typename... Values> 109 tuple<Values&...> tie(Values&... values) [all...] |
p4.cpp | 28 template<int ...Values> 30 int values[5] = { Values... }; // expected-error{{excess elements in array initializer}} local 31 five_args(Values...); // expected-error{{no matching function for call to 'five_args'}}
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
p1-0x.cpp | 84 void pack_not_at_end(tuple<Types...>, Types... values, int);
|
/external/clang/utils/TableGen/ |
TableGen.cpp | 54 cl::values(clEnumValN(GenOptParserDefs, "gen-opt-parser-defs",
|
/external/freetype/src/psaux/ |
psobjs.h | 132 FT_Fixed* values,
|
/external/guava/src/com/google/common/collect/ |
ArrayListMultimap.java | 35 * the values for a given key. A {@link HashMap} associates each key with an 36 * {@link ArrayList} of values. 39 * ordering of values for a given key agrees with the order in which the values 47 * <p>Keys and values may be null. All optional multimap methods are supported, 78 * the specified numbers of keys and values without resizing. 81 * @param expectedValuesPerKey the expected average number of values per key 121 * Creates a new, empty {@code ArrayList} to hold the collection of values for 132 for (Collection<V> collection : backingMap().values()) { 140 * each distinct key: the key, number of values for that key, and th [all...] |
EnumBiMap.java | 28 * A {@code BiMap} backed by two {@code EnumMap} instances. Null keys and values 91 return map.values().iterator().next().getDeclaringClass();
|
/external/icu4c/layoutex/layout/ |
plruns.h | 173 * Construct a <code>pl_valueRuns</code> object from pre-existing arrays of values 176 * @param values is the address of an array of values. This array must remain valid until 187 pl_openValueRuns(const le_int32 *values, 192 * Construct an empty <code>pl_valueRuns</code> object. Clients can add values and limits
|
/external/javassist/src/main/javassist/scopedpool/ |
ScopedClassPoolRepositoryImpl.java | 146 Iterator it = registeredCLs.values().iterator();
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/ |
FunctionRegistry.java | 22 import com.google.clearsilver.jsilver.values.Value;
|
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/ |
VariableLocator.java | 26 import com.google.clearsilver.jsilver.values.Value;
|
/external/libvpx/vp8/encoder/arm/armv6/ |
vp8_sad16x16_armv6.asm | 53 add r4, r4, r8 ; add partial sad values 74 add r4, r4, r8 ; add partial sad values
|
/external/llvm/tools/llvm-config/ |
find-cycles.pl | 112 foreach my $cycle (values %CYCLES) {
|
/external/llvm/tools/llvm-mc/ |
llvm-mc.cpp | 84 cl::values( 121 cl::values( 136 cl::values(clEnumValN(CodeModel::Default, "default", 165 cl::values(clEnumValN(AC_AsLex, "as-lex",
|
/external/llvm/tools/llvm-rtdyld/ |
llvm-rtdyld.cpp | 38 cl::values(clEnumValN(AC_Execute, "execute",
|
/external/mesa3d/docs/ |
MESA_drm_image.spec | 61 Accepted as values for the EGL_IMAGE_FORMAT_MESA attribute: 91 then red, then green, then blue. The bit values accepted by
|
MESA_shader_debug.spec | 154 passed-in arguments to the debug object's log. Those values can be 209 <line> are not present, they are meant as if they were of values
|
/external/qemu/android/tools/ |
gen-hw-config.py | 40 macroNames = typesToMacros.values()
|
/external/v8/src/ |
lithium.h | 463 const ZoneList<LOperand*>* values() const { return &values_; } function in class:v8::internal::LEnvironment 519 limit_(env != NULL ? env->values()->length() : 0), 530 return env_->values()->at(current_); 545 while (start < limit_ && ShouldSkip(env_->values()->at(start))) {
|
/external/v8/test/mjsunit/ |
array-shift.js | 50 // Note that shift copies values from prototype into the array. 91 // Note that shift copies values from prototype into the array.
|
codegen-coverage.js | 28 // Test paths in the code generator where values in specific registers 45 // get values in specific registers (ia32, x64):
|
/external/v8/test/mjsunit/compiler/ |
compare.js | 49 // First test primitive values. 76 // Test non-primitive values and watch for valueOf call order.
|