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

1 2

  /external/bluetooth/glib/tests/gobject/
paramspec-test.c 21 * Modified by the GLib Team and others 1997-2000. See the AUTHORS
40 gboolean modified; local
55 modified = g_param_value_validate (pspec, &value);
56 g_assert (modified && g_value_get_char (&value) == 20);
59 modified = g_param_value_validate (pspec, &value);
60 g_assert (!modified && g_value_get_char (&value) == 20);
63 modified = g_param_value_validate (pspec, &value);
64 g_assert (!modified && g_value_get_char (&value) == 40);
67 modified = g_param_value_validate (pspec, &value);
68 g_assert (modified && g_value_get_char (&value) == 40)
78 gboolean modified; local
150 gboolean modified; local
190 gboolean modified; local
    [all...]
  /external/e2fsprogs/intl/
bindtextdom.c 92 modified, only the current value is returned.
94 modified nor returned. */
100 int modified; local
114 modified = 0;
167 modified = 1;
205 modified = 1;
316 modified = 1;
334 /* If we modified any binding, we flush the caches. */
335 if (modified)
  /external/proguard/src/proguard/classfile/editor/
VariableEditor.java 38 private boolean modified; field in class:VariableEditor
66 modified = false;
78 modified = true;
99 if (!modified)
CodeAttributeEditor.java 59 private boolean modified; field in class:CodeAttributeEditor
117 modified = false;
139 modified = true;
161 modified = true;
183 modified = true;
203 modified = true;
223 modified = true;
244 modified = true;
263 modified = true;
285 * Returns whether the instruction at the given offset has been modified
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsList.java 45 /** The list of apps that have been modified since the last notify() call. */
46 public ArrayList<ApplicationInfo> modified = new ArrayList<ApplicationInfo>(); field in class:AllAppsList
76 modified.clear();
150 modified.add(applicationInfo);
LauncherModel.java 1227 ArrayList<ApplicationInfo> modified = null; local
    [all...]
  /frameworks/base/core/java/android/net/
Downloads.java 619 long modified = c.getLong(DOWNLOADS_COLUMN_LAST_MODIFICATION); local
621 if (now < modified || now - modified > redownload_threshold) {
  /external/chromium/third_party/icu/source/test/letest/
FontObject.h 118 BigDate modified; member in struct:HEADTable
sfnt.h 284 BigDate modified; member in struct:HEADTable
  /external/icu4c/samples/layout/
sfnt.h 155 BigDate modified; member in struct:HEADTable
  /external/icu4c/test/letest/
FontObject.h 118 BigDate modified; member in struct:HEADTable
sfnt.h 284 BigDate modified; member in struct:HEADTable
  /cts/tests/src/android/webkit/cts/
CtsTestServer.java 364 * a "Last-Modified" header calculated from the value.
521 String modified = local
523 response.addHeader("Last-Modified", modified);
  /external/svox/pico/lib/
picospho.c 708 /** Calculate bound strength modified by transduction
711 * calculate the modified bound strength.
737 /** Calculate bound strength modified by a \<break> command
739 * Given the original (predicted and possibly fst-modified) bound strength, and a time value from an
740 * overwriding \<break> command, calculate the modified bound strength.
745 * @return modified bound strength
749 picoos_uint8 modified = (0 == time) ? PICODATA_ITEMINFO1_BOUND_PHR3 : local
752 /* for word and phrase breaks, return 'modified', unless a non-silence gets time==0, in which
764 return modified;
    [all...]
  /external/webkit/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 135 long long modified; member in struct:WebCore::headTable
  /external/webkit/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 79 void modified();
353 void tst_QWebPage::modified() function in class:tst_QWebPage
    [all...]
  /packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp 400 fixed_lmas_no1_[0] = 0; // A composing string is always modified.
526 // easy to unlock it directly. Instead, we re-decode the modified
571 fixed_lmas_no1_[0] = 0; // A composing string is always modified.
715 bool modified = false; local
722 if (modified) {
733 modified = false;
737 modified = true;
747 if (modified) {
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
wbnf.cpp 1088 UBool modified(Pick* &node \/*out*\/){ function in class:Parser
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 1088 UBool modified(Pick* &node \/*out*\/){ function in class:Parser
    [all...]
  /external/openssl/crypto/x509/
x509.h 188 int modified; /* true if 'bytes' needs to be built */ member in struct:X509_name_st
    [all...]
  /external/openssl/include/openssl/
x509.h 188 int modified; /* true if 'bytes' needs to be built */ member in struct:X509_name_st
    [all...]
asn1.h 259 int modified; /* set to 1 if 'enc' is invalid */ member in struct:ASN1_ENCODING_st
    [all...]
  /external/openssl/crypto/asn1/
asn1.h 259 int modified; /* set to 1 if 'enc' is invalid */ member in struct:ASN1_ENCODING_st
    [all...]
  /prebuilt/common/osgi/
osgi.jar 
  /external/proguard/lib/
proguard.jar 

Completed in 795 milliseconds

1 2