HomeSort by relevance Sort by last modified time
    Searched refs:values (Results 1626 - 1650 of 2119) sorted by null

<<61626364656667686970>>

  /build/tools/droiddoc/templates-sdk/assets/
android-developer-resource-browser.js 209 // Handle array values.
  /cts/tests/tests/content/src/android/content/cts/
AsyncQueryHandlerTest.java 285 // only values has been updated.
402 private void startUpdate(int token, Object cookie, Uri uri, ContentValues values,
407 mAsyncHandler.startUpdate(token, cookie, uri, values, selection, selectionArgs);
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopTranslator.java 761 ArrayList<Constant> values = insn.getInitValues(); local
769 new ArrayData(pos, lastAddress, values, cst);
  /dalvik/dx/src/com/android/dx/dex/code/
RopTranslator.java 768 ArrayList<Constant> values = insn.getInitValues(); local
776 new ArrayData(pos, lastAddress, values, cst);
  /external/chromium/chrome/browser/resources/shared/js/
util.js 48 // http://www.w3.org/TR/css3-values/#uris
  /external/chromium/chrome/browser/ui/webui/
gpu_internals_ui.cc 21 #include "base/values.h"
458 // We have everything we need to send the right values.
500 node.values.begin();
501 it != node.values.end();
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 94 * where the Signature Base String is the text and the key is the concatenated values (each first
131 * oauth_signature is set to the concatenated encoded values of the Consumer Secret and
850 // Urlencode both keys and values
852 $values = OAuthUtil::urlencode_rfc3986(array_values($params)); variable
853 $params = array_combine($keys, $values);
  /external/chromium/chrome/common/
service_process_util_unittest.cc 283 const void *values[] = { path, args }; variable
286 values,
  /external/chromium/net/tools/testserver/
chromiumsync.py 120 A list of the sync types (values from ALL_TYPES) assocated with each
359 server stores and reports item positions using sparse integer values.
378 """Compute values at the beginning or end."""
385 siblings = [x for x in self._entries.values()
475 change_log = sorted(self._entries.values(),
798 # during commit; the client wants to know their values at the end
    [all...]
  /external/chromium/testing/gmock/test/
gmock-internal-utils_test.cc 266 tuple<> values; local
268 EXPECT_TRUE(TupleMatches(matchers, values));
  /external/clang/test/CodeGenCXX/
mangle.cpp 845 auto f1(Types... values) -> A<sizeof...(values)> { }
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
TemplateInterpreter.java 60 import com.google.clearsilver.jsilver.values.Value;
61 import com.google.clearsilver.jsilver.values.VariableValue;
  /external/libvpx/vp8/encoder/arm/neon/
fastfdct4x4_neon.asm 26 ;The input values of 25th block are set in vp8_build_dcblock function, which are out of [-255, 255].
  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 229 Brian's edits, assigned values to new enums.
  /external/skia/src/ports/
SkFontHost_mac_atsui.cpp 166 const ATSUAttributeValuePtr values[] = { local
170 tags, sizes, values);
  /external/v8/src/
data-flow.cc 379 for (int i = 0; i < expr->values()->length(); i++) {
380 Visit(expr->values()->at(i));
  /external/v8/test/mjsunit/
date.js 181 // Test creation of large date values.
debug-return-value.js 140 // Call f expecting different return values.
div-mod.js 175 // an optimized compiler with int32 values. Ensure that modulus
int32-ops.js 30 // signed 32-bit integer values as smis.
samevalue.js 48 // Undefined values.
  /external/valgrind/main/memcheck/tests/
addressable.stderr.exp 81 Use --track-origins=yes to see where uninitialised values come from
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
elementsetidattributens14.js 84 acronym element. Verify by calling isId on the attributes and getElementById with different values on document node.
  /external/webkit/LayoutTests/fast/dom/DOMImplementation/script-tests/
createDocument-namespace-err.js 121 // of the values in the arrays above (which were taken from createElementNS tests)
  /external/webkit/Source/JavaScriptCore/wtf/
HashMap.h 60 // iterators iterate over pairs of keys and values
395 typedef typename HashMap<T, U, V, W, X>::const_iterator::Values iterator;
399 iterator it = collection.begin().values();
400 iterator end = collection.end().values();

Completed in 801 milliseconds

<<61626364656667686970>>