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

1 2

  /external/mesa3d/src/glsl/glcpp/tests/
023-define-extra-whitespace.c 1 #define noargs() 1 macro
5 noargs ( )
  /external/e2fsprogs/misc/
fsck.h 8 #define NOARGS void
10 #define NOARGS
fsck.c 417 static int progress_active(NOARGS)
957 static int check_all(NOARGS)
1075 static void usage(NOARGS)
  /external/clang/test/PCH/
objc_exprs.h 9 typedef typeof(@selector(noArgs)) objc_selector_noArgs;
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tiledmappacker/
TiledMapPackerTest.java 26 // TestTypes "NoArgs" and "BadOption" do not create/process maps.
28 NoArgs, DefaultUsage, Verbose, StripUnused, CombineTilesets, UnusedAndCombine, BadOption
49 String[] noArgs = {};
58 case NoArgs:
59 TiledMapPacker.main(noArgs);
  /external/xmlrpcpp/test/
TestBase64Client.cpp 26 XmlRpcValue noArgs, result;
27 if (c.execute("TestBase64", noArgs, result))
HelloClient.cpp 19 XmlRpcValue noArgs, result;
20 if (c.execute("system.listMethods", noArgs, result))
34 if (c.execute("Hello", noArgs, result))
  /external/chromium-trace/catapult/tracing/tracing/ui/base/
ui_test.html 92 var NoArgs = tr.ui.b.define('div');
93 NoArgs.prototype = {
103 var Args = tr.ui.b.define('args', NoArgs);
105 __proto__: NoArgs.prototype,
156 var noArgs;
158 noArgs = new NoArgs();
160 assert.isTrue(noArgs.noArgsDecorated);
  /external/icu/icu4c/source/data/
build.xml 184 <cldr-build toolName="org.unicode.cldr.icu.NewLdml2IcuConverter" destFile="supplementalData.txt" noArgs="true">
200 <cldr-build toolName="org.unicode.cldr.icu.NewLdml2IcuConverter" destFile="metadata.txt" noArgs="true">
213 <cldr-build toolName="org.unicode.cldr.icu.NewLdml2IcuConverter" destFile="likelySubtags.txt" noArgs="true">
225 <cldr-build toolName="org.unicode.cldr.icu.NewLdml2IcuConverter" destFile="plurals.txt" noArgs="true">
237 <cldr-build toolName="org.unicode.cldr.icu.NewLdml2IcuConverter" destFile="numberingSystems.txt" noArgs="true">
249 <cldr-build toolName="org.unicode.cldr.icu.NewLdml2IcuConverter" destFile="genderList.txt" noArgs="true">
261 <cldr-build toolName="org.unicode.cldr.icu.NewLdml2IcuConverter" destFile="dayPeriods.txt" noArgs="true">
291 <cldr-build toolName="org.unicode.cldr.icu.NewLdml2IcuConverter" noArgs="true">
319 <cldr-build toolName="org.unicode.cldr.icu.ConvertTransforms" srcFile=".*xml" destFile="trnsfiles.mk" noArgs="true">
  /external/e2fsprogs/debugfs/
debugfs.h 10 #define NOARGS void
12 #define NOARGS
  /external/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp 124 std::vector<GenericValue> noargs; local
125 GenericValue gv = EE->runFunction(FooF, noargs);
  /external/toybox/toys/posix/
du.c 159 char *noargs[] = {".", 0}, **args; local
162 for (args = toys.optc ? toys.optargs : noargs; *args; args++)
ls.c 522 char **s, *noargs[] = {".", 0}; local
545 for (s = *toys.optargs ? toys.optargs : noargs; *s; s++) {
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
ansidecl.h 113 AND, DOTS, NOARGS. Don't use them. */
203 #define NOARGS void
242 #define NOARGS
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
ansidecl.h 113 AND, DOTS, NOARGS. Don't use them. */
203 #define NOARGS void
242 #define NOARGS
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ansidecl.h 113 AND, DOTS, NOARGS. Don't use them. */
203 #define NOARGS void
242 #define NOARGS
  /toolchain/binutils/binutils-2.25/include/
ansidecl.h 113 AND, DOTS, NOARGS. Don't use them. */
203 #define NOARGS void
242 #define NOARGS
  /prebuilts/go/darwin-x86/src/text/template/parse/
lex_test.go 227 {"pipeline", `intro {{echo hi 1.2 |noargs|args 1 "hi"}} outro`, []item{
237 {itemIdentifier, 0, "noargs"},
  /prebuilts/go/linux-x86/src/text/template/parse/
lex_test.go 227 {"pipeline", `intro {{echo hi 1.2 |noargs|args 1 "hi"}} outro`, []item{
237 {itemIdentifier, 0, "noargs"},
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
EnvironmentCheck.java 787 final Class noArgs[] = new Class[0];
798 Method method = clazz.getMethod(JAXP11_METHOD, noArgs);
895 final Class noArgs[] = new Class[0];
900 Method method = clazz.getMethod(XALAN2_2_VERSION_METHOD, noArgs);
993 final String ANT_VERSION_METHOD = "getAntVersion"; // noArgs
994 final Class noArgs[] = new Class[0];
999 Method method = clazz.getMethod(ANT_VERSION_METHOD, noArgs);
    [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 281 struct NoArgs {};
288 NoArgs) {
1004 ASSERT_TRUE(HasInlineCommandAt(PC, Traits, 1, ICC, "c", NoArgs()));
1021 ASSERT_TRUE(HasInlineCommandAt(PC, Traits, 1, ICC, "c", NoArgs()))
    [all...]
  /external/libbrillo/brillo/dbus/
dbus_param_reader_unittest.cc 19 TEST(DBusParamReader, NoArgs) {
  /external/dagger2/compiler/src/test/java/dagger/internal/codegen/
MembersInjectionTest.java 450 " @Inject void noArgs() {}",
480 " instance.noArgs();",
492 " instance.noArgs();",
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
MessageFormatTest.java 374 checkSerialization(new MessageFormat("noargs"));
    [all...]
  /external/gmock/test/
gmock-generated-actions_test.cc     [all...]

Completed in 1099 milliseconds

1 2