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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
predef.c 8 char *X = __func__; // expected-warning {{predefined identifier is only valid}} \
16 const char *b = __func__; // expected-warning {{predefined identifier is only valid}}
17 const char *c = __FUNCTION__; // expected-warning {{predefined identifier is only valid}}
18 const char *d = __PRETTY_FUNCTION__; // expected-warning {{predefined identifier is only valid}}
  /external/clang/test/Preprocessor/
predefined-macros.c 1 // This test verifies that the correct macros are predefined. It currently
  /libcore/luni/src/main/java/java/security/spec/
ECGenParameterSpec.java 24 // Standard (or predefined) name for EC domain
30 * predefined name of the to-be-generated domain parameter.
43 * Returns the name (standard or predefined) of the to-be-generated elliptic
MGF1ParameterSpec.java 31 * The predefined MGF1 parameter specification with an "SHA-1" message
38 * The predefined MGF1 parameter specification with an "SHA-256" message
45 * The predefined MGF1 parameter specification with an "SHA-384" message
52 * The predefined MGF1 parameter specification with an "SHA-512" message
  /dalvik/vm/mterp/armv5te/
OP_FILL_ARRAY_DATA.S 10 bl dvmInterpHandleFillArrayData@ fill the array with predefined data
  /external/chromium/chrome/browser/renderer_host/
gtk_key_bindings_handler.h 27 // matches a predefined key binding, corresponding signal will be emitted.
35 // See webkit/glue/editor_client_impl.cc for key bindings predefined in our
42 // Matches a key event against predefined gtk key bindings, false will be
43 // returned if the key event doesn't correspond to a predefined key binding.
  /libcore/luni/src/test/java/tests/security/interfaces/
DSAPublicKeyTest.java 33 * Case 1: check with predefined p, q, g, x
43 // Case 1: check with predefined p, q, g, x
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExtensionNamespacesManager.java 40 * Vector of ExtensionNamespaceSupport objects for predefined ExtensionNamespaces. Elements
53 * objects is created, one for each predefined extension namespace.
64 * If it is a predefined namespace, create a
139 * For any extension namespace that is not either predefined or defined
206 * Set up a Vector for predefined extension namespaces.
227 lang = "javaclass"; // for remaining predefined extension namespaces.
  /libcore/luni/src/main/java/javax/net/ssl/
X509ExtendedKeyManager.java 46 * no engine is predefined.
66 * no engine is predefined.
  /frameworks/base/graphics/java/android/graphics/
Xfermode.java 27 * can be called to return an instance of any of the predefined subclasses as
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
MeetingInfo.java 20 // Predefined tags; others can be added
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
EnumAttributeDescriptor.java 25 * Describes a text attribute that can only contains some predefined values.
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
ColorSeekBar.java 32 * Seek-bar that has a draggable thumb to set and get the color from predefined color set.
50 // Set up the predefined colors that could be indexed in the seek-bar.
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnDictionary.java 30 * Predefined approximate pattern set (capital letters from small letters).
37 * Predefined approximate pattern set (small letters from capital letters).
44 * Predefined approximate pattern set (QWERTY neighbor keys).
52 * Predefined approximate pattern set (QWERTY neighbor keys/capital letters).
60 * Predefined approximate pattern set (for Japanese 12-key keyboard).
173 * Sets a predefined approximate pattern.
175 * The patterns included predefined approximate search pattern set specified by
178 * @param approxPattern A predefined approximate pattern set
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
NativeWindowsSubWindow.cpp 33 wc.hIcon = NULL; // predefined app. icon
  /external/bluetooth/glib/glib/
galloca.h 51 # ifndef alloca /* predefined by HP cc +Olibcalls */
  /external/oprofile/libpopt/
system.h 55 # ifndef alloca /* predefined by HP cc +Olibcalls */
  /frameworks/base/core/tests/coretests/src/android/app/activity/
SetTimeZonePermissionsTest.java 47 * Attempt to set several predefined time zones, verifying that the system
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnJni.h 80 * Predefined approx patterns
  /external/llvm/utils/TableGen/
SetTheory.h 12 // predefined, and it is possible to add special purpose set operators as well.
14 // The user may define named sets as Records of predefined classes. Set
18 // These are the predefined operators. The argument lists can be individual
  /external/icu4c/i18n/unicode/
plurrule.h 91 * predefined values in ICU - 'zero', 'one', 'two', 'few', 'many' and
106 * For these predefined rules, see CLDR page at
170 * Provides access to the predefined <code>PluralRules</code> for a given
177 * @return The predefined <code>PluralRules</code> object pointer for
178 * this locale. If there's no predefined rules for this locale,
  /libcore/luni/src/main/java/java/awt/font/
TextAttribute.java 224 * predefined weight.
268 * The Constant WEIGHT_ULTRABOLD indicates the heaviest predefined
278 * predefined width.
  /libcore/luni/src/main/java/java/util/logging/
Level.java 33 * set of predefined logging levels, each associated with an integer value.
37 * The predefined levels in ascending order are FINEST, FINER, FINE, CONFIG,
38 * INFO, WARNING, SEVERE. There are two additional predefined levels, which are
  /external/elfutils/libelf/
elf_newdata.c 80 /* Set the predefined values. */
  /external/oprofile/libutil++/
cverb.h 74 * predefined general purpose verbose object, comment give their names

Completed in 1610 milliseconds

1 2 3 4 5 6 7 8 91011>>