/external/webkit/Source/WebKit/qt/tests/qwebframe/ |
tst_qwebframe.cpp | 2640 QStringList values = metaData.values("samekey"); local [all...] |
/external/icu4c/test/cintltst/ |
cucdtst.c | 487 * Verify that exactly the digit characters have decimal digit values. 714 /* wrong radix values */ 2652 } values[]={ local [all...] |
cnumtst.c | 61 /** copy src to dst with unicode-escapes for values < 0x20 and > 0x7e, null terminate if possible */ 779 static const int32_t values[] = { 0, -5, 105, 1005, 105050 }; local 780 for (i = 0; i < LENGTH(values); ++i) { 783 int32_t value = values[i]; 866 fieldPos.field = 2; /* Ticket 8034 - need enum constants for the field values. */ [all...] |
/external/icu4c/test/intltest/ |
numfmtst.cpp | [all...] |
itrbnf.cpp | 429 doTest(&formatter, testData, FALSE); // exact values aren't parsable from fractions 778 // small and large values, positive, &NEGative, zero 804 const llong* values[VALUE_WIDTH] = { 822 llong lhs = *values[i]; 823 llong rhs = *values[j]; [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.mli | 37 (** Used to store users and usees of values. See the [llvm::Use] class. *) 101 (** The following calling convention values may be accessed with 562 (* {6 Values} *) 570 (** [value_name v] returns the name of the value [v]. For global values, this is 695 (** [mdnode c elts] returns the MDNode containing the values [elts] in the 741 (** [const_string c s] returns the constant [i8] array with the values of the 748 (** [const_stringz c s] returns the constant [i8] array with the values of the 755 [array_type ty (Array.length elts)] and containing the values [elts]. 761 [struct_type (Array.map type_of elts)] and containing the values [elts] 767 [namedty] (which must be a named structure type) and containing the values [elts] [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
mootools-1.2.2-core-nc.js | 887 var values = []; 889 values.push(value); 891 return values; [all...] |
/cts/tools/dasm/src/dasm/ |
DAsm.java | 1295 ArrayList<Constant> values = new ArrayList<Constant>(sz); local [all...] |
/external/bluetooth/glib/gobject/ |
gparamspecs.c | 38 * @title: Parameters and Values 894 /* ensure array values validity against a present element spec */ 902 GValue *element = value_array->values + i; 949 GValue *element1 = value_array1->values + i; 950 GValue *element2 = value_array2->values + i; [all...] |
/external/doclava/src/com/google/doclava/ |
InfoBuilder.java | 1560 ArrayList<AnnotationValueInfo> values = new ArrayList<AnnotationValueInfo>(); local [all...] |
/external/openssl/crypto/bn/asm/ |
pa-risc2W.s | 42 ; return values ; r28 (ret0,ret1) 905 ; Registers to hold 64-bit values to manipulate. The "L" part 913 ; Floating point registers to use to save values that [all...] |
/external/v8/include/ |
v8.h | 163 * behind the scenes and the same rules apply to these values as to 490 * The superclass of values and API object templates. 848 * The superclass of all JavaScript values and objects. 963 * The superclass of primitive values. See ECMA-262 4.3.2. [all...] |
/external/valgrind/main/massif/ |
ms_main.c | 133 - each snapshot specifies an x-axis value and one or more y-axis values. 134 - can display the y-axis values separately if you like 139 - how to combine multiple values into the y-axis? [all...] |
/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
FieldTest.java | 447 Object values[] = { new Byte((byte) 1), new Byte((byte) 1), local 454 Object value = values[i]; 503 Object value = values[i]; [all...] |
/packages/apps/Exchange/src/com/android/exchange/utility/ |
CalendarUtilities.java | 176 // constants for these four options in MeetingRequest data have different values! [all...] |
/prebuilt/sdk/tools/lib/ |
dx.jar | |
/build/tools/signapk/ |
SignApk.java | 198 for (JarEntry entry: byName.values()) {
|
/cts/tests/tests/text/src/android/text/cts/ |
TextUtilsTest.java | 624 "1. not clear what is supposed to happen if template or values is null." + 660 // 9 replacement values 662 CharSequence values[] = createCharSequenceArray(MAX_SUPPORTED_VALUES_NUM); local 666 assertEquals(expected, TextUtils.expandTemplate(template, values).toString()); 668 // only up to 9 replacement values are supported 669 values = createCharSequenceArray(MAX_SUPPORTED_VALUES_NUM + 1); 671 TextUtils.expandTemplate(template, values); 691 // the template requests 2 values but only 1 is provided 699 // values is null 706 // the template requests 2 values but only one null value is provide [all...] |
/development/tools/glesv2debugger/src/com/android/glesv2debugger/ |
GLEnum.java | 625 for (GLEnum e : GLEnum.values())
|
/external/antlr/src/org/antlr/runtime/ |
TokenRewriteStream.java | 45 * screw up the token index values. That is, an insert operation at token 46 * index i does not change the index values for tokens i+1..n-1. 398 Iterator it = indexToOp.values().iterator();
|
/external/antlr/src/org/antlr/runtime/debug/ |
Profiler.java | 401 for (DecisionDescriptor d : decisions.values()) {
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
XPathContext.java | 273 * <code>SHOW_</code> values.These flags can be combined using [all...] |
/external/bison/data/ |
glr.c | 25 ## Default values. ## 98 ## Semantic Values. ## 1108 * RULENUM on the semantic values in RHS to the list of [all...] |
yacc.c | 26 ## Default values. ## 90 ## Semantic Values. ## 1014 `yyvs': related to semantic values, [all...] |
/external/chromium/net/base/ |
cookie_monster_unittest.cc | 133 const char* values[] = { local 152 for (size_t i = 0; i < arraysize(values); i += 2) { 153 std::string input(values[i]); 154 std::string expected(values[i + 1]); 739 // values. The RFC says everything should be GMT, and in the worst case [all...] |