HomeSort by relevance Sort by last modified time
    Searched full:used (Results 2526 - 2550 of 64207) sorted by null

<<101102103104105106107108109110>>

  /external/chromium_org/sandbox/win/src/sidestep/
mini_disassembler_types.h 5 // Several simple types used by the disassembler and some of the patching
15 // This opcode is not used
61 AM_NOT_USED = 0, // This operand is not used for this instruction
82 AM_REGISTER = 0x00140000, // Specific register is always used as this op
83 AM_IMPLICIT = 0x00150000, // An implicit, fixed value is used
159 // In most cases, all of these are zeroed-out. Only used if
180 // Information about each entry in table used to decode ModR/M byte.
  /external/chromium_org/third_party/WebKit/public/web/
WebPasswordFormData.h 15 * contributors may be used to endorse or promote products derived from
49 // The action target of the form. This is the primary data used by the
63 // The signon_realm is effectively the primary key used for retrieving
68 // data used by the PasswordManager to decide (in longest matching prefix
73 // The name of the submit button used. Optional; only used in scoring
92 // username, the extra are placed here. Used for autofill in cases where
  /external/chromium_org/third_party/freetype/include/freetype/
ftsnames.h 5 /* Simple interface to access SFNT name tables (which are used */
8 /* This is _not_ used to retrieve glyph names! */
13 /* This file is part of the FreeType project, and may only be used, */
56 /* The definitions below are used to access them if available. */
69 /* A structure used to model an SFNT `name' table entry. */
169 * A constant used as the tag of @FT_Parameter structures to make
184 * A constant used as the tag of @FT_Parameter structures to make
  /external/chromium_org/third_party/icu/source/common/unicode/
ucnv_cb.h 30 * The error codes used here are in/out parameters, which should be passed
72 * ONLY used by FromU callback functions.
93 * ONLY used by FromU callback functions.
98 * @param offsetIndex the relative offset index from the current source pointer to be used
111 * ONLY used by fromU callback functions.
129 * ONLY used by ToU callback functions.
148 * ONLY used by ToU callback functions.
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/drm/
i915_drm_batchbuffer.c 165 unsigned used; local
171 used = batch->base.ptr - batch->base.map;
172 if (used & 4) {
175 used += 4;
179 ret = drm_intel_bo_subdata(batch->bo, 0, used, batch->base.map);
181 ret = drm_intel_bo_exec(batch->bo, used, NULL, 0, 0);
193 fwrite(batch->base.map, used, 1, file);
  /external/chromium_org/third_party/sqlite/src/src/
status.c 136 ** Return an approximation for the amount of memory currently used
158 ** *pCurrent gets an accurate estimate of the amount of memory used
163 int i; /* Used to iterate through schemas */
164 int nByte = 0; /* Used to accumulate return value */
201 ** *pCurrent gets an accurate estimate of the amount of memory used
206 struct Vdbe *pVdbe; /* Used to iterate through VMs */
207 int nByte = 0; /* Used to accumulate return value */
  /external/chromium_org/tools/memory_watcher/
mini_disassembler_types.h 6 * Several simple types used by the disassembler and some of the patching
17 // This opcode is not used
63 AM_NOT_USED = 0, // This operand is not used for this instruction
84 AM_REGISTER = 0x00140000, // Specific register is always used as this op
85 AM_IMPLICIT = 0x00150000, // An implicit, fixed value is used
161 // In most cases, all of these are zeroed-out. Only used if
182 // Information about each entry in table used to decode ModR/M byte.
  /external/chromium_org/tools/traceline/traceline/sidestep/
mini_disassembler_types.h 5 // Several simple types used by the disassembler and some of the patching
15 // This opcode is not used
61 AM_NOT_USED = 0, // This operand is not used for this instruction
82 AM_REGISTER = 0x00140000, // Specific register is always used as this op
83 AM_IMPLICIT = 0x00150000, // An implicit, fixed value is used
159 // In most cases, all of these are zeroed-out. Only used if
180 // Information about each entry in table used to decode ModR/M byte.
  /external/chromium_org/v8/src/
log-utils.h 13 // contributors may be used to endorse or promote products derived
54 // When a temporary file is used for the log, returns its stream descriptor,
63 // Size of buffer used for formatting log messages.
66 // This mode is only used in tests, as temporary files are automatically
139 // When logging is active output_handle_ is used to store a pointer to log
143 // mutex_ is a Mutex used for enforcing exclusive
147 // Buffer used for formatting log messages. This is a singleton buffer and
  /external/clang/include/clang/Basic/
DiagnosticCommentKinds.td 72 "'%select{\\|@}0param' command used in a comment that is not attached to "
78 "command should be used in a comment attached to "
85 "command should not be used in a comment attached to a "
92 "command should not be used in a comment attached to a non-container declaration">,
112 "'%select{\\|@}0tparam' command used in a comment that is not attached to "
133 "'%select{\\|@}0%1' command used in a comment that is not attached to "
138 "'%select{\\|@}0%1' command used in a comment that is attached to a "
  /external/clang/include/clang/Lex/
PTHManager.h 42 /// Alloc - Allocator used for IdentifierInfo objects.
49 /// FileLookup - Abstract data structure used for mapping between files
59 /// persistent IDs. This is used by get().
74 /// if the file (if any) that was to used to generate the PTH cache.
87 /// getSpellingAtPTHOffset - Used by PTHLexer classes to get the cached
91 /// GetIdentifierInfo - Used to reconstruct IdentifierInfo objects from the
108 /// file name that was used to generate the PTH cache.
  /external/eigen/unsupported/doc/
Doxyfile.in 1 # This file describes the settings to be used by the documentation system
15 # This tag specifies the encoding used for all characters in the config file
16 # that follow. The default is UTF-8 which is also the encoding used for all
28 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
30 # if some version control system is used.
35 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
38 # where doxygen was started. If left blank the current directory will be used.
51 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
79 # that is used to form the text in various listings. Each string
82 # used as the annotated text. Otherwise, the brief description is used as-is
    [all...]
  /external/freetype/include/freetype/
ftsnames.h 5 /* Simple interface to access SFNT name tables (which are used */
8 /* This is _not_ used to retrieve glyph names! */
13 /* This file is part of the FreeType project, and may only be used, */
56 /* The definitions below are used to access them if available. */
69 /* A structure used to model an SFNT `name' table entry. */
169 * A constant used as the tag of @FT_Parameter structures to make
184 * A constant used as the tag of @FT_Parameter structures to make
  /external/icu4c/common/unicode/
ucnv_cb.h 30 * The error codes used here are in/out parameters, which should be passed
72 * ONLY used by FromU callback functions.
93 * ONLY used by FromU callback functions.
98 * @param offsetIndex the relative offset index from the current source pointer to be used
111 * ONLY used by fromU callback functions.
129 * ONLY used by ToU callback functions.
148 * ONLY used by ToU callback functions.
  /external/jpeg/
coderules.doc 65 which is used like this:
72 A similar solution is used for forward and external function declarations
86 The JPEG library is intended to be used within larger programs. Furthermore,
87 we want it to be reentrant so that it can be used by applications that process
101 3. Don't use global variables; anything that must be used in another module
116 modules that are used in cjpeg/djpeg but are not part of the JPEG library
117 proper. Those modules are not really intended to be used in other
  /external/kernel-headers/original/asm-arm/
user.h 17 is currently not used by gdb, but it may come in useful at some point.
50 this will be used by gdb to figure out where the data and stack segments
57 int u_fpvalid; /* True if math co-processor being used. */
58 /* for this mess. Not yet used. */
69 int reserved; /* No longer used */
70 struct pt_regs * u_ar0; /* Used by gdb to help find the values for */
76 struct user_fp_struct * u_fp0;/* Used by gdb to help find the values for */
  /external/kernel-headers/original/asm-x86/
user_32.h 16 is currently not used by gdb, but it may come in useful at some point.
73 * is still the layout used by user mode (the new
88 this will be used by gdb to figure out where the data and stack segments
95 int u_fpvalid; /* True if math co-processor being used. */
96 /* for this mess. Not yet used. */
108 int reserved; /* No longer used */
109 struct user_pt_regs * u_ar0; /* Used by gdb to help find the values for */
  /external/llvm/include/llvm/Analysis/
ProfileDataLoader.h 10 // The ProfileDataLoader class is used to load profiling data from a dump file.
11 // The ProfileDataT<FType, BType> class is used to store the mapping of this
36 /// \brief The ProfileDataT<FType, BType> class is used to store the mapping of
95 /// The ProfileDataLoader class is used to load raw profiling data from the
102 /// A vector of the command line arguments used when the target program was
115 /// A special value used to represent the weight of an edge which has not
123 /// getExecution - Return the command line parameters used to generate the
  /external/llvm/include/llvm/IR/
CallingConv.h 47 // GHC - Calling convention used by the Glasgow Haskell Compiler (GHC).
50 // HiPE - Calling convention used by the High-Performance Erlang Compiler
58 /// X86_StdCall - stdcall is the calling conventions mostly used by the
70 /// but still used on some targets).
80 /// MSP430_INTR - Calling convention used for MSP430 interrupt routines.
118 /// System V ABI, used on most non-Windows systems.
123 /// in a number of ways, most notably in that XMM registers used to pass
  /external/llvm/include/llvm/Target/
TargetJITInfo.h 10 // This file exposes an abstract interface used by the Just-In-Time code
39 /// overwriting OLD with a branch to NEW. This is used for self-modifying
79 /// LazyResolverFn - This typedef is used to represent the function that
85 /// JITCompilerFn - This typedef is used to represent the JIT function that
92 /// getLazyResolverFunction - This method is used to initialize the JIT,
93 /// giving the target the function that should be used to compile a
94 /// function, and giving the JIT the target function used to do the lazy
  /external/mesa3d/src/gallium/winsys/i915/drm/
i915_drm_batchbuffer.c 165 unsigned used; local
171 used = batch->base.ptr - batch->base.map;
172 if (used & 4) {
175 used += 4;
179 ret = drm_intel_bo_subdata(batch->bo, 0, used, batch->base.map);
181 ret = drm_intel_bo_exec(batch->bo, used, NULL, 0, 0);
193 fwrite(batch->base.map, used, 1, file);
  /external/proguard/src/proguard/shrink/
UsageMarker.java 39 * elements that are being used.
61 // A visitor info flag to indicate the ProgramMember object is being used,
62 // if its Clazz can be determined as being used as well.
64 // A visitor info flag to indicate the visitor accepter is being used.
65 private static final Object USED = new Object();
120 // Process all class members that have already been marked as possibly used.
136 // if this class is being used, all of its methods will be used as
166 * This ClassVisitor marks ProgramClass objects as possibly used,
226 // Note that, if the method has been marked as possibly used,
    [all...]
  /external/qemu/distrib/jpeg-6b/
coderules.doc 65 which is used like this:
72 A similar solution is used for forward and external function declarations
86 The JPEG library is intended to be used within larger programs. Furthermore,
87 we want it to be reentrant so that it can be used by applications that process
101 3. Don't use global variables; anything that must be used in another module
116 modules that are used in cjpeg/djpeg but are not part of the JPEG library
117 proper. Those modules are not really intended to be used in other
  /external/smack/src/org/jivesoftware/smack/packet/
Authentication.java 26 * Authentication packet, which can be used to login to a XMPP server as well
90 * digest and password are set, digest authentication will be used. If
91 * only one value is set, the respective authentication mode will be used.
104 * authentication will be used. If only one value is set, the respective
105 * authentication mode will be used.
119 * If the digest and password are set, digest authentication will be used.
120 * If only one value is set, the respective authentication mode will be used.
  /external/srtp/crypto/include/
crypto_types.h 27 * contributors may be used to endorse or promote products derived
57 * (UST) must be used in conjunction with a cipher other than the null
80 * crypto_types.h) should be used.
102 * AES-128 ICM is the variant of counter mode that is used by Secure RTP.
118 * AES-128 ICM is the variant of counter mode that is used by Secure RTP.
145 * file crypto_types.h) should be used.
169 * UST. This function must be used in conjunction with a cipher other

Completed in 1597 milliseconds

<<101102103104105106107108109110>>