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

  /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...]
  /external/elfutils/libdwfl/
core-file.c 352 void *into = *buffer; local
358 into = malloc (*buffer_available);
359 if (unlikely (into == NULL))
366 ssize_t nread = pread_retry (elf->fildes, into, *buffer_available, start);
369 if (into != *buffer)
370 free (into);
378 const void *eos = memchr (into, '\0', nread);
379 if (unlikely (eos == NULL) || unlikely (eos == into))
382 free (into);
385 nread = eos + 1 - into;
    [all...]
dwfl_segment_report_module.c 592 void *into = contents + offset; local
595 &into, &read_size, vaddr, size); local
601 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
  /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/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.cc 205 inline void EncodeIntSafely(int64 nParam, int64 max, std::string* into) {
207 return EncodeInt(nParam, into);
222 void EncodeByte(unsigned char value, std::string* into) {
223 into->push_back(value);
226 void EncodeBool(bool value, std::string* into) {
227 into->push_back(value ? 1 : 0);
230 void EncodeInt(int64 value, std::string* into) {
239 into->push_back(c);
244 void EncodeVarInt(int64 value, std::string* into) {
256 into->push_back(c)
336 EncodeByte(static_cast<char>(value.type()), into); local
    [all...]
  /prebuilts/devtools/tools/lib/
chimpchat.jar 
monkeyrunner.jar 
ddmlib.jar 
guava-13.0.1.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 145 milliseconds