/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
gtest-port.h | 693 // ASSERT_*(condition) << "Some message"; [all...] |
/external/chromium_org/v8/src/ |
full-codegen.cc | 112 // If the condition is breakable the if statement is breakable. 113 Visit(stmt->condition()); 150 // Mark while statements breakable if the condition expression is. 156 // Mark for statements breakable if the condition expression is. 520 codegen()->PrepareForBailoutBeforeSplit(condition(), false, NULL, NULL); 542 codegen()->PrepareForBailoutBeforeSplit(condition(), false, NULL, NULL); 594 DoTest(context->condition(), 868 // statement positions this is used for e.g. the condition expression of [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs_visitor.cpp | 681 if (ir->condition || 729 if (ir->condition) { 730 emit_bool_to_cond_code(ir->condition); 738 if (ir->condition) 745 emit_assignment_writes(l, r, ir->lhs->type, ir->condition != NULL); [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_visitor.cpp | 681 if (ir->condition || 729 if (ir->condition) { 730 emit_bool_to_cond_code(ir->condition); 738 if (ir->condition) 745 emit_assignment_writes(l, r, ir->lhs->type, ir->condition != NULL); [all...] |
/external/v8/src/ |
ast.h | 722 // Position where condition expression starts. We need it to make 723 // the loop's condition a breakable location. 785 // True if there is a function literal subexpression in the condition. 843 // True if there is a function literal subexpression in the condition. 1061 Expression* condition() const { return condition_; } function in class:v8::internal::IfStatement 1073 Expression* condition, 1076 : condition_(condition), 1886 Expression* condition() const { return condition_; } function in class:v8::internal::Conditional [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/ |
OMX_VideoDec_Utils.h | 626 pthread_cond_t condition; member in struct:VIDDEC_MUTEX [all...] |
/external/libvorbis/doc/ |
04-codec.tex | 22 end-of-packet condition during decoding the first or third header 24 comment header is a non-fatal error condition. 128 \item read \varname{[vorbis_time_count]} 16 bit values; each value should be zero. If any value is nonzero, this is an error condition and the stream is undecodable. 150 \item If the the floor type is greater than one, this stream is undecodable; ERROR CONDITION 170 \item If the the residue type is greater than two, this stream is undecodable; ERROR CONDITION 226 \item if the value is greater than the highest numbered submap (\varname{[vorbis_mapping_submaps]} - 1), this in an error condition rendering the stream undecodable 368 An end-of-packet condition up to this point should be considered an 370 condition past this point is to be considered a possible nominal 406 An end-of-packet condition during floor decode shall result in packet
|
07-floor1.tex | 158 An end-of-packet condition while reading any aspect of a floor 1 163 condition that renders the stream undecodable. All vector 226 An end-of-packet condition during curve decode should be considered a
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glcpp-parse.c | 204 int condition); 208 const char *type, int condition); [all...] |
lex.yy.c | 139 /* Enter a start condition. This macro really ought to take a parameter, [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
codegen.ml | 99 (* Convert condition to a bool by comparing equal to 0.0 *) 211 (* Compute the end condition. *) 220 (* Convert condition to a bool by comparing equal to 0.0. *)
|
/external/v8/tools/ |
test.py | 1080 sections = [s for s in self.sections if s.condition.Evaluate(env, self.defs)] 1103 def __init__(self, condition): 1104 self.condition = condition 1148 condition = ParseCondition(condition_str) 1149 new_section = Section(condition) [all...] |
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/ |
ant-1.8.0.jar | |
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
dojo-1.6.1.js | 327 // the "tobj" condition avoid copying properties in "source" [all...] |
/art/compiler/utils/x86/ |
assembler_x86.cc | 253 void X86Assembler::cmovl(Condition condition, Register dst, Register src) { 256 EmitUint8(0x40 + condition); 261 void X86Assembler::setb(Condition condition, Register dst) { 264 EmitUint8(0x90 + condition); 1140 void X86Assembler::j(Condition condition, Label* label) { 1148 EmitUint8(0x70 + condition); 1152 EmitUint8(0x80 + condition); [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
ErrorManager.java | 811 public static void assertTrue(boolean condition, String message) { 812 if ( !condition ) { [all...] |
/external/chromium_org/chrome/browser/resources/google_now/ |
utility.js | 66 * @param {boolean} condition Condition that must be true. 67 * @param {string} message Diagnostic message for the case when the condition is 70 function verify(condition, message) { 71 if (!condition)
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
api_data_source.py | 192 'conditions': [self._GetLink(condition) 193 for condition in event.conditions],
|
/external/chromium_org/chromeos/disks/ |
disk_mount_manager.cc | 673 std::string DiskMountManager::MountConditionToString(MountCondition condition) { 674 switch (condition) {
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8Binding.cpp | 134 RefPtr<NodeFilterCondition> condition = V8NodeFilterCondition::create(callback, filterWrapper, isolate); local 135 filter->setCondition(condition.release());
|
/external/chromium_org/third_party/khronos/EGL/ |
eglext.h | 211 EGLAPI EGLSyncNV EGLAPIENTRY eglCreateFenceSyncNV (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list); 218 typedef EGLSyncNV (EGLAPIENTRYP PFNEGLCREATEFENCESYNCNVPROC) (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list); 445 /* No tokens/entry points, just relaxes an error condition */
|
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/ |
AppRTCDemoActivity.java | 275 // Poor-man's assert(): die with |msg| unless |condition| is true. 276 private static void abortUnless(boolean condition, String msg) { 277 if (!condition) {
|
/external/chromium_org/third_party/mesa/src/include/EGL/ |
eglext.h | 211 EGLAPI EGLSyncNV EGLAPIENTRY eglCreateFenceSyncNV (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list); 218 typedef EGLSyncNV (EGLAPIENTRYP PFNEGLCREATEFENCESYNCNVPROC) (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list); 442 /* No tokens/entry points, just relaxes an error condition */
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ir_validate.cpp | 107 if (ir->condition->type != glsl_type::bool_type) { 108 printf("ir_if condition %s type instead of bool.\n", 109 ir->condition->type->name);
|
/external/eigen/test/ |
main.h | 172 static void verify_impl(bool condition, const char *testname, const char *file, int line, const char *condition_as_string) 174 if (!condition)
|