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

  /cts/tools/signature-tools/src/signature/model/impl/
SigPrimitiveType.java 33 for (SigPrimitiveType primitive : values()) {
34 if (primitive.name.equals(name)) {
35 return primitive;
38 throw new IllegalArgumentException(name + " is not a primitive type");
  /external/webkit/WebCore/rendering/style/
SVGRenderStyle.cpp 129 CSSPrimitiveValue* primitive = static_cast<CSSPrimitiveValue*>(value); local
131 unsigned short cssType = (primitive ? primitive->primitiveType() : (unsigned short) CSSPrimitiveValue::CSS_UNKNOWN);
139 float result = primitive->getFloatValue() / 100.0f;
144 return primitive->computeLengthFloat(const_cast<RenderStyle*>(item->style()), item->document()->documentElement()->renderStyle());
  /external/emma/core/java12/com/vladium/jcd/lib/
Types.java 505 else // primitive type
507 return primitive (first);
523 else // primitive type
525 component = primitive (first);
533 Class primitive (char c) throws ClassNotFoundException method in class:Types.typeDescriptorCompiler
563 else // primitive type
564 return primitive (first);
581 else // primitive type
582 component = primitive (first);
589 String primitive (char c method in class:Types.typeDescriptorCompiler2
    [all...]
  /external/webkit/JavaScriptCore/runtime/
DateConstructor.cpp 86 JSValue primitive = args.at(0).toPrimitive(exec); local
87 if (primitive.isString())
88 value = parseDate(exec, primitive.getString(exec));
90 value = primitive.toNumber(exec);
JSObject.cpp 462 JSValue primitive = toPrimitive(exec, PreferNumber); local
465 return primitive.toNumber(exec);
470 JSValue primitive = toPrimitive(exec, PreferString); local
473 return primitive.toString(exec);
  /development/samples/GlobalTime/src/com/android/globaltime/
Shape.java 60 * @param primitive a GL primitive type understood by glDrawElements,
69 protected Shape(int primitive,
74 mPrimitive = primitive;
  /external/guava/src/com/google/common/primitives/
generate.sh 4 # Args are: primitive type, capitalized primitive type, wrapper type
71 * The number of bytes required to represent a primitive {@code primtyp}
80 * @param value a primitive {@code primtyp} value
137 * @param target a primitive {@code primtyp} value
155 * @param target a primitive {@code primtyp} value
209 * @param target a primitive {@code primtyp} value
418 * primitive {@code primtyp} values.
  /external/webkit/WebCore/rendering/
SVGCharacterLayoutInfo.cpp 47 CSSPrimitiveValue* primitive = static_cast<CSSPrimitiveValue*>(svgStyle->baselineShiftValue()); local
48 baselineShift = primitive->getFloatValue();
50 if (primitive->primitiveType() == CSSPrimitiveValue::CSS_PERCENTAGE)
SVGRootInlineBox.cpp 327 if (CSSPrimitiveValue* primitive = static_cast<CSSPrimitiveValue*>(svgStyle->kerning())) {
328 kerning = primitive->getFloatValue();
330 if (primitive->primitiveType() == CSSPrimitiveValue::CSS_PERCENTAGE && font.pixelSize() > 0)
    [all...]
  /external/v8/test/mjsunit/
mirror-array.js 60 assertFalse(mirror.isPrimitive(), 'Unexpected primitive mirror');
mirror-object.js 59 assertFalse(mirror.isPrimitive(), 'Unexpected primitive mirror');
  /external/v8/src/
runtime.js 598 // Returns if the given x is a primitive value - not an object or a
605 // considered a primitive value.
messages.js 154 cannot_convert_to_primitive: "Cannot convert object to primitive value",
190 result_not_primitive: "Result of %0 must be a primitive, was %1",
d8.js     [all...]
mirror-debugger.js 445 * Check whether this is a primitive value.
446 * @return {boolean} True if the mirror reflects a primitive value
    [all...]
  /build/tools/droiddoc/templates/
macros.cs 6 <?cs # A link to a type, or not if it's a primitive type
  /external/webkit/WebKit/mac/WebView/
WebView.mm     [all...]
  /external/libxml2/
xmlschemas.c 15169 xmlSchemaTypePtr primitive; local
    [all...]
  /external/v8/src/arm/
codegen-arm.cc 1761 JumpTarget primitive; local
    [all...]
  /external/v8/src/x64/
codegen-x64.cc 1669 JumpTarget primitive; local
    [all...]
  /external/emma/lib/
emma.jar 
  /external/v8/src/ia32/
codegen-ia32.cc 3491 JumpTarget primitive; local
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 178 This flexibility within the library means it can be used with any combination of primitive algorithms and
    [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 508 milliseconds