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

<<81828384858687888990>>

  /external/chromium_org/third_party/icu/source/tools/genren/
README 2 The genren.pl script is used to generate source/common/unicode/urename.h header file, which is needed for renaming the ICU exported names.
4 This script is intended to be used on Linux, although it should work on any platform that has Perl and nm command. Makefile may need to be updated, it's not 100% portable.
  /external/chromium_org/third_party/leveldatabase/
README.chromium 10 Alternative to SQLite used as the backend for IndexedDB and internally by the
16 implementations of primitives used by leveldb. E.g. threading, file handling,
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
AudioSource.java 13 * 3. The name of the author may not be used to endorse or promote products
31 * Java wrapper for a C++ AudioSourceInterface. Used as the source for one or
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediaconstraintsinterface.h 13 * 3. The name of the author may not be used to endorse or promote products
31 // used in WebRTC: http://dev.w3.org/2011/webrtc/editor/webrtc.html#constraints.
42 // Interface used for passing arguments about media constraints
64 // Constraint keys used by a local video source.
75 // Constraint keys used by a local audio source.
103 // Temporary pseudo-constraints used to enable DTLS-SRTP
105 // Temporary pseudo-constraints used to enable DataChannels
115 // Used by a local audio source.
  /external/chromium_org/third_party/libxml/linux/include/libxml/
xmlversion.h 51 * extra version information, used to show a CVS compilation
380 * the string suffix used by dynamic modules (usually shared libraries)
402 * Macro used to signal to GCC unused function parameters
412 * Macro used to indicate to GCC this is an allocator function
428 * Macro used to indicate to GCC the parameter are printf like
445 * Macro used to signal to GCC unused function parameters
451 * Macro used to indicate to GCC this is an allocator function
457 * Macro used to indicate to GCC the parameter are printf like
  /external/chromium_org/third_party/libxml/mac/include/libxml/
xmlversion.h 51 * extra version information, used to show a CVS compilation
380 * the string suffix used by dynamic modules (usually shared libraries)
402 * Macro used to signal to GCC unused function parameters
412 * Macro used to indicate to GCC this is an allocator function
428 * Macro used to indicate to GCC the parameter are printf like
445 * Macro used to signal to GCC unused function parameters
451 * Macro used to indicate to GCC this is an allocator function
457 * Macro used to indicate to GCC the parameter are printf like
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlversion.h.in 51 * extra version information, used to show a CVS compilation
380 * the string suffix used by dynamic modules (usually shared libraries)
402 * Macro used to signal to GCC unused function parameters
412 * Macro used to indicate to GCC this is an allocator function
428 * Macro used to indicate to GCC the parameter are printf like
445 * Macro used to signal to GCC unused function parameters
451 * Macro used to indicate to GCC this is an allocator function
457 * Macro used to indicate to GCC the parameter are printf like
  /external/chromium_org/third_party/libxml/win32/include/libxml/
xmlversion.h 51 * extra version information, used to show a CVS compilation
380 * the string suffix used by dynamic modules (usually shared libraries)
402 * Macro used to signal to GCC unused function parameters
412 * Macro used to indicate to GCC this is an allocator function
428 * Macro used to indicate to GCC the parameter are printf like
445 * Macro used to signal to GCC unused function parameters
451 * Macro used to indicate to GCC this is an allocator function
457 * Macro used to indicate to GCC the parameter are printf like
  /external/chromium_org/third_party/libxslt/libxslt/
pattern.h 2 * Summary: interface for the pattern matching used in template matches.
25 * Data structure used for the implementation of patterns.
  /external/chromium_org/third_party/mesa/src/docs/
MESA_release_buffers.spec 37 The glxMesaReleaseBuffers() function can be used to explicitly indicate
67 drawable should no longer be used for GL rendering. Results of
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_mm.c 22 struct list_head used; member in struct:mm_bucket
177 if (!LIST_IS_EMPTY(&bucket->used)) {
178 slab = LIST_ENTRY(struct mm_slab, bucket->used.next, head);
186 LIST_ADD(&slab->head, &bucket->used);
223 LIST_ADDTAIL(&slab->head, &bucket->used);
252 LIST_INITHEAD(&cache->bucket[i].used);
280 if (!LIST_IS_EMPTY(&cache->bucket[i].used) ||
286 nouveau_mm_free_slabs(&cache->bucket[i].used);
  /external/chromium_org/third_party/mongoose/
README.chromium 14 bindings to multiple languages. The server is only used to serve custom
27 * Removed a "set but never used" variable, to fix build for gcc 4.6.
  /external/chromium_org/third_party/python_gflags/
README.chromium 12 flag implementation for C++. It is intended to be used in situations where a
20 define flags in the source file in which they're used. (This last is its
  /external/chromium_org/third_party/skia/include/core/
SkTileGridPicture.h 33 * them to tile-grid space. This can be used to adjust the "phase"
35 * used to search into the tile grid. As long as the offset is smaller
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigParser_android.h 29 * used internally to determine the order in which to place fallback fonts as
38 int order; // only used internally by SkFontConfigParser
  /external/chromium_org/third_party/skia/src/utils/mac/
SkStream_mac.cpp 11 // This is used by CGDataProviderCreateWithData
18 // These are used by CGDataProviderSequentialCallbacks
  /external/chromium_org/tools/android/forwarder2/
device_controller.h 47 // destroyed which is why a weak pointer is used.
53 // Used to notify the controller to exit.
  /external/chromium_org/tools/grit/grit/tool/
count.py 13 '''Count the number of times a given message ID is used.'''
19 return 'Count the number of times a given message ID is used.'
  /external/chromium_org/tools/perf/metrics/
__init__.py 6 """Base class for all the metrics that are used by telemetry measurements.
9 helper classes used by PageMeasurements. Each PageMeasurement may use
  /external/chromium_org/tools/perf/perf_tools/
bootstrap_deps 6 # minimal version of the format used by other DEPS files that gclient can read,
7 # but it should only be used to bootstrap tools/perf *outside* of a normal
  /external/chromium_org/ui/base/cocoa/
cocoa_event_utils.h 26 // Retrieves the WindowOpenDisposition used to open a link from a user gesture
32 // Retrieves the WindowOpenDisposition used to open a link from a user gesture
  /external/chromium_org/ui/base/ime/
composition_text.h 47 // if the range length is zero. Usually it's used for representing the target
49 // usually used instead.
  /external/chromium_org/ui/gfx/
path.h 17 // Used by Path(Point,size_t) constructor.
37 // resources used by this region. This only supports polygon paths.
  /external/chromium_org/ui/gl/
gl_surface_wgl.h 29 // A surface used to render to a view.
52 // A surface used to render to an offscreen pbuffer.
gl_switches.h 8 // Defines all the command-line switches used by ui/gl.
40 // The last one (automatic) is not used as commandline switch option.

Completed in 1253 milliseconds

<<81828384858687888990>>