HomeSort by relevance Sort by last modified time
    Searched full:outname (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/javassist/src/main/javassist/
CtNewNestedClass.java 52 String outName = ica.outerClass(i);
53 if (outName != null && outer)
55 CtClass parent = clazz.getClassPool().get(outName);
60 + outName);
  /build/tools/atree/
files.h 32 string outName;
files.cpp 116 const string& sourceName, const string& outName)
123 rec.outName = outName;
366 rec->outPath = path_append(base, rec->outName);
407 r.outName = path_append(rec.outName, entry);
  /cts/tools/vm-tests-tf/src/util/build/
DexBuildStep.java 41 args.outName = outputFile.fileName.getAbsolutePath();
59 + args.outName);
  /external/zlib/src/examples/
gun.c 540 inname is NULL or an empty string, read from stdin. If outname is NULL or
543 outname.
548 local int gunzip(z_stream *strm, char *inname, char *outname, int test)
567 else if (outname == NULL || *outname == 0) {
568 outname = "-";
572 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666);
575 fprintf(stderr, "gun cannot create %s\n", outname);
591 copymeta(inname, outname); /* copy attributes */
599 if (outfile > 2) unlink(outname);
634 char *outname; local
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLNameAllocator.cpp 48 * @param outName A pointer that receives the allocated name. outName will
56 virtual SparseNameRange* SK_WARN_UNUSED_RESULT internalAllocate(GrGLuint* outName) = 0;
136 virtual SparseNameRange* SK_WARN_UNUSED_RESULT internalAllocate(GrGLuint* outName) SK_OVERRIDE {
138 fLeft.reset(fLeft->internalAllocate(outName));
139 if (0 != *outName) {
148 *outName = fLeft->appendNames(1 + removedCount);
159 *outName = fLeft->appendNames(1);
283 virtual SparseNameRange* SK_WARN_UNUSED_RESULT internalAllocate(GrGLuint* outName) SK_OVERRIDE {
284 *outName = 0; // No internal gaps, we are contiguous
    [all...]
  /external/skia/src/gpu/gl/
GrGLNameAllocator.cpp 48 * @param outName A pointer that receives the allocated name. outName will
56 virtual SparseNameRange* SK_WARN_UNUSED_RESULT internalAllocate(GrGLuint* outName) = 0;
136 virtual SparseNameRange* SK_WARN_UNUSED_RESULT internalAllocate(GrGLuint* outName) SK_OVERRIDE {
138 fLeft.reset(fLeft->internalAllocate(outName));
139 if (0 != *outName) {
148 *outName = fLeft->appendNames(1 + removedCount);
159 *outName = fLeft->appendNames(1);
283 virtual SparseNameRange* SK_WARN_UNUSED_RESULT internalAllocate(GrGLuint* outName) SK_OVERRIDE {
284 *outName = 0; // No internal gaps, we are contiguous
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/test/
testG711.cc 42 char inname[80], outname[40], bitname[40]; local
95 sscanf(argv[4], "%s", outname);
108 if ((outp = fopen(outname, "wb")) == NULL) {
109 printf(" G.711: Cannot write file %s.\n", outname);
112 printf("\nInput: %s\nOutput: %s\n", inname, outname);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/test/
testG722.cc 48 char inname[60], outbit[40], outname[40]; local
90 sscanf(argv[4], "%s", outname);
100 if ((outp = fopen(outname,"wb")) == NULL) {
101 printf(" G.722: Cannot write file %s.\n", outname);
104 printf("\nInput:%s\nOutput bitstream:%s\nOutput:%s\n", inname, outbit, outname);
  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLShaderBuilder.cpp 77 SkString* outName) {
79 fProgramBuilder->nameVariable(outName, '\0', name);
80 fFunctions.appendf(" %s", outName->c_str());
GrGLProgramBuilder.h 115 supported at this time. The actual uniform name will be mangled. If outName is not NULL then
121 const char** outName = NULL) {
122 return this->addUniformArray(visibility, type, name, GrGLShaderVar::kNonArray, outName);
128 const char** outName = NULL);
  /external/valgrind/main/coregrind/
link_tool_exe_darwin.in 113 my $outname = "";
117 if ($str eq "-o" && $outname eq "") {
118 $outname = $ARGV[$n + 1];
123 if ($outname eq "");
154 $cmd = "$cmd -o $outname";
186 $cmd = "$cmd $stack_addr_str $stack_size_str $outname";
  /external/llvm/lib/IR/
Mangler.cpp 52 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName,
55 raw_svector_ostream OS(OutName);
139 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName,
142 raw_svector_ostream OS(OutName);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h 407 OUTNAME, or, if OUTNAME is NULL, to standard output of caller. Do
416 /* OUTNAME is a suffix. */
458 OUTNAME Sets the output file name as follows:
460 PEX_SUFFIX set (OUTNAME may not be NULL):
463 and OUTNAME.
466 OUTNAME.
468 OUTNAME not NULL:
469 Output file name is OUTNAME.
470 OUTNAME NULL, TEMPBASE not NULL
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 155 SmallString<256> OutName;
156 llvm::raw_svector_ostream Out(OutName);
159 return MetadataCache[Ty] = createTBAAScalarType(OutName, getChar());
269 SmallString<256> OutName;
272 llvm::raw_svector_ostream Out(OutName);
276 OutName = RD->getName();
280 MDHelper.createTBAAStructTypeNode(OutName, Fields);
  /external/bison/src/
scan-skel.l 62 char *outname = NULL;
79 "@ofile@" QPUTS (outname);
95 if (outname)
97 free (outname);
127 &outname, &out_lineno);
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
normal_test.h 68 VCMNTDecodeCompleCallback(std::string outname): // or should it get a name?
70 _outname(outname),
mt_rx_tx_test.cc 105 std::string outname; local
107 outname = test::OutputPath() + "MTRxTxTest_decoded.yuv";
109 outname = args.outputFile;
143 if ((decodedFile = fopen(outname.c_str(), "wb")) == NULL)
145 printf("Cannot read file %s.\n", outname.c_str());
  /external/llvm/include/llvm/IR/
Mangler.h 56 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
63 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const Twine &GVName,
  /bootable/recovery/applypatch/
applypatch.c 817 char* outname; local
923 outname = NULL;
939 outname = (char*)malloc(strlen(target_filename) + 10);
940 strcpy(outname, target_filename);
941 strcat(outname, ".patch");
943 output = open(outname, O_WRONLY | O_CREAT | O_TRUNC | O_SYNC,
947 outname, strerror(errno));
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
file_utils.h 52 char *const outName);
  /external/chromium_org/v8/tools/
android-run.py 50 (fd_out, outname) = tempfile.mkstemp()
61 output = file(outname).read()
63 os.unlink(outname)
nacl-run.py 45 (fd_out, outname) = tempfile.mkstemp()
56 output = file(outname).read()
58 os.unlink(outname)
  /external/chromium_org/v8/tools/testrunner/local/
commands.py 133 (fd_out, outname) = tempfile.mkstemp()
147 out = file(outname).read()
149 CheckedUnlink(outname)
  /external/bzip2/
bzip2.c 206 Char outName[FILE_NAME_LEN];
680 inName, outName
706 progName, outName );
709 retVal = remove ( outName );
724 progName, outName );
1148 copyFileName ( outName, (Char*)"(stdout)" );
1152 copyFileName ( outName, name );
1153 strcat ( outName, ".bz2" );
1157 copyFileName ( outName, (Char*)"(stdout)" );
    [all...]

Completed in 1965 milliseconds

1 2 3 4