HomeSort by relevance Sort by last modified time
    Searched full:within (Results 1476 - 1500 of 11068) sorted by null

<<51525354555657585960>>

  /external/chromium_org/chrome/common/extensions/api/
usb.idl 6 // devices. This API provides access to USB operations from within the context
11 // namesakes within the USB specification.
18 // namesakes within the USB specification.
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager.h 186 // A touch event has occurred within the window, but focus has not
188 // touch event was within the bounds of the currently focused object.
192 // Focus has changed within a tab that's already visible. Allow the
  /external/chromium_org/courgette/
ensemble.h 72 // Scans the region to find Elements within the region().
146 // element, for example, range of locations within the original ensemble that
166 // identify the element within the ensemble being patched.
  /external/chromium_org/ppapi/proxy/
resource_message_params.h 113 // Identifier for this message. Sequence numbers are quasi-unique within a
124 // confusion within the plugin and within callbacks on the same resource,
  /external/chromium_org/sdch/open-vcdiff/src/
vcdiffengine.cc 61 // This helper function tries to find an appropriate match within
64 // within the previously encoded target data.
96 // within the target data that has been encoded so far.
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CSSStyleDeclarationCustom.cpp 60 // First character of the prefix within the property name may be upper or lowercase.
61 // Other characters in the prefix within the property name must be lowercase.
62 // The prefix within the property name must be followed by a capital letter.
  /external/chromium_org/third_party/freetype/include/freetype/
ftincrem.h 51 * file. This mode is useful when FreeType is used within another
69 * `incremental' glyph loading within FreeType. This is used to support
148 * file format. For TrueType, it must correspond to the raw bytes within
  /external/chromium_org/third_party/icu/source/i18n/
regexcmp.h 135 int64_t fCharNum; // Char position within the line.
167 // holds the start index within RegexPattern.
203 // (at compile time) set expressions within
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
pralarm.h 50 ** Any number of periodic alarms (PRAlarmID) may be created within
130 ** PRUint32 rate The rate within the interval that
169 ** PRUint32 rate The rate within the interval that
  /external/chromium_org/third_party/sqlite/src/test/
corruptD.test 27 # images. Usually this happens because a field within a database page
28 # that contains an offset to some other structure within the same page
48 # stored within the page, and hence the offset to the final byte of
malloc4.test 104 # Memory allocation failures that occur within sqlite3_step() are tested
113 # Test for malloc() failures within _text() and _text16().
133 # Test for malloc() failures within _int(), _int64() and _real(). The only
  /external/chromium_org/tools/metrics/histograms/
find_unmapped_histograms.py 69 'Please run this script within your ' +
115 # Field trials are unique within a session, so are effectively constants.
189 help='scan within DIRECTORY for histograms [optional, defaults to "src/"]',
  /external/clang/docs/
Block-ABI-Apple.rst 90 ``Block`` literals may occur within functions where the structure is created in
250 actually do the copy operation on the imported fields within the ``Block``. The
399 Access to ``__block`` variables from within its lexical scope
567 ``Blocks`` may contain ``Block`` literal expressions. Any variables used within
699 and within the compound statement:
721 Within a block stack based C++ objects are copied into ``const`` copies using
722 the copy constructor. It is an error if a stack based C++ object is used within
727 appropriate offsets of the variable within the supplied stack based block source
732 Within a code block a stack version of a ``FOO`` object is declared and used
733 within a ``Block`` literal expression
    [all...]
  /external/clang/include/clang/Serialization/
GlobalModuleIndex.h 11 // containing all of the identifiers known to the various modules within a given
48 /// the identifiers within those module files.
66 /// but that type is only accessible within the implementation of
  /external/clang/lib/CodeGen/
CGRecordLayout.h 40 /// this bitfield falls within. Let's assume the following C struct:
67 /// The offset within a contiguous run of bitfields that are represented as
68 /// a single "field" within the LLVM struct type. This offset is in bits.
  /external/clang/www/
get_involved.html 75 <li>A specific need to reside within the Clang tree: There are some extensions that would be better expressed as a separate tool, and should remain as separate tools even if they end up being hosted as part of the LLVM umbrella project.</li>
79 <li>Representation within the appropriate governing organization: For extensions to a language governed by a standards committee (C, C++, OpenCL), the extension itself must have an active proposal and proponent within that committee and have a reasonable chance of acceptance. Clang should drive the standard, not diverge from it. This criterion does not apply to all extensions, since some extensions fall outside of the realm of the standards bodies.</li>
  /external/compiler-rt/lib/ubsan/lit_tests/TypeCheck/
vptr.cpp 79 // CHECK-MEMBER: vptr.cpp:[[@LINE+5]]:15: runtime error: member access within address [[PTR:0x[0-9a-f]*]] which does not point to an object of type 'T'
86 // CHECK-NULL-MEMBER: vptr.cpp:[[@LINE-2]]:15: runtime error: member access within address [[PTR:0x[0-9a-f]*]] which does not point to an object of type 'T'
102 // CHECK-OFFSET-NEXT: 0x{{[0-9a-f]*}}: note: object is base class subobject at offset {{8|16}} within object of type [[DYN_TYPE:'U']]
  /external/e2fsprogs/e2fsck/
e2fsck.conf.5.in 19 delimited by square braces: [ ]. Within each section, each line
57 spaces. Within a quoted string, the standard backslash interpretations
162 Within each problem code's subsection, the following tags may be used:
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
notice.html 33 <li>A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;. Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version numbers of the Plug-ins
35 <li>Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.</li>
52 inform you where you can locate them. Feature Update Licenses may be found in the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.
  /external/freetype/include/freetype/
ftincrem.h 51 * file. This mode is useful when FreeType is used within another
69 * `incremental' glyph loading within FreeType. This is used to support
148 * file format. For TrueType, it must correspond to the raw bytes within
  /external/icu4c/common/
dictbe.h 80 * <p>Find any breaks within a run in the supplied text.</p>
85 * @param startPos The start of the run within the supplied text.
86 * @param endPos The end of the run within the supplied text.
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
BoundingVolume.java 290 * determines if a given point is contained within this bounding volume.
296 * @return true if the point lies within this bounding volume.
303 * @return true if the point lies within this bounding volume.
  /external/kernel-headers/original/linux/
plist.h 178 * @member: the name of the list_struct within the struct.
190 * @m: the name of the list_struct within the struct.
222 * @member: the name of the list_struct within the struct.
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 46 existing alone within a degenerate Ogg stream. A compliant 'Vorbis
48 specific support of Vorbis within a degenrate Ogg stream (naturally,
146 some positive time offset, potentially within a larger
  /external/linux-tools-perf/config/
utilities.mak 46 # Use this to escape newlines from within a shell call;
62 # Use this to unescape newlines from within a shell call;
109 # within the context of a command line of a makefile rule

Completed in 1610 milliseconds

<<51525354555657585960>>