HomeSort by relevance Sort by last modified time
    Searched defs:set (Results 1726 - 1750 of 2219) sorted by null

<<61626364656667686970>>

  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cgraph.h 34 /* Not yet set by cgraph_function_body_availability. */
87 /* Set to true when alias node is thunk. */
100 /* Set when function function is visible in current compilation unit only
104 /* Set when function is visible by other units. */
107 /* Set once it has been finalized so we consider it to be output. */
250 /* Set when function must be output for some reason. The primary
256 /* Set when function has address taken.
259 /* Set when decl is an abstract function pointed to by the
262 /* Set when function is reachable by call from other function
269 /* Set when function is reachable by call from other LTRANS partition. *
354 cgraph_node_set set; member in struct:__anon35323
372 varpool_node_set set; member in struct:__anon35324
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h 34 /* Not yet set by cgraph_function_body_availability. */
87 /* Set to true when alias node is thunk. */
100 /* Set when function function is visible in current compilation unit only
104 /* Set when function is visible by other units. */
107 /* Set once it has been finalized so we consider it to be output. */
250 /* Set when function must be output for some reason. The primary
256 /* Set when function has address taken.
259 /* Set when decl is an abstract function pointed to by the
262 /* Set when function is reachable by call from other function
269 /* Set when function is reachable by call from other LTRANS partition. *
354 cgraph_node_set set; member in struct:__anon36052
372 varpool_node_set set; member in struct:__anon36053
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 3 This module provides classes to allow using Tk themed widget set.
411 or more states. If the default argument is set, it is used as
514 """If themename is None, returns the theme in use, otherwise, set
584 set according to the statespec flags and then a new state spec
715 def set(self, value): member in class:Combobox
717 self.tk.call(self._w, "set", value)
1416 def set(self, item, column=None, value=None): member in class:Treeview
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 398 self.id_to_obj[ident] = (obj, set(exposed), method_to_typeid)
679 # Subclass of set which get cleared after a fork
682 class ProcessLocalSet(set):
953 def set(self, value): member in class:Value
957 value = property(get, set)
1006 _exposed_ = ('is_set', 'set', 'clear', 'wait')
1009 def set(self): member in class:EventProxy
1010 return self._callmethod('set')
1039 def set(self, value): member in class:ValueProxy
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 162 verbose = 1 # Flag set to 0 by regrtest.py
163 use_resources = None # Flag set to [] by regrtest.py
275 """Test whether a resource is enabled. Known resources are set by
285 # the resource was set
299 the specified host address (defaults to 0.0.0.0) with the port set to 0,
325 However, on Windows, if SO_REUSEADDR is set on the sockets, no EADDRINUSE
361 or SO_REUSEPORT set on it. Tests should *never* set these socket options
366 on Windows), it will be set on the socket. This will prevent anyone else
372 raise TestFailed("tests should never set the SO_REUSEADDR "
760 def set(self, envvar, value): member in class:EnvironmentVarGuard
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 3 This module provides classes to allow using Tk themed widget set.
411 or more states. If the default argument is set, it is used as
514 """If themename is None, returns the theme in use, otherwise, set
584 set according to the statespec flags and then a new state spec
715 def set(self, value): member in class:Combobox
717 self.tk.call(self._w, "set", value)
1416 def set(self, item, column=None, value=None): member in class:Treeview
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 398 self.id_to_obj[ident] = (obj, set(exposed), method_to_typeid)
679 # Subclass of set which get cleared after a fork
682 class ProcessLocalSet(set):
953 def set(self, value): member in class:Value
957 value = property(get, set)
1006 _exposed_ = ('is_set', 'set', 'clear', 'wait')
1009 def set(self): member in class:EventProxy
1010 return self._callmethod('set')
1039 def set(self, value): member in class:ValueProxy
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 162 verbose = 1 # Flag set to 0 by regrtest.py
163 use_resources = None # Flag set to [] by regrtest.py
275 """Test whether a resource is enabled. Known resources are set by
285 # the resource was set
299 the specified host address (defaults to 0.0.0.0) with the port set to 0,
325 However, on Windows, if SO_REUSEADDR is set on the sockets, no EADDRINUSE
361 or SO_REUSEPORT set on it. Tests should *never* set these socket options
366 on Windows), it will be set on the socket. This will prevent anyone else
372 raise TestFailed("tests should never set the SO_REUSEADDR "
760 def set(self, envvar, value): member in class:EnvironmentVarGuard
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 483 * Compute attribute values. Return true if the complete set of values was
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 102 import java.util.Set;
249 hasError.set(true);
261 hasWarning.set(true);
280 hasError.set(true);
652 // set status to loading
660 // and set the flag to start the loading below
833 public static Set<ProjectState> getMainProjectsFor(IProject project) {
836 Set<ProjectState> list = new HashSet<ProjectState>();
853 Set<ProjectState> set = getMainProjectsFor(p.getProject()); local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
CollectionsTest.java 40 import java.util.Set;
66 Set s;
68 Set mys;
352 ll.set(25, null);
673 // Test for method java.util.Set
676 Set single = Collections.singleton(o);
869 smallList.set(4, new Integer(5));
2058 Set<Integer> set = Collections.newSetFromMap(map); local
2108 Set<Integer> set = Collections.newSetFromMap(map); local
2125 Set<Integer> set = Collections.newSetFromMap(map); local
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 47 import java.util.Set;
628 * Placeholder. Indicates that the value hasn't been set yet.
675 * - Live: valid key/value are set
679 * - Expired: time expired (key/value may still be set)
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViewsAdapter.java 85 // A flag to determine whether we should notify data set changed after we connect
88 // The set of requested views that are to be notified when the associated RemoteViews are
127 * @return whether the adapter was set or not.
222 Log.e(TAG, "Error notifying factory of data set changed in " +
229 Log.e(TAG, "Error notifying factory of data set changed in " +
372 // Remove this set from the original mapping
378 * We need to remove views from this set if they have been recycled by the AdapterView.
413 // A mapping from type id to a set of unique type ids
420 public void set(RemoteViewsMetaData d) { method in class:RemoteViewsAdapter.RemoteViewsMetaData
537 set(v, itemId) method
540 public void set(RemoteViews v, long id) { method in class:RemoteViewsAdapter.RemoteViewsIndexMetaData
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 587 mTempTargetRect.set(x, y, x + width, y + height);
603 outRect.set(left, top, right, bottom);
611 mTempSourceRect.set(source);
612 mTempTargetRect.set(target);
624 mTempTargetRect.set(x, y, x + w, y + h);
760 mTempTargetRect.set(x, y, x + w, y + h);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 538 mAttached.set(false);
543 mAttached.set(true);
    [all...]
DcTrackerBase.java 69 import java.util.Set;
286 /* Set to true with CMD_ENABLE_MOBILE_PROVISIONING */
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java 329 testCalendar.set(GregorianCalendar.YEAR, sCurrentYear);
330 testCalendar.set(GregorianCalendar.MONTH, tzd.month);
331 testCalendar.set(GregorianCalendar.DAY_OF_WEEK, tzd.dayOfWeek);
332 testCalendar.set(GregorianCalendar.DAY_OF_WEEK_IN_MONTH, tzd.day);
333 testCalendar.set(GregorianCalendar.HOUR_OF_DAY, tzd.hour);
334 testCalendar.set(GregorianCalendar.MINUTE, tzd.minute);
335 testCalendar.set(GregorianCalendar.SECOND, 0);
370 // Set up our calendar and return it
451 * @param calendars an array of GregorianCalendar, set to a series of transition times in
557 cal.set(sCurrentYear + i, Calendar.JANUARY, 1, 0, 0, 0)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 587 mTempTargetRect.set(x, y, x + width, y + height);
603 outRect.set(left, top, right, bottom);
611 mTempSourceRect.set(source);
612 mTempTargetRect.set(target);
624 mTempTargetRect.set(x, y, x + w, y + h);
760 mTempTargetRect.set(x, y, x + w, y + h);
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 587 mTempTargetRect.set(x, y, x + width, y + height);
603 outRect.set(left, top, right, bottom);
611 mTempSourceRect.set(source);
612 mTempTargetRect.set(target);
624 mTempTargetRect.set(x, y, x + w, y + h);
760 mTempTargetRect.set(x, y, x + w, y + h);
    [all...]
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-gradle/4.9/
proguard-gradle-4.9.jar 
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 114 * Set this system property to true to force the view hierarchy to render
164 // Set to true if the owner of this window is in the stopped state,
199 /** Set to true while in performTraversals for detecting when die(true) is called from internal
319 /** Set to true once doDie() has been called. */
519 mPendingOverscanInsets.set(0, 0, 0, 0);
520 mPendingContentInsets.set(mAttachInfo.mContentInsets);
521 mPendingVisibleInsets.set(0, 0, 0, 0);
593 // Set up the input pipeline.
691 // sRendererDisabled will be set. In addition, the system process
693 // sRendererDisabled and sSystemRendererDisabled are set. Whe
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 250 /** If set, it will steal all clicks for which the interface has a click method. */
515 final ConversationSelectionSet set, final Folder folder,
522 conversationListListener, null /* conversationItemAreaClickListener */, set, folder, local
538 conversationItemAreaClickListener, null /* set */, folder, checkboxOrSenderImage,
548 final ConversationSelectionSet set, final Folder folder,
599 mSelectedConversationSet = set;
    [all...]
  /frameworks/base/services/java/com/android/server/content/
SyncManager.java 101 import java.util.Set;
185 // set if the sync active indicator should be reported
292 // the accounts are not set yet
547 * (pass null to url, set onlyTicklable to false), only those
549 * set onlyTicklable to true), or a specific provider (set url
2887 void set(int row, int col, Object... values) { method in class:SyncManager.SyncHandler.PrintTable
    [all...]
SyncStorageEngine.java 87 /** Percentage of period that is flex by default, if no flex is set. */
588 Log.d(TAG, "setSyncAutomatically: already set to " + sync + ", doing nothing");
641 Log.d(TAG, "setIsSyncable: already set to " + syncable + ", doing nothing");
809 authority.periodicSyncs.set(i, new PeriodicSync(toUpdate));
    [all...]
  /ndk/build/core/
definitions.mk 408 # LOCAL_LDFLAGS will contain the set of final linker flags for the module
582 # 2: list/set of static library modules this module depends on.
585 # Rationale: Record that a module depends on a set of static libraries.
594 # 2: list/set of shared library modules this module depends on.
597 # Rationale: Record that a module depends on a set of shared libraries.
    [all...]

Completed in 1441 milliseconds

<<61626364656667686970>>