HomeSort by relevance Sort by last modified time
    Searched defs:into (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
nomem64-err.asm 10 into label
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 4 \section{Embedding Vorbis into an Ogg stream} \label{vorbis:over:ogg}
9 streams to encapsulate Vorbis compressed audio packet data into file
42 Vorbis with other media types into a multi-stream Ogg file. At the
99 Packets are placed into ogg pages in order until the end of stream.
02-bitpacking.tex 12 decoder. Most current binary storage arrangements group bits into a
16 bitstream into an actual representation in fixed-width words.
68 \subsubsection{coding bits into byte sequences}
71 zero to 32 bits wide, into packets. These integer fields are not
78 coded. When packing the bits into bytes, the encoder begins by
79 placing the LSb of the integer to be written into the least
84 byte and writing the next bit into the bit position 0 of that byte.
86 from the byte stream and reassembling them into integers.
103 Code the 4 bit integer value '12' [b1100] into an empty bytestream.
211 byte-aligned packets which are embedded into a larger byte-aligne
    [all...]
  /external/oauth/core/src/main/java/net/oauth/http/
HttpResponseMessage.java 36 public void dump(Map<String, Object> into) throws IOException {
37 super.dump(into);
38 into.put(STATUS_CODE, Integer.valueOf(getStatusCode()));
41 into.put(LOCATION, location);
  /external/oauth/core/src/main/java/net/oauth/
OAuthMessage.java 207 Map<String, Object> into = new HashMap<String, Object>(); local
208 dump(into);
209 return into;
212 protected void dump(Map<String, Object> into) throws IOException {
213 into.put("URL", URL);
216 into.putAll(getParameterMap());
312 StringBuilder into = new StringBuilder(); local
314 into.append(" realm=\"").append(OAuth.percentEncode(realm)).append('"');
321 if (into.length() > 0) into.append(",")
343 StringBuilder into = new StringBuilder(); local
361 List<OAuth.Parameter> into = new ArrayList<OAuth.Parameter>(); local
    [all...]
  /bionic/libc/kernel/tools/
update_all.py 105 print "NOTE: Due to import into aosp, some files were not processed." namespace
  /external/elfutils/0.153/libdwfl/
core-file.c 361 void *into = *buffer; local
367 into = malloc (*buffer_available);
368 if (unlikely (into == NULL))
375 ssize_t nread = pread_retry (elf->fildes, into, *buffer_available, start);
378 if (into != *buffer)
379 free (into);
387 const void *eos = memchr (into, '\0', nread);
388 if (unlikely (eos == NULL) || unlikely (eos == into))
391 free (into);
394 nread = eos + 1 - into;
    [all...]
dwfl_segment_report_module.c 618 void *into = contents + offset; local
621 &into, &read_size, vaddr, size); local
627 So we'll be reading into a local image of the virtual file. */
  /external/llvm/test/MC/X86/
x86-32.s 105 into label
106 // CHECK: into
x86-16.s 61 into label
62 // CHECK: into
  /external/oauth/core/src/main/java/net/oauth/client/
URLConnectionResponse.java 96 public void dump(Map<String, Object> into) throws IOException {
97 super.dump(into);
104 into.put(REQUEST, request.toString());
132 into.put(HttpMessage.RESPONSE, response.toString());
  /external/oauth/core/src/main/java/net/oauth/client/httpclient4/
HttpMethodResponse.java 93 public void dump(Map<String, Object> into) throws IOException
95 super.dump(into);
118 into.put(REQUEST, request.toString());
134 into.put(HttpMessage.RESPONSE, response.toString());
  /external/glide/library/src/main/java/com/bumptech/glide/
GenericRequestBuilder.java 41 * models loaders to translate a model into generic resources for either an image or a video and decoders that can
42 * decode those resources into bitmaps.
210 * Sets the source encoder to use to encode the data retrieved by this request directly into cache. The returned
518 * Set the target the image will be loaded into.
523 public <Y extends Target<TranscodeType>> Y into(Y target) { method in class:GenericRequestBuilder
541 * Sets the {@link ImageView} the image will be loaded into, cancels any existing loads into the view, and frees
542 * any resources Glide has loaded into the view so they may be reused.
546 * @param view The view to cancel previous loads for and load the new image into.
549 public Target<TranscodeType> into(ImageView view) method in class:GenericRequestBuilder
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.cc 223 inline void EncodeIntSafely(int64 nParam, int64 max, std::string* into) {
225 return EncodeInt(nParam, into);
240 void EncodeByte(unsigned char value, std::string* into) {
241 into->push_back(value);
244 void EncodeBool(bool value, std::string* into) {
245 into->push_back(value ? 1 : 0);
248 void EncodeInt(int64 value, std::string* into) {
257 into->push_back(c);
262 void EncodeVarInt(int64 value, std::string* into) {
274 into->push_back(c)
359 EncodeByte(static_cast<char>(value.type()), into); local
    [all...]
  /prebuilts/sdk/current/support/v7/cardview/libs/
android-support-v7-cardview.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs-ant.jar 
  /prebuilts/devtools/tools/lib/
chimpchat.jar 
monkeyrunner.jar 
ddmlib.jar 
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/
ddmlib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.0/
ddmlib-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.2/
ddmlib-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.0/
ddmlib-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.1/
ddmlib-22.5.1.jar 

Completed in 319 milliseconds

1 2 3