Searched refs:value (Results 151 - 175 of 7674) sorted by relevance

1234567891011>>

/external/skia/src/opts/
H A DSkUtils_opts_SSE2.h12 void sk_memset16_SSE2(uint16_t *dst, uint16_t value, int count);
13 void sk_memset32_SSE2(uint32_t *dst, uint32_t value, int count);
/external/v8/test/mjsunit/regress/
H A Dregress-crbug-72736.js30 // This tests that Object.defineProperty actually allows to change the value of
34 Object.defineProperty(obj, 'foo', { value: 10, configurable: true });
36 Object.defineProperty(obj, 'foo', { value: 20, configurable: true });
/external/valgrind/main/drd/tests/
H A Dtc08_hbl2.stdout.exp1 child: new value 6
2 child: new value 10
/external/valgrind/main/helgrind/tests/
H A Dtc08_hbl2.stdout.exp1 child: new value 6
2 child: new value 10
/external/webkit/Source/JavaScriptCore/bytecode/
H A DJumpTable.cpp37 int32_t SimpleJumpTable::offsetForValue(int32_t value, int32_t defaultOffset) argument
39 if (value >= min && static_cast<uint32_t>(value - min) < branchOffsets.size()) {
40 int32_t offset = branchOffsets[value - min];
/external/webkit/Source/WebCore/bindings/js/
H A DCallbackFunction.cpp34 bool checkFunctionOnlyCallback(JSC::ExecState* exec, JSC::JSValue value, CallbackAllowedValueFlags acceptedValues) argument
36 if (value.isUndefined() && (acceptedValues & CallbackAllowUndefined))
39 if (value.isNull() && (acceptedValues & CallbackAllowNull))
43 if (getCallData(value, callData) == JSC::CallTypeNone) {
/external/webkit/Source/WebCore/html/
H A DBaseTextInputType.cpp40 bool BaseTextInputType::patternMismatch(const String& value) const
44 if (pattern.isEmpty() || value.isEmpty())
47 int valueLength = value.length();
48 int matchOffset = RegularExpression(pattern, TextCaseSensitive).match(value, 0, &matchLength);
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
H A Dp4-cxx0x.cpp5 static const bool value = false; member in struct:is_same
10 static const bool value = true; member in struct:is_same
18 static_assert(is_same<decltype(foo()), const int&&>::value, "");
19 static_assert(is_same<decltype(i), int>::value, "");
20 static_assert(is_same<decltype(a->x), double>::value, ""); variable
21 static_assert(is_same<decltype((a->x)), const double&>::value, ""); variable
22 static_assert(is_same<decltype(static_cast<int&&>(i)), int&&>::value, "");
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Ddeduction.cpp29 static const unsigned value = 0; member in struct:DeductionWithConversion::char_values
34 static const unsigned value = 1; member in struct:DeductionWithConversion::char_values
37 int check0[char_values<1, 12, 3>::value == 1? 1 : -1];
40 static const unsigned value = 0; member in struct:DeductionWithConversion::int_values
45 static const unsigned value = 1; member in struct:DeductionWithConversion::int_values
48 int check1[int_values<256, 12, 3>::value == 0? 1 : -1];
49 int check2[int_values<3, 12, 3>::value == 1? 1 : -1];
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstLong.java34 * Makes an instance for the given value. This may (but does not
37 * @param value the {@code long} value
39 public static CstLong make(long value) { argument
44 return new CstLong(value);
50 * @param value the {@code long} value
52 private CstLong(long value) { argument
53 super(value);
59 long value
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DSystemProperty.java18 private String value; field in class:SystemProperty
25 System.setProperty(key, value);
26 if (System.getProperty(key).equals(value))
42 return value;
45 public void setValue(String value) { argument
46 this.value = value;
/external/jsilver/src/com/google/clearsilver/jsilver/values/
H A DVariantValue.java36 protected abstract String value(); method in class:VariantValue
40 return TypeConverter.asBoolean(value());
45 String value = value();
46 return value == null ? EMPTY : value;
52 return TypeConverter.asNumber(value());
/external/llvm/bindings/ocaml/bitwriter/
H A Dbitwriter_ocaml.c27 CAMLprim value llvm_write_bitcode_file(value M, value Path) {
33 CAMLprim value llvm_write_bitcode_to_fd(value U, value M, value FD) {
/external/skia/include/utils/
H A DSkParse.h19 static const char* FindColor(const char str[], SkColor* value);
20 static const char* FindHex(const char str[], uint32_t* value);
21 static const char* FindMSec(const char str[], SkMSec* value);
23 static const char* FindS32(const char str[], int32_t* value);
24 static const char* FindScalar(const char str[], SkScalar* value);
25 static const char* FindScalars(const char str[], SkScalar value[], int count);
27 static bool FindBool(const char str[], bool* value);
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
H A Ddowhile-003.js30 function DoWhileObject( value, iterations, endvalue ) {
31 this.value = value;
40 object.value = --object.value;
44 } while( object.value );
55 "object.value",
57 Number( object.value )
/external/easymock/src/org/easymock/internal/
H A DArgumentToString.java27 public static void appendArgument(Object value, StringBuffer buffer) { argument
28 if (value == null) {
30 } else if (value instanceof String) {
32 buffer.append(value);
34 } else if (value instanceof Character) {
36 buffer.append(value);
38 } else if (value.getClass().isArray()) {
40 for (int i = 0; i < Array.getLength(value); i++) {
44 appendArgument(Array.get(value, i), buffer);
48 buffer.append(value);
[all...]
/external/icu4c/layout/
H A DLESwaps.h25 #define SWAPW(value) LESwaps::swapWord((le_uint16)(value))
33 #define SWAPL(value) LESwaps::swapLong((le_uint32)(value))
48 * Reads a big-endian 16-bit word and returns a native-endian value.
51 * @param value - the word to be byte swapped
57 static le_uint16 swapWord(le_uint16 value) argument
63 return value;
65 // Reads a big-endian value on any platform.
66 const le_uint8 *p = reinterpret_cast<const le_uint8 *>(&value);
81 swapLong(le_uint32 value) argument
[all...]
/external/v8/src/
H A Dcompiler-intrinsics.h37 // Undefined for zero value.
38 INLINE(static int CountTrailingZeros(uint32_t value));
41 // Undefined for zero value.
42 INLINE(static int CountLeadingZeros(uint32_t value));
46 int CompilerIntrinsics::CountTrailingZeros(uint32_t value) { argument
47 return __builtin_ctz(value);
50 int CompilerIntrinsics::CountLeadingZeros(uint32_t value) { argument
51 return __builtin_clz(value);
59 int CompilerIntrinsics::CountTrailingZeros(uint32_t value) { argument
61 _BitScanForward(&result, static_cast<long>(value)); //NOLIN
65 CountLeadingZeros(uint32_t value) argument
[all...]
/external/webkit/LayoutTests/dom/html/level1/core/
H A Dhc_attrappendchild6.js92 var value;
105 value = titleAttr.value;
107 assertEquals("attrValue","Yesterday",value);
108 value = titleAttr.nodeValue;
110 assertEquals("attrNodeValue","Yesterday",value);
111 value = retval.nodeValue;
113 assertEquals("retvalValue","Yesterday",value);
116 value = lastChild.nodeValue;
118 assertEquals("lastChildValue","Yesterday",value);
[all...]
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dhc_attrappendchild6.js92 var value;
105 value = titleAttr.value;
107 assertEquals("attrValue","Yesterday",value);
108 value = titleAttr.nodeValue;
110 assertEquals("attrNodeValue","Yesterday",value);
111 value = retval.nodeValue;
113 assertEquals("retvalValue","Yesterday",value);
116 value = lastChild.nodeValue;
118 assertEquals("lastChildValue","Yesterday",value);
[all...]
/external/apache-http/src/org/apache/commons/codec/language/
H A DDoubleMetaphone.java23 * Encodes a string into a double metaphone value.
68 * Encode a value with Double Metaphone
70 * @param value String to encode
73 public String doubleMetaphone(String value) { argument
74 return doubleMetaphone(value, false);
78 * Encode a value with Double Metaphone, optionally using the alternate
81 * @param value String to encode
85 public String doubleMetaphone(String value, boolean alternate) { argument
86 value = cleanInput(value);
213 encode(String value) argument
269 handleAEIOUY(String value, DoubleMetaphoneResult result, int index) argument
280 handleC(String value, DoubleMetaphoneResult result, int index) argument
334 handleCC(String value, DoubleMetaphoneResult result, int index) argument
360 handleCH(String value, DoubleMetaphoneResult result, int index) argument
391 handleD(String value, DoubleMetaphoneResult result, int index) argument
417 handleG(String value, DoubleMetaphoneResult result, int index, boolean slavoGermanic) argument
473 handleGH(String value, DoubleMetaphoneResult result, int index) argument
507 handleH(String value, DoubleMetaphoneResult result, int index) argument
525 handleJ(String value, DoubleMetaphoneResult result, int index, boolean slavoGermanic) argument
560 handleL(String value, DoubleMetaphoneResult result, int index) argument
578 handleP(String value, DoubleMetaphoneResult result, int index) argument
594 handleR(String value, DoubleMetaphoneResult result, int index, boolean slavoGermanic) argument
611 handleS(String value, DoubleMetaphoneResult result, int index, boolean slavoGermanic) argument
664 handleSC(String value, DoubleMetaphoneResult result, int index) argument
696 handleT(String value, DoubleMetaphoneResult result, int index) argument
726 handleW(String value, DoubleMetaphoneResult result, int index) argument
765 handleX(String value, DoubleMetaphoneResult result, int index) argument
786 handleZ(String value, DoubleMetaphoneResult result, int index, boolean slavoGermanic) argument
808 conditionC0(String value, int index) argument
827 conditionCH0(String value, int index) argument
843 conditionCH1(String value, int index) argument
855 conditionL0(String value, int index) argument
871 conditionM0(String value, int index) argument
886 isSlavoGermanic(String value) argument
903 isSilentStart(String value) argument
933 charAt(String value, int index) argument
943 contains(String value, int start, int length, String criteria) argument
952 contains(String value, int start, int length, String criteria1, String criteria2) argument
961 contains(String value, int start, int length, String criteria1, String criteria2, String criteria3) argument
971 contains(String value, int start, int length, String criteria1, String criteria2, String criteria3, String criteria4) argument
982 contains(String value, int start, int length, String criteria1, String criteria2, String criteria3, String criteria4, String criteria5) argument
994 contains(String value, int start, int length, String criteria1, String criteria2, String criteria3, String criteria4, String criteria5, String criteria6) argument
1008 contains(String value, int start, int length, String[] criteria) argument
1040 append(char value) argument
1050 appendPrimary(char value) argument
1056 appendAlternate(char value) argument
1062 append(String value) argument
1072 appendPrimary(String value) argument
1081 appendAlternate(String value) argument
[all...]
/external/chromium/chrome/browser/prefs/
H A Ddefault_pref_store.cc11 void DefaultPrefStore::SetDefaultValue(const std::string& key, Value* value) { argument
13 SetValue(key, value);
17 const Value* value; local
18 return GetValue(key, &value) == READ_OK ? value->GetType()
/external/jmonkeyengine/engine/src/core/com/jme3/input/event/
H A DJoyAxisEvent.java47 private float value; field in class:JoyAxisEvent
49 public JoyAxisEvent(int joyIdx, int axisIdx, float value) { argument
52 this.value = value;
78 * The value of the axis.
80 * @return value of the axis.
83 return value;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/write/
H A DCAVLCWriter.java40 public void writeU(int value, int n, String string) throws IOException { argument
42 writeNBit(value, n);
43 Debug.println("\t" + value);
46 public void writeUE(int value) throws IOException { argument
50 if (value < cumul + (1 << i)) {
58 writeNBit(value - cumul, bits);
61 public void writeUE(int value, String string) throws IOException { argument
63 writeUE(value);
64 Debug.println("\t" + value);
67 public void writeSE(int value, Strin argument
73 writeBool(boolean value, String string) argument
83 writeNBit(long value, int n, String string) argument
[all...]
/external/webkit/Source/WebCore/svg/
H A DPatternAttributes.h66 void setX(const SVGLength& value) argument
68 m_x = value;
72 void setY(const SVGLength& value) argument
74 m_y = value;
78 void setWidth(const SVGLength& value) argument
80 m_width = value;
84 void setHeight(const SVGLength& value) argument
86 m_height = value;
90 void setViewBox(const FloatRect& value) argument
92 m_viewBox = value;
96 setPreserveAspectRatio(const SVGPreserveAspectRatio& value) argument
102 setBoundingBoxMode(bool value) argument
108 setBoundingBoxModeContent(bool value) argument
114 setPatternTransform(const AffineTransform& value) argument
120 setPatternContentElement(const SVGPatternElement* value) argument
[all...]

Completed in 852 milliseconds

1234567891011>>