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

<<101102103104105106107108109110>>

  /external/chromium_org/third_party/icu/source/common/
cmemory.c 35 * Used to prevent changing out the heap functions after allocations have been made */
118 * Used by u_SetMutexFunctions() and similar to verify that ICU has not
119 * been used, that it is in a pristine initial state.
uarrsort.h 10 * tab size: 8 (not used)
51 * @param cmp UComparator function used to compare two items each.
53 * @param sortStable If true, a stable sorting algorithm must be used.
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
audiotrackrenderer.h 13 * 3. The name of the author may not be used to endorse or promote products
36 // Class used for AudioTrack to get the ID of WebRtc voice channel that
42 // This implementation only supports one channel, and it is only used by
  /external/chromium_org/third_party/libjingle/source/talk/base/
constructormagic.h 13 * 3. The name of the author may not be used to endorse or promote products
35 // This should be used in the private: declarations for a class
47 // This should be used in the private: declarations for a class
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcexport.h 13 * 3. The name of the author may not be used to endorse or promote products
49 // non dll-interface class 'Bar' used as base for dll-interface class 'Foo'.
50 // Note that this is intended to be used only when no access to the base class'
  /external/chromium_org/third_party/libxslt/libxslt/
xsltconfig.h 42 * extra version information, used to show a CVS compilation
142 * This macro is used to flag unused function parameters to GCC
158 * This macro is used to declare PUBLIC variables for Cygwin and for MSC on Windows
  /external/chromium_org/third_party/libxslt/linux/libxslt/
xsltconfig.h 42 * extra version information, used to show a CVS compilation
129 * This macro is used to flag unused function parameters to GCC
145 * This macro is used to declare PUBLIC variables for Cygwin and for MSC on Windows
  /external/chromium_org/third_party/mesa/src/docs/
MESA_copy_sub_buffer.spec 34 used to quickly repaint 3D windows in response to expose events
63 may be used to copy a rectangular region of the back color buffer to
64 the front color buffer. This can be used to quickly repaint 3D windows
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
context.rst 46 * ``set_constant_buffer`` sets a constant buffer to be used for a given shader
47 type. index is used to indicate which buffer to set (some apis may allow
66 which are used as comparison values in stencil test.
74 be set since they will not be used. Note that scissor xmin and ymin are
98 level used for sampling from the resource is effectively the fifth).
102 to the array index which is used for sampling.
136 ``last_element`` specify the range within the buffer that will be used
148 shader indicates index 2, the 5th layer of the resource will be used). These
149 first_layer and last_layer parameters will only be used for 1d array, 2d array,
178 The stream output target can be used in a draw command to provid
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/cso/
velems.rst 31 of ``(x, 0, 0, 1)``, and so only the first component of those inputs is used.
52 The instance data rate divisor, used for instancing.
53 0 means this is per-vertex data, n means per-instance data used for
  /external/chromium_org/third_party/pexpect/
README 10 Pexpect can be used for automating interactive applications such as ssh, ftp,
11 passwd, telnet, etc. It can be used to a automate setup scripts for duplicating
12 software package installations on different servers. It can be used for
  /external/chromium_org/third_party/skia/include/lazy/
SkLruImageCache.h 35 * Set the byte limit on cached pixels. If more bytes are used than this, the cache will free
56 // Linked list of recently used. Head is the most recently used, and tail is the least.
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayType.h 97 SkType_LineTo, // used as part of path construction
114 SkType_Point, // used inside other structures, no vtable
115 SkType_DrawPoint, // used to draw points, has a vtable
  /external/chromium_org/third_party/sqlite/src/test/
manydb.test 54 unset -nocomplain used
58 if {[info exists used($name)]} continue
60 set used($name) $i
  /external/chromium_org/tools/android/forwarder2/
common.h 5 // Common helper functions/classes used both in the host and device forwarder.
20 // used in cleanup code, after an error occurred, and it is very easy to pass an
48 // useful in signal handlers where base::StringPrintf() can't be used safely
  /external/chromium_org/tools/memory_watcher/
memory_watcher.h 9 // then be used to see what memory is in use.
76 // a stack track. Used to avoid recursive tracking.
88 // An optional name that appears in the log file name (used to differentiate
  /external/chromium_org/ui/base/accessibility/
accessible_view_state.h 59 // An optional callback that can be used by accessibility clients to
61 // setting the value makes sense, like a text box. Not often used by
62 // screen readers, but often used by automation software to script
  /external/chromium_org/ui/message_center/cocoa/
popup_controller.h 42 // The frame of the popup before any swipe animation started. Used to
53 // Used to play animation when the popup shows, changes bounds and closes.
56 // Used to track the popup for mouse entered and exited events.
  /external/chromium_org/ui/views/controls/
glow_hover_controller.h 22 // GlowHoverController is responsible for drawing a hover effect as is used by
40 // Sets the AnimationContainer used by the animation.
64 // |mask_image| is used to determine what parts of the canvas to draw on.
  /external/chromium_org/v8/src/
hydrogen-mark-deoptimize.h 13 // contributors may be used to endorse or promote products derived
40 // has this flag set. The flag is used by HChange tagged->double, which must
53 // Preallocated worklist used as an optimization so we don't have
  /external/clang/docs/
doxygen.cfg.in 3 # This file describes the settings to be used by the documentation system
22 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
24 # if some version control system is used.
28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
31 # where doxygen was started. If left blank the current directory will be used.
44 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
56 # This tag can be used to specify the encoding used in the generated output.
81 # that is used to form the text in various listings. Each string
84 # used as the annotated text. Otherwise, the brief description is used as-is.
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 58 /// expected type of the returned value. This is used if the value is
84 /// used to query and manipulate MemRegion objects.
112 /// ArrayToPointer - Used by ExprEngine::VistCast to handle implicit
139 /// castRegion - Used by ExprEngine::VisitCast to handle casts from
169 /// \param[in] E The current statement being evaluated. Used to conjure
171 /// \param[in] Count The current block count. Used to conjure
173 /// \param[in] Call The call expression which will be used to determine which
176 /// accessible. Pass \c NULL if this information will not be used.
181 /// information will not be used.
184 /// information will not be used
    [all...]
  /external/clang/test/Lexer/
header.cpp 12 // CHECK: {{.*}}bad-header-guard.h:1:9: warning: 'bad_header_guard' is used as a header guard here, followed by #define of a different macro
22 // CHECK: {{.*}}bad-header-guard-defined.h:1:2: warning: 'foo' is used as a header guard here, followed by #define of a different macro
35 // CHECK: {{.*}}multiple.h:1:9: warning: 'multiple' is used as a header guard here, followed by #define of a different macro
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_test_utils.h 28 # define USED
31 # define USED __attribute__((used))
  /external/compiler-rt/make/platform/
darwin_fat.mk 5 # Configs - The names of each configuration to build; this is used to build
12 # support (e.g., on Darwin). This should only be used to build fat
18 # architecture and is used to find the appropriate function

Completed in 1760 milliseconds

<<101102103104105106107108109110>>