HomeSort by relevance Sort by last modified time
    Searched refs:atoms (Results 26 - 50 of 55) sorted by null

12 3

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_dynamic.c 292 static const struct i915_tracked_state *atoms[] = { variable in typeref:struct:i915_tracked_state
310 for (i = 0; i < Elements(atoms); i++)
311 if (i915->dirty & atoms[i]->dirty)
312 atoms[i]->update(i915);
318 ~0 /* all state atoms, becuase we do internal checking */
  /external/chromium_org/third_party/re2/re2/testing/
regexp_generator.h 30 RegexpGenerator(int maxatoms, int maxops, const vector<string>& atoms,
51 int maxatoms_; // Maximum number of atoms allowed in expr.
53 vector<string> atoms_; // Possible atoms.
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_derived.c 195 static struct i915_tracked_state *atoms[] = { variable in typeref:struct:i915_tracked_state
215 for (i = 0; atoms[i]; i++)
216 if (atoms[i]->dirty & i915->dirty)
217 atoms[i]->update(i915);
i915_state_dynamic.c 292 static const struct i915_tracked_state *atoms[] = { variable in typeref:struct:i915_tracked_state
310 for (i = 0; i < Elements(atoms); i++)
311 if (i915->dirty & atoms[i]->dirty)
312 atoms[i]->update(i915);
318 ~0 /* all state atoms, becuase we do internal checking */
  /external/regex-re2/re2/testing/
regexp_generator.h 30 RegexpGenerator(int maxatoms, int maxops, const vector<string>& atoms,
51 int maxatoms_; // Maximum number of atoms allowed in expr.
53 vector<string> atoms_; // Possible atoms.
  /external/chromium_org/remoting/host/linux/
x_server_clipboard.cc 70 Atom atoms[kNumAtomNames]; local
72 False, atoms)) {
73 clipboard_atom_ = atoms[0];
74 large_selection_atom_ = atoms[1];
75 selection_string_atom_ = atoms[2];
76 targets_atom_ = atoms[3];
77 timestamp_atom_ = atoms[4];
78 utf8_string_atom_ = atoms[5];
  /external/lldb/source/Plugins/SymbolFile/DWARF/
HashedNameToDIE.h 246 AtomArray atoms; member in struct:DWARFMappedHash::Prologue
253 atoms(),
274 atoms.clear();
293 atoms.push_back (Atom(type, form));
385 // Add an extra count to the atoms size for the zero termination Atom that gets
387 return sizeof(die_base_offset) + sizeof(uint32_t) + atoms.size() * sizeof(Atom);
439 const size_t num_atoms = header_data.atoms.size();
445 DWARFFormValue form_value (header_data.atoms[i].form);
450 switch (header_data.atoms[i].type)
478 const size_t num_atoms = header_data.atoms.size()
    [all...]
  /external/chromium_org/components/url_matcher/
regex_set_matcher.cc 50 std::vector<RE2ID> atoms(FindSubstringMatches(
54 filtered_re2_->AllMatches(text, atoms, &re2_ids);
  /external/chromium_org/chrome/test/chromedriver/
element_util.cc 20 #include "third_party/webdriver/atoms.h"
90 frame, webdriver::atoms::asString(atom_function), args, result);
103 frame, web_view, webdriver::atoms::IS_ELEMENT_CLICKABLE,
139 frame, webdriver::atoms::asString(webdriver::atoms::GET_LOCATION_IN_VIEW),
170 frame, webdriver::atoms::asString(webdriver::atoms::GET_EFFECTIVE_STYLE),
240 script = webdriver::atoms::asString(webdriver::atoms::FIND_ELEMENT);
242 script = webdriver::atoms::asString(webdriver::atoms::FIND_ELEMENTS)
    [all...]
commands_unittest.cc 28 #include "third_party/webdriver/atoms.h"
284 function = webdriver::atoms::asString(webdriver::atoms::FIND_ELEMENT);
286 function = webdriver::atoms::asString(webdriver::atoms::FIND_ELEMENTS);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFA.java 564 int[] atoms = labels.toArray();
565 for (int a = 0; a < atoms.length; a++) {
567 if ( atoms[a]>=Label.MIN_CHAR_VALUE ) {
568 int labelIndex = atoms[a]-smin; // offset from 0
608 int[] atoms = labels.toArray();
609 for (int a = 0; a < atoms.length; a++) {
610 if ( atoms[a]==Label.EOT ) {
614 else if ( atoms[a]==Label.EOF ) {
    [all...]
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 166 std::vector< ::Atom> atoms = GetTextAtomsFrom(atom_cache_); local
167 for (std::vector< ::Atom>::const_iterator it = atoms.begin();
168 it != atoms.end(); ++it) {
278 // Returns a list of all text atoms that we handle.
480 std::vector< ::Atom> atoms; local
481 atoms.push_back(atom_cache_.GetAtom(format.ToString().c_str()));
482 return atoms;
  /external/chromium_org/ui/events/x/
device_data_manager_x11.cc 224 Atom atoms[DT_LAST_ENTRY]; local
226 atoms[data_type] = atom_cache_.GetAtom(kCachedAtoms[data_type]);
264 if (v->label == atoms[data_type]) {
  /external/chromium_org/third_party/libxml/src/
xmlregexp.c 253 xmlRegAtomPtr *atoms; member in struct:_xmlAutomata
273 xmlRegAtomPtr *atoms; member in struct:_xmlRegexp
439 ret->atoms = ctxt->atoms;
451 (ret->atoms != NULL) &&
452 (ret->atoms[0] != NULL) &&
453 (ret->atoms[0]->type == XML_REGEXP_STRING)) {
465 * 2/ counting the unique number of atoms, and check that
503 if ((ret->atoms[i]->type == XML_REGEXP_STRING) &&
504 (ret->atoms[i]->quant == XML_REGEXP_QUANT_ONCE))
    [all...]
  /external/libxml2/
xmlregexp.c 257 xmlRegAtomPtr *atoms; member in struct:_xmlAutomata
277 xmlRegAtomPtr *atoms; member in struct:_xmlRegexp
443 ret->atoms = ctxt->atoms;
455 (ret->atoms != NULL) &&
456 (ret->atoms[0] != NULL) &&
457 (ret->atoms[0]->type == XML_REGEXP_STRING)) {
469 * 2/ counting the unique number of atoms, and check that
507 if ((ret->atoms[i]->type == XML_REGEXP_STRING) &&
508 (ret->atoms[i]->quant == XML_REGEXP_QUANT_ONCE))
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/
math_map.js 6 * @fileoverview A class for loading and storing the maps for math atoms from
  /external/chromium_org/third_party/libusb/src/libusb/os/
linux_usbfs.c 326 int atoms, kmajor, kminor, ksublevel; local
330 atoms = sscanf(uts.release, "%d.%d.%d", &kmajor, &kminor, &ksublevel);
331 if (atoms < 1)
340 if (atoms < 2)
348 if (atoms < 3)
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
mpeg_parser.js 212 throw 'too many child atoms in ' + parentAtom.name + ' @' + offset;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlibint.h 153 struct _XDisplayAtoms *atoms; /* for XInternAtom */ member in struct:_XDisplay
797 FreeFuncType atoms; /* _XFreeAtomTable */ member in struct:_XFreeFuncs
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlibint.h 153 struct _XDisplayAtoms *atoms; /* for XInternAtom */ member in struct:_XDisplay
797 FreeFuncType atoms; /* _XFreeAtomTable */ member in struct:_XFreeFuncs
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_context.h 636 * an update might raise so that ordering of the state atoms can be
1047 const struct brw_tracked_state **atoms; member in struct:brw_context
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.h 636 * an update might raise so that ordering of the state atoms can be
1047 const struct brw_tracked_state **atoms; member in struct:brw_context
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.cpp 4021 Atom* const atoms = new (std::nothrow) Atom[size]; local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp 4504 Atom* const atoms = new (std::nothrow) Atom[size]; local
    [all...]
  /external/libvpx/libwebm/
mkvparser.cpp 4023 Atom* const atoms = new (std::nothrow) Atom[size]; local
    [all...]

Completed in 5985 milliseconds

12 3