Searched refs:to (Results 1 - 25 of 344) 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/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/base/media/mca/filterfw/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
46 # to add this library to the prelink map and set this to true. However,
47 # it's difficult to do this for applications that are not supplied as
/frameworks/compile/mclinker/lib/Support/Unix/
H A DSystem.inc50 // Force i<N>86 to i386.
55 // On darwin, we want to update the version to match that of the
77 /// srandom - set the initial seed value for future calls to random().
/frameworks/native/services/surfaceflinger/tests/
H A DAndroid.mk28 # Build the binary to $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE)
29 # to integrate with auto-test framework.
36 # team really wants is to build the stuff defined by this makefile.
/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...]
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
29 # Need to run as system app to get access to Settings. This test won't work for user builds.
/frameworks/compile/libbcc/
H A Dlibbcc-device-build.mk10 # Unless required by applicable law or agreed to in writing, software
52 $(info TODOArm64: $(LOCAL_PATH)/Android.mk Add Arm64 define to LOCAL_CFLAGS)
56 $(info TODOMips64: $(LOCAL_PATH)/Android.mk Add Mips64 define to LOCAL_CFLAGS)
/frameworks/support/v4/java/android/support/v4/widget/
H A DSimpleCursorAdapter.java10 * Unless required by applicable law or agreed to in writing, software
28 * Used to write apps that run on platforms prior to Android 3.0. When running
30 * to switch to the framework's implementation. See the framework SDK
35 * A list of columns containing the data to bind to the UI.
41 * A list of View ids representing the views to which the data must be bound.
62 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) { argument
64 mTo = to;
87 SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to, int flags) argument
343 changeCursorAndColumns(Cursor c, String[] from, int[] to) argument
[all...]
/frameworks/av/media/libnbaio/
H A DAndroid.mk19 # libsndfile license is incompatible; uncomment to use for local debug only
21 #LOCAL_C_INCLUDES += path/to/libsndfile/src
/frameworks/base/tools/aapt/
H A DSourcePos.h27 static void printErrors(FILE* to);
/frameworks/base/services/
H A DAndroid.mk15 # Uncomment to enable output of certain warnings (deprecated, unchecked)
19 # These should map to directory names relative to this
33 # The convention is to name each service module 'services.$(module_name)'
46 # include all the jni subdirs to collect their sources
65 # If we ran an mm[m] command, we still want to build the individual

Completed in 615 milliseconds

1234567891011>>