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

1 2 3 4

  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
supplier.h 38 // object, then calls |supplied|. Implementations of this interface may
42 const Callback& supplied) = 0;
ondemand_supplier.h 59 // Loads the metadata needed for |lookup_key|, then calls |supplied|.
60 virtual void Supply(const LookupKey& lookup_key, const Callback& supplied);
preload_supplier.h 66 // |supplied|. If the metadata needed isn't found in the cache, it will call
69 const Supplier::Callback& supplied);
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
ondemand_supplier.cc 47 const Callback& supplied) {
49 new OndemandSupplyTask(lookup_key, &rule_cache_, supplied);
ondemand_supply_task.h 44 const Supplier::Callback& supplied);
ondemand_supply_task.cc 41 const Supplier::Callback& supplied)
46 supplied_(supplied),
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
supplier_test.cc 73 const Supplier::Callback& supplied) = 0;
83 const Supplier::Callback& supplied) {
84 ondemand_supplier_.Supply(lookup_key, supplied);
104 const Supplier::Callback& supplied) {
109 preload_supplier_.Supply(lookup_key, supplied);
136 supplied_(BuildCallback(this, &SupplierTest::Supplied)) {}
150 void Supplied(bool success,
  /external/chromium_org/third_party/openssl/openssl/android.testssl/
CAss.cnf 66 commonName = supplied
  /external/nanopb-c/extra/
nanopb.mk 19 # system-supplied python interpreter.
  /external/openssl/android.testssl/
CAss.cnf 66 commonName = supplied
  /frameworks/base/media/mca/filterfw/
Android.mk 47 # it's difficult to do this for applications that are not supplied as
  /external/chromium_org/third_party/openssl/openssl/apps/
openssl.cnf 80 # and supplied fields are just that :-)
89 commonName = supplied
101 commonName = supplied
  /external/openssl/apps/
openssl.cnf 80 # and supplied fields are just that :-)
89 commonName = supplied
101 commonName = supplied
  /external/eigen/blas/
chbmv.f 26 * triangular part of the band matrix A is being supplied as
30 * being supplied.
33 * being supplied.
54 * band part of the hermitian matrix, supplied column by
72 * band part of the hermitian matrix, supplied column by
chpmv.f 19 * A is an n by n hermitian matrix, supplied in packed form.
26 * triangular part of the matrix A is supplied in the packed
30 * supplied in AP.
33 * supplied in AP.
75 * supplied as zero then Y need not be set on input.
dsbmv.f 26 * triangular part of the band matrix A is being supplied as
30 * being supplied.
33 * being supplied.
54 * band part of the symmetric matrix, supplied column by
72 * band part of the symmetric matrix, supplied column by
dspmv.f 19 * A is an n by n symmetric matrix, supplied in packed form.
26 * triangular part of the matrix A is supplied in the packed
30 * supplied in AP.
33 * supplied in AP.
73 * supplied as zero then Y need not be set on input.
ssbmv.f 26 * triangular part of the band matrix A is being supplied as
30 * being supplied.
33 * being supplied.
54 * band part of the symmetric matrix, supplied column by
72 * band part of the symmetric matrix, supplied column by
sspmv.f 19 * A is an n by n symmetric matrix, supplied in packed form.
26 * triangular part of the matrix A is supplied in the packed
30 * supplied in AP.
33 * supplied in AP.
73 * supplied as zero then Y need not be set on input.
zhbmv.f 26 * triangular part of the band matrix A is being supplied as
30 * being supplied.
33 * being supplied.
54 * band part of the hermitian matrix, supplied column by
72 * band part of the hermitian matrix, supplied column by
zhpmv.f 19 * A is an n by n hermitian matrix, supplied in packed form.
26 * triangular part of the matrix A is supplied in the packed
30 * supplied in AP.
33 * supplied in AP.
75 * supplied as zero then Y need not be set on input.
  /external/chromium_org/chrome/test/chromedriver/js/
execute_async_script.js 44 * @param {boolean} isUserSupplied Whether the script is supplied by the user.
47 * be supplied to the script.
  /external/protobuf/
configure.ac 65 AC_MSG_RESULT([use user-supplied: $CXXFLAGS])
  /frameworks/base/media/mca/filterfw/jni/
Android.mk 46 # it's difficult to do this for applications that are not supplied as
  /external/chromium_org/tools/
run-bisect-perf-regression.py 451 help='Path to goma directory. If this is supplied, goma '
455 help='Path to the config file to use. If this is supplied, '
461 help='Path to extra source file. If this is supplied, '

Completed in 2294 milliseconds

1 2 3 4