HomeSort by relevance Sort by last modified time
    Searched refs:FILE (Results 2351 - 2375 of 2555) sorted by null

<<919293949596979899100>>

  /frameworks/av/cmds/stagefright/
stagefright.cpp 5 * you may not use this file except in compliance with the License.
133 FILE *out = fopen(filename.string(), "wb");
604 fprintf(stderr, " -w(rite) filename (write to .mp4 file)\n");
610 fprintf(stderr, " -d(ump) filename (raw stream data to a file)\n");
611 fprintf(stderr, " -D(ump) filename (decoded PCM data to a file)\n");
870 "failed on file '%s'.\n", filename);
    [all...]
  /frameworks/base/core/jni/
AndroidRuntime.cpp 5 * you may not use this file except in compliance with the License.
316 * We ignore "fp" and just write the results to the log file.
318 static void runtime_vfprintf(FILE* fp, const char* format, va_list ap)
497 property_get("dalvik.vm.stack-trace-file", stackTraceFileBuf, "");
    [all...]
android_util_Binder.cpp 5 * you may not use this file except in compliance with the License.
705 "Not allowed to write file descriptors here");
961 FILE *f;
    [all...]
  /frameworks/wilhelm/tests/examples/
slesTestDecodeAac.cpp 5 * you may not use this file except in compliance with the License.
23 OpenSL ES test slesTestDecodeAac: decodes a file containing AAC ADTS data
31 These use adb on host to retrieve the decoded file:
36 Select myFile.raw file, then click Open button
84 static FILE* outputFp;
119 SLboolean createRaw = SL_BOOLEAN_TRUE; // whether to create a .raw file containing PCM data
140 * a resource, for instance because a file URI is invalid, or an HTTP server doesn't respond.
326 /* Save the decoded data to output file */
329 fprintf(stderr, "Error writing to output file");
413 /* Decode an audio path by opening a file descriptor on that path *
    [all...]
  /gdk/samples/quake/jni/
r_part.cpp 198 FILE *f;
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
console.c 7 * you may not use this file except in compliance with the License.
1048 FILE *hfile = fopen(script_file, "r" );
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 19 //The macro value gives approximately the generated file
327 //File position is at BOF after open, unless we open with ios_base::ate
331 //File position is at EOF after open
334 //stlport uses fopen here. This case may fail this test, since the file position after
348 FILE* f = fopen( "test_file.txt", "a" );
353 //In append mode, file is positioned at EOF just before a write.
354 // After a write, file is at EOF. This is implementation-independent.
436 // Depending on how '\n' is written in file, file position can be greater or equal to the number of chars_read read.
489 // Depending on how '\n' is written in file, file position can be greater or equal to the number of chars_read read
    [all...]
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 19 //The macro value gives approximately the generated file
327 //File position is at BOF after open, unless we open with ios_base::ate
331 //File position is at EOF after open
334 //stlport uses fopen here. This case may fail this test, since the file position after
348 FILE* f = fopen( "test_file.txt", "a" );
353 //In append mode, file is positioned at EOF just before a write.
354 // After a write, file is at EOF. This is implementation-independent.
436 // Depending on how '\n' is written in file, file position can be greater or equal to the number of chars_read read.
489 // Depending on how '\n' is written in file, file position can be greater or equal to the number of chars_read read
    [all...]
  /packages/inputmethods/PinyinIME/jni/share/
dictbuilder.cpp 5 * you may not use this file except in compliance with the License.
226 FILE *fp = fopen(fn_validhzs, "rb");
379 // Read the number of lemmas in the file
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/cp/
cp-tree.h 7 This file is part of GCC.
20 along with GCC; see the file COPYING3. If not see
37 diagnostic framework extensions, you must include this file before
53 framework extensions, you must include this file before toplev.h, not after.
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h 7 This file is part of GCC.
20 along with GCC; see the file COPYING3. If not see
33 diagnostic framework extensions, you must include this file before
41 framework extensions, you must include this file before diagnostic-core.h and \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h 7 This file is part of GCC.
20 along with GCC; see the file COPYING3. If not see
33 diagnostic framework extensions, you must include this file before
41 framework extensions, you must include this file before diagnostic-core.h and \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h 7 This file is part of GCC.
20 along with GCC; see the file COPYING3. If not see
33 diagnostic framework extensions, you must include this file before
41 framework extensions, you must include this file before diagnostic-core.h and \
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 5 * you may not use this file except in compliance with the License.
58 import java.io.File;
77 * application resources using aapt into a zip file that is ready to be integrated into the apk.
177 * Packages the resources of the projet into a .ap_ file.
184 * @param outputFolder where to write the resource ap_ file.
185 * @param outputFilename the name of the resource ap_ file.
253 outputFolder + File.separator + outputFilename, resFilter,
271 // use a File instead of the IFolder API to ignore workspace refresh issue.
272 File testFile = new File(folder.getLocation().toOSString())
370 File file = new File(path); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlPrettyPrinter.java 5 * you may not use this file except in compliance with the License.
728 // resource file format
765 || mStyle == XmlFormatStyle.FILE) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 5 * you may not use this file except in compliance with the License.
96 * This page is used to select the project, resource type and file name.
203 * If the generated resource XML file requires an "android" XMLNS, this should be set
212 * root element of the generated XML file. When null, no extra attributes are inserted.
244 * TypeInfo, information for each "type" of file that can be created.
249 "An XML file that describes a screen layout.", // tooltip
315 "An XML file with simple values: colors, strings, dimensions, etc.", // tooltip
324 "An XML file that describes a drawable.", // tooltip
333 "An XML file that describes an menu.", // tooltip
342 "An XML file that describes a color state list.", // toolti
701 IFile file = fileInput.getFile(); local
    [all...]
  /system/core/adb/
commandline.c 5 * you may not use this file except in compliance with the License.
72 void version(FILE * out) {
105 " adb push <local> <remote> - copy file/dir to device\n"
106 " adb pull <remote> [<local>] - copy file/dir from device\n"
123 " adb install [-l] [-r] [-s] [--algo <algorithm name> --key <hex-encoded key> --iv <hex-encoded iv>] <file>\n"
124 " - push this package file to the device and install it\n"
128 " ('--algo', '--key', and '--iv' mean the file is encrypted already)\n"
134 " adb backup [-f <file>] [-apk|-noapk] [-shared|-noshared] [-all] [-system|-nosystem] [<packages...>]\n"
135 " - write an archive of the device's data to <file>.\n"
151 " adb restore <file> - restore device contents from the <file> backup archive\n
    [all...]
  /system/netd/
CommandListener.cpp 5 * you may not use this file except in compliance with the License.
869 FILE *fp = fopen("/proc/net/dev", "r");
    [all...]
  /external/libxml2/
xpath.c 381 * @file: the file name
388 xmlXPatherror(xmlXPathParserContextPtr ctxt, const char *file ATTRIBUTE_UNUSED,
875 xmlXPathDebugDumpNode(FILE *output, xmlNodePtr cur, int depth) {
899 xmlXPathDebugDumpNodeList(FILE *output, xmlNodePtr cur, int depth) {
922 xmlXPathDebugDumpNodeSet(FILE *output, xmlNodeSetPtr cur, int depth) {
948 xmlXPathDebugDumpValueTree(FILE *output, xmlNodeSetPtr cur, int depth) {
969 xmlXPathDebugDumpLocationSet(FILE *output, xmlLocationSetPtr cur, int depth) {
994 * @output: the FILE * to dump the output
1001 xmlXPathDebugDumpObject(FILE *output, xmlXPathObjectPtr cur, int depth)
    [all...]
  /external/openssh/
configure 115 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
477 rm -f conf$$ conf$$.exe conf$$.file
479 rm -f conf$$.dir/conf$$.file
484 if (echo >conf$$.file) 2>/dev/null; then
485 if ln -s conf$$.file conf$$ 2>/dev/null; then
488 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
491 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
493 elif ln conf$$.file conf$$ 2>/dev/null; then
501 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.fil
    [all...]
  /external/qemu/target-mips/
translate.c     [all...]
  /external/v8/src/
objects.cc 59 void PrintElementsKind(FILE* out, ElementsKind kind) {
778 void Object::ShortPrint(FILE* out) {
797 void Smi::SmiPrint(FILE* out) {
812 void Failure::FailurePrint(FILE* out) {
    [all...]
  /external/blktrace/
blkparse.c 261 FILE *ofp = NULL;
281 static FILE *dump_fp;
    [all...]
  /external/dnsmasq/src/
option.c 24 static void one_file(char *file, int nest, int hard_opt);
120 { "resolv-file", 2, 0, 'r' },
139 { "pid-file", 2, 0, 'x' },
144 { "conf-file", 2, 0, 'C' },
233 { 'C', ARG_DUP, "path", gettext_noop("Specify configuration file (defaults to %s)."), CONFFILE },
242 { LOPT_DHCP_HOST, ARG_ONE, "<filename>", gettext_noop("Read DHCP host specs from file"), NULL },
243 { LOPT_DHCP_OPTS, ARG_ONE, "<filename>", gettext_noop("Read DHCP option specs from file"), NULL },
244 { 'h', OPT_NO_HOSTS, NULL, gettext_noop("Do NOT load %s file."), HOSTSFILE },
245 { 'H', ARG_DUP, "path", gettext_noop("Specify a hosts file to be read in addition to %s."), HOSTSFILE },
260 { 'n', OPT_NO_POLL, NULL, gettext_noop("Do NOT poll %s file, reload only on SIGHUP."), RESOLVFILE },
1021 char *file = opt_string_alloc(arg); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 

Completed in 2061 milliseconds

<<919293949596979899100>>