HomeSort by relevance Sort by last modified time
    Searched defs:Hidden (Results 1 - 25 of 25) sorted by null

  /build/tools/droiddoc/test/stubs/src/com/android/stubs/hidden/
Hidden.java 20 public class Hidden {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenChannels.cs 40 * so that whitespace etc... can go to the parser on a "hidden" channel.
50 public const int Hidden = 99;
BaseRecognizer.cs 65 public const int Hidden = TokenChannels.Hidden;
    [all...]
  /external/guice/extensions/grapher/test/com/google/inject/grapher/demo/
PrivateTestModule.java 28 static class Hidden implements Exposed {}
31 bind(Exposed.class).to(Hidden.class);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenConstants.cs 40 * so that whitespace etc... can go to the parser on a "hidden" channel.
50 public const int Hidden = 99;
BaseRecognizer.cs 63 public const int Hidden = TokenChannels.Hidden;
    [all...]
  /external/chromium-trace/catapult/third_party/webtest/webtest/
__init__.py 20 from webtest.forms import Hidden
forms.py 87 """Like setting a value, except forces it (even for, say, hidden
111 """Like setting a value, except forces it (even for, say, hidden
173 """Like setting a value, except forces it (even for, say, hidden
311 class Hidden(Text):
312 """Field representing ``<input type="hidden">``"""
343 Field.classes['hidden'] = Hidden
504 Checkboxes get boolean values. You cannot set hidden fields or buttons.
544 if not isinstance(field, (Submit, Hidden)):
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue116/
NoFieldsTest.java 35 Hidden hidden = new Hidden(); local
38 yaml.dump(hidden);
42 "No JavaBean properties found in org.yaml.snakeyaml.issues.issue116.Hidden");
44 Object hiddenParsed = yaml.load("!!org.yaml.snakeyaml.issues.issue116.Hidden {}\n");
45 assertTrue(hiddenParsed instanceof Hidden);
49 HiddenSpecial hidden = new HiddenSpecial("qwerty"); local
52 yaml.dump(hidden);
67 class Hidden {
    [all...]
  /external/clang/utils/TableGen/
ClangSACheckersEmitter.cpp 26 /// \brief True if it is specified hidden or a parent package is specified
27 /// as hidden, otherwise false.
29 if (R.getValueAsBit("Hidden"))
31 // Not declared as hidden, check the parent package if it is hidden.
76 bool Hidden;
79 GroupInfo() : Hidden(false) { }
114 info.Hidden = isHidden(*R);
144 info.Hidden = R->getValueAsBit("Hidden");
    [all...]
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 45 cl::init(true), cl::Hidden);
54 IT(cl::desc("IT block support"), cl::Hidden, cl::init(DefaultIT),
68 cl::init(false), cl::Hidden);
293 // Unless we have a symbol with hidden visibility, we have to go through a
295 if (!GV->hasHiddenVisibility()) // Non-hidden $non_lazy_ptr reference.
299 // If symbol visibility is hidden, we have a stub for common symbol
302 // Hidden $non_lazy_ptr reference.
  /external/guice/core/test/com/googlecode/guice/
BytecodeGenTest.java 293 static class Hidden {
297 public Hidden method() {
298 return new Hidden();
303 public void method(Hidden h) {
315 Class hiddenClass = testClassLoader.loadClass(Hidden.class.getName());
  /external/clang/include/clang/Basic/
Module.h 209 /// \brief All of the names in this module are hidden.
210 Hidden,
  /external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
FactoryModuleBuilderTest.java 491 .implement(Hidden.class, HiddenImpl.class)
497 + Hidden.class.getName() + ". Due to limitations with java.lang.reflect.Proxy, this is not allowed. "
503 interface Hidden {}
504 public static class HiddenImpl implements Hidden {}
506 Hidden create();
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 72 enum Visibility { Default = 0, Internal = 1, Hidden = 2, Protected = 3 };
  /external/chromium-trace/catapult/third_party/Paste/paste/
fixture.py     [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 118 NotHidden = 0x00, // Option included in -help & -help-hidden
119 Hidden = 0x01, // -help doesn't, but -help-hidden does
120 ReallyHidden = 0x02 // Neither -help nor -help-hidden show this arg
249 enum OptionHidden Hidden)
251 HiddenFlag(Hidden), Formatting(NormalFormatting), Misc(0), Position(0),
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 65 | Hidden
    [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 277 // link it with the hidden decl (which also has external linkage) and
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/
plexus-container-default-1.0-alpha-9-stable-1.jar 
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/
maven-ant-tasks-2.1.3.jar 

Completed in 597 milliseconds