/system/core/include/cutils/ |
qtaguid.h | 39 * For the given uid, switch counter sets. 40 * The kernel only keeps a limited number of sets.
|
/toolchain/binutils/binutils-2.25/ld/ |
ldctor.h | 49 /* The sets we have seen. */ 51 extern struct set_info *sets;
|
ldctor.c | 44 /* The sets we have seen. */ 45 struct set_info *sets; variable in typeref:struct:set_info 52 function will construct the sets. */ 65 for (p = sets; p != NULL; p = p->next) 72 p->next = sets; 73 sets = p; 195 been gathered. We now put the statements to build the sets 213 for (p = sets; p != NULL; p = p->next) 251 for (p = sets; p != NULL; p = p->next) 258 collect, and the sets may already have been built, so we d [all...] |
/external/boringssl/src/include/openssl/ |
bn.h | 181 /* BN_dup allocates a new BIGNUM and sets it equal to |src|. It returns the 185 /* BN_copy sets |dest| equal to |src| and returns |dest| or NULL on allocation 189 /* BN_clear sets |bn| to zero and erases the old data. */ 213 /* BN_zero sets |bn| to zero. */ 216 /* BN_one sets |bn| to one. It returns one on success or zero on allocation 220 /* BN_set_word sets |bn| to |value|. It returns one on success or zero on 224 /* BN_set_negative sets the sign of |bn|. */ 233 /* BN_set_flags sets |flags| on |bn|. */ 239 /* BN_bin2bn sets |*ret| to the value of |len| bytes from |in|, interpreted as 374 /* BN_add sets |r| = |a| + |b|, where |r| may be the same pointer as either |a [all...] |
/development/samples/Alarm/src/com/example/android/newalarm/ |
AlarmActivity.java | 76 // Sets the listener for the start button 82 // Sets the listener for the stop button 92 // Sets the callback for when the button is clicked 95 // Sets the time when the alarm will first go off 99 // Sets a repeating countdown timer that triggers AlarmService 119 // Sets the callback for when the button is clicked
|
/external/glide/library/src/main/java/com/bumptech/glide/ |
GlideBuilder.java | 41 * Sets the {@link com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool} implementation to use to store and 53 * Sets the {@link com.bumptech.glide.load.engine.cache.MemoryCache} implementation to store 65 * Sets the {@link com.bumptech.glide.load.engine.cache.DiskCache} implementation to use to store 77 * Sets the {@link java.util.concurrent.ExecutorService} implementation to use when retrieving 97 * Sets the {@link java.util.concurrent.ExecutorService} implementation to use when retrieving 117 * Sets the {@link com.bumptech.glide.load.DecodeFormat} that will be the default format for all the default
|
/external/icu/icu4c/source/test/intltest/ |
usettest.h | 172 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16, 176 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16, 179 void testSpanBothUTFs(const UnicodeSetWithStrings *sets[4], 183 void testSpanContents(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName); 184 void testSpanUTF16String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName); 185 void testSpanUTF8String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
|
/external/libnfc-nci/halimpl/pn54x/log/ |
phNxpLog.c | 44 * Description Sets the global log level for all modules. 72 * Description Sets the HAL layer log level. 101 * Description Sets the Extensions layer log level. 129 * Description Sets the Tml layer log level. 157 * Description Sets the FW download layer log level. 185 * Description Sets the NCI transaction layer log level.
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
IImsConfig.aidl | 50 * Sets the value for IMS service/capabilities parameters by the operator device 51 * management entity. It sets the config item value in the provisioned storage 61 * Sets the value for IMS service/capabilities parameters by the operator device 62 * management entity. It sets the config item value in the provisioned storage 84 * Sets the value for IMS feature item for specified network type. 114 * Sets the value for IMS feature item video quality.
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
ItemAlignmentFacet.java | 58 * Sets number of pixels to offset. Can be negative for alignment from the high edge, or 74 * Sets whether to include left/top padding for positive item offset, include 90 * Sets the offset percent for item alignment in addition to offset. E.g., 40 112 * Sets Id of which child view to be aligned. View.NO_ID refers to root view and should 130 * Sets Id of which child view take focus for alignment. When not set, it will use 169 * Sets definitions of alignment positions.
|
GuidedAction.java | 213 * Sets the ID associated with this action. The ID can be any value the client wishes; 223 * Sets the title for this action. The title is typically a short string indicating the 233 * Sets the title for this action. The title is typically a short string indicating the 243 * Sets the optional title text to edit. When TextView is activated, the edit title 253 * Sets the optional title text to edit. When TextView is activated, the edit title 264 * Sets the description for this action. The description is typically a longer string 274 * Sets the description for this action. The description is typically a longer string 284 * Sets the optional description text to edit. When TextView is activated, the edit 294 * Sets the optional description text to edit. When TextView is activated, the edit 305 * Sets the intent associated with this action. Clients would typically fire this inten [all...] |
/hardware/bsp/intel/peripheral/libupm/src/adafruitms1438/ |
adafruitms1438.h | 127 * Sets the PWM period. Note: this applies to all PWM channels. 129 * @param hz Sets the PWM period 171 * Sets the speed of a stepper in revolutions per minute (RPM) 179 * Sets the direction of a DC motor, clockwise or counterclockwise 187 * Sets the direction of a stepper motor, clockwise or counterclockwise 195 * Sets a stepper motor configuration
|
/packages/apps/Nfc/nci/jni/extns/pn54x/src/log/ |
phNxpLog.c | 44 * Description Sets the global log level for all modules. 72 * Description Sets the HAL layer log level. 103 * Description Sets the Extensions layer log level. 133 * Description Sets the TML layer log level. 163 * Description Sets the FW download layer log level. 193 * Description Sets the NCI transaction layer log level.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/network/ |
HttpUrlConnectionBuilder.java | 83 * Sets the URL that'll be used for the request. 98 * Sets the connect timeout. Defaults to {@value #DEFAULT_TIMEOUT_MILLIS} milliseconds. 113 * Sets the read timeout. Defaults to {@value #DEFAULT_TIMEOUT_MILLIS} milliseconds. 139 * Sets an authentication token. 150 * Sets the request to be executed such that the input is not buffered. 174 * Sets the request mode to be one of: upload-only, download-only or bidirectional.
|
/prebuilts/go/darwin-x86/src/cmd/vet/ |
bool.go | 52 // commutativeSets returns all side effect free sets of 59 // Partition the slice of expressions into commutative sets. 61 var sets [][]ast.Expr 65 sets = append(sets, exprs[i:j]) 71 return sets
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
bool.go | 52 // commutativeSets returns all side effect free sets of 59 // Partition the slice of expressions into commutative sets. 61 var sets [][]ast.Expr 65 sets = append(sets, exprs[i:j]) 71 return sets
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
armCOMM_s.h | 64 _32 SETS "ALIGN32" 65 _16 SETS "ALIGN16" 74 _CPU SETS OVERRIDECPU 76 _CPU SETS {CPU} 129 _Variant SETS "" 191 _Variant SETS "$var" 202 _Struct SETS "$sname" 227 _Struct SETS "" 494 _base SETS ("$a0":LEFT:(:LEN:"$a0"-1)):RIGHT:(:LEN:"$a0"-2) ;// remove [] 495 _offset SETS "$a1 [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
armCOMM_s.h | 64 _32 SETS "ALIGN32" 65 _16 SETS "ALIGN16" 74 _CPU SETS OVERRIDECPU 76 _CPU SETS {CPU} 129 _Variant SETS "" 194 _Variant SETS "$var" 205 _Struct SETS "$sname" 230 _Struct SETS "" 497 _base SETS ("$a0":LEFT:(:LEN:"$a0"-1)):RIGHT:(:LEN:"$a0"-2) ;// remove [] 498 _offset SETS "$a1 [all...] |
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
PhotoManager.java | 38 * The class sets the pool size and cache size based on the particular operation it's performing. 62 // Sets the size of the storage that's used to cache images 65 // Sets the amount of time an idle thread will wait for a task before terminating 68 // Sets the Time Unit to seconds 71 // Sets the initial threadpool size to 8 74 // Sets the maximum threadpool size to 8 112 // A static block that sets class fields 190 // Sets an PhotoView that's a weak reference to the 217 // If the download has started, sets background color to dark green 223 * If the download is complete, but the decode is waiting, sets th [all...] |
PhotoDownloadRunnable.java | 38 // Sets the size for each read action (bytes) 41 // Sets a tag for this class 63 * Sets the Thread that this instance is running on 75 * Sets the current contents of the download buffer 157 // Sets the user agent to report to the server 228 * The read isn't finished. This sets the 255 * Sets a new size that can contain the existing 362 * Sets the status message in the PhotoTask instance. This sets the 388 // Sets the reference to the current Thread to null, releasing its storag [all...] |
/external/opencv3/modules/video/include/opencv2/video/ |
background_segm.hpp | 96 /** @brief Sets the number of last frames that affect the background model 103 /** @brief Sets the number of gaussian components in the background model. 116 /** @brief Sets the "background ratio" parameter of the algorithm 126 /** @brief Sets the variance threshold for the pixel-model match 139 /** @brief Sets the variance threshold for the pixel-model match used for new mixture component generation 146 /** @brief Sets the initial variance of each gaussian component 163 /** @brief Sets the complexity reduction threshold 183 /** @brief Sets the shadow value 195 /** @brief Sets the shadow threshold 224 /** @brief Sets the number of last frames that affect the background mode [all...] |
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/ |
Bmgr.java | 390 String arg = nextArg(); // sets, transports, packages set# 404 if ("sets".equals(arg)) { 441 System.out.println("Unable to request restore sets"); 444 printRestoreSets(observer.sets); 452 private void printRestoreSets(RestoreSet[] sets) { 453 if (sets == null || sets.length == 0) { 454 System.out.println("No restore sets"); 457 for (RestoreSet s : sets) { 464 RestoreSet[] sets = null field in class:Bmgr.RestoreObserver 568 RestoreSet[] sets = null; local [all...] |
/frameworks/base/core/java/android/print/ |
PrintJobInfo.java | 267 * Sets the unique print job id. 287 * Sets the human readable job label. 307 * Sets the unique target printer id. 329 * Sets the name of the target printer. 357 * Sets the current job state. 368 * Sets the progress of the print job. 381 * Sets the status of the print job. 395 * Sets the status of the print job. 410 * Sets the owning application id. 421 * Sets the owning application id [all...] |
/frameworks/base/location/java/android/location/ |
GpsClock.java | 77 * Sets all contents to the values stored in the provided object. 107 * Sets the type of time reported. 149 * Sets the leap second associated with the clock's time. 186 * Sets the GPS receiver internal clock in nanoseconds. 210 * Sets the clock's Time Uncertainty (1-Sigma) in nanoseconds. 251 * Sets the full bias in nanoseconds. 284 * Sets the sub-nanosecond bias. 316 * Sets the clock's Bias Uncertainty (1-Sigma) in nanoseconds. 350 * Sets the clock's Drift in nanoseconds per second. 382 * Sets the clock's Drift Uncertainty (1-Sigma) in nanoseconds per second [all...] |
/frameworks/opt/net/voip/src/java/android/net/sip/ |
SipProfile.java | 158 * Sets the username used for authentication. 169 * Sets the name of the profile. This name is given by user. 180 * Sets the password of the SIP account 191 * Sets the port number of the server. By default, it is 5060. 206 * Sets the protocol used to connect to the SIP server. Currently, 228 * Sets the outbound proxy of the SIP server. 239 * Sets the display name of the user. 250 * Sets the send keep-alive flag. 263 * Sets the auto. registration flag. 482 * Sets the calling process's Uid in the sip service [all...] |