Searched refs:to (Results 1 - 25 of 420) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwbdecoder_mem_funcs.h10 * Unless required by applicable law or agreed to in writing, software
26 Permission to distribute, modify and use this file under the standard license
58 #define pv_memset(to, c, n) memset(to, c, n)
61 #define pv_memcpy(to, from, n) memcpy(to, from, n)
62 #define pv_memmove(to, from, n) memmove(to, from, n)
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dmp3_mem_funcs.h10 * Unless required by applicable law or agreed to in writing, software
64 #define pv_memset(to, c, n) memset(to, c, n)
67 #define pv_memcpy(to, from, n) memcpy(to, from, n)
68 #define pv_memmove(to, from, n) memmove(to, from, n)
/frameworks/native/libs/binder/
H A DTextOutput.cpp10 * Unless required by applicable law or agreed to in writing, software
40 TextOutput& operator<<(TextOutput& to, bool val) argument
42 if (val) to.print("true", 4);
43 else to.print("false", 5);
44 return to;
47 TextOutput& operator<<(TextOutput& to, int val) argument
51 to.print(buf, strlen(buf));
52 return to;
55 TextOutput& operator<<(TextOutput& to, long val) argument
59 to
63 operator <<(TextOutput& to, unsigned int val) argument
71 operator <<(TextOutput& to, unsigned long val) argument
79 operator <<(TextOutput& to, long long val) argument
87 operator <<(TextOutput& to, unsigned long long val) argument
95 print_float(TextOutput& to, double value) argument
107 operator <<(TextOutput& to, float val) argument
112 operator <<(TextOutput& to, double val) argument
117 operator <<(TextOutput& to, const void* val) argument
125 operator <<(TextOutput& to, const String8& val) argument
131 operator <<(TextOutput& to, const String16& val) argument
142 operator <<(TextOutput& to, const TypeCode& val) argument
161 operator <<(TextOutput& to, const HexDump& val) argument
[all...]
/frameworks/native/include/binder/
H A DTextOutput.h10 * Unless required by applicable law or agreed to in writing, software
42 inline Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); } argument
54 // Text output stream for printing to the log (via utils/Log.h).
57 // Text output stream for printing to stdout.
60 // Text output stream for printing to stderr.
65 TextOutput& endl(TextOutput& to);
66 TextOutput& indent(TextOutput& to);
67 TextOutput& dedent(TextOutput& to);
131 endl(TextOutput& to) argument
137 indent(TextOutput& to) argument
143 dedent(TextOutput& to) argument
149 operator <<(TextOutput& to, const char* str) argument
155 operator <<(TextOutput& to, char c) argument
161 operator <<(TextOutput& to, TextOutputManipFunc func) argument
[all...]
/frameworks/base/tools/aidl/
H A DAST.cpp5 WriteModifiers(FILE* to, int mod, int mask) argument
10 fprintf(to, "@Override ");
14 fprintf(to, "public ");
17 fprintf(to, "private ");
20 fprintf(to, "protected ");
24 fprintf(to, "static ");
28 fprintf(to, "final ");
32 fprintf(to, "abstract ");
37 WriteArgumentList(FILE* to, const vector<Expression*>& arguments) argument
41 arguments[i]->Write(to);
81 Write(FILE* to) argument
109 Write(FILE* to) argument
124 Write(FILE* to) argument
161 WriteDeclaration(FILE* to) argument
172 Write(FILE* to) argument
196 Write(FILE* to) argument
221 Write(FILE* to) argument
253 Write(FILE* to) argument
278 Write(FILE* to) argument
356 Write(FILE* to) argument
382 Write(FILE* to) argument
419 Write(FILE* to) argument
437 Write(FILE* to) argument
463 Write(FILE* to) argument
491 Write(FILE* to) argument
517 Write(FILE* to) argument
542 Write(FILE* to) argument
566 Write(FILE* to) argument
583 Write(FILE* to) argument
600 Write(FILE* to) argument
621 Write(FILE* to) argument
643 Write(FILE* to) argument
671 Write(FILE* to) argument
692 Write(FILE* to) argument
731 Write(FILE* to) argument
814 Write(FILE* to) argument
891 Write(FILE* to) argument
[all...]
H A DAST.h31 void WriteModifiers(FILE* to, int mod, int mask);
39 virtual void Write(FILE* to) = 0;
45 virtual void Write(FILE* to) = 0;
54 virtual void Write(FILE* to);
64 virtual void Write(FILE* to);
79 void WriteDeclaration(FILE* to);
80 void Write(FILE* to);
93 void Write(FILE* to);
108 virtual void Write(FILE* to);
114 virtual void Write(FILE* to)
[all...]
H A Dgenerate_java.cpp80 FILE* to; local
82 to = stdout;
84 /* open file in binary mode to ensure that the tool produces the
87 to = fopen(filename.c_str(), "wb");
88 if (to == NULL) {
89 fprintf(stderr, "unable to open %s for write\n", filename.c_str());
94 document->Write(to);
96 fclose(to);
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
H A DSocketConnect.java14 private OutputStream to; field in class:SocketConnect
16 public SocketConnect(Socket from, Socket to) throws IOException { argument
18 this.to = to.getOutputStream();
32 to.write(buffer, 0, r);
35 to.close();
/frameworks/base/core/tests/overlaytests/
H A DAndroid.mk1 # Dummy makefile to halt recursive directory traversal.
/frameworks/native/services/surfaceflinger/tests/
H A DAndroid.mk22 # Build the binary to $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE)
23 # to integrate with auto-test framework.
30 # team really wants is to build the stuff defined by this makefile.
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
H A DReflectIntermediateClass.java10 * Unless required by applicable law or agreed to in writing, software
23 * Offer an indirection to some Big0xx classes and have their initialization
28 public static int get(int from, int to, int sleepMillis) throws ClassNotFoundException, argument
32 for (int i = from; i <= to; i++) {
/frameworks/rs/api/
H A Drs_io.spec10 # Unless required by applicable law or agreed to in writing, software
20 These functions are used to:<ul>
21 <li>Send information to the Java client, and</li>
23 <li>Send the processed allocation or receive the next allocation to process.</li></ul>
29 arg: rs_allocation a, "Allocation to work on."
40 arg: rs_allocation a, "Allocation to work on."
41 summary: Send new content to the queue
43 Send the contents of the Allocation to the queue.
51 summary: Send a message to the client, non-blocking
53 Sends a message back to th
[all...]
H A Drs_convert.spec10 # Unless required by applicable law or agreed to in writing, software
20 The functions below convert from a numerical vector type to another, of from one color
21 representation to another.
34 Converts a vector from one numerical type to another. The conversion are done entry per entry.
36 E.g calling <code>a = convert_short3(b);</code> is equivalent to doing
39 Converting floating point values to integer types truncates.
41 Converting numbers too large to fit the destination type yields undefined results.
42 For example, converting a float that contains 1.0e18 to a short is undefined.
43 Use @clamp() to avoid this.
87 of this range, the resulting outputs will be clamped to b
[all...]
H A Drs_object_types.spec10 # Unless required by applicable law or agreed to in writing, software
20 The types below are used to manipulate RenderScript objects like allocations, samplers,
25 // Opaque handle to a RenderScript object. Do not use this directly.
44 summary: Handle to an element
46 An opaque handle to a RenderScript element.
53 summary: Handle to a Type
55 An opaque handle to a RenderScript type.
62 summary: Handle to an allocation
64 An opaque handle to a RenderScript allocation.
71 summary: Handle to
[all...]
/frameworks/support/design/honeycomb-mr1/android/support/design/widget/
H A DValueAnimatorCompatImplHoneycombMr1.java10 * Unless required by applicable law or agreed to in writing, software
78 public void setIntValues(int from, int to) { argument
79 mValueAnimator.setIntValues(from, to);
88 public void setFloatValues(float from, float to) { argument
89 mValueAnimator.setFloatValues(from, to);
/frameworks/data-binding/library/src/main/java/android/databinding/
H A DListChangeRegistry.java10 * Unless required by applicable law or agreed to in writing, software
50 callback.onItemRangeMoved(sender, listChanges.start, listChanges.to,
101 * @param to The index of where the element was moved to.
104 public void notifyMoved(ObservableList list, int from, int to, int count) { argument
105 ListChanges listChanges = acquire(from, to, count);
113 * @param start The index of the first element to be removed.
121 private static ListChanges acquire(int start, int to, int count) { argument
127 listChanges.to = to;
148 public int to; field in class:ListChangeRegistry.ListChanges
[all...]
/frameworks/compile/mclinker/lib/Support/Unix/
H A DSystem.inc49 // Force i<N>86 to i386.
54 // On darwin, we want to update the version to match that of the
74 /// srandom - set the initial seed value for future calls to random().
/frameworks/native/libs/gui/tests/
H A DAndroid.mk41 # Build the binary to $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE)
42 # to integrate with auto-test framework.
49 # team really wants is to build the stuff defined by this makefile.
/frameworks/support/design/base/android/support/design/widget/
H A DValueAnimatorCompat.java10 * Unless required by applicable law or agreed to in writing, software
51 * for animations with repeat count set to INFINITE.</p>
58 * for animations with repeat count set to INFINITE.</p>
99 abstract void setIntValues(int from, int to); argument
101 abstract void setFloatValues(float from, float to); argument
163 public void setIntValues(int from, int to) { argument
164 mImpl.setIntValues(from, to);
171 public void setFloatValues(float from, float to) { argument
172 mImpl.setFloatValues(from, to);
/frameworks/base/cmds/bmgr/
H A DAndroid.mk14 $(transform-prebuilt-to-target)
/frameworks/base/cmds/ime/
H A DAndroid.mk14 $(transform-prebuilt-to-target)
/frameworks/base/cmds/input/
H A DAndroid.mk13 $(transform-prebuilt-to-target)
/frameworks/base/cmds/pm/
H A DAndroid.mk14 $(transform-prebuilt-to-target)
/frameworks/base/cmds/svc/
H A DAndroid.mk14 $(transform-prebuilt-to-target)
/frameworks/base/core/java/android/widget/
H A DSimpleCursorAdapter.java10 * Unless required by applicable law or agreed to in writing, software
25 * An easy adapter to map columns from a cursor to TextViews or ImageViews
27 * views you want to display the columns, and the XML file that defines
34 * returned value is false and the view to bind is a TextView,
36 * is false and the view to bind is an ImageView,
44 * to get control over the filtering process. You can refer to
50 * A list of columns containing the data to bind to th
77 SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) argument
102 SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to, int flags) argument
360 changeCursorAndColumns(Cursor c, String[] from, int[] to) argument
[all...]

Completed in 814 milliseconds

1234567891011>>