HomeSort by relevance Sort by last modified time
    Searched full:defaulted (Results 26 - 50 of 226) sorted by null

12 3 4 5 6 7 8 910

  /external/chromium_org/base/i18n/
time_formatting_unittest.cc 22 // Test for a locale defaulted to 12h clock.
55 // Test for a locale defaulted to 24h clock.
  /external/clang/test/SemaTemplate/
constexpr-instantiate.cpp 85 // of a defaulted special member in the same circumstances. This seems scary,
88 // special member templates (defaulted special members should only be
  /external/lldb/test/types/
AbstractBase.py 47 # dsym -> build for dSYM (defaulted to True) #
50 # bc -> blockCaptured (defaulted to False) #
53 # qd -> quotedDisplay (defaulted to False) #
  /external/llvm/docs/
MakefileGuide.rst 645 ``AR`` (defaulted)
707 ``LLVMAS`` (defaulted)
710 ``LLVMGCC`` (defaulted)
713 ``LLVMGXX`` (defaulted)
716 ``LLVMLD`` (defaulted)
729 ``MKDIR`` (defaulted)
739 ``RANLIB`` (defaulted)
742 ``RM`` (defaulted)
745 ``SED`` (defaulted)
751 ``TBLGEN`` (defaulted)
    [all...]
  /ndk/build/core/
add-application.mk 67 $(call ndk_log, Defaulted to APP_PLATFORM=$(APP_PLATFORM))
88 $(call ndk_log, Defaulted to APP_PLATFORM=$(APP_PLATFORM))
214 $(call ndk_log, Defaulted to APP_BUILD_SCRIPT=$(APP_BUILD_SCRIPT))
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorAttributeSet.java 92 * @param attributes The specified or defaulted attributes.
ProcessorGlobalParamDecl.java 59 * @param attributes The specified or defaulted attributes.
ProcessorGlobalVariableDecl.java 59 * @param attributes The specified or defaulted attributes.
ProcessorTemplateElem.java 46 * @param attributes The specified or defaulted attributes.
  /external/chromium_org/base/threading/
thread_local_unittest.cc 91 // Check that both threads defaulted to NULL.
  /external/clang/test/CXX/special/class.copy/
p13-0x.cpp 62 // An explicitly-defaulted constructor doesn't become constexpr until the end of
p23-cxx11.cpp 14 // Overload resolution will ignore a defaulted, deleted move assignment,
56 // A defaulted copy/move assignment operator for class X is defined as deleted
p11.0x.copy.cpp 8 // A defaulted copy constructor for a class X is defined as deleted if X has:
  /external/lldb/test/functionalities/data-formatter/format-propagation/
TestFormatPropagation.py 85 self.assertTrue(Y.GetValue() == "2", "Y is not defaulted")
  /libcore/luni/src/main/java/javax/xml/transform/
Templates.java 51 * and these properties are "defaulted" by default properties specified by
  /libcore/luni/src/main/java/org/xml/sax/ext/
Locator2.java 39 * or be defaulted by the parser.
Attributes2Impl.java 27 * always be false, except for defaulted attributes (<em>specified</em>
58 * Otherwise the flag values are defaulted to assume no DTD was used,
  /external/bison/src/
tables.c 65 array of state numbers of the non defaulted GOTO on VECTOR.
400 /* Allocate non defaulted actions. */
406 /* Store non defaulted actions. */
478 | i.e., the information related to non defaulted GOTO on the nterm |
507 /* Allocate room for non defaulted gotos. */
511 /* Store the state numbers of the non defaulted gotos. */
print-xml.c 300 bool defaulted = false; local
312 defaulted = true;
317 if (defaulted)
320 defaulted = false;
print.c 299 bool defaulted = false;
317 defaulted = true;
323 if (defaulted)
327 defaulted = false;
298 bool defaulted = false; local
  /libcore/luni/src/main/java/java/io/
EmulatedFieldsForLoading.java 64 public boolean defaulted(String name) throws IOException, method in class:EmulatedFieldsForLoading
66 return emulatedFields.defaulted(name);
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FunctionDef1Arg.java 31 * Base class for functions that accept one argument that can be defaulted if
  /external/chromium_org/third_party/skia/src/core/
SkPictureData.h 153 * It is defaulted to be zero.
  /external/nist-sip/java/gov/nist/javax/sip/address/
TelURLImpl.java 109 * value is false, hence the TelURL is defaulted to local.
  /frameworks/base/core/java/android/view/
WindowContentFrameStats.java 80 * It is either explicitly set or defaulted to the time when the render buffer was posted.

Completed in 420 milliseconds

12 3 4 5 6 7 8 910