Searched defs:bool (Results 1 - 25 of 203) sorted by path

123456789

/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
H A DTestSuiteAdapter.java84 public static ITestCaseOutput createBoolOutput(boolean bool) { argument
85 return new TestCaseOutputResult(bool);
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToHTMLStream.java533 * @param bool True if URLs should be specially escaped with the %xx form.
535 public void setSpecialEscapeURLs(boolean bool) argument
537 m_specialEscapeURLs = bool;
543 * @param bool True if the META tag should be omitted.
545 public void setOmitMetaTag(boolean bool) argument
547 m_omitMetaTag = bool;
/external/apache-xml/src/main/java/org/apache/xpath/
H A DExpression.java183 public boolean bool(XPathContext xctxt) method in class:Expression
186 return execute(xctxt).bool();
H A DXPath.java401 public boolean bool( method in class:XPath
412 return m_mainExp.bool(xctxt);
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DLocPathIterator.java317 public boolean bool(XPathContext xctxt) method in class:LocPathIterator
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java158 expr = bool(opPos); break;
475 protected Expression bool(int opPos) throws TransformerException method in class:Compiler
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXBoolean.java112 public boolean bool() method in class:XBoolean
160 return m_val == obj2.bool();
H A DXNodeSet.java187 public boolean bool() method in class:XNodeSet
551 double num1 = bool() ? 1.0 : 0.0;
H A DXNull.java80 public boolean bool() method in class:XNull
H A DXNumber.java116 public boolean bool() method in class:XNumber
405 return obj2.bool() == bool();
H A DXObject.java263 public boolean bool() throws javax.xml.transform.TransformerException method in class:XObject
280 return bool();
507 result = new Boolean(bool());
H A DXRTreeFrag.java166 public boolean bool() method in class:XRTreeFrag
270 return bool() == obj2.bool();
H A DXString.java147 public boolean bool() method in class:XString
306 return obj2.bool() == bool();
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DAnd.java50 if (expr1.bool())
54 return expr2.bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE;
69 public boolean bool(XPathContext xctxt) method in class:And
72 return (m_left.bool(xctxt) && m_right.bool(xctxt));
H A DBool.java50 return right.bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE;
62 public boolean bool(XPathContext xctxt) method in class:Bool
65 return m_right.bool(xctxt);
H A DEquals.java62 public boolean bool(XPathContext xctxt) method in class:Equals
H A DOr.java50 if (!expr1.bool())
54 return expr2.bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE;
69 public boolean bool(XPathContext xctxt) method in class:Or
72 return (m_left.bool(xctxt) || m_right.bool(xctxt));
/external/bison/lib/
H A Dstdbool.in.h29 - <stdbool.h> must be #included before 'bool', 'false', 'true'
32 - You cannot assume that sizeof (bool) == 1.
34 - Programs should not undefine the macros bool, true, and false,
43 - Bit-fields of type 'bool' are not supported. Portable code
44 should use 'unsigned int foo : 1;' rather than 'bool foo : 1;'.
46 - In C99, casts and automatic conversions to '_Bool' or 'bool' are
50 give the expected result when converted to _Bool' or 'bool'.
55 Also, it is suggested that programs use 'bool' rather than '_Bool';
56 this isn't required, but 'bool' is more common. */
64 # include <OS.h> /* defines bool bu
71 # define bool macro
118 # define bool macro
[all...]
/external/checkpolicy/
H A Dcheckpolicy.c311 policydbp->p_bool_val_to_name[cur->bool - 1]);
352 cond_bool_datum_t *bool; local
354 bool = hashtab_search(policydbp->p_bools.table, name);
355 if (bool == NULL) {
356 printf("Could not find bool %s\n", name);
359 bool->state = state;
/external/checkpolicy/test/
H A Ddispol.c204 p->p_bool_val_to_name[cur->bool - 1]);
290 cond_bool_datum_t *bool; local
292 bool = hashtab_search(p->p_bools.table, name);
293 if (bool == NULL) {
294 fprintf(fp, "Could not find bool %s\n", name);
297 bool->state = state;
/external/chromium_org/cc/base/
H A Dtiling_data.h27 bool has_border_texels);
39 void SetHasBorderTexels(bool has_border_texels);
42 bool has_empty_bounds() const { return !num_tiles_x_ || !num_tiles_y_; }
70 operator bool() const { return index_x_ != -1 && index_y_ != -1; }
96 bool include_borders);
115 bool in_ignore_rect() const {
143 bool in_consider_rect() const {
147 bool in_ignore_rect() const {
151 bool valid_column() const {
154 bool valid_ro
[all...]
/external/chromium_org/cc/debug/
H A Dring_buffer.h28 bool IsFilledIndex(size_t n) const {
75 operator bool() const {
88 bool out_of_range_;
/external/chromium_org/cc/layers/
H A Dpicture_layer_impl.cc154 bool could_have_tilings = CanHaveTilings();
326 bool has_draw_quad = false;
456 bool resourceless_software_draw) {
522 bool tiling_needs_update = false;
709 bool any_dimension_too_large =
713 bool any_dimension_one_tile =
754 bool synced_high_res_tiling = false;
930 bool PictureLayerImpl::MarkVisibleTilesAsRequired(
935 bool twin_had_missing_tile = false;
1067 bool is_pinchin
[all...]

Completed in 3888 milliseconds

123456789