Searched defs:atom (Results 1 - 25 of 87) sorted by relevance

1234

/external/clang/test/CXX/special/class.conv/class.conv.ctor/
H A Dp1.cpp17 struct atom { }; struct in namespace:PR13003
19 void_type v1 = atom();
20 void_type2 v2 = atom();
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftbdf.h66 * Property is a string atom.
108 * u.atom ::
109 * The atom string, if type is @BDF_PROPERTY_TYPE_ATOM.
121 const char* atom; member in union:BDF_PropertyRec_::__anon11794
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_flush.c39 struct r300_atom *atom; local
51 foreach_atom(r300, atom) {
52 if (atom->state || atom->allow_null_state) {
53 r300_mark_atom_dirty(r300, atom);
/external/chromium_org/third_party/re2/re2/testing/
H A Dsearch_test.cc315 vector<string> atom, alpha, ops; local
316 atom.push_back(StringPiece(t.regexp).as_string());
318 ExhaustiveTest(1, 0, atom, ops, 1, alpha, "", "");
/external/chromium_org/ui/gfx/x/
H A Dx11_atom_cache.cc39 XAtom atom = XInternAtom(xdisplay_, name, false); local
40 cached_atoms_.insert(std::make_pair(name, atom));
41 return atom;
/external/freetype/include/
H A Dftbdf.h66 * Property is a string atom.
108 * u.atom ::
109 * The atom string, if type is @BDF_PROPERTY_TYPE_ATOM. May be
122 const char* atom; member in union:BDF_PropertyRec_::__anon21532
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_flush.c39 struct r300_atom *atom; local
51 foreach_atom(r300, atom) {
52 if (atom->state || atom->allow_null_state) {
53 r300_mark_atom_dirty(r300, atom);
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftbdf.h66 * Property is a string atom.
108 * u.atom ::
109 * The atom string, if type is @BDF_PROPERTY_TYPE_ATOM.
121 const char* atom; member in union:BDF_PropertyRec_::__anon28544
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftbdf.h66 * Property is a string atom.
108 * u.atom ::
109 * The atom string, if type is @BDF_PROPERTY_TYPE_ATOM.
121 const char* atom; member in union:BDF_PropertyRec_::__anon28783
/external/regex-re2/re2/testing/
H A Dsearch_test.cc315 vector<string> atom, alpha, ops; local
316 atom.push_back(StringPiece(t.regexp).as_string());
318 ExhaustiveTest(1, 0, atom, ops, 1, alpha, "", "");
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DLookaheadSet.java51 public LookaheadSet(int atom) { argument
52 tokenTypeSet = IntervalSet.of(atom);
H A DLabel.java83 /** Anything at this value or larger can be considered a simple atom int
114 /** The wildcard '.' char atom implies all valid characters==UNICODE */
209 /** return the single atom label or INVALID if not a single atom */
234 public boolean matches(int atom) { argument
235 if ( label==atom ) {
236 return true; // handle the single atom case efficiently
239 return labelSet.member(atom);
275 // TODO: do we care about comparing set {A} with atom A? Doesn't now.
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Ds_expression.cpp66 return NULL; // no atom
74 // Check if the atom is a number.
101 s_expression *atom = read_atom(ctx, src, symbol_buffer); local
102 if (atom != NULL)
103 return atom;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_queryobj.c194 int radeon_check_query_active(struct gl_context *ctx, struct radeon_state_atom *atom) argument
201 return atom->cmd_size;
204 void radeon_emit_queryobj(struct gl_context *ctx, struct radeon_state_atom *atom) argument
210 dwords = (*atom->check) (ctx, atom);
213 OUT_BATCH_TABLE(atom->cmd, dwords);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_queryobj.c194 int radeon_check_query_active(struct gl_context *ctx, struct radeon_state_atom *atom) argument
201 return atom->cmd_size;
204 void radeon_emit_queryobj(struct gl_context *ctx, struct radeon_state_atom *atom) argument
210 dwords = (*atom->check) (ctx, atom);
213 OUT_BATCH_TABLE(atom->cmd, dwords);
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom.c191 const struct st_tracked_state *atom = atoms[i]; local
194 /*printf("atom %s %x/%x\n", atom->name, atom->dirty.mesa, atom->dirty.st);*/
196 if (!(atom->dirty.mesa || atom->dirty.st) ||
197 !atom->update) {
198 printf("malformed atom %s\n", atom
[all...]
/external/chromium_org/third_party/re2/re2/
H A Dprefilter.h26 ATOM, // The string atom() must match
35 const string& atom() const { return atom_; } function in class:re2::Prefilter
90 // If different prefilters have the same string atom, or if they are
91 // structurally the same (e.g., OR of same atom strings) they are
/external/mesa3d/src/glsl/
H A Ds_expression.cpp66 return NULL; // no atom
74 // Check if the atom is a number.
101 s_expression *atom = read_atom(ctx, src, symbol_buffer); local
102 if (atom != NULL)
103 return atom;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_queryobj.c194 int radeon_check_query_active(struct gl_context *ctx, struct radeon_state_atom *atom) argument
201 return atom->cmd_size;
204 void radeon_emit_queryobj(struct gl_context *ctx, struct radeon_state_atom *atom) argument
210 dwords = (*atom->check) (ctx, atom);
213 OUT_BATCH_TABLE(atom->cmd, dwords);
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_queryobj.c194 int radeon_check_query_active(struct gl_context *ctx, struct radeon_state_atom *atom) argument
201 return atom->cmd_size;
204 void radeon_emit_queryobj(struct gl_context *ctx, struct radeon_state_atom *atom) argument
210 dwords = (*atom->check) (ctx, atom);
213 OUT_BATCH_TABLE(atom->cmd, dwords);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom.c191 const struct st_tracked_state *atom = atoms[i]; local
194 /*printf("atom %s %x/%x\n", atom->name, atom->dirty.mesa, atom->dirty.st);*/
196 if (!(atom->dirty.mesa || atom->dirty.st) ||
197 !atom->update) {
198 printf("malformed atom %s\n", atom
[all...]
/external/regex-re2/re2/
H A Dprefilter.h26 ATOM, // The string atom() must match
35 const string& atom() const { return atom_; } function in class:re2::Prefilter
90 // If different prefilters have the same string atom, or if they are
91 // structurally the same (e.g., OR of same atom strings) they are
/external/chromium_org/base/win/
H A Dmessage_window.cc24 ATOM atom() { return atom_; } function in class:base::win::MessageWindow::WindowClass
108 window_ = CreateWindow(MAKEINTATOM(window_class.atom()), window_name, 0, 0, 0,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_state_upload.c40 * list directly except for a single atom, brw_constant_buffer, which
477 const struct brw_tracked_state *atom = brw->atoms[i]; local
480 if (check_state(state, &atom->dirty)) {
481 atom->emit(brw);
484 accumulate_state(&examined, &atom->dirty);
497 const struct brw_tracked_state *atom = brw->atoms[i]; local
499 if (check_state(state, &atom->dirty)) {
500 atom->emit(brw);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_state_upload.c40 * list directly except for a single atom, brw_constant_buffer, which
477 const struct brw_tracked_state *atom = brw->atoms[i]; local
480 if (check_state(state, &atom->dirty)) {
481 atom->emit(brw);
484 accumulate_state(&examined, &atom->dirty);
497 const struct brw_tracked_state *atom = brw->atoms[i]; local
499 if (check_state(state, &atom->dirty)) {
500 atom->emit(brw);

Completed in 3688 milliseconds

1234