HomeSort by relevance Sort by last modified time
    Searched refs:values (Results 351 - 375 of 4337) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
extension_statuses_handler.h 27 base::ListValue* values);
  /external/chromium_org/gpu/config/
dx_diag_node.h 21 std::map<std::string, std::string> values; member in struct:gpu::DxDiagNode
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGTransformListPropertyTearOff.h 36 static PassRefPtr<SVGListPropertyTearOff<SVGTransformList> > create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGTransformList& values, ListWrapperCache& wrappers)
39 return adoptRef(new SVGTransformListPropertyTearOff(animatedProperty, role, values, wrappers));
74 SVGTransformListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGTransformList& values, ListWrapperCache& wrappers)
75 : SVGListPropertyTearOff<SVGTransformList>(animatedProperty, role, values, wrappers)
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
tokens.py 41 values: Dictionary of values returned from the tokens regex match.
50 def __init__(self, string, token_type, line, line_number, values=None):
58 values: A dict of named values within the token. For instance, a
67 self.values = values
124 self.values, self.line_number,
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-gobject-enums.cc.tmpl 56 static const G@Type@Value values[] = {
67 g_@type@_register_static (g_intern_static_string ("@EnumName@"), values);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_prim.h 81 const static unsigned values[][2] = { local
103 ok = (*nr >= values[pipe_prim][0]);
104 if (values[pipe_prim][1])
105 *nr -= (*nr % values[pipe_prim][1]);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_cs.h 98 #define OUT_CS_TABLE(values, count) do { \
99 memcpy(cs_copy->buf + cs_copy->cdw, values, count * 4); \
121 #define WRITE_CS_TABLE(values, count) do { \
123 memcpy(cs_copy->buf + cs_copy->cdw, (values), (count) * 4); \
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_debug.c 96 va_list values; local
105 va_start( values, message );
106 vfprintf(stderr, message, values);
107 va_end( values );
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
enum_type_wrapper.py 42 """A utility for finding the names of enum values."""
72 for value_descriptor in self._enum_type.values]
74 def values(self): member in class:EnumTypeWrapper
75 """Return a list of the integer values in the enum.
81 for value_descriptor in self._enum_type.values]
89 for value_descriptor in self._enum_type.values]
  /external/chromium_org/third_party/skia/src/svg/
SkSVGFeColorMatrix.cpp 17 SVG_ATTRIBUTE(values)
  /external/chromium_org/tools/valgrind/
unused_suppressions.py 16 for supps in supp.values():
  /external/guava/guava/src/com/google/common/collect/
AbstractSortedSetMultimap.java 42 * values
53 * Returns a collection view of all values associated with a key. If no
60 * <p>Because a {@code SortedSetMultimap} has unique sorted values for a given
69 * Removes all values associated with a given key. The returned collection is
72 * <p>Because a {@code SortedSetMultimap} has unique sorted values for a given
81 * Stores a collection of values with the same key, replacing any existing
82 * values for that key. The returned collection is immutable.
84 * <p>Because a {@code SortedSetMultimap} has unique sorted values for a given
88 * <p>Any duplicates in {@code values} will be stored in the multimap once.
91 K key, Iterable<? extends V> values) {
119 @Override public Collection<V> values() { method in class:AbstractSortedSetMultimap
    [all...]
  /external/harfbuzz_ng/src/
hb-gobject-enums.cc.tmpl 56 static const G@Type@Value values[] = {
67 g_@type@_register_static (g_intern_static_string ("@EnumName@"), values);
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/
FunctionExecutor.java 19 import com.google.clearsilver.jsilver.values.Value;
  /external/libffi/testsuite/libffi.call/
struct5.c 27 void *values[MAX_ARGS]; local
46 values[0] = &ts5_arg1;
47 values[1] = &ts5_arg2;
57 ffi_call (&cif, FFI_FN(struct5), ts5_result, values);
  /external/mesa3d/src/gallium/auxiliary/util/
u_prim.h 81 const static unsigned values[][2] = { local
103 ok = (*nr >= values[pipe_prim][0]);
104 if (values[pipe_prim][1])
105 *nr -= (*nr % values[pipe_prim][1]);
  /external/mesa3d/src/gallium/drivers/r300/
r300_cs.h 98 #define OUT_CS_TABLE(values, count) do { \
99 memcpy(cs_copy->buf + cs_copy->cdw, values, count * 4); \
121 #define WRITE_CS_TABLE(values, count) do { \
123 memcpy(cs_copy->buf + cs_copy->cdw, (values), (count) * 4); \
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_debug.c 96 va_list values; local
105 va_start( values, message );
106 vfprintf(stderr, message, values);
107 va_end( values );
  /external/nist-sip/java/javax/sip/
DialogState.java 14 return values()[state];
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
SQLiteDatabaseTest.java 33 ContentValues values = new ContentValues(); local
34 values.put("id", id);
35 values.put("name", "Norris");
37 long replaceId = database.replace("table_name", null, values);
  /external/skia/src/svg/
SkSVGFeColorMatrix.cpp 17 SVG_ATTRIBUTE(values)
  /frameworks/base/core/java/android/transition/
Rotate.java 36 transitionValues.values.put(PROPNAME_ROTATION, transitionValues.view.getRotation());
41 transitionValues.values.put(PROPNAME_ROTATION, transitionValues.view.getRotation());
51 float startRotation = (Float) startValues.values.get(PROPNAME_ROTATION);
52 float endRotation = (Float) endValues.values.get(PROPNAME_ROTATION);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
FontSize.java 43 for (FontSize e : FontSize.values()) {
TextAlignment.java 45 for (TextAlignment e : TextAlignment.values()) {
  /libcore/luni/src/main/java/java/lang/
InheritableThreadLocal.java 54 Values values(Thread current) { method in class:InheritableThreadLocal
59 Values initializeValues(Thread current) {
60 return current.inheritableValues = new Values();

Completed in 2150 milliseconds

<<11121314151617181920>>