Searched defs:modified (Results 1 - 17 of 17) sorted by relevance

/external/bluetooth/glib/tests/gobject/
H A Dparamspec-test.c40 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/qemu/
H A Dkvm.h132 static inline void cpu_synchronize_state(CPUState *env, int modified) argument
135 if (modified)
/external/proguard/src/proguard/classfile/editor/
H A DVariableEditor.java38 private boolean modified; field in class:VariableEditor
66 modified = false;
78 modified = true;
99 if (!modified)
H A DCodeAttributeEditor.java59 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...]
/external/e2fsprogs/intl/
H A Dbindtextdom.c92 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/icu4c/samples/layout/
H A Dsfnt.h155 BigDate modified; member in struct:HEADTable
/external/icu4c/test/letest/
H A DFontObject.h118 BigDate modified; member in struct:HEADTable
H A Dsfnt.h284 BigDate modified; member in struct:HEADTable
/external/svox/pico/lib/
H A Dpicospho.c708 /** 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;
853 /* insert modified boun
[all...]
/external/webkit/WebCore/platform/graphics/opentype/
H A DOpenTypeUtilities.cpp135 long long modified; member in struct:WebCore::headTable
/external/icu4c/test/intltest/
H A Dwbnf.cpp1088 UBool modified(Pick* &node /*out*/){ function in class:Parser
1135 if (modified(n)){
1156 if (!modified(node)) {
1163 return TRUE; // just a modified
/external/webkit/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp79 void modified();
353 void tst_QWebPage::modified() function in class:tst_QWebPage
/external/openssl/crypto/x509/
H A Dx509.h188 int modified; /* true if 'bytes' needs to be built */ member in struct:X509_name_st
/external/openssl/include/openssl/
H A Dx509.h188 int modified; /* true if 'bytes' needs to be built */ member in struct:X509_name_st
H A Dasn1.h255 int modified; /* set to 1 if 'enc' is invalid */ member in struct:ASN1_ENCODING_st
/external/openssl/crypto/asn1/
H A Dasn1.h255 int modified; /* set to 1 if 'enc' is invalid */ member in struct:ASN1_ENCODING_st
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 171 milliseconds