HomeSort by relevance Sort by last modified time
    Searched full:compound (Results 201 - 225 of 773) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuItemView.java 230 // TextView won't center compound drawables in both dimensions without
ListMenuItemView.java 166 // Make sure the other compound button isn't visible
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngdebug.h 21 * Expands to a statement (either a simple expression or a compound
  /external/kernel-headers/original/linux/
jbd.h 367 * @h_transaction: Which compound transaction is this update a part of?
382 /* Which compound transaction is this update a part of? */
403 * tracks a compound transaction through its various states:
616 * single compound commit transaction
790 * Maximum number of metadata buffers to allow in a single compound
    [all...]
  /external/openssh/
auth-pam.c 1076 char *compound; local
1080 compound = xmalloc(len);
1082 snprintf(compound, len, "%s=%s", name, value);
1083 ret = pam_putenv(sshpam_handle, compound);
1084 xfree(compound);
  /external/chromium/base/third_party/nspr/
prtypes.h 212 ** Macro body brackets so that macros with compound statement definitions
516 ** Macro body brackets so that macros with compound statement definitions
  /external/chromium_org/base/json/
json_value_serializer_unittest.cc 27 " \"compound\": {\n"
42 "\t\"compound\": { \"a\": 1, \"b\": 2, },\n"
  /external/chromium_org/base/third_party/nspr/
prtypes.h 212 ** Macro body brackets so that macros with compound statement definitions
516 ** Macro body brackets so that macros with compound statement definitions
  /external/chromium_org/chrome/browser/content_settings/
host_content_settings_map.cc 399 // CONTENT_SETTINGS_TYPE_MEDIASTREAM are of type dictionary/map. Compound
500 // Handle the case using compound values for its exceptions and arbitrary
  /external/chromium_org/third_party/icu/source/i18n/
tridpars.h 39 * A compound ID, which is a sequence of one or more single IDs,
168 * Parse a compound ID, consisting of an optional forward global
  /external/chromium_org/third_party/icu/source/test/intltest/
cpdtrtst.cpp 40 logln("Testing the construction of the compound Transliterator");
115 logln("Testing the clone() and equality operator functions of Compound Transliterator");
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prtypes.h 190 ** Macro body brackets so that macros with compound statement definitions
487 ** Macro body brackets so that macros with compound statement definitions
  /external/chromium_org/third_party/sqlite/src/test/
autoinc.test 373 ifcapable compound {
379 } ;# ifcapable compound
memdb.test 287 ifcapable compound {
293 } ;# ifcapable compound
sort.test 300 ifcapable compound {
321 } ;# ifcapable compound
view.test 156 ifcapable compound {
173 } ;# ifcapable compound
vtab6.test 412 ifcapable compound {
442 } ;# ifcapable compound
  /external/clang/lib/Analysis/
BodyFarm.cpp 57 /// Create a new compound stmt using the provided statements.
213 // (3) Create the compound statement.
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 357 if (const CompoundStmt *Compound = dyn_cast<CompoundStmt>(Body)) {
364 S.Diag(Compound->getRBracLoc(),
367 S.Diag(Compound->getRBracLoc(),
372 S.Diag(Compound->getRBracLoc(),
375 S.Diag(Compound->getRBracLoc(),
381 S.Diag(Compound->getLBracLoc(), CD.diag_NeverFallThroughOrReturn)
384 S.Diag(Compound->getLBracLoc(), CD.diag_NeverFallThroughOrReturn)
387 S.Diag(Compound->getLBracLoc(), CD.diag_NeverFallThroughOrReturn);
    [all...]
  /external/icu4c/i18n/
tridpars.h 39 * A compound ID, which is a sequence of one or more single IDs,
168 * Parse a compound ID, consisting of an optional forward global
  /external/icu4c/test/intltest/
cpdtrtst.cpp 40 logln("Testing the construction of the compound Transliterator");
115 logln("Testing the clone() and equality operator functions of Compound Transliterator");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UseCompoundDrawableRefactoring.java 83 * a single TextView with a compound drawable.
199 return "Convert to Compound Drawable";
  /external/bison/lib/
sigaction.c 34 in the face of an ill-timed asynchronous signal. And we compound
  /external/chromium_org/base/containers/
hash_tables.h 148 // We use the compound integer hash method to produce a 64-bit hash code, by
  /external/chromium_org/content/browser/resources/media/
stats_graph_helper.js 164 // both the simple and compound graph cases.

Completed in 1430 milliseconds

1 2 3 4 5 6 7 891011>>