HomeSort by relevance Sort by last modified time
    Searched refs:GENERATED (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/content/public/common/
page_transition_types_list.h 24 // like a URL; see GENERATED below.
53 PAGE_TRANSITION(GENERATED, 5)
79 // The url was generated from a replaceable keyword other than the default
82 // type of the generated url. TemplateURLModel then may generate an
85 // wikipedia the generated url has a transition qualifer of KEYWORD, and
90 // Corresponds to a visit generated for a keyword. See description of
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java 39 * This generates a class named 'Generated' with one or more generated methods
40 * and fields. In loads the generated class into the current VM and uses
53 private static TypeId<?> GENERATED = TypeId.get("LGenerated;");
68 dexMaker.declare(GENERATED, "Generated.java", PUBLIC, TypeId.OBJECT);
79 MethodId<?, Constructable> methodId = GENERATED.getMethod(
109 MethodId<?, Void> methodId = GENERATED.getMethod(TypeId.VOID, "call");
128 MethodId<?, Integer> methodId = GENERATED.getMethod(TypeId.INT, "call", TypeId.INT);
146 MethodId<?, Void> methodId = GENERATED.getMethod(TypeId.VOID, "call", TypeId.INT)
203 TypeId<G> generated = TypeId.get("LGenerated;"); local
236 TypeId<G> generated = TypeId.get("LGenerated;"); local
420 TypeId<G> generated = TypeId.get("LGenerated;"); local
1808 Class<?> generated = generateAndLoad(); local
    [all...]
  /external/checkpolicy/
Makefile 24 GENERATED=lex.yy.c y.tab.c y.tab.h
64 ../scripts/Lindent $(filter-out $(GENERATED),$(wildcard *.[ch]))
  /external/chromium_org/third_party/re2/re2/
make_perl_groups.pl 95 // GENERATED BY make_perl_groups.pl; DO NOT EDIT.
  /external/regex-re2/re2/
make_perl_groups.pl 95 // GENERATED BY make_perl_groups.pl; DO NOT EDIT.
  /external/chromium_org/third_party/re2/doc/
mksyntaxwiki 23 GENERATED BY mksyntaxwiki. DO NOT EDIT
mksyntaxhtml 22 <!-- AUTOMATICALLY GENERATED by mksyntaxhtml -->
  /external/regex-re2/doc/
mksyntaxwiki 23 GENERATED BY mksyntaxwiki. DO NOT EDIT
mksyntaxhtml 22 <!-- AUTOMATICALLY GENERATED by mksyntaxhtml -->
  /external/chromium/chrome/browser/sync/protocol/
proto_enum_conversions.cc 45 ENUM_CASE(sync_pb::TabNavigation, GENERATED);
  /external/chromium/chrome/browser/autocomplete/
autocomplete_match.cc 16 transition(PageTransition::GENERATED),
  /frameworks/base/tools/aidl/
generate_java_rpc.cpp 381 Type::GENERATED, false, false, false);
434 Type::GENERATED, false, false, false);
464 Type::GENERATED, false, false, false);
520 this->type = new Type("_ResultDispatcher", Type::GENERATED, false, false, false);
638 Type::GENERATED, false, false, false);
    [all...]
aidl.cpp 336 name, Type::GENERATED, false, false, false,
343 name, Type::GENERATED, false, false, false,
356 name, Type::GENERATED, false, false, false,
636 * generated on all platforms !!
    [all...]
  /external/chromium/chrome/browser/google/
google_url_tracker.cc 290 PageTransition::GENERATED);
  /external/chromium_org/third_party/icu/source/tools/gendraft/
genheaders.pl 15 #* This tool filters the deprecated.html and friends file generated by Doxygen and generates udarft.h
147 * THIS FILE IS MACHINE-GENERATED, DON'T PLAY WITH IT IF YOU DON'T KNOW WHAT
  /external/chromium_org/third_party/icu/source/tools/genren/
genren.pl 90 * THIS FILE IS MACHINE-GENERATED, DON'T PLAY WITH IT IF YOU DON'T KNOW WHAT
  /external/chromium_org/third_party/openssl/openssl/crypto/objects/
obj_dat.pl 173 /* THIS FILE IS GENERATED FROM objects.h by obj_dat.pl via the
objects.pl 124 /* THIS FILE IS GENERATED FROM objects.txt by objects.pl via the
  /external/icu4c/tools/gendraft/
genheaders.pl 15 #* This tool filters the deprecated.html and friends file generated by Doxygen and generates udarft.h
147 * THIS FILE IS MACHINE-GENERATED, DON'T PLAY WITH IT IF YOU DON'T KNOW WHAT
  /external/icu4c/tools/genren/
genren.pl 90 * THIS FILE IS MACHINE-GENERATED, DON'T PLAY WITH IT IF YOU DON'T KNOW WHAT
  /external/openssl/crypto/objects/
obj_dat.pl 173 /* THIS FILE IS GENERATED FROM objects.h by obj_dat.pl via the
objects.pl 124 /* THIS FILE IS GENERATED FROM objects.txt by objects.pl via the
  /external/chromium_org/third_party/devscripts/
licensecheck.pl.vanilla 428 if ($licensetext =~ /(All changes made in this file will be lost|DO NOT (EDIT|delete this file)|Generated (automatically|by|from)|generated.*file)/i) {
429 $license = "GENERATED FILE";
licensecheck.pl 456 if ($licensetext =~ /(All changes made in this file will be lost|DO NOT (EDIT|delete this file)|Generated (automatically|by|from)|generated.*file)/i) {
457 $license = "GENERATED FILE";
  /external/chromium_org/sync/protocol/
proto_enum_conversions.cc 45 ENUM_CASE(sync_pb::SyncEnums, GENERATED);

Completed in 632 milliseconds

1 2