Searched refs:kind (Results 476 - 500 of 832) sorted by relevance

<<11121314151617181920>>

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DTokenRewriteStream.as404 /** Get all operations before an index of a particular kind */
405 protected function getKindOfOps(rewrites:Array, kind:Class, before:int = -1):Array {
413 if ( getQualifiedClassName(op) == getQualifiedClassName(kind) ) ops.push(op);
/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dautocomplete_result_view.cc134 ColorKind kind) {
171 return colors[state][kind];
133 GetColor(ResultViewState state, ColorKind kind) argument
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_view_gtk.cc248 SadTabView::Kind kind = local
251 sad_tab_ = new SadTabView(tab_contents(), kind);
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dimplement.h245 int kind; /* Mutex type. */ member in struct:pthread_mutex_t_
276 int kind; member in struct:pthread_mutexattr_t_
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A DREADME265 Ant is a Java based build tool. In theory it is kind of like "make"
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DWebTestThemeEngineMac.mm135 trackInfo.kind = size == WebThemeEngine::SizeRegular ? kThemeMediumScrollBar : kThemeSmallScrollBar;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dattrib.c149 GLbitfield kind; member in struct:gl_attrib_node
185 * Allocate new attribute node of given type/kind. Attach payload data.
190 GLbitfield kind, void *payload)
194 n->kind = kind;
833 * This function is kind of long just because we have to call a lot
861 _mesa_lookup_enum_by_nr(attr->kind));
864 switch (attr->kind) {
1565 switch (node->kind) {
1631 if (attr->kind
189 save_attrib_data(struct gl_attrib_node **head, GLbitfield kind, void *payload) argument
[all...]
/external/chromium_org/v8/src/
H A Dbuiltins.h302 #define DEF_ENUM_A(name, kind, state, extra) k##name,
326 #define DECLARE_BUILTIN_ACCESSOR_A(name, kind, state, extra) \
H A Dlog.cc72 switch (code->kind()) {
1151 code->kind());
1446 void Logger::HeapSampleBeginEvent(const char* space, const char* kind) { argument
1452 space, kind, OS::TimeCurrentMillis());
1457 void Logger::HeapSampleEndEvent(const char* space, const char* kind) { argument
1460 msg.Append("heap-sample-end,\"%s\",\"%s\"\n", space, kind);
1591 ASSERT(function->code()->kind() == Code::OPTIMIZED_FUNCTION);
1643 switch (code_object->kind()) {
H A Dobjects.cc3118 ElementsKind kind = elements_kind(); local
3121 bool packed = IsFastPackedElementsKind(kind);
3122 if (IsTransitionableFastElementsKind(kind)) {
3123 while (CanTransitionToMoreGeneralFastElementsKind(kind, false)) {
3124 kind = GetNextMoreGeneralFastElementsKind(kind, false);
3126 MaybeNull(current_map->LookupElementsTransitionMap(kind));
3129 (packed || !IsFastPackedElementsKind(kind))) {
3131 if (!IsFastPackedElementsKind(kind)) packed = false;
3204 // In case we are exiting the fast elements kind syste
3255 AsElementsKind(ElementsKind kind) argument
5253 ReferencesObjectFromElements(FixedArray* elements, ElementsKind kind, Object* object) argument
5298 ElementsKind kind = GetElementsKind(); local
6693 CopyAsElementsKind(ElementsKind kind, TransitionFlag flag) argument
9513 ElementsKind kind = current_map->elements_kind(); local
9678 Initialize(const char* to_string, Object* to_number, byte kind) argument
10483 Kind2String(Kind kind) argument
10706 PrintExtraICState(FILE* out, Kind kind, ExtraICState extra) argument
11819 ElementsKind kind = HasFastHoleyElements() local
12401 ElementsKind kind = transition_info->GetElementsKind(); local
12423 ElementsKind kind = site->GetElementsKind(); local
[all...]
/external/clang/lib/CodeGen/
H A DCGCleanup.h98 EHScope(Kind kind, EHScopeStack::stable_iterator enclosingEHScope) argument
101 CommonBits.Kind = kind;
/external/doclava/res/assets/templates/
H A Dclass.cs100 <?cs var:class.kind ?>
250 <?cs var:cl.kind ?></nobr></td>
302 <?cs call:expando_trigger("inherited-attrs-"+cl.qualified, "closed") ?>From <?cs var:cl.kind ?>
353 <?cs call:expando_trigger("inherited-constants-"+cl.qualified, "closed") ?>From <?cs var:cl.kind ?>
389 <?cs call:expando_trigger("inherited-fields-"+cl.qualified, "closed") ?>From <?cs var:cl.kind ?>
449 From <?cs var:cl.kind ?>
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
H A DResultsElement.java590 StringBuffer writableStatus(StringBuffer buffer, int kind, StringBuffer excluded) { argument
593 this.children[i].writableStatus(buffer, kind, excluded);
/external/mesa3d/src/mesa/main/
H A Dattrib.c149 GLbitfield kind; member in struct:gl_attrib_node
185 * Allocate new attribute node of given type/kind. Attach payload data.
190 GLbitfield kind, void *payload)
194 n->kind = kind;
833 * This function is kind of long just because we have to call a lot
861 _mesa_lookup_enum_by_nr(attr->kind));
864 switch (attr->kind) {
1565 switch (node->kind) {
1631 if (attr->kind
189 save_attrib_data(struct gl_attrib_node **head, GLbitfield kind, void *payload) argument
[all...]
/external/v8/src/
H A Dbuiltins.h281 #define DEF_ENUM_A(name, kind, state, extra) k##name,
305 #define DECLARE_BUILTIN_ACCESSOR_A(name, kind, state, extra) \
H A Dobjects.h134 // The "fast" kind for elements that only contain SMI values. Must be first
135 // to make it possible to efficiently check maps for this kind.
138 // The "fast" kind for tagged values. Must be second to make it possible to
139 // efficiently check maps for this and the FAST_SMI_ONLY_ELEMENTS kind
143 // The "fast" kind for unwrapped, non-tagged double values.
146 // The "slow" kind.
149 // The "fast" kind for external arrays
179 void PrintElementsKind(FILE* out, ElementsKind kind);
2166 ElementsKind kind,
4107 // Opaque data type for encapsulating code flags like kind, inlin
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_s390_defs.h117 /* The kind of instructions */
157 /* The kind of ALU instructions */
171 /* The kind of unary integer operations */
182 /* The kind of ternary BFP operations */
188 /* The kind of binary BFP operations */
197 /* The kind of unary BFP operations */
444 IRJumpKind kind; member in struct:__anon26853::__anon26854::__anon26883
520 IRJumpKind kind);
/external/valgrind/main/memcheck/
H A Dmc_include.h88 Bool is_zeroed, MC_AllocKind kind,
91 Addr p, UInt rzB, MC_AllocKind kind );
157 'kind' field. The ECU field is a number given out by m_execontext
160 additional information 'kind' field to indicate roughly where the
164 Hence the following 2-bit constants are needed for 'kind' field.
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.h123 // Returns the appropriate color for the desired kind, based on the user's
126 ColorKind kind);
/external/chromium/net/spdy/
H A Dspdy_test_util.h35 spdy::SpdyControlType kind; member in struct:net::SpdyHeaderInfo
/external/chromium_org/chrome/browser/resources/extensions/
H A Dextensions.js58 if (e.dataTransfer.items[i].kind == 'file' &&
/external/chromium_org/content/renderer/media/android/
H A Dmedia_source_delegate.h145 scoped_ptr<media::TextTrack> OnAddTextTrack(media::TextKind kind,
/external/chromium_org/content/renderer/media/
H A Dmock_media_stream_dependency_factory.h88 virtual std::string kind() const OVERRIDE;
H A Dwebmediaplayer_impl.h202 scoped_ptr<media::TextTrack> OnTextTrack(media::TextKind kind,

Completed in 2159 milliseconds

<<11121314151617181920>>