HomeSort by relevance Sort by last modified time
    Searched full:changed (Results 3576 - 3600 of 19572) sorted by null

<<141142143144145146147148149150>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XInput.h 290 * of an extension device that can be focused is changed.
411 * modifier mapping, or button mapping of an extension device is changed.
452 * the client should use XListInputDevices() to learn what has changed.
455 * important has changed on a device, and the client should use
457 * then that control has changed meaningfully.
473 * Notifies the client that a property on a device has changed value. The
483 XID deviceid; /* id of the device that changed */
484 Atom atom; /* the property that changed */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
futex.h 55 * changed.
65 * changed if the change is first communicated with the glibc folks.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 181 "This spec was changed in ISO/IEC 9899:1999 TC1; in ISO/IEC
187 TC1 changed this to require just an integer constant
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ParenMatch.py 19 HILITE_STYLE attribute; it can be changed used the set_style
154 # if the event is for the most recent timer and the insert has changed,
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
macostools.py 76 """Tell the finder a file has changed. No-op on MacOSX."""
82 """Tell the finder a file has changed"""
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ParenMatch.py 19 HILITE_STYLE attribute; it can be changed used the set_style
154 # if the event is for the most recent timer and the insert has changed,
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/
main4.c 96 fprintf(stderr, "sigalstack changed on return from Go\n");
153 fprintf(stderr, "sigalstack changed on return from Go\n");
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/
main4.c 96 fprintf(stderr, "sigalstack changed on return from Go\n");
153 fprintf(stderr, "sigalstack changed on return from Go\n");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 19 HILITE_STYLE attribute; it can be changed used the set_style
154 # if the event is for the most recent timer and the insert has changed,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macostools.py 76 """Tell the finder a file has changed. No-op on MacOSX."""
82 """Tell the finder a file has changed"""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 19 HILITE_STYLE attribute; it can be changed used the set_style
154 # if the event is for the most recent timer and the insert has changed,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiDocumentNode.java 89 * after the XML model changed.
92 * @return Returns true if the XML structure has changed (nodes added, removed or replaced)
UiListAttributeNode.java 96 /** Sent when the text is changed from a list selection. */
208 * Simply mark the attribute as dirty if it really changed.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
FixLaunchConfig.java 35 * defined in the manifest has been changed.<br>
78 "The package definition in the manifest changed.\nDo you want to update your Launch Configuration(s)?");
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/resources/
ResourceHelperTest.java 117 assertEquals(ResourceDeltaKind.CHANGED,
118 ResourceHelper.getResourceDeltaKind(IResourceDelta.CHANGED));
  /system/core/libbacktrace/
UnwindMap.cpp 118 // Check to see if the map changed while getting the data.
140 // Check to see if the underlying map changed and regenerate the map
  /system/core/libcutils/
strdup8to16.cpp 189 /* TODO: Share more of this code with the method above. Only 2 lines changed. */
194 while (utf8Str < end) { /* and this line changed. */
  /system/extras/libperfmgr/tests/
RequestGroupTest.cc 98 // not changed
106 // changed
  /system/media/audio_route/
audio_route.c 645 /* Update the mixer with any changed values */
663 /* if the value has changed, update the mixer */
664 bool changed = false; local
668 changed = true;
676 changed = true;
683 changed = true;
688 if (changed) {
815 /* if any value has changed, update the mixer */
  /system/netd/server/
RouteController.h 50 // and should probabaly be changed to passing the ifindex into RouteController instead.
53 // index has changed, we can still free any map entries indexed by the ifindex that was
  /system/update_engine/
certificate_checker.cc 178 // Certificate changed, we store a report to UMA and store the most recent
185 LOG(INFO) << "Certificate changed from " << stored_digest << " to "
certificate_checker.h 132 // certificate, in order to determine if it has changed since the last
145 // Checks if server certificate stored in |x509_ctx| has changed since last
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
MiniZip64_info.txt 20 Changed from MiniZip 1.0 to MiniZip 1.1
24 * Reverted some changed that Even Rouault did.
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_shader.c 39 struct list_head changed; member in struct:ilo_shader_cache
60 list_inithead(&shc->changed);
87 list_add(&shader->list, &shc->changed);
102 * Notify the cache that a managed shader has changed.
110 list_add(&shader->list, &shc->changed);
115 * Upload managed shaders to the bo. Only shaders that are changed or added
124 LIST_FOR_EACH_ENTRY_SAFE(shader, next, &shc->changed, list) {
178 list_add(&shader->list, &shc->changed);
181 LIST_FOR_EACH_ENTRY(shader, &shc->changed, list) {
1040 * \param dirty states of the context that are considered changed
1049 bool changed = false; local
    [all...]
  /external/oj-libjdwp/src/share/back/
debugInit.c 42 // ANDROID-CHANGED: Allow us to initialize VMDebug & ddms apis.
62 // ANDROID-CHANGED: Special Art Version to get an ArtTiEnv. This has the same basic api as a
71 // ANDROID-CHANGED: We need to support OnAttach for android so use this to let other parts know that
205 // ANDROID-CHANGED: Function to get and set the com.android.art.internal.ddm.process_chunk extension
286 // ANDROID-CHANGED: Check for ART_TI_VERSION_1_2 if we cannot get real JVMTI. This is done only
333 // ANDROID-CHANGED: Android uses java.library.path to store all library path information.
461 // ANDROID-CHANGED: Find com.android.art.internal.ddm.process_chunk function if it exists.
799 // ANDROID-CHANGED: Set up DDM
802 // ANDROID-CHANGED: Take over relevant VMDebug APIs.
837 // ANDROID-CHANGED: Don't send any event if we are actually in Agent_OnAttach
    [all...]

Completed in 1560 milliseconds

<<141142143144145146147148149150>>