/external/libvpx/examples/includes/HTML-Toc-0.91/ |
MANIFEST | 11 t/generate.t
|
/external/libvpx/nestegg/ |
INSTALL | 5 1. Run |autoreconf --install| to generate configure.
|
/external/llvm/test/MC/AsmParser/ |
directive_file-errors.s | 9 // CHECK-ERRORS:6:9: error: input can't have .file dwarf directives when -g is used to generate dwarf debug info for assembly code
|
/external/protobuf/gtest/test/ |
gtest_environment_test.cc | 54 // generate a non-fatal failure, generate a fatal failure, or 85 // generate. 144 "should generate a failure."); 146 "The tests should run, as the global set-up should generate no " 155 "and the global tear-down should generate a non-fatal failure."); 157 "The tests should run, as the global set-up should generate no " 166 "should generate a fatal failure."); 168 "The tests should not run, as the global set-up should generate "
|
/external/protobuf/src/google/protobuf/compiler/ |
main.cc | 48 "Generate C++ header and source."); 53 "Generate Java source file."); 59 "Generate Python source file."); 64 "Generate Java source file micro runtime.");
|
/external/webkit/LayoutTests/fast/leaks/ |
002.html | 14 // Repeat, to generate lots of leaks.
|
/external/webkit/Tools/WebKitTestRunner/ |
DerivedSources.pro | 40 fwheader_generator.commands = perl $${SRC_ROOT_DIR}/Source/WebKit2/Scripts/generate-forwarding-headers.pl $${SRC_ROOT_DIR}/Tools/WebKitTestRunner $${OUTPUT_DIR}/include qt 41 fwheader_generator.depends = $${SRC_ROOT_DIR}/Source/WebKit2/Scripts/generate-forwarding-headers.pl 48 idl.wkScript = $$PWD/../../Source/WebCore/bindings/scripts/generate-bindings.pl 55 $$PWD/../../Source/WebCore/bindings/scripts/generate-bindings.pl
|
/external/wpa_supplicant_8/wpa_supplicant/ |
wpa_supplicant_conf.sh | 9 # Generate a wpa_supplicant.conf from the template.
|
/frameworks/base/keystore/tests/src/android/security/ |
KeyStoreTest.java | 226 mKeyStore.generate(TEST_KEYNAME)); 232 assertFalse("Should fail when keystore is locked", mKeyStore.generate(TEST_KEYNAME)); 238 assertTrue("Should be able to generate key when unlocked", 239 mKeyStore.generate(TEST_KEYNAME)); 259 assertTrue(mKeyStore.generate(TEST_KEYNAME)); 268 assertTrue(mKeyStore.generate(TEST_KEYNAME)); 293 assertTrue("Should be able to generate key for testcase", 294 mKeyStore.generate(TEST_KEYNAME)); 326 assertTrue("Should be able to generate key for testcase", 327 mKeyStore.generate(TEST_KEYNAME)) [all...] |
/sdk/assetstudio/src/com/android/assetstudiolib/ |
ActionBarIconGenerator.java | 27 * Generate icons for the action bar 36 public BufferedImage generate(GraphicGeneratorContext context, Options options) { method in class:ActionBarIconGenerator 70 /** The theme to generate icons for */ 74 /** The themes to generate action bar icons for */
|
/sdk/emulator/opengl/host/tools/emugen/ |
Android.mk | 16 # The location of the emugen host tool that is used to generate wire
|
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/res/values-nl-rNL/ |
strings.xml | 5 <!-- Commented out in the unit test to generate extra warnings:
|
/device/samsung/maguro/factory-images/ |
generate-factory-images-package.sh | 29 source ../../../common/generate-factory-images-common.sh 38 source ../../../common/generate-factory-images-common.sh
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
EOFExceptionTest.java | 34 fail("Failed to generate EOFException"); 47 fail("Failed to generate EOFException");
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
NoRouteToHostExceptionTest.java | 32 fail("Failed to generate expected exception"); 47 fail("Failed to generate expected exception");
|
SocketExceptionTest.java | 32 fail("Failed to generate expected exception"); 46 fail("Failed to generate expected exception");
|
/external/bzip2/ |
bz-common.xsl | 19 <!-- don't generate sub-tocs for qanda sets --> 20 <xsl:param name="generate.toc">
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SubEngine.h | 54 /// Called by CoreEngine. Used to generate new successor 61 /// updated analysis state, or generate no nodes at all if it doesn't. 65 /// Called by CoreEngine. Used to generate successor 74 /// Called by CoreEngine. Used to generate successor 78 /// Called by CoreEngine. Used to generate successor 82 /// Called by CoreEngine. Used to generate end-of-path 86 // Generate the entry node of the callee. 89 // Generate the first post callsite node.
|
/external/clang/test/CodeGen/ |
assign.c | 3 // Check that we don't generate unnecessary reloads. 18 // This used to test that we generate reloads for volatile access,
|
/external/clang/test/CodeGenCXX/ |
exceptions-no-rtti.cpp | 22 // normal circumstances, we wouldn't generate RTTI for them; under 23 // -fno-rtti, we generate RTTI only when required by EH. But
|
/external/harfbuzz/contrib/tables/ |
README | 2 that are downloadable from the web and generate C header files from them. 12 Then you can run the following python scripts to generate the header files:
|
/external/iptables/extensions/ |
libxt_CT.man | 14 Only generate the specified conntrack events for this connection. Possible 20 Only generate the specified expectation events for this connection.
|
/external/llvm/test/CodeGen/X86/ |
fdiv.ll | 28 ; Don't generate multiplication by a denormal. 36 ; Don't generate multiplication by a denormal.
|
/external/v8/src/ |
code-stubs.h | 121 // Retrieve the code for the stub. Generate the code if needed. 169 // Nonvirtual wrapper around the stub-specific Generate function. Call 170 // this function to set up the macro assembler and generate the code. 174 virtual void Generate(MacroAssembler* masm) = 0; 293 void Generate(MacroAssembler* masm); 305 void Generate(MacroAssembler* masm); 317 void Generate(MacroAssembler* masm); 330 void Generate(MacroAssembler* masm); 349 void Generate(MacroAssembler* masm); 367 void Generate(MacroAssembler* masm) [all...] |
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
wpa_passphrase.sgml | 10 <refpurpose>Generate a WPA PSK from an ASCII passphrase for a SSID</refpurpose> 26 and SSID are used to generate a 256-bit PSK.</para>
|