OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:within
(Results
276 - 300
of
11068
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
plstr.h
283
* Returns a pointer to the first instance of the specified character
within
the
295
* Returns a pointer to the last instance of the specified character
within
the
334
* Returns a pointer to the first instance (
within
the first n characters) of any
345
* Returns a pointer to the last instance (
within
the first n characters) of any
356
* Returns a pointer to the first instance of the little string
within
the
366
* Returns a pointer to the last instance of the little string
within
the big one.
376
* Returns a pointer to the first instance of the little string
within
the first
387
* Returns a pointer to the last instance of the little string
within
the first
398
* Returns a pointer to the first instance of the little string
within
the big one,
408
* Returns a pointer to the last instance of the little string
within
the big one
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum.h
64
//
within
the enum's package namespace, but NOT
within
any class, even for
72
// For enums nested
within
a message, generate code to import all the enum's
/external/chromium_org/third_party/skia/src/pdf/
SkPDFResourceDict.h
50
* @param key The resource key, should be unique
within
its type.
77
* @param key The resource key, should be unique
within
its type.
88
* @param key The resource key, should be unique
within
its type.
/external/chromium_org/third_party/sqlite/src/test/
lastinsert.test
16
# Note 3: LIRID is changed
within
the context of a trigger,
19
# is done
within
instead of trigger context)
103
# LIRID changed properly by insert
within
context of after insert trigger
110
# LIRID unchanged by update
within
context of after insert trigger
142
# LIRID changed properly by insert
within
context of after update trigger
149
# LIRID unchanged by update
within
context of after update trigger
184
# LIRID changed properly by insert
within
context of instead of trigger
191
# LIRID unchanged by update
within
context of instead of trigger
226
# LIRID changed properly by insert
within
context of delete trigger
233
# LIRID unchanged by update
within
context of delete trigge
[
all
...]
/external/clang/include/clang/Basic/
Linkage.h
23
/// can only be referred to from
within
its scope.
27
/// be referred to from
within
the translation unit (but not other
31
/// \brief External linkage
within
a unique namespace.
/external/freetype/include/freetype/
ftbdf.h
186
* A `property' is a either key-value pair
within
the STARTPROPERTIES
188
* `info->props' array
within
a `FontRec' structure of a PCF font.
190
* Integer properties are always stored as `signed'
within
PCF fonts;
/external/icu4c/samples/msgfmt/
README.TXT
75
within
a MessageFormat pattern.
77
Use a ChoiceFormat pattern
within
the MessageFormat pattern, instead
80
EXTRA: Embed a number element
within
the choice element to handle
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatch.java
24
* The immutable match of a phone number
within
a piece of text. Matches may be found using
88
/** Returns the start index of the matched phone number
within
the searched text. */
93
/** Returns the exclusive end index of the matched phone number
within
the searched text. */
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum.h
62
//
within
the enum's package namespace, but NOT
within
any class, even for
70
// For enums nested
within
a message, generate code to import all the enum's
/external/skia/src/pdf/
SkPDFResourceDict.h
50
* @param key The resource key, should be unique
within
its type.
77
* @param key The resource key, should be unique
within
its type.
88
* @param key The resource key, should be unique
within
its type.
/frameworks/base/core/java/android/app/backup/
FileBackupHelper.java
47
* Construct a helper to manage backup/restore of entire files
within
the
68
* This should only be called directly from
within
the {@link BackupAgentHelper}
91
* This should only be called directly from
within
the {@link BackupAgentHelper}
/frameworks/base/core/java/android/util/
TimedRemoteCaller.java
25
* its async one way response response in a sync fashion
within
29
* the sequence number. If the response comes
within
the timeout
31
* then the call succeeded. If the response does not come
within
/frameworks/base/libs/hwui/
PathTessellator.h
43
allocate space
within
the first allocation (useful if you want to eventually allocate
44
multiple regions
within
a single VertexBuffer, such as with PathTessellator::tesselateLines()
50
// already have allocated the buffer, re-allocate space
within
/frameworks/base/media/mca/effect/java/android/media/effect/
EffectContext.java
29
* <p>An EffectContext keeps all necessary state information to run Effects
within
a Open GL ES 2.0
52
* Creates a context
within
the current GL context.
68
* <p>The EffectFactory returned from this method allows instantiating new effects
within
this
/libcore/luni/src/main/java/javax/net/ssl/
SSLParameters.java
44
* use
within
the SSLParameters, or null.
56
* use
within
the SSLParameters, or null.
58
* use
within
the SSLParameters, or null.
/external/clang/docs/
PCHInternals.rst
49
headers stored
within
the PCH file. Thus, a precompiled header design
130
within
`LLVM's bitstream format <http://llvm.org/docs/BitCodeFormat.html>`_.
177
is stored
within
the :ref:`pchinternals-sourcemgr`, but its contents are
197
column/line positions
within
a source file or macro instantiation. The AST
206
maps file IDs to the position
within
the AST file where the information about
238
When types are deserialized from the AST file, the data
within
the record is
246
an associated mapping from the user-defined types block to the location
within
248
enabling lazy deserialization of types. When a type is referenced from
within
262
within
the record is used to build and populate a new instance of the
264
numeric ID that is used to refer to that declaration
within
the AST file. I
[
all
...]