HomeSort by relevance Sort by last modified time
    Searched refs:to (Results 501 - 525 of 11738) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/simplejson/
__init__.py 5 :mod:`simplejson` exposes an API familiar to users of the standard library
91 Using simplejson.tool from the shell to validate and pretty-print::
151 """Serialize ``obj`` as a JSON formatted stream to ``fp`` (a
158 If ``ensure_ascii`` is false, then the some chunks written to ``fp``
159 may be ``unicode`` instances, subject to normal Python ``str`` to
162 to cause an error.
168 If ``allow_nan`` is false, then it will be a ``ValueError`` to
178 and is converted to a string with that many spaces.
190 will be natively serialized to JSON with full precision
    [all...]
  /external/chromium_org/tools/cygprofile/
mergetraces.py 11 Merging will use timestamps (i.e. the first two columns of logged calls) to
39 fields, 2) the virtual start address of the library, used to compute the
58 """Funcition is a sanity check to make sure that calls are only logged once.
74 """Prints warning to stderr if the call timestamps are not in order.
96 """Converts the call addresses to static offsets and removes invalid calls.
99 addresses, converts strings to integer values, coverts virtual addresses to
123 """Adds a trace to the tracemap.
125 Adds entries in the trace to the tracemap. All new calls will be added to
    [all...]
  /external/libxml2/
error.c 65 * @msg: the message to display/transmit
87 * to the builtin error function.
103 * Function to reset the handler and the error context for out of
107 * be passed as first argument to @handler
108 * One can simply force messages to be emitted to another FILE * than
109 * stderr by setting @ctx to this file handle and @handler to NULL.
126 * Function to reset the handler and the error context for out of
130 * be passed as first argument to @handle
452 xmlErrorPtr to = &xmlLastError; local
    [all...]
  /external/protobuf/src/google/protobuf/
reflection_ops.cc 16 // contributors may be used to endorse or promote products derived from
21 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
44 void ReflectionOps::Copy(const Message& from, Message* to) {
45 if (&from == to) return;
46 Clear(to);
47 Merge(from, to);
50 void ReflectionOps::Merge(const Message& from, Message* to) {
51 GOOGLE_CHECK_NE(&from, to);
54 GOOGLE_CHECK_EQ(to->GetDescriptor(), descriptor
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 23 these bits to two fields: 8 bits of traffic class (or DS field, if you
25 no well-defined API to manage IPv6 flow information. In this document
26 I describe an attempt to design the API for Linux-2.2 IPv6 stack.
34 \item To allow user to set traffic class bits.
36 \item To allow user to read traffic class bits of received packets.
38 necessary f.e.\ to implement ECN [RFC2481] for datagram oriented services
39 or to implement receiver side of SRP or another end-to-end protoco
    [all...]
  /art/runtime/arch/arm/
jni_entrypoints_arm.S 10 * Unless required by applicable law or agreed to in writing, software
28 sub sp, #12 @ pad stack pointer to align frame
38 bx r12 @ if non-null, tail call to method's code
41 pop {r0, r1, r2, r3, pc} @ restore regs and return to caller to handle exception
  /art/test/003-omnibus-opcodes/
build 11 # Unless required by applicable law or agreed to in writing, software
25 ${DX} -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex classes
  /art/test/023-many-interfaces/
build 11 # Unless required by applicable law or agreed to in writing, software
27 ${DX} --debug --dex --dump-to=classes.lst --output=classes.dex classes
  /art/test/056-const-string-jumbo/
build 11 # Unless required by applicable law or agreed to in writing, software
21 # the reference to "zorch" in the real test file will be guaranteed to
45 ${DX} -JXmx500m --debug --dex --no-optimize --positions=none --no-locals --dump-to=classes.lst --output=classes.dex classes
  /art/test/085-old-style-inner-class/
build 11 # Unless required by applicable law or agreed to in writing, software
20 # We compile for a 1.4 target to suppress the use of EnclosingMethod
25 # Suppress stderr to keep the inner class warnings out of the expected output.
26 ${DX} --debug --dex --dump-to=classes.lst --output=classes.dex --dump-width=1000 classes 2>/dev/null
  /art/test/097-duplicate-method/
build 11 # Unless required by applicable law or agreed to in writing, software
24 ${DX} --debug --dex --dump-to=classes.lst --output=classes.dex classes
  /cts/tools/signature-tools/src/signature/compare/model/impl/
SigMemberDelta.java 10 * Unless required by applicable law or agreed to in writing, software
35 public SigMemberDelta(T from, T to) {
36 super(from, to);
SigPackageDelta.java 10 * Unless required by applicable law or agreed to in writing, software
32 public SigPackageDelta(IPackage from, IPackage to) {
33 super(from, to);
SigParameterizedTypeDelta.java 10 * Unless required by applicable law or agreed to in writing, software
33 IParameterizedType to) {
34 super(from, to);
SigUpperBoundsDelta.java 10 * Unless required by applicable law or agreed to in writing, software
33 List<ITypeReference> to) {
34 super(from, to);
  /dalvik/tests/003-omnibus-opcodes/
build 11 # Unless required by applicable law or agreed to in writing, software
25 dx -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex classes
  /dalvik/tests/023-many-interfaces/
build 11 # Unless required by applicable law or agreed to in writing, software
27 dx --debug --dex --dump-to=classes.lst --output=classes.dex classes
  /dalvik/tests/056-const-string-jumbo/
build 11 # Unless required by applicable law or agreed to in writing, software
21 # the reference to "zorch" in the real test file will be guaranteed to
46 --dump-to=classes.lst --output=classes.dex classes
  /dalvik/tests/085-old-style-inner-class/
build 11 # Unless required by applicable law or agreed to in writing, software
20 # We compile for a 1.4 target to suppress the use of EnclosingMethod
25 # Suppress stderr to keep the inner class warnings out of the expected output.
26 dx --debug --dex --dump-to=classes.lst --output=classes.dex \
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_SQRT_DOUBLE_VFP.S 4 * If the result is a NaN, bail out to library code to do
20 bx r2 @ tail call to sqrt library routine
  /dalvik/vm/compiler/template/mips/
TEMPLATE_STRING_COMPARETO.S 4 * Requires a0/a1 to have been previously checked for null. Will
35 * We're going to compute
44 * Note: data pointers point to first element.
46 addu a0, 16 # point to contents[0]
47 addu a1, 16 # point to contents[0]
49 /* Now, build pointers to the string data */
60 * a3: value to return if the first part of the string is equal
84 addu a0, 4 # offset to contents[2]
85 addu a1, 4 # offset to contents[2]
110 addu a0, 6 # offset to contents[i+3
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_CONST_16.S 8 GOTO_OPCODE(ip) @ jump to next instruction
OP_MOVE_16.S 10 GOTO_OPCODE(ip) @ jump to next instruction
OP_MOVE_FROM16.S 10 GOTO_OPCODE(ip) @ jump to next instruction
OP_MOVE_RESULT.S 9 GOTO_OPCODE(ip) @ jump to next instruction

Completed in 1447 milliseconds

<<21222324252627282930>>