/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
key_prot.x | 194 * Generate a secure conversation key for me 236 * Generate a secure conversation key for me
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
key_prot.x | 194 * Generate a secure conversation key for me 236 * Generate a secure conversation key for me
|
/prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/ |
build-toolchain.sh | 160 echo "Generate platform files into: $TOOLCHAIN_INSTALL_DIR" 165 fail_panic "Could not generate build sysroot"
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
BugReporter.h | 1 //===--- BugReporter.h - Generate PathDiagnostics --------------*- C++ -*-===// 94 /// A set of custom visitors which generate "event" diagnostics at 290 /// It collects the BugReports and BugTypes and knows how to generate 304 /// Generate and flush the diagnostics for the given bug report. 321 /// \brief Generate and flush diagnostics for all bug reports.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/scripts/ |
build.xml | 26 <!-- main entry point to setup, fetch, generate, build etc. Use --> 35 <antcall target="generate" /> 86 <!-- Generate the build scripts for each element identified in the customTargets --> 88 <target name="generate"> 90 <!-- Generate the build.xml for each build element-->
|
/external/jdiff/src/jdiff/ |
Options.java | 96 // Generate statistical output 395 err.msg("First use the -apiname option to generate an XML file for one API."); 396 err.msg("Then use the -apiname option again to generate another XML file for a different version of the API."); 397 err.msg("Finally use the -oldapi option and -newapi option to generate a report about how the APIs differ."); 432 System.err.println(" -stats Generate statistical output");
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/ |
Dome.java | 208 // generate geometry 212 // Generate points on the unit circle to be used in computing the mesh 227 // generate the dome itself 278 // generate connectivity 280 // Generate only for middle planes
|
/external/llvm/lib/Transforms/Utils/ |
LoopUnrollRuntime.cpp | 14 // The functions in this file are used to generate extra code when the 16 // case, we need to generate code to execute these 'left over' iterations. 20 // include generate a loop before or after the unrolled loop. 311 // and generate a condition that branches to the copy depending on the 328 // Generate the code for the comparison which determines if the loop
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_message.cc | 150 // Generate static members for all nested types. 160 // Generate static member initializers for all nested types. 172 void MessageGenerator::Generate(io::Printer* printer) { 202 EnumGenerator(descriptor_->enum_type(i), params_).Generate(printer); 206 MessageGenerator(descriptor_->nested_type(i), params_).Generate(printer);
|
/external/quake/quake/src/QW/client/ |
r_sprite.c | 303 // generate the sprite's axes, with vup straight up in worldspace, and 334 // generate the sprite's axes, completely parallel to the viewplane. There 346 // generate the sprite's axes, with vup straight up in worldspace, and 372 // generate the sprite's axes, according to the sprite's world orientation 378 // generate the sprite's axes, parallel to the viewplane, but rotated in
|
/external/quake/quake/src/WinQuake/ |
r_sprite.cpp | 303 // generate the sprite's axes, with vup straight up in worldspace, and
334 // generate the sprite's axes, completely parallel to the viewplane. There
346 // generate the sprite's axes, with vup straight up in worldspace, and
372 // generate the sprite's axes, according to the sprite's world orientation
378 // generate the sprite's axes, parallel to the viewplane, but rotated in
|
/external/v8/src/ |
conversions.cc | 374 // Buffer for the decimal part of the result. We only generate up 387 // Convert the integer part starting from the back. Always generate 401 // generate the next char. Never generate more than kBufferSize - 1 404 // TODO(1093998): We will often generate a full decimal_buffer of
|
/frameworks/base/media/java/android/media/videoeditor/ |
Transition.java | 327 * Generate the video clip for the specified transition. This method may 332 void generate() { method in class:Transition 361 * generate effect clip first if there is any overlap 392 * generate effect clip first if there is any overlap 414 * generate effect clip first if there is any overlap
|
/system/core/fastboot/ |
engine.c | 117 /* generate image and return it as image->buffer. 121 * file partition we generate image for. 123 void (*generate)(struct image_data *image); member in struct:generator 330 generator->generate(&image); 332 fprintf(stderr,"Cannot generate image.\n");
|
/external/llvm/tools/llvm-ld/ |
llvm-ld.cpp | 88 cl::desc("Generate a native binary instead of a shell script")); 91 cl::desc("Generate a native binary with the C backend and GCC")); 255 /// OutputFilename - The name of the file to generate. 311 /// OutputFilename - The name of the file to generate. 546 // Generate the bitcode for the optimized module. 606 // Generate the bitcode output. 609 // If we are not linking a library, generate either a native executable 650 // If the user wants to generate a native executable, compile it from the 673 // Generate an assembly language file for the bitcode. 700 // Generate an assembly language file for the bitcode [all...] |
/ndk/docs/ |
ANDROID-MK.html | 30 application package. Static libraries can be used to generate 110 a shared library module named 'foo' will generate 'libfoo.so'. 114 add another 'lib' prefix and will generate libfoo.so as well. 137 exactly. There is also BUILD_STATIC_LIBRARY to generate a static library. 192 note that this will generate a file named lib$(LOCAL_MODULE).so 203 Note that this will generate a file named lib$(LOCAL_MODULE).a 402 generated files. By default, module <foo> will always generate a 491 your Application.mk, and will let the NDK generate 544 to generate a module that links to /system/lib/libz.so at load time: 720 to generate _another_ temporary assembly file [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/bin/ |
c++ | |
g++ | |
gcc | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/ |
arm-eabi-c++ | |
arm-eabi-cpp | |
arm-eabi-g++ | |
arm-eabi-gcc | |
arm-eabi-gcc-4.4.3 | |
/external/ipsec-tools/src/racoon/ |
oakley.c | 275 * generate values of DH 482 int dupkeymat; /* generate K[1-dupkeymat] */ 861 + (sw == GENERATE ? iph1->id->l : iph1->id_p->l); 866 bp = (sw == GENERATE ? iph1->gi_i : iph1->gi_r); 869 if (sw == GENERATE) 888 bp = (sw == GENERATE ? iph1->dhpub : iph1->dhpub_p); 892 bp = (sw == GENERATE ? iph1->dhpub_p : iph1->dhpub); 897 bp2 = (sw == GENERATE ? 900 bp2 = (sw == GENERATE ? 907 bp2 = (sw == GENERATE [all...] |