Home
last modified time | relevance | path

Searched defs:true (Results 1 – 25 of 59) sorted by relevance

123

/external/webkit/Source/WebCore/bridge/
Dnptypes.h67 #define true 1 macro
86 #define true 1 macro
115 #define true 1 macro
/external/clang/lib/Headers/
Dstdbool.h32 #define true 1 macro
39 #define true true macro
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java192 headercell.setText (attr.getName (), true); in visit() local
202 cell.setText (buf.toString (), true); in visit() local
347 itemname.setText (item.getName (), true); in visit() local
371 headercell.setText (attr.getName (), true); in visit() local
381 cell.setText (buf.toString (), true); in visit() local
464 itemname.setText (item.getName (), true); in visit() local
488 headercell.setText (attr.getName (), true); in visit() local
498 cell.setText (buf.toString (), true); in visit() local
641 itemname.setText (item.getName (), true); in visit() local
665 headercell.setText (attr.getName (), true); in visit() local
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/values/
DValue.java46 new StringValue("", EscapeMode.ESCAPE_NONE, true)); in EMPTY_PART_ESCAPED.put() argument
48 EscapeMode.ESCAPE_IS_CONSTANT, true)); in EMPTY_PART_ESCAPED.put() argument
56 ZERO_PART_ESCAPED.put(EscapeMode.ESCAPE_NONE, new NumberValue(0, EscapeMode.ESCAPE_NONE, true)); in ZERO_PART_ESCAPED.put() argument
58 EscapeMode.ESCAPE_IS_CONSTANT, true)); in ZERO_PART_ESCAPED.put() argument
66 ONE_PART_ESCAPED.put(EscapeMode.ESCAPE_NONE, new NumberValue(1, EscapeMode.ESCAPE_NONE, true)); in ONE_PART_ESCAPED.put() argument
68 EscapeMode.ESCAPE_IS_CONSTANT, true)); in ONE_PART_ESCAPED.put() argument
/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
DCharsetDecoderTest.java382 getUnmappedByteBuffer(), true); in testDecodeCharBufferByteBufferUnmappedException() local
394 readOnly(getUnmappedByteBuffer()), true); in testDecodeCharBufferByteReadOnlyBufferUnmappedException() local
435 getMalformedByteBuffer(), true); in testDecodeCharBufferByteBufferMalformedException() local
448 readOnly(getMalformedByteBuffer()), true); in testDecodeCharBufferByteReadOnlyBufferMalformedException() local
488 true); in testDecodeCharBufferByteBufferException() local
500 readOnly(getExceptionByteArray()), true); in testDecodeCharBufferByteReadOnlyBufferException() local
579 true); in testFlush() local
/external/junit/src/org/junit/experimental/theories/
DTheory.java11 boolean nullsAccepted() default true; in nullsAccepted() field
/external/mesa3d/include/c99/
Dstdbool.h34 #define true 1 macro
/external/webkit/Source/JavaScriptCore/os-win32/
Dstdbool.h32 #define true 1 macro
/external/clang/test/CodeGenCXX/
Dmangle-98.cpp6 void f(S3<true>) {} in f()
/external/bison/lib/
Dstdbool_.h112 #define true 1 macro
/external/emma/core/java12/com/vladium/emma/rt/
DRT.java238 reset (true, true); in reset() argument
/external/jmonkeyengine/engine/src/test/jme3test/light/
DTestSimpleLighting.java60 TangentBinormalGenerator.generate(teapot.getMesh(), true); in simpleInitApp() local
/external/llvm/include/llvm/Support/
Dcircular_raw_ostream.h111 : raw_ostream(/*unbuffered*/true), in raw_ostream() argument
/external/svox/pico/src/com/svox/pico/
DCheckVoiceData.java76 languageCountry.put(langCountryVars.get(i), true); in onCreate() local
/external/valgrind/main/tests/
DMakefile.am25 true \ program
/external/chromium/chrome/browser/resources/
Dnew_new_tab.css354 html[anim=true][enable-section-animations=true] .section { selector
520 html[anim=true][enable-section-animations=true] .maxiview { selector
524 html[anim=true][enable-section-animations=true] .miniview { selector
/external/flac/include/FLAC/
Dordinals.h76 #define true 1 macro
/external/jmonkeyengine/engine/src/core/com/jme3/material/
DMatParamTexture.java48 technique.updateUniformParam(getPrefixedName(), getVarType(), getUnit(), true); in apply() local
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3convertutf.h122 #define true ANTLR3_TRUE macro
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DTreeMapExtendTest.java1777 true); in test_AscendingSubMap_subMap() local
1784 startEntry.getKey(), true, endEntry.getKey(), in test_AscendingSubMap_subMap() local
1792 startEntry.getKey(), true, endEntry.getKey(), in test_AscendingSubMap_subMap() local
1793 true); in test_AscendingSubMap_subMap() local
/external/emma/ant/ant14/com/vladium/emma/instr/
DinstrTask.java67 … processor.setInstrPath (m_instrpath.list (), true); // TODO: an option to set 'canonical'? in execute() local
/external/quake/quake/src/QW/scitech/include/
Ddebug.h276 #define true ((bool)1) macro
283 #define true 1 macro
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
DDEBUG.H276 #define true ((bool)1) macro
283 #define true 1 macro
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
DCertificateListTest.java89 new Extension("2.5.29.29", true, in crlEntryExtensions.addExtension() argument
/external/jmonkeyengine/engine/src/core/com/jme3/post/
DHDRRenderer.java221 fbCam.resize(mainSceneFB.getWidth(), mainSceneFB.getHeight(), true); in renderProcessing() local
225 fbCam.resize(dst.getWidth(), dst.getHeight(), true); in renderProcessing() local

123