/packages/apps/Calendar/src/com/android/calendar/ |
CalendarController.java | 5 * you may not use this file except in compliance with the License. 66 // This uses a LinkedHashMap so that we can replace fragments based on the 93 mTime.switchTimezone(Utils.getTimeZone(mContext, this)); 188 * Set to {@link #EXTRA_GOTO_TODAY} if this is a user request to go to the current time. 271 * This notifies the handler that the database has changed and it should 300 * Removes an instance when it is no longer needed. This should be called in 322 // The current use of this method for VIEW_EVENT is by the day view to show an EventInfo 390 this.sendEvent(sender, info); 429 this.sendEvent(sender, info); 493 // Store the formatting flags if this is an update to the titl [all...] |
DayView.java | 5 * you may not use this file except in compliance with the License. 103 private static final long INVALID_EVENT_ID = -1; //This is used for remembering a null event 133 * This is used to prevent popping up multiple quick views for the same event, especially 134 * during calendar syncs. This becomes valid when an event is selected, either by default 165 // Make this visible within the package for more informative debugging 202 String tz = Utils.getTimeZone(mContext, this); 216 DayView.this.invalidate(); 225 mController.sendEventRelatedEvent(this, EventType.VIEW_EVENT, mClickedEvent.id, 227 DayView.this.getWidth() / 2, mClickedYLocation, 231 DayView.this.invalidate() [all...] |
/packages/apps/Settings/src/com/android/settings/users/ |
AppRestrictionsFragment.java | 5 * you may not use this file except in compliance with the License. 98 /** Key for extra passed in from calling fragment to indicate if this is a newly created user */ 163 this.listener = listener; 171 this.restrictions = restrictions; 175 this.immutable = immutable; 207 appRestrictionsSettings.setTag(this); 211 appRestrictionsPref.setTag(this); 218 toggle.setTag(this); 642 AppRestrictionsPreference p = new AppRestrictionsPreference(context, this); 669 p.setOnPreferenceChangeListener(this); [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
gbemu.js | 4 // This program is free software; you can redistribute it and/or modify 8 // This program is distributed in the hope that it will be useful, but 67 this.createBuffer = function() { 70 this.createImageData = function (w, h) { 75 this.putImageData = function (buffer, x, y) { 82 this.drawImage = function () { } 86 this.getContext = function() { 89 this.width = 160; 90 this.height = 144; 91 this.style = { visibility: "visibile" } [all...] |
/cts/tests/tests/content/src/android/content/cts/ |
ContextWrapperTest.java | 5 * you may not use this file except in compliance with the License. 143 // Currently no IPC is handled by this process, this exception is expected 279 // IPC is handled by this process. 293 synchronized(this) { 309 synchronized (this) { 382 // IPC is handled by this process. 396 // IPC is handled by this process. 578 // because currently no IPC is handled by this process. 629 // IPC is handled by this process [all...] |
/external/blktrace/ |
blkparse.c | 7 * This program is free software; you can redistribute it and/or modify 12 * This program is distributed in the hope that it will be useful, 18 * along with this program; if not, write to the Free Software 73 * some duplicated effort here, we can unify this hash and the ppi hash later 1170 unsigned long long this = bit->time; local 1173 pdi->backwards = (this < last) ? 'B' : ' '; 1174 pdi->last_reported_time = this; [all...] |
/external/javassist/src/main/javassist/ |
CtClassType.java | 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. Alternatively, the contents of this file may be used under 93 this((String)null, cp); 159 accessors = new AccessorMaker(this); 300 if (this == clazz || getName().equals(cname)) 329 // check this in advance although classNameChanged() below does. 335 classPool.classNameChanged(oldname, this); 346 // check this in advance although classNameChanged() below does. 357 classPool.classNameChanged(oldClassName, this); [all...] |
/external/pcre/dist/ |
pcregrep.c | 5 /* This is a grep program that uses the PCRE regular expression library to do 22 this list of conditions and the following disclaimer. 25 notice, this list of conditions and the following disclaimer in the 30 this software without specific prior written permission. 32 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 41 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 121 this, we use a macro that compiles a fudge. Oddly, this does not also seem to 137 static unsigned int jfriedl_XR = 0; /* repeat regex attempt this many times */ 138 static unsigned int jfriedl_XT = 0; /* replicate text this many times * 3278 omstr *this = only_matching; local [all...] |
/external/svox/pico/lib/ |
picoos.c | 5 * you may not use this file except in compliance with the License. 217 picoos_Common this = (picoos_Common) picoos_allocate(mm,sizeof(*this)); local 218 if (NULL != this) { 220 this->em = NULL; 221 this->mm = NULL; 222 this->fileList = NULL; 224 return this; 227 void picoos_disposeCommon(picoos_MemoryManager mm, picoos_Common * this) 229 if (NULL != (*this)) { 357 picoos_MemoryManager this; local 640 picoos_ExceptionManager this = (picoos_ExceptionManager) picoos_allocate( local 946 picoos_File this = (picoos_File) picoos_allocate(mm, sizeof(*this)); local [all...] |
picopam.c | 5 * you may not use this file except in compliance with the License. 78 #define PICOPAM_NA 22 /*PAM has not to deal with this item*/ 389 static pico_status_t pam_initialize(register picodata_ProcessingUnit this, picoos_int32 resetMode); 390 static pico_status_t pam_terminate(register picodata_ProcessingUnit this); 393 static pico_status_t pam_subobj_deallocate(register picodata_ProcessingUnit this, 398 static picodata_step_result_t pam_step(register picodata_ProcessingUnit this, 402 static picoos_uint8 pam_get_vowel_name(register picodata_ProcessingUnit this, 404 static picoos_uint8 pam_get_pause_id(register picodata_ProcessingUnit this); 412 static pico_status_t pam_reset_processors(register picodata_ProcessingUnit this); 414 register picodata_ProcessingUnit this); 790 picodata_ProcessingUnit this = picodata_newProcessingUnit(mm, common, cbIn, local [all...] |
/frameworks/base/core/java/android/widget/ |
RadialTimePickerView.java | 5 * you may not use this file except in compliance with the License. 210 // snap to 24, while 38-41 should snap to 36. This is somewhat counter-intuitive, that you 211 // can be touching 36 degrees but have the selection snapped to 30 degrees; however, this 220 // How many input we expect for a specified output. This will be 14 for output divisible 228 // If this is the last input for the specified output, calculate the next output and 292 this(context, null); 296 this(context, attrs, R.attr.timePickerStyle); 300 this(context, attrs, defStyleAttr, 0); [all...] |
TextView.java | 5 * you may not use this file except in compliance with the License. 251 // TODO: How can we get this from the XML instead of hardcoding it here? 257 // TODO: How can we get this from the XML instead of hardcoding it here? 292 // New state used to change background based on whether this TextView is multiline. 321 /** Whether this view is temporarily detached from the parent view. */ 336 // (i.e. the first movement was to traverse out of this view, or this view was traversed into by 524 * extensively in the same layout. This mode indicates how the marquee 530 * When mMarqueeFadeMode is not MARQUEE_FADE_NORMAL, this stores 616 // could condition the creation of the Editor to a non standard value. This is howeve [all...] |
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
ScreenMagnifier.java | 5 * you may not use this file except in compliance with the License. 58 * This class handles the screen magnification when accessibility is enabled. 69 * viewport dragging mode until the finger goes up. One can think of this 86 * to pan the viewport. Note that in this mode the content is panned as 210 mWindowManager.setMagnificationCallbacks(this); 341 // if this is the current state since it uses ScaleGestureDetecotr 500 mScaleGestureDetector = new ScaleGestureDetector(context, this); 502 mGestureDetector = new GestureDetector(context, this); [all...] |
/frameworks/base/services/backup/java/com/android/server/backup/ |
BackupManagerService.java | 5 * you may not use this file except in compliance with the License. 235 // User confirmation timeout for a full backup/restore operation. It's this long in 251 boolean mEnabled; // access to this is synchronized on 'this' 286 // Activity Manager; use this lock object to signal when a requested binding has 317 // through to the proper code. This indirection lets us turn down the heavy 400 public int pmToken; // in post-install restore, the PM's token for this transaction 435 * Restore everything possible. This is the form that Setup Wizard or similar 451 * Restore some set of packages. Leave this one up to the caller to specify 612 // If we're running a schedule-driven full backup, this is the task instance doing i [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
ServiceStateTracker.java | 5 * you may not use this file except in compliance with the License. 88 // This is final as subclasses alias to a more specific type 94 // TODO - this should not be public, right now used externally GsmConnetion. 106 * expected responses in this pollingContext. 192 * GMT+0 when not in daylight savings time. This ignores some 255 * this method would invoke {@link SubscriptionManager#getActiveSubscriptionInfoList} 282 // changed to include subId. This will be done only once when upgrading from an 324 mUiccController.registerForIccChanged(this, EVENT_ICC_CHANGED, null); 325 mCi.setOnSignalStrengthUpdate(this, EVENT_SIGNAL_STRENGTH_UPDATE, null); 326 mCi.registerForCellInfoList(this, EVENT_UNSOL_CELL_INFO_LIST, null) [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DataConnection.java | 5 * you may not use this file except in compliance with the License. 74 * This a class for representing a single data connection, with instances of this 78 * A recent change is to move retry handling into this class, with that change the 432 mDcRetryAlarmController = new DcRetryAlarmController(mPhone, this); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tix.py | 34 raise ImportError, "This version of Tix.py requires Tk 4.0 or higher" 36 import _tkinter # If this fails your Python may not be configured for Tk namespace 72 # BEWARE - this is implemented by copying some code from the Widget class 77 # Could probably add this to Tkinter.Misc 85 This is a mixin class, assumed to be mixed to Tkinter.Tk 94 adds directory into this list. By using this 112 command returns a list describing the one named option (this list 116 to have the given value(s); in this case the command returns an 136 different calls from this application. This command will create [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tix.py | 34 raise ImportError, "This version of Tix.py requires Tk 4.0 or higher" 36 import _tkinter # If this fails your Python may not be configured for Tk namespace 72 # BEWARE - this is implemented by copying some code from the Widget class 77 # Could probably add this to Tkinter.Misc 85 This is a mixin class, assumed to be mixed to Tkinter.Tk 94 adds directory into this list. By using this 112 command returns a list describing the one named option (this list 116 to have the given value(s); in this case the command returns an 136 different calls from this application. This command will create [all...] |
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
CharsetMBCS.java | 52 * this type. They are sorted by offset. 65 * This is the MBCS part of the UConverterTable union (a runtime data structure). It keeps all the per-converter 138 * Remove bits from this mask as more options are recognized 139 * by all implementations that use this constant. 199 this(icuCanonicalName, javaCanonicalName, aliases, ICUResourceBundle.ICU_BUNDLE, null); 282 // agljport:add this would be unnecessary if extIndexes were memory mapped 317 /* forbid loading this same extension-only file */ 373 int state[]; // this works because java 2-D array is array of references and we can have state = 408 * base table's unicodeMask, which we copied in the memcpy above; this is necessary because the static data 667 * that includes reverse fallbacks (after updating this function's implementation) [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
Bidi.java | 11 * It could be advantageous to divide this into 3 concepts: 15 * This would allow combinations not possible today like RUNS_ONLY with 20 * This would need to document which ones are supported and what are the 43 * This is an implementation of the Unicode Bidirectional Algorithm. The 86 * Levels in this API represent embedding levels according to the Unicode 162 * This is (hypothetical) sample code that illustrates how the ICU Bidi API 164 * the graphics system, therefore this sample code must make a lot of 178 * and therefore its implementation omitted from this sample code.</li> 202 * this.limit = limit; 203 * this.style = style [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
DiagBigDecimal.java | [all...] |
/frameworks/base/services/core/java/com/android/server/hdmi/ |
HdmiControlService.java | 5 * you may not use this file except in compliance with the License. 296 // Last input port before switching to the MHL port. Should switch back to this port 393 mCecController = HdmiCecController.create(this); 403 mMhlController = HdmiMhlControllerStub.create(this); 410 mMessageValidator = new HdmiCecMessageValidator(this); 565 localDevice = HdmiCecLocalDevice.create(this, type); 734 * Returns {@link Looper} of main thread. Use this {@link Looper} instance [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
LauncherModel.java | 5 * you may not use this file except in compliance with the License. 90 // Specific runnable types that are run on the main thread deferred handler, this allows us to 109 // pages as this delays the rotation process. Instead, we wait for a callback from the first 111 // a normal load, we also clear this set of Runnables. 120 // other locks, this one can generally be held long-term because we never expect any of these 303 // For all intents and purposes, this is the same object 353 // Item is in a folder, make sure this folder exists 394 synchronized (this) { 433 // We store hotseat items in canonical form which is this orientation invariant position 466 // We store hotseat items in canonical form which is this orientation invariant positio [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherModel.java | 5 * you may not use this file except in compliance with the License. 125 // pages as this delays the rotation process. Instead, we wait for a callback from the first 127 // a normal load, we also clear this set of Runnables. 144 // other locks, this one can generally be held long-term because we never expect any of these 221 // This may be the same as MIGRATE_AUTHORITY, or it may be replaced by a different 308 // Mark this info as broken. 524 // Get the list of workspace screens. We need to append to this list and 531 // Short-circuit this logic if the icon exists somewhere on the workspace 669 // For all intents and purposes, this is the same object [all...] |
/packages/apps/Nfc/src/com/android/nfc/ |
NfcService.java | 5 * you may not use this file except in compliance with the License. 137 // goes off. This time is chosen large, because firmware download 175 // fields below are protected by this 184 // fields below are used in multiple threads and protected by synchronized(this) 194 // mState is protected by this, however it is only modified in onCreate() 208 SoundPool mSoundPool; // playback synchronized on this 312 sService = this; 316 mDeviceHost = new NativeNfcManager(mContext, this); 395 synchronized (this) { 406 synchronized (this) { [all...] |