/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
syslog.h | 186 /* Generate a log message using FMT string and option arguments. 194 /* Generate a log message using FMT and using arguments pointed to by AP.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
syslog.h | 186 /* Generate a log message using FMT string and option arguments. 194 /* Generate a log message using FMT and using arguments pointed to by AP.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
syslog.h | 186 /* Generate a log message using FMT string and option arguments. 194 /* Generate a log message using FMT and using arguments pointed to by AP.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ResourcePreviewHelper.java | 176 // AdtPlugin.log(t, "Can't generate preview for %1$s", resource); 180 AdtPlugin.log(IStatus.WARNING, "Can't generate preview for %1$s", resource);
|
/sdk/ide_common/src/com/android/ide/common/resources/ |
ResourceFolder.java | 80 // We have a special case for layout/menu folders which can also generate IDs. 234 // Check if the folder type is able to generate resource of the type that was asked.
|
/system/core/libpixelflinger/codeflinger/ |
ARMAssemblerProxy.cpp | 52 int ARMAssemblerProxy::generate(const char* name) { function in class:android::ARMAssemblerProxy 53 return mTarget->generate(name);
|
/dalvik/vm/ |
AllocTracker.cpp | 312 * Generate string tables. 315 * want to be thorough we can generate a hash value for each string and 363 * Generate the base info (i.e. everything but the string tables). 502 * Generate a DDM packet with all of the tracked allocation data. 514 * Part 1: generate string tables. 561 * Part 3: allocate a buffer and generate the output.
|
/external/clang/docs/tools/ |
clang.pod | 254 Specify that Clang should generate code for a specific processor family member 256 generate instructions that are valid on i486 and later processors, but which 274 generate larger code (in an attempt to make the program run faster). On 281 Generate debug information. Note that Clang debug information works best at 292 Generate code to catch integer overflow errors. Signed integer overflow is 308 Generate output files in LLVM formats, suitable for link time optimization. When
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
MacOSKeychainAPIChecker.cpp | 469 // other constant will generate a compiler warning) 584 // Generate the new, cleaned up state. 592 // Generate the error reports. 598 // Generate the new, cleaned up state. 631 // If no change, do not generate a new state. 640 // Generate the error reports.
|
/external/clang/lib/StaticAnalyzer/Core/ |
CoreEngine.cpp | 192 // Generate the root. 312 // Auto-generate a node. 366 // Generate a node for each of the successors. 471 /// generateNode - Utility method to generate nodes, hook up successors, 568 // If we are in an inlined call, generate CallExit node. 616 // If the branch has been marked infeasible we should not generate a node.
|
/external/libxml2/ |
trionan.c | 236 Generate negative zero. 253 Generate positive infinity. 275 * operation to generate infinity. 297 Generate negative infinity. 318 Generate NaN. 341 * There are several ways to generate NaN. The one used here is
|
/external/openfst/src/include/fst/ |
randgen.h | 19 // Classes and functions to generate random paths through an FST. 311 size_t npath; // # of paths to generate 505 // Fst class to randomly generate paths through an FST; details controlled 590 size_t npath; // # of paths to generate 678 // Randomly generate paths through an FST; details controlled by 701 // Randomly generate a path through an FST with the uniform distribution
|
/external/qemu/ |
Makefile.common | 1 # When building this project, we actually generate several components which 16 ### gen-hw-config-defs: Generate hardware configuration definitions header 18 ### The 'gen-hw-config.py' script is used to generate the hw-config-defs.h 29 # First, define a rule to generate a dummy "emulator_hw_config_defs" module 730 ### gen-hx-header: Generate headers from .hx file with "hxtool" script. 732 ### The 'hxtool' script is used to generate header files from an input
|
/external/valgrind/main/exp-sgcheck/ |
h_main.c | 469 It also needs to generate instrumentation for the sg_ side of 541 /* READONLY: the guest state size, so we can generate shadow 657 constitute a closure, which sg_ can use to correctly generate 673 /* Iterate over the remaining stmts to generate instrumentation. */ 681 /* generate sg_ instrumentation for this stmt */ 688 /* generate sg_ instrumentation for the final jump */
|
/frameworks/base/core/java/android/view/ |
AccessibilityInteractionController.java | 164 // client can handle the message to generate the result. 242 // client can handle the message to generate the result. 322 // client can handle the message to generate the result. 430 // client can handle the message to generate the result. 536 // client can handle the message to generate the result. 642 // client can handle the message to generate the result. [all...] |
/frameworks/compile/slang/ |
README.html | 312 <p>llvm-rs-cc compiles a program in the Renderscript language to generate the 318 platform/frameworks/compile/libbcc.git) to generate device-specific 378 <p>This command will generate:</p> 436 static will generate get, set, or invoke methods. This provides a way 598 rs_types.rsh may also be used. These globals generate bind points in 599 Java. If the type is a structure they also generate an appropriate
|
/ndk/build/core/ |
definitions.mk | 244 # Function : generate-list-file 257 # This function is used to generate such a list file from a long 267 define generate-list-file-slice 273 define generate-list-file-ev 281 $(call generate-list-file-slice,100,199,$1) 282 $(call generate-list-file-slice,200,299,$1) 283 $(call generate-list-file-slice,300,399,$1) 284 $(call generate-list-file-slice,400,499,$1) 285 $(call generate-list-file-slice,500,599,$1) 286 $(call generate-list-file-slice,600,699,$1 [all...] |
/external/clang/include/clang/Driver/ |
CC1Options.td | 40 HelpText<"Generate unoptimized CFGs for all analyses">; 106 HelpText<"The maximum number of nodes the analyzer can generate (150000 default, 0 = no limit)">; 154 def g : Flag<"-g">, HelpText<"Generate source level debug information">; 160 HelpText<"Generate runtime checks for undefined behavior.">; 166 HelpText<"Don't generate implicit floating point instructions (x86-only)">; 168 HelpText<"Generate calls to instrument function entry and exit">; 200 HelpText<"Generate verbose assembly output">; 243 HelpText<"Generate unwinding tables for all functions">; 432 HelpText<"Generate pre-compiled module file from a module map">; 434 HelpText<"Generate pre-tokenized header file"> [all...] |
/external/ipsec-tools/src/racoon/ |
isakmp_quick.c | 179 /* generate NONCE value */ 189 /* generate KE value if need */ 204 /* generate ID value */ 277 /* generate HASH(1) */ 571 /* generate HASH(3) */ 575 plog(LLV_DEBUG, LOCATION, NULL, "HASH(3) generate\n"); 1079 /* generate a policy template from peer's proposal */ 1082 "failed to generate a proposal template " 1214 /* generate NONCE value */ 1219 /* generate KE value if need * [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
GenerateResults.java | 39 * Main class to generate performance results of all scenarios matching a given pattern 100 * Scenario pattern used to generate performance results. 204 StringBuffer buffer = new StringBuffer("Parameters used to generate performance results ("); 771 " build id for which to generate results. Compared to build id specified in -baseline parameter above.\n" + 783 " Comma separated list of config names for which to generate results.\n" + 804 " Optional. Use to generate fingerprints only.\n\n" + 813 " Optional. Generate files for non-php server.\n" + 824 * Typically used to generate results from an application. 833 * Note that all necessary information to generate properly must be set before [all...] |
/external/mesa3d/src/glsl/ |
ast_function.cpp | 61 * Generate a source prototype for a function signature 134 * cannot generate the necessary diagnostics. 477 * Generate inline code for a vector constructor 604 /* Generate a swizzle so that LHS and RHS sizes match. 625 * Generate assignment of a portion of a vector to a portion of a matrix column 647 /* Generate a swizzle that extracts the number of components from the source 666 * Generate inline code for a matrix constructor 817 * generate a temporary and copy the paramter there. 852 * It would be perfectly valid to unconditionally generate the 879 * generate a temporary and copy the paramter there [all...] |
/external/webkit/Source/WebCore/ |
CMakeLists.txt | [all...] |
/external/protobuf/src/google/protobuf/compiler/java/ |
java_message.cc | 193 // Generate static members for all nested types. 242 // Generate static member initializers for all nested types. 256 void MessageGenerator::Generate(io::Printer* printer) { 331 EnumGenerator(descriptor_->enum_type(i)).Generate(printer); 335 MessageGenerator(descriptor_->nested_type(i)).Generate(printer); 339 ExtensionGenerator(descriptor_->extension(i)).Generate(printer); 873 // To make packed = true wire compatible, we generate parsing code from a [all...] |
/external/valgrind/main/VEX/priv/ |
guest_generic_x87.c | 610 basically), generate an I- or M-format output value, also the new 635 // generate M-format output (a bit or byte mask in XMM0) 650 // generate I-format output (an index in ECX) 651 // generate ecx value 668 // generate new flags, common to all ISTRI and ISTRM cases 756 // generate I-format output 794 // generate I-format output 834 // generate I-format output 874 // generate I-format output
|
/external/bluetooth/glib/gobject/ |
glib-genmarshal.c | 333 * marshaller provided by glib, or need to generate one. 344 /* need to alias/generate marshaller, register name */ 653 /* generate necessary preprocessor directives */ 883 g_fprintf (bout, " --header Generate C headers\n"); 884 g_fprintf (bout, " --body Generate C code\n");
|