| /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/ |
| pb_validate.c | 58 unsigned used; member in struct:pb_validate 80 if(vl->used && vl->entries[vl->used - 1].buf == buf) { 81 vl->entries[vl->used - 1].flags |= flags; 86 if(vl->used == vl->size) { 106 assert(!vl->entries[vl->used].buf); 107 pb_reference(&vl->entries[vl->used].buf, buf); 108 vl->entries[vl->used].flags = flags; 109 ++vl->used; 121 for(i = 0; i < vl->used; ++i) [all...] |
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
| AMDILRegisterInfo.td | 44 // All registers between 1000 and 1024 are reserved and cannot be used 46 // r1021-r1025 are used to dynamically calculate the local/group/thread/region/region_local ID's 47 // r1020 is used to hold the frame index for local arrays 48 // r1019 is used to hold the dynamic stack allocation pointer 49 // r1018 is used as a temporary register for handwritten code 50 // r1017 is used as a temporary register for handwritten code 51 // r1016 is used as a temporary register for load/store code 52 // r1015 is used as a temporary register for data segment offset 53 // r1014 is used as a temporary register for store code 54 // r1013 is used as the section data pointer registe [all...] |
| /external/icu4c/i18n/unicode/ |
| tztrans.h | 38 * @param from The time zone rule used before the transition. 39 * @param to The time zone rule used after the transition. 111 * Returns the rule used before the transition. 112 * @return The time zone rule used after the transition. 118 * Sets the rule used before the transition. The caller remains 120 * @param from The time zone rule used before the transition. 126 * Adopts the rule used before the transition. The caller must 128 * @param from The time zone rule used before the transition. 134 * Sets the rule used after the transition. The caller remains 136 * @param to The time zone rule used after the transition [all...] |
| /external/llvm/lib/Target/R600/ |
| AMDILRegisterInfo.td | 44 // All registers between 1000 and 1024 are reserved and cannot be used 46 // r1021-r1025 are used to dynamically calculate the local/group/thread/region/region_local ID's 47 // r1020 is used to hold the frame index for local arrays 48 // r1019 is used to hold the dynamic stack allocation pointer 49 // r1018 is used as a temporary register for handwritten code 50 // r1017 is used as a temporary register for handwritten code 51 // r1016 is used as a temporary register for load/store code 52 // r1015 is used as a temporary register for data segment offset 53 // r1014 is used as a temporary register for store code 54 // r1013 is used as the section data pointer registe [all...] |
| /external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
| pb_validate.c | 58 unsigned used; member in struct:pb_validate 80 if(vl->used && vl->entries[vl->used - 1].buf == buf) { 81 vl->entries[vl->used - 1].flags |= flags; 86 if(vl->used == vl->size) { 106 assert(!vl->entries[vl->used].buf); 107 pb_reference(&vl->entries[vl->used].buf, buf); 108 vl->entries[vl->used].flags = flags; 109 ++vl->used; 121 for(i = 0; i < vl->used; ++i) [all...] |
| /external/mesa3d/src/gallium/drivers/radeon/ |
| AMDILRegisterInfo.td | 44 // All registers between 1000 and 1024 are reserved and cannot be used 46 // r1021-r1025 are used to dynamically calculate the local/group/thread/region/region_local ID's 47 // r1020 is used to hold the frame index for local arrays 48 // r1019 is used to hold the dynamic stack allocation pointer 49 // r1018 is used as a temporary register for handwritten code 50 // r1017 is used as a temporary register for handwritten code 51 // r1016 is used as a temporary register for load/store code 52 // r1015 is used as a temporary register for data segment offset 53 // r1014 is used as a temporary register for store code 54 // r1013 is used as the section data pointer registe [all...] |
| /external/speex/libspeex/ |
| modes.h | 19 contributors may be used to endorse or promote products derived from 49 /* Used internally, NOT TO BE USED in applications */ 50 /** Used internally*/ 52 /** Used internally*/ 54 /** Used internally*/ 56 /** Used internally*/ 58 /** Used internally*/ 60 /** Used internally*/ 63 /** Used internally* [all...] |
| /external/chromium/chrome/browser/ui/cocoa/content_settings/ |
| cookie_details.h | 20 // Represents grouping of cookie data, used in the cookie tree. 23 // Detailed information about a cookie, used both in the cookie 27 // Detailed information about a web database used for 31 // Detailed information about local storage used for 35 // Detailed information about an appcache used for display in the 39 // Detailed information about an IndexedDB used for display in the 43 // Detailed information about a web database used for display 47 // Detailed information about local storage used for display 51 // Detailed information about app caches used for display 67 // Used for type kCocoaCookieDetailsTypeCookie to indicate whethe [all...] |
| /external/chromium_org/chrome/browser/ui/cocoa/content_settings/ |
| cookie_details.h | 22 // Represents grouping of cookie data, used in the cookie tree. 25 // Detailed information about a cookie, used both in the cookie 29 // Detailed information about a web database used for 33 // Detailed information about local storage used for 37 // Detailed information about an appcache used for display in the 41 // Detailed information about an IndexedDB used for display in the 45 // Detailed information about a web database used for display 49 // Detailed information about local storage used for display 53 // Detailed information about app caches used for display 69 // Used for type kCocoaCookieDetailsTypeCookie to indicate whethe [all...] |
| /external/wpa_supplicant_8/wpa_supplicant/ |
| config_ssid.h | 56 * This pointer can be used to iterate over all networks. The head of 64 * This pointer can be used to iterate over all networks in the same 73 * This identifier is used as a unique identifier for each network 84 * of the networks are more desirable, this field can be used to change 94 * they try the networks in the order that used in the configuration 103 * used to select which network will be used. If set to %NULL (or 104 * ssid_len=0), any SSID can be used. For wired interfaces, this must 120 * If set, this network block is used only when associating with the AP 198 * scan_ssid can be used to scan for APs using hidden SSIDs [all...] |
| /external/chromium/chrome/browser/instant/ |
| promo_counter.h | 17 // PromoCounter is used to track whether a promo should be shown. The promo is 21 // Creates a new PromoCounter. |pref_key| is used to store prefs related to 22 // the promo. |histogram_key| is the key used to store histograms related to 23 // the promo. See the .cc file for the exact prefs and histogram values used. 33 // Registers the preferences used by PromoCounter. 59 // Base key used for histograms.
|
| /external/chromium_org/content/renderer/media/ |
| video_destination_handler.h | 22 // Interface used by the effects pepper plugin to output the processed frame 33 // PpFrameWriter implements cricket::VideoCapturer so that it can be used in 35 // FrameWriterInterface, which will be used by the effects pepper plugin to 62 // |lock_| is used to protect |started_| which will be accessed from different 77 // RenderThreadImpl::current() will be used. 79 // used to look up the media stream.
|
| /external/chromium_org/google_apis/gaia/ |
| gaia_constants.cc | 15 // Service name for Gaia. Used to convert to cookie auth. 17 // Service name for Picasa API. API is used to get user's image. 46 // Used to mint uber auth tokens when needed. 54 // Used to construct a channel ID for push messaging. 57 // Used to build ClientOAuth requests. These are the names of keys used when
|
| /external/chromium_org/net/disk_cache/simple/ |
| simple_entry_operation.h | 104 // Used in open and create operations. 107 // Used in write and read operations. 112 // Used in open and create operations. 114 // Used in write and read operations. 116 // Used only in write operations. 119 // Used only in SimpleCache.ReadIsParallelizable histogram.
|
| /external/chromium_org/remoting/host/ |
| basic_desktop_environment.h | 18 // Used to create audio/video capturers and event executor that work with 57 // Used to run input-related tasks. 60 // Used to run UI code. 66 // Used to create |BasicDesktopEnvironment| instances. 96 // Used to run input-related tasks. 99 // Used to run UI code.
|
| /external/dropbear/libtommath/ |
| bn_s_mp_mul_digs.c | 32 MIN (a->used, b->used) < 40 t.used = digs; 43 pa = a->used; 49 pb = MIN (b->used, digs - ix); 52 /* copy of the digit from a used within the nested loop */
|
| bn_s_mp_sub.c | 25 min = b->used; 26 max = a->used; 34 olduse = c->used; 35 c->used = max; 75 /* clear digits above used (since we may not have grown result above) */ 76 for (i = c->used; i < olduse; i++) {
|
| /external/iptables/extensions/ |
| libxt_policy.man | 1 This modules matches the policy used by IPsec for handling a packet. 4 Used to select whether to match the policy used for decapsulation or the 5 policy that will be used for encapsulation. 25 used per element. 52 Start the next element in the policy specification. Can only be used with
|
| /external/qemu/android/avd/ |
| keys.h | 22 /* -- Keys used in avd/name.ini -- */ 34 /* -- Keys used in config.ini -- */ 36 /* the prefix of config.ini keys that will be used for search directories 46 /* the config.ini key that will be used to indicate the full relative 51 /* the config.ini key that will be used to indicate the default skin's name. 62 /* the config.ini key that is used to indicate the absolute path
|
| /external/qemu/distrib/sdl-1.2.15/docs/man3/ |
| SDL_AudioSpec.3 | 46 The \fBSDL_AudioSpec\fR structure is used to describe the format of some audio data\&. This structure is used by \fI\fBSDL_OpenAudio\fP\fR and \fI\fBSDL_LoadWAV\fP\fR\&. While all fields are used by \fBSDL_OpenAudio\fP only \fBfreq\fR, \fBformat\fR, \fBsamples\fR and \fBchannels\fR are used by \fBSDL_LoadWAV\fP\&. We will detail these common members here\&. 66 When used with \fI\fBSDL_OpenAudio\fP\fR this refers to the size of the audio buffer in samples\&. A sample a chunk of audio data of the size specified in \fBformat\fR mulitplied by the number of channels\&. When the \fBSDL_AudioSpec\fR is used with \fI\fBSDL_LoadWAV\fP\fR \fBsamples\fR is set to 4096\&.
|
| /packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
| UIProviderValidator.java | 35 * Validates and returns the projection that can be used for an account query. 42 * Validates and returns the projection that can be used for a folder query. 49 * Validates and returns the projection that can be used for a account cookie query. 56 * Validates and returns the projection that can be used for a conversation query. 63 * Validates and returns the projection that can be used for a message query. 70 * Validates and returns the projection that can be used for a attachment query.
|
| /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/ |
| c-common.def | 2 additional tree codes used in the GNU C compiler (see tree.def 25 /* Tree nodes used in the C frontend. These are also shared with the 28 /* A C_MAYBE_CONST_EXPR, currently only used for C and Objective C, 31 before the main expression. It is used during parsing and removed 35 expression may be used in an unevaluated part of an integer 43 /* An EXCESS_PRECISION_EXPR, currently only used for C and Objective
|
| /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/ |
| c-common.def | 2 additional tree codes used in the GNU C compiler (see tree.def 25 /* Tree nodes used in the C frontend. These are also shared with the 28 /* A C_MAYBE_CONST_EXPR, currently only used for C and Objective C, 31 before the main expression. It is used during parsing and removed 35 expression may be used in an unevaluated part of an integer 43 /* An EXCESS_PRECISION_EXPR, currently only used for C and Objective
|
| /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/ |
| c-common.def | 2 additional tree codes used in the GNU C compiler (see tree.def 25 /* Tree nodes used in the C frontend. These are also shared with the 28 /* A C_MAYBE_CONST_EXPR, currently only used for C and Objective C, 31 before the main expression. It is used during parsing and removed 35 expression may be used in an unevaluated part of an integer 43 /* An EXCESS_PRECISION_EXPR, currently only used for C and Objective
|
| /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/ |
| c-common.def | 2 additional tree codes used in the GNU C compiler (see tree.def 25 /* Tree nodes used in the C frontend. These are also shared with the 28 /* A C_MAYBE_CONST_EXPR, currently only used for C and Objective C, 31 before the main expression. It is used during parsing and removed 35 expression may be used in an unevaluated part of an integer 43 /* An EXCESS_PRECISION_EXPR, currently only used for C and Objective
|