HomeSort by relevance Sort by last modified time
    Searched full:get (Results 1576 - 1600 of 13186) sorted by null

<<61626364656667686970>>

  /external/bluetooth/glib/glib/gnulib/
vasnprintf.h 22 /* Get va_list. */
25 /* Get size_t. */
  /external/dnsmasq/contrib/openvpn/
README 1 The patch I have attached lets me get the behavior I wish out of
18 > The only problem is that the hostname for my system doesn't get set
  /external/dropbear/libtomcrypt/src/mac/hmac/
hmac_done.c 44 /* get the hash message digest size */
60 /* Get the hash of the first HMAC vector plus the data */
  /external/dropbear/libtomcrypt/src/pk/asn1/der/integer/
der_length_integer.c 15 ASN.1 DER, get length of encoding, Tom St Denis
22 @param num The int to get the size of
  /external/dropbear/libtomcrypt/src/pk/asn1/der/object_identifier/
der_length_object_identifier.c 15 ASN.1 DER, get length of Object Identifier, Tom St Denis
36 @param words The actual OID words to get the size of
  /external/dropbear/libtomcrypt/src/pk/ecc/
ltc_ecc_map.c 49 /* get 1/z */
52 /* get 1/z^2 and 1/z^3 */
  /external/dropbear/libtomcrypt/src/pk/pkcs1/
pkcs_1_mgf1.c 47 /* get hash output size */
71 /* get hash of seed || counter */
  /external/dropbear/libtomcrypt/
testme.sh 10 # get uname
13 # get gcc name
  /external/dropbear/libtommath/
bn_mp_div_2d.c 39 /* get the remainder */
75 /* get the lower bits of this word in a temp */
bn_s_mp_mul_high_digs.c 19 * [meant to get the higher part of the product]
64 /* get the lower part */
bn_s_mp_sqr.c 43 /* get the carry */
64 /* get carry */
  /external/e2fsprogs/intl/
vasnprintf.h 22 /* Get va_list. */
25 /* Get size_t. */
  /external/easymock/src/org/easymock/
Capture.java 84 return values.get(values.size() - 1);
134 return String.valueOf(values.get(0));
  /external/easymock/src/org/easymock/internal/
LegacyMatcherProvider.java 45 return matchers.get(method);
59 if (matchers.containsKey(method) && matchers.get(method) != matcher) {
  /external/elfutils/libdw/
dwarf_getmacros.c 0 /* Get public symbol information.
32 /* Get the appropriate attribute. */
  /external/elfutils/libelf/
elf_readall.c 57 /* Get the file. */
72 /* If this is an archive and we have derived descriptors get the
  /external/elfutils/tests/
get-files.c 57 printf ("%s: cannot get CU die\n", argv[cnt]);
66 printf ("%s: cannot get files\n", argv[cnt]);
get-pubnames.c 37 puts ("failed to get CU die");
48 puts ("failed to get object die");
  /external/guava/src/com/google/common/collect/
AbstractListMultimap.java 51 @Override public List<V> get(@Nullable K key) { method in class:AbstractListMultimap
52 return (List<V>) super.get(key);
EmptyImmutableList.java 71 public Object get(int index) { method in class:EmptyImmutableList
72 // guaranteed to fail, but at least we get a consistent message
ForwardingList.java 55 public E get(int index) { method in class:ForwardingList
56 return delegate().get(index);
ForwardingMap.java 68 public V get(Object key) { method in class:ForwardingMap
69 return delegate().get(key);
  /external/guava/src/com/google/common/util/concurrent/
AbstractFuture.java 59 public V get(long timeout, TimeUnit unit) throws InterruptedException, method in class:AbstractFuture
61 return sync.get(unit.toNanos(timeout));
65 * Blocks until the task completes or we get interrupted. Uses the
68 public V get() throws InterruptedException, ExecutionException { method in class:AbstractFuture
69 return sync.get();
214 * {@link #get()}.
216 V get(long nanos) throws TimeoutException, CancellationException, method in class:AbstractFuture.Sync
233 V get() throws CancellationException, ExecutionException, method in class:AbstractFuture.Sync
  /external/icu4c/common/
ucmndata.h 57 * Get the header size from a const DataHeader *udh.
66 * Get the UDataInfo.size from a const UDataInfo *info.
  /external/icu4c/i18n/unicode/
colldata.h 92 * Get a particular CE from the list.
100 uint32_t get(int32_t index) const;
201 * Get a particular string from the list.
210 const UnicodeString *get(int32_t index) const;
213 * Get the number of stings in the list.
297 * Get the <code>UCollator</code> object used to create this object.
304 * Get a list of all the strings which generate a list
318 * Get a list of the CEs generated by a partcular stirng.

Completed in 786 milliseconds

<<61626364656667686970>>