HomeSort by relevance Sort by last modified time
    Searched full:definition (Results 276 - 300 of 9917) sorted by null

<<11121314151617181920>>

  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_ExposeEvent.3 4 .SH "STRUCTURE DEFINITION"
SDL_Rect.3 4 .SH "STRUCTURE DEFINITION"
  /frameworks/base/docs/html/
app.yaml 11 # Use this handler definition with
  /frameworks/base/test-runner/src/junit/runner/
FailureDetailView.java 13 // The following definition was removed for compatibility with Android
  /ndk/sources/android/support/src/musl-ctype/
iswspace.c 5 /* Our definition of whitespace is the Unicode White_Space property,
  /ndk/tests/build/warn-bad-modules/
build.sh 7 printf "%s\n" "$BUILD_OUTPUT" | grep -q -e "WARNING: No modules to build.*your APP_MODULES definition is probably incorrect!"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
netrom.h 4 * definition of the ax25_address structure.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
netrom.h 4 * definition of the ax25_address structure.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/
nonmultipart.py 20 # derived subtypes since none of them are, by definition, of content
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/
nonmultipart.py 20 # derived subtypes since none of them are, by definition, of content
  /device/asus/flo/camera/QCamera2/stack/common/
mm_camera_interface.h 107 /** mm_camera_event_notify_t: function definition for event
117 /** mm_camera_buf_notify_t: function definition for frame notify
125 /** map_stream_buf_op_t: function definition for operation of
141 /** unmap_stream_buf_op_t: function definition for operation of
169 * @get_bufs : function definition for allocating
171 * @put_bufs : function definition for deallocating
261 /** query_capability: fucntion definition for querying static
270 /** register_event_notify: fucntion definition for registering
282 /** close_camera: fucntion definition for closing a camera
289 /** map_buf: fucntion definition for mapping a camera buffe
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/common/
mm_camera_interface.h 107 /** mm_camera_event_notify_t: function definition for event
117 /** mm_camera_buf_notify_t: function definition for frame notify
125 /** map_stream_buf_op_t: function definition for operation of
141 /** unmap_stream_buf_op_t: function definition for operation of
169 * @get_bufs : function definition for allocating
171 * @put_bufs : function definition for deallocating
261 /** query_capability: fucntion definition for querying static
270 /** register_event_notify: fucntion definition for registering
282 /** close_camera: fucntion definition for closing a camera
289 /** map_buf: fucntion definition for mapping a camera buffe
    [all...]
  /external/clang/test/Index/
recursive-cxx-member-calls.cpp 193 // CHECK-tokens: Identifier: "__darwin_size_t" [1:27 - 1:42] TypedefDecl=__darwin_size_t:1:27 (Definition)
197 // CHECK-tokens: Identifier: "size_t" [2:25 - 2:31] TypedefDecl=size_t:2:25 (Definition)
200 // CHECK-tokens: Identifier: "std" [3:11 - 3:14] Namespace=std:3:11 (Definition)
201 // CHECK-tokens: Punctuation: "{" [3:15 - 3:16] Namespace=std:3:11 (Definition)
202 // CHECK-tokens: Keyword: "template" [4:3 - 4:11] ClassTemplate=pair:4:44 (Definition)
203 // CHECK-tokens: Punctuation: "<" [4:12 - 4:13] ClassTemplate=pair:4:44 (Definition)
204 // CHECK-tokens: Keyword: "class" [4:14 - 4:19] TemplateTypeParameter=_T1:4:20 (Definition)
205 // CHECK-tokens: Identifier: "_T1" [4:20 - 4:23] TemplateTypeParameter=_T1:4:20 (Definition)
206 // CHECK-tokens: Punctuation: "," [4:23 - 4:24] ClassTemplate=pair:4:44 (Definition)
207 // CHECK-tokens: Keyword: "class" [4:25 - 4:30] TemplateTypeParameter=_T2:4:31 (Definition)
    [all...]
  /external/chromium_org/tools/strict_enum_value_checker/
strict_enum_value_checker.py 68 "enum definition (\"%s\"). Did the enum definition "
74 "enum definition (\"%s\"). Did the enum definition "
80 "definition (\"%s\" at line %d) *after* its end "
86 self.LogInfo("Line extent of (\"%s\") enum definition: "
95 return str("The file \"%s\" contains the definition of the "
210 """Look for deletions inside the enum definition. We currently use a
212 the enum definition, this might be a deletion.
223 "enum definition. This should never happen."
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ForwardingMultiset.java 104 * A sensible definition of {@link #contains} in terms of {@link #count}. If
115 * A sensible definition of {@link #clear} in terms of the {@code iterator}
130 * A sensible, albeit inefficient, definition of {@link #count} in terms of
146 * A sensible definition of {@link #add(Object)} in terms of {@link
158 * A sensible definition of {@link #addAll(Collection)} in terms of {@link
171 * A sensible definition of {@link #remove(Object)} in terms of {@link
183 * A sensible definition of {@link #removeAll} in terms of the {@code
196 * A sensible definition of {@link #retainAll} in terms of the {@code
209 * A sensible definition of {@link #setCount(Object, int)} in terms of {@link
222 * A sensible definition of {@link #setCount(Object, int, int)} in terms o
    [all...]
ForwardingCollection.java 124 * A sensible definition of {@link #contains} in terms of {@link #iterator}.
135 * A sensible definition of {@link #containsAll} in terms of {@link #contains}
151 * A sensible definition of {@link #addAll} in terms of {@link #add}. If you
162 * A sensible definition of {@link #remove} in terms of {@link #iterator},
181 * A sensible definition of {@link #removeAll} in terms of {@link #iterator},
193 * A sensible definition of {@link #retainAll} in terms of {@link #iterator},
205 * A sensible definition of {@link #clear} in terms of {@link #iterator},
221 * A sensible definition of {@link #isEmpty} as {@code !iterator().hasNext}.
233 * A sensible definition of {@link #toString} in terms of {@link #iterator}.
244 * A sensible definition of {@link #toArray()} in terms of {@lin
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/include/
plugin-api.h 105 /* Whether the symbol is a definition, reference, or common, weak or not. */
135 /* This is the prevailing definition of the symbol, with references from
139 /* This is the prevailing definition of the symbol, with no
144 /* This definition was pre-empted by a definition in a regular
148 /* This definition was pre-empted by a definition in another IR file. */
151 /* This symbol was resolved by a definition in another IR file. */
154 /* This symbol was resolved by a definition in a regular object
158 /* This symbol was resolved by a definition in a shared object. *
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
plugin-api.h 105 /* Whether the symbol is a definition, reference, or common, weak or not. */
135 /* This is the prevailing definition of the symbol, with references from
139 /* This is the prevailing definition of the symbol, with no
144 /* This definition was pre-empted by a definition in a regular
148 /* This definition was pre-empted by a definition in another IR file. */
151 /* This symbol was resolved by a definition in another IR file. */
154 /* This symbol was resolved by a definition in a regular object
158 /* This symbol was resolved by a definition in a shared object. *
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/include/
plugin-api.h 105 /* Whether the symbol is a definition, reference, or common, weak or not. */
135 /* This is the prevailing definition of the symbol, with references from
139 /* This is the prevailing definition of the symbol, with no
144 /* This definition was pre-empted by a definition in a regular
148 /* This definition was pre-empted by a definition in another IR file. */
151 /* This symbol was resolved by a definition in another IR file. */
154 /* This symbol was resolved by a definition in a regular object
158 /* This symbol was resolved by a definition in a shared object. *
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/include/
plugin-api.h 105 /* Whether the symbol is a definition, reference, or common, weak or not. */
135 /* This is the prevailing definition of the symbol, with references from
139 /* This is the prevailing definition of the symbol, with no
144 /* This definition was pre-empted by a definition in a regular
148 /* This definition was pre-empted by a definition in another IR file. */
151 /* This symbol was resolved by a definition in another IR file. */
154 /* This symbol was resolved by a definition in a regular object
158 /* This symbol was resolved by a definition in a shared object. *
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/include/
plugin-api.h 105 /* Whether the symbol is a definition, reference, or common, weak or not. */
135 /* This is the prevailing definition of the symbol, with references from
139 /* This is the prevailing definition of the symbol, with no
144 /* This definition was pre-empted by a definition in a regular
148 /* This definition was pre-empted by a definition in another IR file. */
151 /* This symbol was resolved by a definition in another IR file. */
154 /* This symbol was resolved by a definition in a regular object
158 /* This symbol was resolved by a definition in a shared object. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
plugin-api.h 105 /* Whether the symbol is a definition, reference, or common, weak or not. */
135 /* This is the prevailing definition of the symbol, with references from
139 /* This is the prevailing definition of the symbol, with no
144 /* This definition was pre-empted by a definition in a regular
148 /* This definition was pre-empted by a definition in another IR file. */
151 /* This symbol was resolved by a definition in another IR file. */
154 /* This symbol was resolved by a definition in a regular object
158 /* This symbol was resolved by a definition in a shared object. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/include/
plugin-api.h 105 /* Whether the symbol is a definition, reference, or common, weak or not. */
135 /* This is the prevailing definition of the symbol, with references from
139 /* This is the prevailing definition of the symbol, with no
144 /* This definition was pre-empted by a definition in a regular
148 /* This definition was pre-empted by a definition in another IR file. */
151 /* This symbol was resolved by a definition in another IR file. */
154 /* This symbol was resolved by a definition in a regular object
158 /* This symbol was resolved by a definition in a shared object. *
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/include/
plugin-api.h 105 /* Whether the symbol is a definition, reference, or common, weak or not. */
135 /* This is the prevailing definition of the symbol, with references from
139 /* This is the prevailing definition of the symbol, with no
144 /* This definition was pre-empted by a definition in a regular
148 /* This definition was pre-empted by a definition in another IR file. */
151 /* This symbol was resolved by a definition in another IR file. */
154 /* This symbol was resolved by a definition in a regular object
158 /* This symbol was resolved by a definition in a shared object. *
    [all...]
  /external/clang/test/SemaCXX/
dllimport.cpp 42 __declspec(dllimport) extern int ExternGlobalInit = 1; // expected-error{{definition of dllimport data}}
43 __declspec(dllimport) int GlobalInit1 = 1; // expected-error{{definition of dllimport data}}
44 int __declspec(dllimport) GlobalInit2 = 1; // expected-error{{definition of dllimport data}}
46 // Declare, then reject definition.
87 // expected-error@-1{{definition of dllimport data}}
90 __declspec(dllimport) float LocalRedecl1; // expected-note{{previous definition is here}}
91 __declspec(dllimport) float LocalRedecl2; // expected-note{{previous definition is here}}
92 __declspec(dllimport) float LocalRedecl3; // expected-note{{previous definition is here}}
99 __declspec(dllimport) int LocalVarDef = 1; // expected-error{{definition of dllimport data}}
101 __declspec(dllimport) extern int ExternLocalVarDef = 1; // expected-error{{definition of dllimport data}
    [all...]

Completed in 653 milliseconds

<<11121314151617181920>>